diff --git a/client/.gitignore b/client/.gitignore
index 0bb91575e..cc1ec4083 100644
--- a/client/.gitignore
+++ b/client/.gitignore
@@ -4,3 +4,6 @@
/stats.json
/dll
/.awcache
+/src/locale/target/iso639_*.xml
+/src/locale/target/player_*.xml
+/src/locale/target/server_*.xml
\ No newline at end of file
diff --git a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
index f9af1655b..c1920b1f0 100644
--- a/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
+++ b/client/src/app/videos/+video-edit/video-add-components/video-upload.component.ts
@@ -123,7 +123,7 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
const videoQuota = this.authService.getUser().videoQuota
if (videoQuota !== -1 && (this.userVideoQuotaUsed + videofile.size) > videoQuota) {
const msg = this.i18n(
- 'Your video quota is exceeded with this video (video size: {{ videoSize }}, used: {{ videoQuotaUsed }}, quota: {{ videoQuota }})',
+ 'Your video quota is exceeded with this video (video size: {{videoSize}}, used: {{videoQuotaUsed}}, quota: {{videoQuota}})',
{
videoSize: bytePipes.transform(videofile.size, 0),
videoQuotaUsed: bytePipes.transform(this.userVideoQuotaUsed, 0),
@@ -137,12 +137,11 @@ export class VideoUploadComponent extends VideoSend implements OnInit, OnDestroy
const videoQuotaDaily = this.authService.getUser().videoQuotaDaily
if (videoQuotaDaily !== -1 && (this.userVideoQuotaUsedDaily + videofile.size) > videoQuotaDaily) {
const msg = this.i18n(
- 'Your daily video quota is exceeded with this video (video size: {{ videoSize }}, ' +
- 'used: {{ videoQuotaUsedDaily }}, quota: {{ videoQuotaDaily }})',
+ 'Your daily video quota is exceeded with this video (video size: {{videoSize}}, used: {{quotaUsedDaily}}, quota: {{quotaDaily}})',
{
videoSize: bytePipes.transform(videofile.size, 0),
- videoQuotaUsedDaily: bytePipes.transform(this.userVideoQuotaUsedDaily, 0),
- videoQuotaDaily: bytePipes.transform(videoQuotaDaily, 0)
+ quotaUsedDaily: bytePipes.transform(this.userVideoQuotaUsedDaily, 0),
+ quotaDaily: bytePipes.transform(videoQuotaDaily, 0)
}
)
this.notificationsService.error(this.i18n('Error'), msg)
diff --git a/client/src/locale/source/angular_en_US.xml b/client/src/locale/source/angular_en_US.xml
index 812787ced..76f10f411 100644
--- a/client/src/locale/source/angular_en_US.xml
+++ b/client/src/locale/source/angular_en_US.xml
@@ -6,13 +6,7 @@
../node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts
- 3
-
-
-
-
- ../node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts
- 6
+ 2
@@ -26,6 +20,26 @@
../node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts17
+
+
+
+ ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
+ 4
+
+
+ ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
+ 5
+
+
+
+
+ ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
+ 26
+
+
+ ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
+ 27
+
@@ -74,109 +88,95 @@
../node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts34
+
+
+
+ ../node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts
+ 6
+ ../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 8
+ 9../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 11
+ 12../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 13
+ 14../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 17
+ 19../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 25
+ 28../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 28
+ 31../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 30
+ 33../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 34
+ 38../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 42
+ 47../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 45
+ 50../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 47
+ 52../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 51
+ 57../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 59
+ 65../node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts
- 60
-
-
-
-
- ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
- 4
-
-
- ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
- 5
-
-
-
-
- ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
- 26
-
-
- ../node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts
- 27
+ 66
@@ -186,7 +186,7 @@
app/login/login.component.html
- 70
+ 72app/+admin/users/user-list/user-ban-modal.component.html
@@ -200,10 +200,6 @@
app/videos/+video-watch/modal/video-support.component.html10
-
- app/videos/+video-watch/modal/video-share.component.html
- 43
-
@@ -216,10 +212,6 @@
app/shared/video/video-miniature.component.html12
-
- app/search/search.component.html
- 51
-
@@ -232,11 +224,11 @@
app/videos/+video-edit/shared/video-edit.component.html
- 159
+ 160app/videos/+video-watch/video-watch.component.html
- 112
+ 104app/videos/+video-watch/comment/video-comment.component.html
@@ -289,6 +281,32 @@
app/shared/user-subscription/subscribe-button.component.html10
+
+
+
+ app/shared/instance/instance-features-table.component.html
+ 5
+
+
+ app/+admin/users/user-edit/user-edit.component.html
+ 56
+
+
+ app/+admin/users/user-edit/user-edit.component.html
+ 56
+
+
+ app/+admin/users/user-list/user-list.component.html
+ 19
+
+
+
+
+ app/shared/instance/instance-features-table.component.html
+ 14
+
+
+
+ app/login/login.component.html
+ 7
+
+
+ app/+verify-account/verify-account-email/verify-account-email.component.html
+ 12
+ app/login/login.component.html
- 11
+ 13app/login/login.component.html
- 13
+ 15app/login/login.component.html
- 16
+ 18app/login/login.component.html
- 20
+ 22app/login/login.component.html
- 26
+ 28app/login/login.component.html
- 36
+ 38app/login/login.component.html
- 39
+ 41app/reset-password/reset-password.component.html
@@ -351,11 +379,11 @@
app/signup/signup.component.html
- 54
+ 41app/signup/signup.component.html
- 56
+ 43app/+admin/users/user-edit/user-edit.component.html
@@ -373,27 +401,27 @@
app/login/login.component.html
- 42
+ 44app/login/login.component.html
- 55
+ 57app/login/login.component.html
- 61
+ 63app/signup/signup.component.html
- 43
+ 30app/signup/signup.component.html
- 45
+ 32app/+admin/users/user-edit/user-edit.component.html
@@ -407,17 +435,25 @@
app/+admin/users/user-list/user-list.component.html18
+
+ app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html
+ 8
+ app/login/login.component.html
- 63
+ 65
+
+
+ app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html
+ 10app/login/login.component.html
- 73
+ 75
-
-
- app/signup/signup.component.html
- 8
-
-
-
-
- app/signup/signup.component.html
- 16
- app/signup/signup.component.html
- 25
+ 12app/+admin/users/user-edit/user-edit.component.html
@@ -481,23 +503,23 @@
app/+admin/users/user-edit/user-edit.component.html8
-
-
+
+
app/signup/signup.component.html
- 29
+ 16app/signup/signup.component.html
- 67
+ 54app/signup/signup.component.html
- 75
+ 62app/+about/about-instance/about-instance.component.html
@@ -505,7 +527,13 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 87
+ 88
+
+
+
+
+ app/signup/signup.component.html
+ 66
@@ -535,27 +563,17 @@
app/search/search.component.html25
-
-
+
+
app/search/search.component.html
- 40
+ 41
+
+
- app/+accounts/account-video-channels/account-video-channels.component.html
- 9
-
-
- app/+my-account/my-account-video-channels/my-account-video-channels.component.html
- 20
-
-
- app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
- 13
-
-
- app/+video-channels/video-channels.component.html
- 14
+ app/search/search.component.html
+ 52
@@ -565,7 +583,7 @@
app/menu/menu.component.html
- 83
+ 88
+
+
+ app/menu/menu.component.html
+ 52
+ app/menu/menu.component.html
- 52
+ 57app/menu/menu.component.html
- 57
+ 62app/menu/menu.component.html
- 62
+ 67app/menu/menu.component.html
- 67
+ 72app/menu/menu.component.html
- 71
+ 76app/menu/menu.component.html
- 76
+ 81app/+accounts/accounts.component.html
@@ -675,6 +699,12 @@
app/+video-channels/video-channels.component.html25
+
+
+
+ app/menu/menu.component.html
+ 91
+
@@ -731,11 +761,11 @@
app/videos/+video-edit/shared/video-edit.component.html
- 46
+ 47app/videos/+video-watch/video-watch.component.html
- 148
+ 166
@@ -745,11 +775,11 @@
app/videos/+video-edit/shared/video-edit.component.html
- 60
+ 61app/videos/+video-watch/video-watch.component.html
- 157
+ 175
@@ -763,11 +793,11 @@
app/videos/+video-edit/shared/video-edit.component.html
- 74
+ 75app/videos/+video-watch/video-watch.component.html
- 166
+ 184
@@ -805,6 +835,10 @@
app/shared/video/abstract-video-list.html7
+
+ app/videos/video-list/video-overview.component.html
+ 3
+ app/shared/video/abstract-video-list.html7
@@ -817,6 +851,34 @@
app/shared/video/abstract-video-list.html7
+
+
+
+ app/videos/video-list/video-overview.component.html
+ 6
+
+
+
+
+ app/videos/video-list/video-overview.component.html
+ 14
+
+
+
+
+ app/videos/video-list/video-overview.component.html
+ 22
+
@@ -873,7 +935,7 @@
app/videos/+video-edit/shared/video-edit.component.html
- 25
+ 26
@@ -1141,6 +1203,24 @@
app/+accounts/account-about/account-about.component.html10
+
+
+
+ app/+accounts/account-video-channels/account-video-channels.component.html
+ 9
+
+
+ app/+my-account/my-account-video-channels/my-account-video-channels.component.html
+ 20
+
+
+ app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html
+ 13
+
+
+ app/+video-channels/video-channels.component.html
+ 14
+
@@ -1177,35 +1257,41 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html55
+
+
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 58
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 58
+ 59app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 59
+ 60app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 60
+ 61app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 69
+ 70app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 72
+ 73app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1215,7 +1301,7 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 77
+ 78app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1225,7 +1311,7 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 78
+ 79app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1235,7 +1321,7 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 79
+ 80app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -1245,19 +1331,25 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 91
+ 92
+
+
+
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 97app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 95
+ 101app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 105
+ 111app/videos/+video-edit/video-add-components/video-import-url.component.html
@@ -1271,37 +1363,43 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 109
+ 115app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 114
+ 120app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 117
+ 123app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 120
+ 126app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 130
+ 136app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 133
+ 139
+
+
+
+
+ app/+admin/config/edit-custom-config/edit-custom-config.component.html
+ 153
@@ -1313,25 +1411,25 @@
app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 150
+ 170app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 153
+ 173app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 156
+ 176app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 169
+ 189app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 170
+ 190app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 148
+ 168app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 180
+ 200app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 184
+ 204app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 185
+ 205app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 191
+ 211app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 207
+ 227app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 213
+ 233app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 218
+ 238app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 223
+ 243app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 234
+ 254app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 244
+ 264app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 247
+ 267app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 250
+ 270app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 266
+ 286app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 177
+ 197app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 294
+ 314app/+admin/config/edit-custom-config/edit-custom-config.component.html
- 295
+ 315
-
-
- app/+admin/users/user-edit/user-edit.component.html
- 56
-
-
- app/+admin/users/user-edit/user-edit.component.html
- 56
-
-
- app/+admin/users/user-list/user-list.component.html
- 19
-
+
+
+ app/+admin/users/user-edit/user-edit.component.html
+ 72
+
+
+ app/+admin/users/user-edit/user-edit.component.html
+ 72
+
@@ -1782,7 +1876,7 @@
app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 47
+ 44app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html
@@ -1814,55 +1908,67 @@
app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html25
-
-
-
- app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 8
-
-
-
-
- app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 9
- app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 10
+ 8app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 12
+ 10app/+my-account/my-account-video-imports/my-account-video-imports.component.html9
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 14
+
+
+
+
+ app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
+ 11
+ app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 33
+ 25
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 27app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 41
+ 33app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html24
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 33
+
+
+
+
+ app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
+ 53
+ app/+admin/moderation/video-abuse-list/video-abuse-list.component.html
- 55
+ 57
@@ -1912,29 +2018,41 @@
app/+my-account/my-account.component.html3
+
+
+
+ app/+my-account/my-account.component.html
+ 7
+ app/+my-account/my-account.component.html
- 5
+ 12app/+my-account/my-account.component.html
- 7
+ 14app/+my-account/my-account.component.html
- 9
+ 16app/+my-account/my-account.component.html
- 11
+ 18
+
+
+
+
+ app/+my-account/my-account.component.html
+ 22
@@ -1960,6 +2078,52 @@
app/+my-account/my-account-settings/my-account-settings.component.html18
+
+
+
+ app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html
+ 3
+
+
+
+
+ app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html
+ 9
+
+
+
+
+ app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html
+ 20
+
+
+ app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
+ 23
+
+
+ app/videos/+video-edit/shared/video-caption-add-modal.component.html
+ 35
+
+
+
+
+ app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html
+ 25
+
+
+ app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
+ 28
+
+
+ app/videos/+video-watch/modal/video-report.component.html
+ 24
+
+
+ app/videos/+video-watch/modal/video-blacklist.component.html
+ 24
+
@@ -2067,6 +2231,57 @@ When you will upload a video in this channel, the video support field will be au
app/+video-channels/video-channels.component.html16
+
+
+
+ app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
+ 3
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html
+ 9
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 13
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 15
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 19
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 20
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 39
+
+
+
+
+ app/+my-account/my-account-ownership/my-account-ownership.component.html
+ 47
+
@@ -2075,7 +2290,7 @@ When you will upload a video in this channel, the video support field will be au
app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html
- 19
+ 22
@@ -2139,6 +2354,48 @@ When you will upload a video in this channel, the video support field will be au
app/+page-not-found/page-not-found.component.html1
+
+
+
+ app/+verify-account/verify-account-email/verify-account-email.component.html
+ 2
+
+
+
+
+ app/+verify-account/verify-account-email/verify-account-email.component.html
+ 6
+
+
+
+
+ app/+verify-account/verify-account-email/verify-account-email.component.html
+ 11
+
+
+
+
+ app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html
+ 2
+
+
+
+
+ app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html
+ 17
+
+
+
+
+ app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html
+ 20
+
@@ -2159,7 +2416,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/modal/video-share.component.html
- 9
+ 17
@@ -2183,7 +2440,7 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-edit/shared/video-edit.component.html
- 37
+ 38
@@ -2201,11 +2458,11 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-edit/shared/video-edit.component.html
- 88
+ 89app/videos/+video-watch/video-watch.component.html
- 143
+ 161
@@ -2327,14 +2584,6 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-edit/shared/video-caption-add-modal.component.html29
-
-
-
- app/videos/+video-edit/shared/video-caption-add-modal.component.html
- 35
-
@@ -2355,55 +2604,55 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 175
+ 193
-
-
+
+
app/videos/+video-edit/shared/video-edit.component.html
- 17
+ 18app/videos/+video-edit/shared/video-edit.component.html
- 26
+ 27app/videos/+video-edit/shared/video-edit.component.html
- 103
+ 104app/videos/+video-edit/shared/video-edit.component.html
- 117
+ 118app/videos/+video-edit/shared/video-edit.component.html
- 118
+ 119app/videos/+video-edit/shared/video-edit.component.html
- 123
+ 124app/videos/+video-edit/shared/video-edit.component.html
- 128
+ 129app/videos/+video-edit/shared/video-edit.component.html
- 129
+ 130
@@ -2415,49 +2664,49 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-edit/shared/video-edit.component.html
- 144
+ 145app/videos/+video-edit/shared/video-edit.component.html
- 153
+ 154app/videos/+video-edit/shared/video-edit.component.html
- 167
+ 168app/videos/+video-edit/shared/video-edit.component.html
- 175
+ 176app/videos/+video-edit/shared/video-edit.component.html
- 137
+ 138app/videos/+video-edit/shared/video-edit.component.html
- 193
+ 194app/videos/+video-edit/shared/video-edit.component.html
- 200
+ 201app/videos/+video-edit/shared/video-edit.component.html
- 206
+ 207app/videos/+video-watch/modal/video-support.component.html
@@ -2465,19 +2714,19 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 77
+ 69app/videos/+video-edit/shared/video-edit.component.html
- 207
+ 208app/videos/+video-edit/shared/video-edit.component.html
- 188
+ 189
@@ -2547,16 +2796,6 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/modal/video-blacklist.component.html19
-
-
-
- app/videos/+video-watch/modal/video-report.component.html
- 24
-
-
- app/videos/+video-watch/modal/video-blacklist.component.html
- 24
-
@@ -2565,13 +2804,19 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html
- 82
+ 74
+
+
+
+
+ app/videos/+video-watch/modal/video-share.component.html
+ 29app/videos/+video-watch/modal/video-share.component.html
- 21
+ 34app/videos/+video-watch/modal/video-share.component.html
- 32
+ 45
-
-
+
+
app/videos/+video-watch/modal/video-share.component.html
- 37
+ 51
@@ -2623,149 +2868,149 @@ When you will upload a video in this channel, the video support field will be au
app/videos/+video-watch/video-watch.component.html24
-
+
+ Published <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
+
app/videos/+video-watch/video-watch.component.html
- 35
+ 37
-
-
+
+
app/videos/+video-watch/video-watch.component.html
- 40
-
-
-
-
- app/videos/+video-watch/video-watch.component.html
- 51
-
-
-
-
- app/videos/+video-watch/video-watch.component.html
- 50
-
-
-
-
- app/videos/+video-watch/video-watch.component.html
- 55
+ 46app/videos/+video-watch/video-watch.component.html
- 65
+ 57app/videos/+video-watch/video-watch.component.html
- 72
+ 64app/videos/+video-watch/video-watch.component.html
- 91
+ 83app/videos/+video-watch/video-watch.component.html
- 96
+ 88app/videos/+video-watch/video-watch.component.html
- 95
+ 87app/videos/+video-watch/video-watch.component.html
- 99
+ 91app/videos/+video-watch/video-watch.component.html
- 104
+ 96app/videos/+video-watch/video-watch.component.html
- 103
+ 95app/videos/+video-watch/video-watch.component.html
- 108
+ 100app/videos/+video-watch/video-watch.component.html
- 107
+ 99app/videos/+video-watch/video-watch.component.html
- 111
+ 103
+
+
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 123
+
+
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 134
+
+
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 133
+
+
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 138app/videos/+video-watch/video-watch.component.html
- 130
+ 148app/videos/+video-watch/video-watch.component.html
- 136
+ 154
-
+
+
+
+ app/videos/+video-watch/video-watch.component.html
+ 210
+
+ app/videos/+video-watch/video-watch.component.html
- 187
-
-
-
-
- app/videos/+video-watch/video-watch.component.html
- 199
-
-
-
-
- app/videos/+video-watch/video-watch.component.html
- 201
+ 211app/videos/+video-watch/video-watch.component.html
- 204
+ 214app/videos/+video-watch/video-watch.component.html
- 204
+ 214app/videos/+video-watch/video-watch.component.html
- 207
+ 217
+
+
+
+
+ app/videos/recommendations/recommended-videos.component.html
+ 2app/videos/+video-watch/comment/video-comment-add.component.html
- 17
+ 18
@@ -2954,6 +3207,18 @@ When you will upload a video in this channel, the video support field will be au
src/app/+admin/users/user-list/user-list.component.ts1
+
+ src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts
+ 1
+
+
+ src/app/+my-account/my-account-ownership/my-account-ownership.component.ts
+ 1
+
+
+ src/app/+my-account/my-account-ownership/my-account-ownership.component.ts
+ 1
+ src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts1
@@ -2990,6 +3255,22 @@ When you will upload a video in this channel, the video support field will be au
src/app/+my-account/my-account-videos/my-account-videos.component.ts1
+
+ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts
+ 1
+
+
+ src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts
+ 1
+
+
+ src/app/+verify-account/verify-account-email/verify-account-email.component.ts
+ 1
+
+
+ src/app/+verify-account/verify-account-email/verify-account-email.component.ts
+ 1
+ src/app/core/auth/auth.service.ts1
@@ -3054,6 +3335,10 @@ When you will upload a video in this channel, the video support field will be au
src/app/videos/+video-edit/video-add-components/video-upload.component.ts1
+
+ src/app/videos/+video-edit/video-add-components/video-upload.component.ts
+ 1
+ src/app/videos/+video-edit/video-update.component.ts1
@@ -3192,6 +3477,10 @@ When you will upload a video in this channel, the video support field will be au
src/app/+admin/users/user-list/user-list.component.ts1
+
+ src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts
+ 1
+ src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts1
@@ -3236,6 +3525,14 @@ When you will upload a video in this channel, the video support field will be au
src/app/+my-account/my-account-videos/my-account-videos.component.ts1
+
+ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts
+ 1
+
+
+ src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts
+ 1
+ src/app/login/login.component.ts1
@@ -3518,10 +3815,10 @@ When you will upload a video in this channel, the video support field will be au
1
-
-
+
+
- src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts
+ src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts1
@@ -3701,6 +3998,45 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts
+ 1
+
+
+
+
+
+ src/app/+my-account/my-account.component.ts
+ 1
+
+
+
+
+
+ src/app/+my-account/my-account.component.ts
+ 1
+
+
+
+
+
+ src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts
+ 1
+
+
+
+
+
+ src/app/+verify-account/verify-account-email/verify-account-email.component.ts
+ 1
+
+
+ src/app/reset-password/reset-password.component.ts
+ 1
+
+
@@ -3751,13 +4087,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
-
-
- src/app/reset-password/reset-password.component.ts
- 1
-
-
@@ -4036,6 +4365,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/shared/forms/form-validators/user-validators.service.ts
+ 1
+
+
@@ -4050,6 +4386,20 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/shared/forms/form-validators/user-validators.service.ts
+ 1
+
+
+
+
+
+ src/app/shared/forms/form-validators/user-validators.service.ts
+ 1
+
+
@@ -4171,6 +4521,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts
+ 1
+
+
@@ -4199,6 +4556,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts
+ 1
+
+
@@ -4726,6 +5090,62 @@ When you will upload a video in this channel, the video support field will be au
Date format in this locale.
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
+
+
+
+ src/app/shared/instance/instance-features-table.component.ts
+ 1
+
+
@@ -4894,6 +5314,41 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/shared/video/video.service.ts
+ 1
+
+
+
+
+
+ src/app/shared/video/video.service.ts
+ 1
+
+
+
+
+
+ src/app/shared/video/video.service.ts
+ 1
+
+
+
+
+
+ src/app/signup/signup.component.ts
+ 1
+
+
+
+
+
+ src/app/signup/signup.component.ts
+ 1
+
+
@@ -4901,41 +5356,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
-
-
- src/app/signup/signup.component.ts
- 1
-
-
-
-
-
- src/app/signup/signup.component.ts
- 1
-
-
-
-
-
- src/app/signup/signup.component.ts
- 1
-
-
-
-
-
- src/app/signup/signup.component.ts
- 1
-
-
-
-
-
- src/app/signup/signup.component.ts
- 1
-
-
@@ -4989,8 +5409,15 @@ When you will upload a video in this channel, the video support field will be au
1
-
-
+
+
+
+ src/app/videos/+video-edit/video-add-components/video-upload.component.ts
+ 1
+
+
+
+
src/app/videos/+video-edit/video-add-components/video-upload.component.ts1
@@ -5038,6 +5465,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+
+
+ src/app/videos/+video-watch/modal/video-share.component.ts
+ 1
+
+
diff --git a/client/src/locale/source/iso639_en_US.xml b/client/src/locale/source/iso639_en_US.xml
index 7c2a6a6e0..905e6181e 100644
--- a/client/src/locale/source/iso639_en_US.xml
+++ b/client/src/locale/source/iso639_en_US.xml
@@ -1,5 +1,5 @@
-
+
@@ -505,8 +505,8 @@
undefined
-
-
+
+
undefined
diff --git a/client/src/locale/source/player_en_US.xml b/client/src/locale/source/player_en_US.xml
index 3666a907d..a38f6375c 100644
--- a/client/src/locale/source/player_en_US.xml
+++ b/client/src/locale/source/player_en_US.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/client/src/locale/source/server_en_US.xml b/client/src/locale/source/server_en_US.xml
index 050acacb5..8858a7a59 100644
--- a/client/src/locale/source/server_en_US.xml
+++ b/client/src/locale/source/server_en_US.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/client/src/locale/target/angular_ca_ES.xml b/client/src/locale/target/angular_ca_ES.xml
index 719ca5f69..98a94ba5a 100644
--- a/client/src/locale/target/angular_ca_ES.xml
+++ b/client/src/locale/target/angular_ca_ES.xml
@@ -3,29 +3,25 @@
-
-
-
- Cancel·la
-
-
- 45
-
- - visualitzacions
- 34
+ 12
+
+
+
+
+ Esborra
+
+ 15Editar
- 3
+ 5
@@ -39,7 +35,7 @@
Vista prèvia completa
- 10
+ 13
@@ -49,6 +45,13 @@
18
+
+
+ Quota de vídeo
+
+ 19
+
+ Username or email addressNom d'usuari o adreça de correu electrònic
- 13
+ 15
@@ -81,7 +84,7 @@
o crear un compte
- 16
+ 18
@@ -92,14 +95,14 @@
o crear un compte en un altre instància
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!El registre d'usuaris no és permès en aquesta instància però pots registrar-te en moltes altres!
- 26
+ 28
@@ -113,35 +116,35 @@
I forgot my passwordHe oblidat la meva contrasenya
- 42
+ 44Forgot your passwordHas oblidat la teva contrasenya
- 59
+ 57EmailCorreu
- 17
+ 8Email addressAdreça de correu
- 66
+ 10Send me an email to reset my passwordEnvia'm un correu per reiniciar la meva contrasenya
- 77
+ 75
@@ -187,24 +190,6 @@
3
-
- Initial video quota:
- Quota de vídeo inicial:
-
- 8
-
-
-
-
- Unlimited
-
-
- Il·limitat
-
-
- 16
-
- UsernameNom d'usuari
@@ -212,107 +197,124 @@
8
+
+ I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instance
+ He llegit i estic d'acord amb <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> d'aquesta instància
+
+ 54
+
+ SignupRegistra't
- 86
+ 88
+
+
+
+ results
+ resultats
+
+ 5
+
+
+
+
+ for
+
+
+ for
+
+
+ 6
+
+
+
+ Filters
+ Filtres
+
+ 16
+
+
+
+
+ No results found
+
+
+ Cap resultat
+
+
+ 25Change the languageCanvia la llengua
- 76
-
-
-
-
- My public profile
-
-
- El meu perfil públic
-
-
- 19
-
-
-
-
- My account
-
-
- El meu compte
-
-
- 23
-
-
-
-
- Log out
-
-
- Tanca sessió
-
-
- 27
+ 88LoginIniciar sessió
- 36
+ 38Create an accountRegistrar un compte
- 37
+ 39VideosVídeos
- 21
+ 24TrendingTendència
- 45
+ 57Recently addedAfegits fa poc
- 50
+ 62LocalLocal
- 55
+ 67
+
+
+
+ More
+ Més
+
+ 72AdministrationAdministració
- 64
+ 76AboutQuant a
- 23
+ 25
@@ -329,25 +331,88 @@
9
+
+ Sort
+ Ordena
+
+ 6
+
+
+
+ Published date
+ Data de publicació
+
+ 15
+
+
+
+ Duration
+ Durada
+
+ 24
+
+
+
+ Display sensitive content
+ Mostra contingut sensible
+
+ 33
+
+
+
+ Yes
+ Sí
+
+ 37
+
+
+
+ No
+ No
+
+ 42
+
+ CategoryCategoria
- 148
+ 166LicenceLlicència
- 157
+ 175LanguageLlengua
- 166
+ 184
+
+
+
+ All of these tags
+ Totes aquestes etiquetes
+
+ 82
+
+
+
+ One of these tags
+ Una d'aquestes etiquetes
+
+ 87
+
+
+
+ Filter
+ Filtre
+
+ 94
@@ -361,7 +426,7 @@
InstanceInstància
- 7
+ 8
@@ -386,14 +451,14 @@
DescriptionDescripció
- 23
+ 26TermsTermes
- 43
+ 44
@@ -711,7 +776,7 @@
subscribers subscriptors
- 11
+ 14
@@ -725,49 +790,49 @@
NameNom
- 9
+ 12Short descriptionDescripció curta
- 21
+ 22Default client routeRuta per defecte del client
- 54
+ 55Videos TrendingVídeos tendència
- 57
+ 59Videos Recently AddedVídeos afegits fa poc
- 58
+ 60Local videosVídeos locals
- 59
+ 61Policy on videos containing sensitive contentPolítica sobre vídeos que contenen contingut sensible
- 68
+ 70
@@ -802,42 +867,42 @@
Signup enabledRegistre activat
- 90
+ 92Signup limitLimit de registres
- 94
+ 101AdministratorAdministrador
- 116
+ 123Admin emailCorreu del Administrador
- 119
+ 126UsersUsuaris
- 129
+ 136User default video quotaQuota de vídeo per defecte de l'usuari
- 132
+ 139
@@ -851,158 +916,112 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameEl teu nom d'usuari de Twitter
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Indica el compte de Twitter del lloc web o plataforma en què es va publicar el contingut.
- 154
+ 176Instance whitelisted by TwitterInstància a la llista blanca de Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Si la teva instància es troba a la llista blanca de Twitter, un reproductor de vídeo s'incorporarà al canal de Twitter de la part compartida de PeerTube.<br />
-Si la instància no es troba a la llista blanca, utilitzem una targeta d'enllaç d'imatge que redirigirà a la teva instància de PeerTube.<br /><br />
-Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la teva instància (https://exemple.com/videos/veure/exemple) a <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> per comprovar si la teva instància és a la llista blanca.
-
- 168
+ 189ServicesServeis
- 146
+ 168TranscodingTranscodificació
- 176
+ 200Transcoding enabledTranscodificació activada
- 180
+ 204If you disable transcoding, many videos from your users will not work!Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran.
- 181
+ 205Transcoding threadsSubprocessos per la transcodificació
- 187
+ 211Previews cache sizeMemòria cau per a visualitzacions prèvies
- 219
+ 243CustomizationsPersonalitzacions
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Escriu directament el codi JavaScript.<br />Exemple: <pre>console.log('la meva instància és sorprenent');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Escriu directament el codi JavaScript. Exemple:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prefixa amb <em>#custom-css</em> per a substituir els estils. Exemple:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationConfiguració avançada
- 174
+ 197Update configurationActualitza la configuració
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Sembla que la configuració no és vàlida. Cerca possibles errors a les diferents pestanyes.
- 290
+ 315
@@ -1027,28 +1046,6 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
7
-
-
- Video abuses
-
-
- Abusos de vídeo
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Llista negra de vídeo
-
-
- 15
-
-
Jobs
@@ -1057,7 +1054,7 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
Tasques
- 19
+ 15
@@ -1068,7 +1065,7 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
Configuració
- 23
+ 19
@@ -1138,6 +1135,27 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
2
+
+ Following
+ Seguint
+
+ 5
+
+
+
+ Follow
+ Segueix
+
+ 7
+
+
+
+ Followers
+ Seguidors
+
+ 9
+
+ Jobs listLlistat de tasques
@@ -1184,14 +1202,7 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
RoleRol
- 19
-
-
-
- Video quota
- Quota de vídeo
-
- 18
+ 20
@@ -1207,6 +1218,13 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
65
+
+ Reason...
+ Motiu...
+
+ 11
+
+ Users listLlista d'usuaris
@@ -1218,91 +1236,42 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
Username Nom d'usuari
- 16
-
-
-
- Video abuses list
- Llista d'abusos de vídeo
-
- 2
-
-
-
- Reason
- Motiu
-
- 11
+ 17ReporterReporter
- 12
+ 8VideoVídeo
- 9
+ 14Go to the accountAnar al compte
- 22
+ 27Go to the videoAnar al vídeo
- 28
+ 33Blacklisted videosVídeos a la llista negra
- 2
-
-
-
- Name
- Nom
-
- 11
-
-
-
- Views
- Visualitzacions
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Treure de llista negra
-
- 30
+ 7
@@ -1312,18 +1281,11 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
3
-
- My video channels
- Els meus canals de vídeo
-
- 5
-
- My videosEls meus vídeos
- 7
+ 14
@@ -1347,6 +1309,13 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
15
+
+ Submit
+ Envia
+
+ 24
+
+ - views - visualitzacions
@@ -1354,11 +1323,15 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
19
-
- Delete
- Esborra
+
+
+ Cancel
+
+
+ Cancel·la
+
- 15
+ 30
@@ -1372,7 +1345,7 @@ Marca aquesta casella, desa la configuració i prova amb una URL de vídeo de la
Go to the channelAnar al canal
- 15
+ 8
@@ -1395,14 +1368,28 @@ When you will upload a video in this channel, the video support field will be au
Text breu per dir a la gent com poden donar suport al teu canal (plataforma de pertinença ...).S<br /><br />
Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplirà automàticament amb aquest text.
- 36
+ 52
+
+
+
+ Created by
+ Creat per
+
+ 17
+
+
+
+ Go the owner account page
+ Aneu a la pàgina del compte del propietari
+
+ 16Change passwordCanvia contrasenya
- 19
+ 22
@@ -1465,20 +1452,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Created by
- Creat per
-
- 14
-
-
-
- Go the owner account page
- Aneu a la pàgina del compte del propietari
-
- 13
-
- Support this channelDonar suport a aquest canal
@@ -1497,28 +1470,28 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
URLURL
- 12
+ 17ChannelCanal
- 35
+ 38PrivacyPrivacitat
- 143
+ 161UpdateActualitza
- 105
+ 92
@@ -1546,63 +1519,56 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
TitleTítol
- 7
+ 9TagsEtiquetes
- 175
-
-
-
- (press Enter to add)
- (prem Retorn per afegir)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Les descripcions de vídeo es trunquen per defecte i es requereix accion manual per ampliar-les.
- 24
+ 27Schedule publication ()Programa la publicació ()
- 101
+ 104This video contains mature or explicit contentAquest vídeo conté contingut madur o explícit
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Alguns instàncies, de manera determinada, no mostren els vídeos que contenen contingut madur o explícit.
- 116
+ 119Enable video commentsActiva els comentaris de vídeo
- 121
+ 124Wait transcoding before publishing the videoEspera la transcodificació abans de publicar el vídeo
- 126
+ 129
@@ -1616,35 +1582,35 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Upload thumbnailPuja miniatura
- 186
+ 194Upload previewPrevisualitza la càrrega
- 193
+ 201SupportSuporta
- 71
+ 69Short text to tell people how they can support you (membership platform...).Text breu per dir a la gent com us poden ajudar (plataforma de pertinença ...).
- 200
+ 208Advanced settingsAjustos avançats
- 182
+ 189
@@ -1662,78 +1628,42 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Download videoDescàrrega el vídeo
- 7
+ 3Direct downloadDescàrrega directe
- 20
+ 17DownloadDescàrrega
- 87
+ 84Report videoDenúncia el vídeo
- 7
-
-
-
- Reason...
- Motiu...
-
- 14
-
-
-
-
- Cancel
-
-
- Cancel·la
-
-
- 22
-
-
-
- Submit
- Envia
-
- 27
+ 3ShareComparteix
- 76
+ 74EmbedIncrusta
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- La URL no és segura (no hi ha HTTPS), de manera que el vídeo incrustat no funcionarà en llocs web amb HTTPS (els navegadors web bloquegen les sol·licituds HTTP no segures en els llocs web amb HTTPS).
-
-
- 35
+ 34
@@ -1747,163 +1677,116 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
15
-
-
- This video will be published on
-
-
- Aquest vídeo es publicarà en
-
-
- 19
-
-
-
-
- - views
-
-
- - visualitzacions
-
-
- 30
-
-
-
- Go the channel page
- Anar a la pàgina del canal
-
- 35
-
-
-
- By
- Per
-
- 45
-
-
-
- Go to the account page
- Anar a la pàgina del compte
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Pots subscriu-re''t a aquest compte mitjançant qualsevol instància del fedivers que sigui compatible amb ActivityPub. Per exemple, amb Mastodon o Pleroma, pots escriure en el quadre de cerca <strong>@@</strong> i subscriu-re''t allà. S''està treballant en la subscripció com a usuari de PeerTube a <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoM'agrada aquest vídeo
- 59
+ 57Dislike this videoNo m'agrada aquest vídeo
- 66
+ 64Download the videoDescarrega el vídeo
- 86
+ 83ReportReporta
- 93
+ 88Report this videoReporta aquest vídeo
- 92
-
-
-
- Blacklist
- Llista negra
-
- 99
-
-
-
- Blacklist this video
- Llista negra d'aquest vídeo
-
- 98
+ 87Update this videoActualitza aquest vídeo
- 104
+ 91
+
+
+
+ Blacklist
+ Llista negra
+
+ 96
+
+
+
+ Blacklist this video
+ Llista negra d'aquest vídeo
+
+ 95
+
+
+
+ Unblacklist
+ Treure de llista negra
+
+ 100Delete this videoEsborra aquest vídeo
- 110
+ 103
+
+
+
+ Go the channel page
+ Anar a la pàgina del canal
+
+ 123
+
+
+
+ Go to the account page
+ Anar a la pàgina del compte
+
+ 133Show moreVeure més
- 130
+ 148Show lessVeure menys
- 136
-
-
-
-
- Other videos
-
-
- Altres vídeos
-
-
- 187
-
-
-
- Friendly Reminder:
- Recordatori amistós:
-
- 199
+ 154More informationMés informació
- 204
+ 214Get more informationObtenir més informació
- 204
+ 214
@@ -1914,7 +1797,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
D'acord
- 207
+ 217
@@ -1975,7 +1858,7 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
Publicar comentari
- 17
+ 18
@@ -2139,23 +2022,9 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Following
- Seguint
-
- 1
-
-
-
- Follow
- Segueix
-
- 1
-
-
-
- Followers
- Seguidors
+
+ Video removed from the blacklist.
+ Vídeo tret de la llista negra.1
@@ -2209,27 +2078,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Segur que vols eliminar aquest vídeo de la llista negra? Estarà de nou disponible a la llista de vídeos.
-
- 1
-
-
-
- Video removed from the blacklist.
- Vídeo tret de la llista negra.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- La nova contrasenya i la contrasenya confirmada no es corresponen.
-
- 1
-
- Password updated.Contrasenya actualitzada.
@@ -2356,6 +2204,13 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
+
+ Unable to find user id or verification string.
+ No es pot trobar l'identificador d'usuari ni la cadena de verificació.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2386,13 +2241,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Unable to find user id or verification string.
- No es pot trobar l'identificador d'usuari ni la cadena de verificació.
-
- 1
-
- Your password has been successfully reset!La contrasenya s'ha restablit correctament.
@@ -2498,13 +2346,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Transcoding threads must be greater than 1.
- Els subprocessos de transcodificació han de ser superiors a 1.
-
- 1
-
- Username is required.Es requereix nom d'usuari.
@@ -2575,6 +2416,13 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
+
+ The new password and the confirmed password do not correspond.
+ La nova contrasenya i la contrasenya confirmada no es corresponen.
+
+ 1
+
+ Video quota is required.Es requereix una quota de vídeo.
@@ -3114,6 +2962,41 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} altre {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ de vídeos HD
+
+ 1
+
+
+
+ of HD videos
+ de vídeos HD
+
+ 1
+
+
+
+ of average quality videos
+ de vídeos de qualitat mitjana
+
+ 1
+
+ years agoFa anys
@@ -3268,41 +3151,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} altre {minutes} }
-
- 1
-
-
-
- of full HD videos
- de vídeos HD
-
- 1
-
-
-
- of HD videos
- de vídeos HD
-
- 1
-
-
-
- of average quality videos
- de vídeos de qualitat mitjana
-
- 1
-
- But associated data (tags, description...) will be lost, are you sure you want to leave this page?Però es perdran les dades associades (etiquetes, descripció ...), estàs segur que vols deixar aquesta pàgina?
@@ -3331,13 +3179,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- La teva quota de vídeo s''ha superat amb aquest vídeo (video size: , used: , quota: )
-
- 1
-
- Video published.Vídeo publicat.
@@ -3373,20 +3214,6 @@ Quan pugis un vídeo en aquest canal, el camp d'assistència de vídeo s'omplir
1
-
- Do you really want to blacklist this video?
- Segur que vols incloure aquest vídeo a la llista negra?
-
- 1
-
-
-
- Video had been blacklisted.
- El vídeo s''ha inclòs en la llista negra.
-
- 1
-
- Do you really want to delete this video?Segur que vols suprimir aquest vídeo?
diff --git a/client/src/locale/target/angular_cs_CZ.xml b/client/src/locale/target/angular_cs_CZ.xml
index 12a9744fe..b0378b355 100644
--- a/client/src/locale/target/angular_cs_CZ.xml
+++ b/client/src/locale/target/angular_cs_CZ.xml
@@ -3,29 +3,25 @@
-
-
- Cancel
-
-
- Zrušit
-
-
- 45
-
- - views - zhlédnutí
- 34
+ 12
+
+
+
+ Delete
+ Odstranit
+
+ 15EditUpravit
- 3
+ 5
@@ -39,7 +35,7 @@
Complete previewNáhled
- 10
+ 13
@@ -49,6 +45,13 @@
18
+
+ Video quota
+ Limit na videa
+
+ 19
+
+
Login
@@ -64,14 +67,14 @@
UserUživatel
- 11
+ 13Username or email addressUživatelské jméno nebo email
- 13
+ 15
@@ -82,7 +85,7 @@
nebo si vytvořte účet
- 16
+ 18
@@ -93,14 +96,14 @@
nebo si vytvořte účet na jiné instanci
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Registrace uživatelů není na této instanci povolena, ale můžete se registrovat na spoustě jiných!
- 26
+ 28
@@ -114,35 +117,35 @@
I forgot my passwordZapomněl jsem heslo
- 42
+ 44Forgot your passwordZapomenuté heslo
- 59
+ 57EmailEmail
- 17
+ 8Email addressEmailová adresa
- 66
+ 10Send me an email to reset my passwordPoslat email pro resetování hesla
- 77
+ 75
@@ -188,24 +191,6 @@
3
-
- Initial video quota:
- Výchozí limit na video:
-
- 8
-
-
-
-
- Unlimited
-
-
- Neomezený
-
-
- 16
-
- UsernameUživatelské jméno
@@ -217,103 +202,70 @@
SignupRegistrovat
- 86
+ 88Change the languageZměnit jazyk
- 76
-
-
-
-
- My public profile
-
-
- Zobrazovaný profil
-
-
- 19
-
-
-
-
- My account
-
-
- Správa mého profilu
-
-
- 23
-
-
-
-
- Log out
-
-
- Odhlásit
-
-
- 27
+ 88LoginPřihlásit
- 36
+ 38Create an accountVytvořit účet
- 37
+ 39VideosVidea
- 21
+ 24TrendingTrendy
- 45
+ 57Recently addedNedávno přidané
- 50
+ 62LocalMístní
- 55
+ 67AdministrationAdministrace
- 64
+ 76AboutO službě
- 23
+ 25
@@ -334,21 +286,21 @@
CategoryKategorie
- 148
+ 166LicenceLicence
- 157
+ 175LanguageJazyk
- 166
+ 184
@@ -362,7 +314,7 @@
InstanceInstance
- 7
+ 8
@@ -387,14 +339,14 @@
DescriptionPopis
- 23
+ 26TermsPodmínky
- 43
+ 44
@@ -706,7 +658,7 @@
subscribers odběratelů
- 11
+ 14
@@ -720,49 +672,49 @@
NameJméno
- 9
+ 12Short descriptionKrátký popis
- 21
+ 22Default client routeVýchozí hlavní stránka
- 54
+ 55Videos TrendingTrendy
- 57
+ 59Videos Recently AddedNaposledy přidaná videa
- 58
+ 60Local videosMístní videa
- 59
+ 61Policy on videos containing sensitive contentPravidla pro videa obsahující citlivý obsah
- 68
+ 70
@@ -797,42 +749,42 @@
Signup enabledPovolit registrace
- 90
+ 92Signup limitLimit registrací
- 94
+ 101AdministratorAdministrátor
- 116
+ 123Admin emailEmail administrátora
- 119
+ 126UsersUživatelé
- 129
+ 136User default video quotaVýchozí limit na uživatele
- 132
+ 139
@@ -846,158 +798,112 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameVáš účet na Twitteru
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Uveďte Twitter účet stránky nebo služby, na které byl obsah publikován.
- 154
+ 176Instance whitelisted by TwitterTwitter povolil tuto instanci
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Pokud je vaše instance povolena Twitterem, videopřehrávač bude přiložen ve feedu.<br />
-Pokud instance není povolena, bude zobrazen obrázek vedoucí jako link na vaši PeerTube instanci.<br /><br />
-Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z vaší instance (https://example.com/videos/watch/blabla) na <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> pro zjištění, zda je vaše instance povolená.
-
- 168
+ 189ServicesSlužby
- 146
+ 168TranscodingPřekódování
- 176
+ 200Transcoding enabledPřekódování povoleno
- 180
+ 204If you disable transcoding, many videos from your users will not work!Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!
- 181
+ 205Transcoding threadsVlákna na překódování
- 187
+ 211Previews cache sizeVelikost mezipaměti náhledů
- 219
+ 243CustomizationsPřizpůsobení
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Pište přímo JavaScript kód.<br />Například: <pre>console.log('moje instance je úžasná');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Pište přímo CSS kód. Například:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Předřaďtě <em>#custom-css</em> pro přepsání stylů. Například:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationPokročilá nastavení
- 174
+ 197Update configurationAktualizovat nastavení
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Zdá se, že vaše konfigurace není validní. Prosím, vyhledejte potencialní chyby v jiné záložce.
- 290
+ 315
@@ -1022,28 +928,6 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
7
-
-
- Video abuses
-
-
- Nahlášená videa
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Černá listina
-
-
- 15
-
-
Jobs
@@ -1052,7 +936,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
Úlohy
- 19
+ 15
@@ -1063,7 +947,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
Nastavení
- 23
+ 19
@@ -1133,6 +1017,27 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
2
+
+ Following
+ Odebíráno
+
+ 5
+
+
+
+ Follow
+ Odebírat
+
+ 7
+
+
+
+ Followers
+ Odběratelé
+
+ 9
+
+ Jobs listSeznam úloh
@@ -1179,14 +1084,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
RoleRole
- 19
-
-
-
- Video quota
- Limit na videa
-
- 18
+ 20
@@ -1202,6 +1100,13 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
65
+
+ Reason...
+ Důvod...
+
+ 11
+
+ Users listSeznam uživatelů
@@ -1213,91 +1118,42 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
Username Uživatelské jméno
- 16
-
-
-
- Video abuses list
- Seznam nahlášených videí
-
- 2
-
-
-
- Reason
- Důvod
-
- 11
+ 17ReporterAutor nahlášení
- 12
+ 8VideoVideo
- 9
+ 14Go to the accountPřejít na účet
- 22
+ 27Go to the videoPřejít na video
- 28
+ 33Blacklisted videosVidea na černé listině
- 2
-
-
-
- Name
- Jméno
-
- 11
-
-
-
- Views
- Zhlednutí
-
- 13
-
-
-
- NSFW
- Citlivý obsah
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Odebrat z černé listiny
-
- 30
+ 7
@@ -1307,18 +1163,11 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
3
-
- My video channels
- Mé video kanály
-
- 5
-
- My videosMoje videa
- 7
+ 14
@@ -1342,6 +1191,13 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
15
+
+ Submit
+ Odeslat
+
+ 24
+
+ - views - zhlédnutí
@@ -1349,11 +1205,15 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
19
-
- Delete
- Odstranit
+
+
+ Cancel
+
+
+ Zrušit
+
- 15
+ 30
@@ -1367,7 +1227,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
Go to the channelPřejít na video kanál
- 15
+ 8
@@ -1390,14 +1250,28 @@ When you will upload a video in this channel, the video support field will be au
Krátký text, kterým sdělíte lidem, jak mohou podporovat tento kanál (členství...).<br /><br />
Když nahrajete video na tento kanál, text bude přiložen.
- 36
+ 52
+
+
+
+ Created by
+ Autor:
+
+ 17
+
+
+
+ Go the owner account page
+ Přejít na autorův profil
+
+ 16Change passwordZměnit heslo
- 19
+ 22
@@ -1460,20 +1334,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Created by
- Autor:
-
- 14
-
-
-
- Go the owner account page
- Přejít na autorův profil
-
- 13
-
- Support this channelPodpořit tento kanál
@@ -1492,28 +1352,28 @@ When you will upload a video in this channel, the video support field will be au
URLURL
- 12
+ 17ChannelKanál
- 35
+ 38PrivacySoukromí
- 143
+ 161UpdateAktualizovat
- 105
+ 92
@@ -1541,63 +1401,56 @@ When you will upload a video in this channel, the video support field will be au
TitleNadpis
- 7
+ 9TagsTagy
- 175
-
-
-
- (press Enter to add)
- (stiskněte Enter pro přidání)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Popisy videí jsou ve výchozím stavu sbaleny a rozbalují se kliknutím.
- 24
+ 27Schedule publication ()Naplánovat publikování ()
- 101
+ 104This video contains mature or explicit contentVideo obsahující citlivý materiál
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Některé instance nezobrazují videa s citlivým materiálem.
- 116
+ 119Enable video commentsPovolit komentáře
- 121
+ 124Wait transcoding before publishing the videoČekat na překódování před publikováním videa
- 126
+ 129
@@ -1611,35 +1464,35 @@ When you will upload a video in this channel, the video support field will be au
Upload thumbnailNahrát miniaturu
- 186
+ 194Upload previewNahrát náhled
- 193
+ 201SupportPodpora
- 71
+ 69Short text to tell people how they can support you (membership platform...).Krátký text, co řekne lidem, jak vás mohou podpořit.
- 200
+ 208Advanced settingsRozšířená nastavení
- 182
+ 189
@@ -1657,78 +1510,42 @@ When you will upload a video in this channel, the video support field will be au
Download videoStáhnout video
- 7
+ 3Direct downloadPřímý odkaz
- 20
+ 17DownloadStáhnout
- 87
+ 84Report videoNahlásit video
- 7
-
-
-
- Reason...
- Důvod...
-
- 14
-
-
-
-
- Cancel
-
-
- Zrušit
-
-
- 22
-
-
-
- Submit
- Odeslat
-
- 27
+ 3ShareSdílet
- 76
+ 74EmbedVložit do stránky
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- URL není zabezpečená (žádné HTTPS), takže vložené video nebude fungovat na HTTPS stránkách (prohlížeče zablokují nezabezpečené HTTP požadavky na HTTPS stránkách).
-
-
- 35
+ 34
@@ -1742,163 +1559,116 @@ When you will upload a video in this channel, the video support field will be au
15
-
-
- This video will be published on
-
-
- Toto video bude publikováno
-
-
- 19
-
-
-
-
- - views
-
-
- - zhlédnutí
-
-
- 30
-
-
-
- Go the channel page
- Přejít na stránku kanálu
-
- 35
-
-
-
- By
- Autor:
-
- 45
-
-
-
- Go to the account page
- Přejít na stránku kanálu
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Tento účet můžete odebírat přes kteroukoliv instanci obsahující ActivityPub federaci. V instancích s Mastodon nebo Pleroma můžete napsat do vyhledávacího pole <strong>@@</strong> a přidat odběr. Na odběrech jako PeerTube uživatel se pracuje: <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoTo se mi líbí
- 59
+ 57Dislike this videoTo se mi nelíbí
- 66
+ 64Download the videoStáhnout video
- 86
+ 83ReportNahlásit
- 93
+ 88Report this videoNahlásit toto video
- 92
-
-
-
- Blacklist
- Černá listina
-
- 99
-
-
-
- Blacklist this video
- Přidat toto video na černou listinu
-
- 98
+ 87Update this videoAktualizovat video
- 104
+ 91
+
+
+
+ Blacklist
+ Černá listina
+
+ 96
+
+
+
+ Blacklist this video
+ Přidat toto video na černou listinu
+
+ 95
+
+
+
+ Unblacklist
+ Odebrat z černé listiny
+
+ 100Delete this videoOdstranit video
- 110
+ 103
+
+
+
+ Go the channel page
+ Přejít na stránku kanálu
+
+ 123
+
+
+
+ Go to the account page
+ Přejít na stránku kanálu
+
+ 133Show moreZobrazit více
- 130
+ 148Show lessZobrazit méně
- 136
-
-
-
-
- Other videos
-
-
- Další videa
-
-
- 187
-
-
-
- Friendly Reminder:
- Přátelské připomenutí:
-
- 199
+ 154More informationVíce informací
- 204
+ 214Get more informationZískat více informací
- 204
+ 214
@@ -1909,7 +1679,7 @@ When you will upload a video in this channel, the video support field will be au
OK
- 207
+ 217
@@ -1970,7 +1740,7 @@ When you will upload a video in this channel, the video support field will be au
Odeslat komentář
- 17
+ 18
@@ -2134,23 +1904,9 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Following
- Odebíráno
-
- 1
-
-
-
- Follow
- Odebírat
-
- 1
-
-
-
- Followers
- Odběratelé
+
+ Video removed from the blacklist.
+ Video odebráno z černé listiny.1
@@ -2204,27 +1960,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Opravdu chcete odebrat toto video z černé listiny? Tato akce jej učiní znovu dostupným v seznamu videí.
-
- 1
-
-
-
- Video removed from the blacklist.
- Video odebráno z černé listiny.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Nové heslo a jeho potvrzení nesouhlasí.
-
- 1
-
- Password updated.Heslo aktualizováno.
@@ -2351,6 +2086,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Unable to find user id or verification string.
+ Nelze najít uživatelovo id nebo verifikační řetězec.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2381,13 +2123,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Unable to find user id or verification string.
- Nelze najít uživatelovo id nebo verifikační řetězec.
-
- 1
-
- Your password has been successfully reset!Vaše heslo bylo úspěšně resetováno!
@@ -2493,13 +2228,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Transcoding threads must be greater than 1.
- Počet vláken pro překódování musí být větší než 1.
-
- 1
-
- Username is required.Uživatelské jméno je vyžadováno.
@@ -2570,6 +2298,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ The new password and the confirmed password do not correspond.
+ Nové heslo a jeho potvrzení nesouhlasí.
+
+ 1
+
+ Video quota is required.Limit na videa je vyžadován.
@@ -3109,6 +2844,41 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ FullHD videí
+
+ 1
+
+
+
+ of HD videos
+ HD videí
+
+ 1
+
+
+
+ of average quality videos
+ videí průměrné kvality
+
+ 1
+
+ years agopřed lety
@@ -3263,41 +3033,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- FullHD videí
-
- 1
-
-
-
- of HD videos
- HD videí
-
- 1
-
-
-
- of average quality videos
- videí průměrné kvality
-
- 1
-
- But associated data (tags, description...) will be lost, are you sure you want to leave this page?Přiřazená data (tagy, popis...) budou ztraceny, opravdu chcete opustit tuto stránku?
@@ -3326,13 +3061,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Váš limit na videa byl překročen tímto videem (velikost videa: , použito: , limit: )
-
- 1
-
- Video published.Video publikováno
@@ -3368,20 +3096,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Do you really want to blacklist this video?
- Opravdu chcete přidat toto video na černou listinu?
-
- 1
-
-
-
- Video had been blacklisted.
- Video bylo přidáno na černou listinu.
-
- 1
-
- Do you really want to delete this video?Opravdu chcete odstranit toto video?
diff --git a/client/src/locale/target/angular_de_DE.xml b/client/src/locale/target/angular_de_DE.xml
index 468d66164..82093934a 100644
--- a/client/src/locale/target/angular_de_DE.xml
+++ b/client/src/locale/target/angular_de_DE.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Abbrechen
-
-
- 45
-
- (extensions: , max size: )(zulässige Datei-Erweiterungen: , maximale Größe: )
@@ -25,14 +14,21 @@
- views - Aufrufe
- 34
+ 12
+
+
+
+ Delete
+ Löschen
+
+ 15EditBearbeiten
- 3
+ 5
@@ -46,7 +42,7 @@
Complete previewVollständige Vorschau
- 10
+ 13
@@ -56,6 +52,13 @@
18
+
+ Video quota
+ Videokontingent
+
+ 19
+
+
Login
@@ -71,14 +74,14 @@
UserBenutzer
- 11
+ 13Username or email addressBenutzername und E-Mail-Adresse
- 13
+ 15
@@ -89,7 +92,7 @@
oder erstelle ein Konto
- 16
+ 18
@@ -100,14 +103,14 @@
oder erstelle ein Konto auf einer anderen Instanz
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Die Benutzerregistrierung ist hier nicht möglich, dafür auf vielen anderen Instanzen!
- 26
+ 28
@@ -121,35 +124,35 @@
I forgot my passwordIch habe mein Passwort vergessen.
- 42
+ 44Forgot your passwordPasswort vergessen
- 59
+ 57EmailE-Mail
- 17
+ 8Email addressE-Mail-Adresse
- 66
+ 10Send me an email to reset my passwordMir eine E-Mail schicken, um mein Passwort zurückzusetzen
- 77
+ 75
@@ -194,25 +197,6 @@ Konto erstellen
3
-
- Initial video quota:
- Kontingent für Videos zu Beginn:
-
- 8
-
-
-
-
- Unlimited
-
-
-
- Unbegrenzt
-
-
- 16
-
- UsernameNutzername
@@ -224,14 +208,14 @@ Konto erstellen
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceIch habe die <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Bestimmungen</a> dieser Instanz gelesen und stimme ihnen zu.
- 60
+ 54SignupRegistrieren
- 86
+ 88
@@ -274,103 +258,70 @@ Konto erstellen
Change the languageSprache wechseln
- 76
-
-
-
-
- My public profile
-
-
- Mein öffentliches Profil
-
-
- 19
-
-
-
-
- My account
-
-
- Mein Konto
-
-
- 23
-
-
-
-
- Log out
-
-
- Abmelden
-
-
- 27
+ 88LoginAnmelden
- 36
+ 38Create an accountKonto erstellen
- 37
+ 39VideosVideos
- 21
+ 24Trending
- Trend
+ Beliebt
- 45
+ 57Recently added
- Kürzlich hinzugfügt
+ Kürzlich hinzugefügt
- 50
+ 62LocalLokal
- 55
+ 67MoreMehr
- 60
+ 72AdministrationAdministration
- 64
+ 76AboutInfo
- 23
+ 25
@@ -433,21 +384,21 @@ Konto erstellen
CategoryKategorie
- 148
+ 166LicenceLizenz
- 157
+ 175LanguageSprache
- 166
+ 184
@@ -482,7 +433,7 @@ Konto erstellen
InstanceInstanz
- 7
+ 8
@@ -507,14 +458,14 @@ Konto erstellen
DescriptionBeschreibung
- 23
+ 26TermsBestimmungen
- 43
+ 44
@@ -580,7 +531,7 @@ Konto erstellen
It is a free and open-source software, under the AGPLv3 licence.
- Es ist eine freie Open Source Software unter der AGPLv3 Lizenz.
+ Es ist freie Open Source Software, die unter der AGPLv3 Lizenz steht.
8
@@ -591,7 +542,7 @@ Konto erstellen
For more information, please visit joinpeertube.org.
- Für mehr Informationen, besuche joinpeertube.org.
+ Besuche für weitere Informationen joinpeertube.org.
12
@@ -611,7 +562,7 @@ Konto erstellen
PeerTube verwendet das BitTorrent-Protokoll, um Bandbreite zwischen den Usern aufzuteilen.
- Das setzt voraus, dass deine IP Adresse auf dem BitTorrent-Tracker zwischengespeichert wird, solange du dir ein Video ansiehst oder herunterlädst.
+ Das setzt voraus, dass deine IP-Adresse auf dem BitTorrent-Tracker zwischengespeichert wird, solange du dir ein Video ansiehst oder herunterlädst.
20
@@ -630,7 +581,7 @@ Konto erstellen
In practice, this is much more difficult because:
- Theoretisch könnte jemand mit genug technischer Erfahrung herausfinden, welche IP welches Video herunterlädt.
+ Theoretisch könnte jemand mit genug technischer Erfahrung herausfinden, welche IP-Adresse welches Video herunterlädt.
In der Praxis ist das jedoch sehr schwierig, denn:
@@ -739,7 +690,7 @@ Konto erstellen
Die Gefahren für die Privatsphäre sind bei YouTube anderer Art als bei PeerTube.
- YouTube speichert eine große Menge persönlicher Daten (nicht nur die IP), um sie dann zu analysieren und dich zu tracken.
+ YouTube speichert eine große Menge persönlicher Daten (nicht nur die IP-Adresse), um sie dann zu analysieren und dich zu verfolgen.
Außerdem ist YouTube Teil von Google/Alphabet, einer Firma, die dich über mehrere Webseiten hinweg verfolgt (mit AdSense oder Google Analytics).
@@ -760,9 +711,10 @@ Konto erstellen
Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
- Jedes Mal, wenn du eine Website aufrufst, ist deine IP-Adresse nicht nur für Seite, sondern auch für ISPs/Router/Tracker/CDNs und andere sichtbar.
-PeerTube sagt da ganz offen und transparent: Um deine Privatsphäre zu schützen, empfehlen wir ein VPN oder einen Tor Browser zu verwenden.
-P2P ist nicht der Grund für die fehlende Anonymität.
+ Jedes Mal, wenn du eine Website aufrufst, ist deine IP-Adresse nicht nur für die besuchte Seite, sondern auch für eine Reihe weiterer Akteure sichtbar, darunter Tracker und Content-Delivery-Netzwerke.
+ PeerTube sagt da ganz offen und transparent: Um deine Privatsphäre zu schützen, empfehlen wir, ein VPN oder den Tor Browser zu verwenden.
+ P2P ist nicht der Grund für die fehlende Anonymität.
+
77
@@ -854,7 +806,7 @@ P2P ist nicht der Grund für die fehlende Anonymität.
subscribers Abonnenten
- 11
+ 14
@@ -868,75 +820,75 @@ P2P ist nicht der Grund für die fehlende Anonymität.
NameName
- 9
+ 12Short descriptionKurze Beschreibung
- 21
+ 22Default client routeStandardpfad (Client)
- 54
+ 55Videos TrendingBeliebte Videos
- 57
+ 59Videos Recently Added
- Kürzlich hinzugfügt
+ Kürzlich hinzugefügte Videos
- 58
+ 60Local videosLokale Videos
- 59
+ 61Policy on videos containing sensitive contentVerhalten bei Videos mit anstößigen Inhalten
- 68
+ 70With <strong>Do not list</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
- Mit <strong>Nicht listen</strong> oder <strong>Thumbnails verschwommen machen</strong> muss zum Ansehen des Videos eine Bestätigung angefragt werden.
+ Mit <strong>Nicht anzeigen</strong> oder <strong>Vorschaubilder verschwommen anzeigen</strong> muss zum Ansehen des Videos eine Bestätigung angefragt werden.6Do not list
- Nicht listen
+ Nicht anzeigen11Blur thumbnails
- Thumbnails verschwommen machen
+ Vorschaubilder verschwommen anzeigen12Display
- Anzeige
+ Zeigen13
@@ -945,63 +897,63 @@ P2P ist nicht der Grund für die fehlende Anonymität.
Signup enabledRegistrierung an
- 90
+ 92Signup limitRegistrierungslimit
- 94
+ 101Import
- Import
+ Importieren42Video import with HTTP enabled
- Videoimport mit HTTP aktiviert
+ Video-Import über HTTP aktiviert
- 108
+ 115Video import with a torrent file or a magnet URI enabled
- Videoimport mit einem Torrent oder ein Magnet URI aktiviert
+ Video-Import über eine Torrent-Datei oder einen Magnet-Link aktiviert
- 113
+ 120AdministratorAdministrator
- 116
+ 123Admin emailAdmin E-Mail
- 119
+ 126UsersBenutzer
- 129
+ 136User default video quotaStandardkontingent für die Videos eines Nutzers
- 132
+ 139
@@ -1015,194 +967,133 @@ P2P ist nicht der Grund für die fehlende Anonymität.
TwitterTwitter
- 148
+ 170Your Twitter usernameDein Twitter-Benutzername
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Zeigt den Twitter-Account für die Webseite, auf der der Inhalt veröffentlicht wurde.
- 154
+ 176Instance whitelisted by TwitterInstanz von Twitter vertraut
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Wenn deine Instanz von Twitter zugelassen ist, wird ein Video-Player in den Twitter-Feed von PeerTube eingebettet.<br />
-Wenn die Instanz nicht zugelassen ist, benutzen wir ein Bild, dass auf deine Instanz verlinkt.<br /><br />
-Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines deiner Videos (https://example.com/videos/watch/blabla) auf <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> um herauszufinden, ob deine Instanz zugelassen ist.
-
- 168
+ 189ServicesDienste
- 146
+ 168TranscodingTranskodierung
- 176
+ 200Transcoding enabledTranskodierung an
- 180
+ 204If you disable transcoding, many videos from your users will not work!Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!
- 181
+ 205Transcoding threadsTranscodierungsthreads
- 187
+ 211Resolution enabledEingestellte Auflösung:
- 203
-
-
-
-
- Cache
-
-
-
-
- Cache
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Einige Dateien (Vorschau, Untertitel) werden nicht verteilt gespeichert. Wir laden sie direkt von der Ursprungsinstanz und speichern sie zwischen.
- 214
+ 238Previews cache sizeCachegröße der Vorschau
- 219
+ 243Video captions cache sizeCachegröße der Untertitel
- 230
+ 254CustomizationsPersonalisierung
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Füge dein JavaScript ein.<br />Beispiel: <pre>console.log('Meine Instanz ist großartig');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Füge dein CSS ein. Beispiel:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Schreibe <em>#custom-css</em> davor, um einen eigenen Stil zu verwenden. Beispiel:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationErweiterte Einstellungen
- 174
+ 197Update configurationEinstellungen aktualisieren
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Die Einstellungen sind anscheinend ungültig. Bitte suche nach potentiellen Fehlern in den verschiedenen Reitern.
- 290
+ 315
@@ -1227,27 +1118,6 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
7
-
-
- Video abuses
-
-
- Verstöße
-
- 11
-
-
-
-
- Video blacklist
-
-
- Video-Sperrliste
-
-
- 15
-
-
Jobs
@@ -1256,7 +1126,7 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
Jobs
- 19
+ 15
@@ -1267,7 +1137,7 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
Einstellungen
- 23
+ 19
@@ -1337,6 +1207,27 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
2
+
+ Following
+ Abonniert
+
+ 5
+
+
+
+ Follow
+ Abonnieren
+
+ 7
+
+
+
+ Followers
+ Abonnenten
+
+ 9
+
+ Jobs listJobliste
@@ -1397,14 +1288,7 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
RoleBenutzerrolle
- 19
-
-
-
- Video quota
- Videokontingent
-
- 18
+ 20
@@ -1419,6 +1303,13 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
65
+
+ Reason...
+ Grund...
+
+ 11
+
+ Users listBenutzerliste
@@ -1430,91 +1321,42 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
Username Benutzername
- 16
-
-
-
- Video abuses list
- Liste der Verstöße
-
- 2
-
-
-
- Reason
- Grund
-
- 11
+ 17ReporterMelder
- 12
+ 8VideoVideo
- 9
+ 14Go to the accountZum Konto gehen
- 22
+ 27Go to the videoZum Video gehen
- 28
+ 33Blacklisted videosGesperrte Videos
- 2
-
-
-
- Name
- Name
-
- 11
-
-
-
- Views
- Aufrufe
-
- 13
-
-
-
- NSFW
- NSFW (Nicht zur Ansicht am Arbeitsplatz geeignet)
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Entsperren
-
- 30
+ 7
@@ -1524,25 +1366,11 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
3
-
- My video channels
- Meine Videokanäle
-
- 5
-
- My videosMeine Videos
- 7
-
-
-
- My video imports
- Meine Videoimporte
-
- 9
+ 14
@@ -1573,6 +1401,13 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
18
+
+ Submit
+ Abschicken
+
+ 24
+
+ - views - Aufrufe
@@ -1580,11 +1415,15 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
19
-
- Delete
- Löschen
+
+
+ Cancel
+
+
+ Abbrechen
+
- 15
+ 30
@@ -1598,7 +1437,7 @@ Setze hier deinen Haken, speichere die Einstellungen und teste die Adresse eines
Go to the channelZum Kanal gehen
- 15
+ 8
@@ -1621,7 +1460,7 @@ When you will upload a video in this channel, the video support field will be au
Ein kurzer Text, der anderen erklärt, wie sie deinen Kanal unterstützen können.<br /><br />
Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automatisch mit diesem Text gefüllt.
- 36
+ 52
@@ -1631,11 +1470,25 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
8
+
+ Created by
+ Erstellt von
+
+ 17
+
+
+
+ Go the owner account page
+ Zum Kanal des Besitzers
+
+ 16
+
+ Change passwordPasswort ändern
- 19
+ 22
@@ -1712,20 +1565,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Created by
- Erstellt von
-
- 14
-
-
-
- Go the owner account page
- Zum Kanal des Besitzers
-
- 13
-
- Support this channelUnterstütze diesen Kanal
@@ -1744,12 +1583,12 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
URLURL
- 12
+ 17You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
- Du kannst jede URL importieren, <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>die von youtube-dl unterstützt wird</a> oder jede URL, die auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Verbreitungsrechte für den Inhalt hast, ansonsten könnte es legale Schwierigkeiten für dich und deine Instanz verursachen.
+ Du kannst von jeder URL importieren, <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>die von youtube-dl unterstützt wird</a> oder jeder URL, die auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Verbreitungsrechte für den Inhalt hast, ansonsten könnte es legale Schwierigkeiten für dich und deine Instanz verursachen.9
@@ -1758,14 +1597,14 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
ChannelKanal
- 35
+ 38Privacy
- Privatsphäre
+ Sichtbarkeit
- 143
+ 161
@@ -1783,7 +1622,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
UpdateAktualisieren
- 105
+ 92
@@ -1809,7 +1648,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Select the torrent to import
- Wähle den zu importierenden Torrent
+ Wähle die Torrent-Datei für den Import6
@@ -1823,7 +1662,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
- Du kannst jedes Torrent, das auf eine MP4-Datei zeigt, importieren. Du solltest sicherstellen, dass du die Verbreitungsrechte für den Inhalt hast, ansonsten könnte es legale Schwierigkeiten für dich und deine Instanz verursachen.
+ Du kannst jede Torrent-Datei, die auf eine MP4-Datei zeigt, zum Import verwenden. Du solltest sicherstellen, dass du die Verbreitungsrechte für den Inhalt hast, ansonsten könnte es legale Schwierigkeiten für dich und deine Instanz verursachen.17
@@ -1857,46 +1696,35 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Upload a fileLade eine Datei hoch
- 9
+ 10Import with URL
- Importiere mit einer URL
+ Importiere über einer URL
- 13
+ 17Import with torrent
- Importiere einen Torrent
+ Importiere über eine Torrent-Datei
- 17
+ 24Add captionUntertitel hinzufügen
- 7
+ 5Select the caption fileUntertitel-Datei auswählen
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Dies ersetzt bestehende Untertitel!
-
-
- 30
+ 24
@@ -1910,70 +1738,63 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
TitleTitel
- 7
+ 9TagsTags
- 175
-
-
-
- (press Enter to add)
- (zum Hinzufügen Eingabetaste drücken)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Videobeschreibungen sind standardmäßig gekürzt und müssen manuell aufgeklappt werden.
- 24
+ 27Schedule publication ()Veröffentlichung planen ()
- 101
+ 104This video contains mature or explicit contentDieses Video enthält Inhalte, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden.
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Einige Instanzen zeigen keine Videos, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden.
- 116
+ 119Enable video commentsVideokommentare zulassen
- 121
+ 124Wait transcoding before publishing the videoWarte das Transkodieren ab, bevor du das Video veröffentlichst
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Wenn du dich entschließt, dass Transkodieren nicht abzuwarten, kann das Video unabspielbar sein, bis das Transkodieren beendet ist.
- 127
+ 130
@@ -1987,70 +1808,70 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Add another captionWeiteren Untertitel hinzufügen
- 139
+ 145See the subtitle fileSiehe in der Untertiteldatei
- 148
+ 154Cancel createErstellen abbrechen
- 162
+ 168Cancel deletionLöschen abbrechen
- 170
+ 176CaptionsUntertitel
- 133
+ 138Upload thumbnail
- Miniaturansicht hochladen
+ Vorschaubild hochladen
- 186
+ 194Upload previewVorschau hochladen
- 193
+ 201SupportUnterstützen
- 71
+ 69Short text to tell people how they can support you (membership platform...).Ein kurzer Text, der anderen erklärt, wie sie dich unterstützen können.
- 200
+ 208Advanced settingsErweiterte Einstellungen
- 182
+ 189
@@ -2068,99 +1889,63 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Download videoVideo herunterladen
- 7
+ 3Direct downloadDirekter Download
- 20
+ 17Torrent (.torrent file)Torrent (Torrent-Datei)
- 25
+ 22Torrent (magnet link)Torrent (Magnet-Link)
- 30
+ 27DownloadHerunterladen
- 87
+ 84Report videoVideo melden
- 7
-
-
-
- Reason...
- Grund...
-
- 14
-
-
-
-
- Cancel
-
-
- Abbrechen
-
-
- 22
-
-
-
- Submit
- Abschicken
-
- 27
+ 3ShareTeilen
- 76
-
-
-
- Embed
- Einbetten
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- Diese URL ist nicht sicher (kein HTTPS), das Video kann also nicht in Webseiten eingebettet werden, die über HTTPS ausgeliefert werden (Web-Browser blockieren unsichere HTTP-Verbindungen auf sicheren HTTPS-Webseiten).
-
-
- 35
+ 74QR-CodeQR-Code
- 40
+ 29
+
+
+
+ Embed
+ Einbetten
+
+ 34
@@ -2168,7 +1953,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
The video is being imported, it will be available when the import is finished.
- Das Video wird importiert, es ist verfügbar sobald der Import abgeschlossen ist.
+ Das Video wird importiert, es ist verfügbar, sobald der Import abgeschlossen ist.
11
@@ -2185,174 +1970,116 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
15
-
-
- This video will be published on
-
-
- Dieses Video wird am veröffentlicht
-
-
- 19
-
-
-
-
- - views
-
-
- - Aufrufe
-
-
- 30
-
-
-
- Go the channel page
- Zur Seite des Kanals gehen
-
- 35
-
-
-
- By
- Von
-
- 45
-
-
-
- Go to the account page
- Gehe zur Kontoseite
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Du kannst dieses Konto mit einer beliebigen Fediverse-Instanz abonnieren, die ActivityPub unterstützt. Bei Mastodon oder Pleroma z. B. kannst du in das Suchfeld <strong>@@</strong> eingeben und dort abonnieren. An einem Abonnement für PeerTube-Nutzer wird gearbeitet: <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>
-
- 49
-
- Like this videoDas Video gefällt mir
- 59
+ 57Dislike this videoDas Video gefällt mir nicht
- 66
+ 64Download the videoVideo herunterladen
- 86
+ 83ReportMelden
- 93
+ 88Report this videoDieses Video melden
- 92
-
-
-
- Blacklist
- Sperren
-
- 99
-
-
-
- Blacklist this video
- Dieses Video sperren
-
- 98
+ 87Update this videoDieses Video aktualisieren
- 104
+ 91
+
+
+
+ Blacklist
+ Sperren
+
+ 96
+
+
+
+ Blacklist this video
+ Dieses Video sperren
+
+ 95
+
+
+
+ Unblacklist
+ Entsperren
+
+ 100Delete this videoDieses Video löschen
- 110
+ 103
+
+
+
+ Go the channel page
+ Zur Seite des Kanals gehen
+
+ 123
+
+
+
+ Go to the account page
+ Gehe zur Kontoseite
+
+ 133Show moreMehr anzeigen
- 130
+ 148Show lessWeniger anzeigen
- 136
-
-
-
-
- Other videos
-
-
- Andere Videos
-
-
- 187
-
-
-
- Friendly Reminder:
- Freundliche Erinnerung:
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- Die zur Darstellung dieses Videos verwendete Technik sendet einige Daten über dein System (wie die öffentliche IP-Adresse) an andere Peers.
-
-
- 201
+ 154More informationWeitere Informationen
- 204
+ 214Get more informationWeitere Informationen bekommen
- 204
+ 214
@@ -2363,7 +2090,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
OK
- 207
+ 217
@@ -2424,7 +2151,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Kommentieren
- 17
+ 18
@@ -2588,23 +2315,9 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Following
- Abonniert
-
- 1
-
-
-
- Follow
- Abonnieren
-
- 1
-
-
-
- Followers
- Abonnenten
+
+ Video removed from the blacklist.
+ Sperrung von aufgehoben.1
@@ -2658,27 +2371,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Willst du das Video wirklich entsperren? Es wird dann wieder gelistet.
-
- 1
-
-
-
- Video removed from the blacklist.
- Sperrung von aufgehoben.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Die Passwörter stimmen nicht überein.
-
- 1
-
- Password updated.Passwort aktualisiert.
@@ -2695,7 +2387,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Type your username to confirm
- Tippe deine Benutzernamen ein, um zu bestätigen
+ Gib zur Bestätigung deinen Benutzernamen ein1
@@ -2847,6 +2539,13 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
+
+ Unable to find user id or verification string.
+ Benutzer-ID oder Verifizierungscode nicht gefunden.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2884,13 +2583,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Unable to find user id or verification string.
- Benutzer-ID oder Verifizierungscode nicht gefunden.
-
- 1
-
- Your password has been successfully reset!Dein Passwort wurde zurückgesetzt!
@@ -3080,13 +2772,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Transcoding threads must be greater than 1.
- Die Zahl der Transcodierungsthreads muss größer als 1 sein.
-
- 1
-
- Username is required.Bitte gib einen Benutzernamen ein.
@@ -3157,6 +2842,13 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
+
+ The new password and the confirmed password do not correspond.
+ Die Passwörter stimmen nicht überein.
+
+ 1
+
+ Video quota is required.Das Video-Kontingent muss angegeben werden.
@@ -3320,7 +3012,7 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
Video privacy is required.
- Bitte gib einen Privatsphärestatus an.
+ Die Sichtbarkeit muss angegeben werden.1
@@ -3724,6 +3416,41 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
+
+ ~
+ ca.
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} oder {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ Full-HD-Videos
+
+ 1
+
+
+
+ of HD videos
+ HD-Videos
+
+ 1
+
+
+
+ of average quality videos
+ Videos mit durchschnittlicher Qualität
+
+ 1
+
+ years agoVor Jahren
@@ -3878,44 +3605,9 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- ~
- ca.
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} oder {minutes} }
-
- 1
-
-
-
- of full HD videos
- Full-HD-Videos
-
- 1
-
-
-
- of HD videos
- HD-Videos
-
- 1
-
-
-
- of average quality videos
- Videos mit durchschnittlicher Qualität
-
- 1
-
- Video to import updated.
- Videoimport wurde aktualisiert.
+ Zu importierendes Video wurde aktualisiert.1
@@ -3962,13 +3654,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Dein Video-Kontingent ist mit diesem Video erschöpft (Größe des Videos: , genutzt: , Kontingent: )
-
- 1
-
- Video published.Video veröffentlicht.
@@ -4004,20 +3689,6 @@ Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automa
1
-
- Do you really want to blacklist this video?
- Möchtest du das Video wirklich sperren?
-
- 1
-
-
-
- Video had been blacklisted.
- Video wurde gesperrt.
-
- 1
-
- Do you really want to delete this video?Möchtest du das Video wirklich löschen?
diff --git a/client/src/locale/target/angular_eo.xml b/client/src/locale/target/angular_eo.xml
index 07f385306..be42937bf 100644
--- a/client/src/locale/target/angular_eo.xml
+++ b/client/src/locale/target/angular_eo.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Nuligi
-
-
- 45
-
- (extensions: , max size: )(postafiksoj: , pleja grando: )
@@ -25,14 +14,21 @@
- views - rigardoj
- 34
+ 12
+
+
+
+ Delete
+ Forigi
+
+ 15EditRedakti
- 3
+ 5
@@ -46,7 +42,7 @@
Complete previewPlena antaŭrigardo
- 10
+ 13
@@ -56,6 +52,13 @@
18
+
+ Video quota
+ Datumlimo por filmoj
+
+ 19
+
+
Login
@@ -71,14 +74,14 @@
UserUzanto
- 11
+ 13Username or email addressSalutnomo aŭ retpoŝtadreso
- 13
+ 15
@@ -89,7 +92,7 @@
aŭ kreu konton
- 16
+ 18
@@ -100,14 +103,14 @@
aŭ kreu konton ĉe alia nodo
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Registrado de novaj uzantoj ne estas permesata ĉe tiu ĉi nodo, sed vi povas registriĝi ĉe multaj aliaj!
- 26
+ 28
@@ -121,35 +124,35 @@
I forgot my passwordMi forgesis pasvorton
- 42
+ 44Forgot your passwordForgesita pasvorto
- 59
+ 57EmailRetpoŝtadreso
- 17
+ 8Email addressRetpoŝtadreso
- 66
+ 10Send me an email to reset my passwordSendu al mi retleteron por restarigi mian pasvorton
- 77
+ 75
@@ -195,24 +198,6 @@
3
-
- Initial video quota:
- Komenca datumlimo por filmoj:
-
- 8
-
-
-
-
- Unlimited
-
-
- Senlima
-
-
- 16
-
- UsernameSalutnomo
@@ -224,14 +209,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceMi legis kaj konsentis <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>la kondiĉojn</a> de ĉi tiu nodo
- 60
+ 54SignupRegistriĝo
- 86
+ 88
@@ -274,103 +259,70 @@
Change the languageŜanĝi la lingvon
- 76
-
-
-
-
- My public profile
-
-
- Mia publika profilo
-
-
- 19
-
-
-
-
- My account
-
-
- Mia konto
-
-
- 23
-
-
-
-
- Log out
-
-
- Adiaŭi
-
-
- 27
+ 88LoginSaluti
- 36
+ 38Create an accountKrei konton
- 37
+ 39VideosFilmoj
- 21
+ 24TrendingFuroraj
- 45
+ 57Recently addedFreŝe aldonitaj
- 50
+ 62LocalLokaj
- 55
+ 67MorePli
- 60
+ 72AdministrationAdministrado
- 64
+ 76AboutPri
- 23
+ 25
@@ -433,21 +385,21 @@
CategoryKategorio
- 148
+ 166LicencePermesilo
- 157
+ 175LanguageLingvo
- 166
+ 184
@@ -482,7 +434,7 @@
InstanceNodo
- 7
+ 8
@@ -507,14 +459,14 @@
DescriptionPriskribo
- 23
+ 26TermsKondiĉoj
- 43
+ 44
@@ -855,7 +807,7 @@
subscribers abonantoj
- 11
+ 14
@@ -869,49 +821,49 @@
NameNomo
- 9
+ 12Short descriptionMallonga priskribo
- 21
+ 22Default client routeNorma klienta vojo
- 54
+ 55Videos TrendingFilmoj furoraj
- 57
+ 59Videos Recently AddedFilmoj freŝe aldonitaj
- 58
+ 60Local videosFilmoj lokaj
- 59
+ 61Policy on videos containing sensitive contentPolitiko pri filmoj kun konsterna enhavo
- 68
+ 70
@@ -946,14 +898,14 @@
Signup enabledRegistriĝoj ŝaltitaj
- 90
+ 92Signup limitLimo de registriĝoj
- 94
+ 101
@@ -967,42 +919,42 @@
Video import with HTTP enabledEnporto de filmoj per HTTP ŝaltita
- 108
+ 115Video import with a torrent file or a magnet URI enabledEnporto de filmoj per torenta dosiero aŭ magneta ligilo ŝaltita
- 113
+ 120AdministratorAdministranto
- 116
+ 123Admin emailRetpoŝtadreso de administranto
- 119
+ 126UsersUzantoj
- 129
+ 136User default video quotaNorma datumlimo por filmoj de uzantoj
- 132
+ 139
@@ -1016,194 +968,133 @@
TwitterTvitero
- 148
+ 170Your Twitter usernameVia Tvitera salutnomo
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Indikas konton de Twitter por la retejo aŭ platformo, sur kiu la afero publikiĝis.
- 154
+ 176Instance whitelisted by TwitterNodo permesata de Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Se via nodo estas permesata de Twitter, film-ludujo estos enkorpigita en la abonfluo en Twitter post kunhavigo de la filmo.<br />
-Se la nodo ne estas permesata, ni ligos al la filmo sur via nodo per bildo.<br /><br />
-Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al filmo sur via nodo (https://ekzemplo.net/videos/watch/blablabla) en <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> por vidi, ĉu vio nodo estas permesata.
-
- 168
+ 189ServicesServoj
- 146
+ 168TranscodingTranskodado
- 176
+ 200Transcoding enabledTranskodado ŝaltita
- 180
+ 204If you disable transcoding, many videos from your users will not work!Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!
- 181
+ 205Transcoding threadsFadenoj por transkodado
- 187
+ 211Resolution enabledDistingo ŝaltita
- 203
-
-
-
-
- Cache
-
-
-
-
- Kaŝmemoro
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Iuj dosieroj ne estas federataj (antaŭrigardoj, transskriboj). Ni prenas kaj kaŝmemoras ilin rekte el la fonta nodo.
- 214
+ 238Previews cache sizeGrando de antaŭrigarda kaŝmemoro
- 219
+ 243Video captions cache sizeGrandeco de kaŝmemoro por filmaj transskriboj.
- 230
+ 254CustomizationsAdaptoj
- 240
+ 264JavaScriptĜavoskripto
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Skribu rekte Ĝavoskriptan kodon.<br />Ekzemple: <pre>console.log('mia nodo bonegas');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Skribu rekte CSS-kodon. Ekzemple:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Antaŭmetu <em>#custom-css</em> por transpasi stilojn. Ekzemple:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationSpecialaj agordoj
- 174
+ 197Update configurationEfektivigi agordojn
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Ŝajnas, ke la agordo estas nevalida. Bonvolu serĉi eblajn erarojn en la langetoj.
- 290
+ 315
@@ -1228,28 +1119,6 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
7
-
-
- Video abuses
-
-
- Filmaj misuzoj
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Fortenataj videoj
-
-
- 15
-
-
Jobs
@@ -1258,7 +1127,7 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
Taskoj
- 19
+ 15
@@ -1269,7 +1138,7 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
Agordo
- 23
+ 19
@@ -1339,6 +1208,27 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
2
+
+ Following
+ Abonatoj
+
+ 5
+
+
+
+ Follow
+ Aboni
+
+ 7
+
+
+
+ Followers
+ Abonantoj
+
+ 9
+
+ Jobs listListo de taskoj
@@ -1399,14 +1289,7 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
RoleRolo
- 19
-
-
-
- Video quota
- Datumlimo por filmoj
-
- 18
+ 20
@@ -1422,6 +1305,13 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
65
+
+ Reason...
+ Kialo…
+
+ 11
+
+ Users listListo de uzantoj
@@ -1433,91 +1323,42 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
Username Salutnomo
- 16
-
-
-
- Video abuses list
- Listo de filmaj misuzoj
-
- 2
-
-
-
- Reason
- Kialo
-
- 11
+ 17ReporterRaportinto
- 12
+ 8VideoFilmo
- 9
+ 14Go to the accountIri al la konto
- 22
+ 27Go to the videoIri al la filmo
- 28
+ 33Blacklisted videosFortenataj videoj
- 2
-
-
-
- Name
- Nomo
-
- 11
-
-
-
- Views
- Rigardoj
-
- 13
-
-
-
- NSFW
- Konsterna
-
- 14
-
-
-
- UUID
- Universala uzantonumero
-
- 15
-
-
-
- Unblacklist
- Reteni
-
- 30
+ 7
@@ -1527,25 +1368,11 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
3
-
- My video channels
- Miaj filmaj kanaloj
-
- 5
-
- My videosMiaj filmoj
- 7
-
-
-
- My video imports
- Miaj filmaj enportoj
-
- 9
+ 14
@@ -1576,6 +1403,13 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
18
+
+ Submit
+ Sendi
+
+ 24
+
+ - views - rigardoj
@@ -1583,11 +1417,15 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
19
-
- Delete
- Forigi
+
+
+ Cancel
+
+
+ Nuligi
+
- 15
+ 30
@@ -1601,7 +1439,7 @@ Marku ĉi tiun markbutonon, konservu la agordon, kaj provu ĝin kun ligilo al fi
Go to the channelIri al la kanalo
- 15
+ 8
@@ -1624,7 +1462,7 @@ When you will upload a video in this channel, the video support field will be au
Mallonga teksto por sciigi homojn, kiel ili povas subteni vin.<br /><br />
Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos tiun ĉi tekston.
- 36
+ 52
@@ -1634,11 +1472,25 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
8
+
+ Created by
+ Kreita de
+
+ 17
+
+
+
+ Go the owner account page
+ Iri al paĝo de posedanto de la konto
+
+ 16
+
+ Change passwordŜanĝi pasvorton
- 19
+ 22
@@ -1715,20 +1567,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Created by
- Kreita de
-
- 14
-
-
-
- Go the owner account page
- Iri al paĝo de posedanto de la konto
-
- 13
-
- Support this channelSubteni tiun ĉi kanalon
@@ -1747,7 +1585,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
URLLigilo
- 12
+ 17
@@ -1761,14 +1599,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
ChannelKanalo
- 35
+ 38PrivacyPrivateco
- 143
+ 161
@@ -1786,7 +1624,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
UpdateĜisdatigi
- 105
+ 92
@@ -1860,46 +1698,35 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Upload a fileAlŝuti dosieron
- 9
+ 10Import with URLEnporti per ligilo
- 13
+ 17Import with torrentEnporti per torento
- 17
+ 24Add captionAldoni transskribon
- 7
+ 5Select the caption fileElekti dosieron kun transskribo
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Ĉi tiu anstataŭos jaman transskribon!
-
-
- 30
+ 24
@@ -1913,70 +1740,63 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
TitleTitolo
- 7
+ 9TagsEtikedoj
- 175
-
-
-
- (press Enter to add)
- (premu enigan klavon por aldoni)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Priskriboj de filmoj norme ne montriĝas tutaj, kaj necesas ilin igi permane.
- 24
+ 27Schedule publication ()Plani publikigon ()
- 101
+ 104This video contains mature or explicit contentTiu ĉi filmo povas esti konsterna aŭ maltaŭga por neplenaĝaj.
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Iuj nodoj ne listigas filmojn, kiuj estas konsternaj aŭ maltaŭgaj por neplenaĝuloj.
- 116
+ 119Enable video commentsŜalti komentojn al filmo
- 121
+ 124Wait transcoding before publishing the videoAtendi transkodadon antaŭ publikigi la filmon
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Se vi decidos ne atendi finon de transkodado antaŭ publikigo, ĝi povus esti neludebla ĝis la transkodo finiĝos.
- 127
+ 130
@@ -1990,70 +1810,70 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Add another captionAldoni alian transskribon
- 139
+ 145See the subtitle fileRigardi la dosieron kun subtekstoj
- 148
+ 154Cancel createNuligi kreon
- 162
+ 168Cancel deletionNuligi forigon
- 170
+ 176CaptionsTransskriboj
- 133
+ 138Upload thumbnailAlŝuti miniaturon
- 186
+ 194Upload previewAlŝuti antaŭrigardon
- 193
+ 201SupportSubteno
- 71
+ 69Short text to tell people how they can support you (membership platform...).Mallonga teksto por sciigi homojn, kiel ili povas subteni vin.
- 200
+ 208Advanced settingsSpecialaj agordoj
- 182
+ 189
@@ -2071,99 +1891,63 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Download videoElŝuti filmon
- 7
+ 3Direct downloadRekta elŝuto
- 20
+ 17Torrent (.torrent file)Torento (dosiero .torrent)
- 25
+ 22Torrent (magnet link)Torento (magneta ligilo)
- 30
+ 27DownloadElŝuto
- 87
+ 84Report videoRaporti filmon
- 7
-
-
-
- Reason...
- Kialo…
-
- 14
-
-
-
-
- Cancel
-
-
- Nuligi
-
-
- 22
-
-
-
- Submit
- Sendi
-
- 27
+ 3ShareKunhavigi
- 76
-
-
-
- Embed
- Enkorpigi
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- La ligilo ne estas sekurigita (per HTTPS), do la enkorpigita filmo ne funkcios en retpaĝoj kun HTTPS (ĉar foliumiloj forbaras nesekurajn petojn por retpaĝoj kun HTTPS).
-
-
- 35
+ 74QR-CodeRapidresponda kodo
- 40
+ 29
+
+
+
+ Embed
+ Enkorpigi
+
+ 34
@@ -2188,174 +1972,116 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
15
-
-
- This video will be published on
-
-
- Tiu ĉi filmo publikiĝos je
-
-
- 19
-
-
-
-
- - views
-
-
- - rigardoj
-
-
- 30
-
-
-
- Go the channel page
- Iri al paĝo de la kanalo
-
- 35
-
-
-
- By
- De
-
- 45
-
-
-
- Go to the account page
- Iri al paĝo de la konto
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Vi povas aboni tiun ĉi konton per iu ajn fediversa nodo, kiu subtenas protokolon « ActivityPub ». Ekzemple, en « Mastodon » aŭ « Pleroma », vi povas tajpi en serĉujon <strong>@@</strong> kaj aboni tie. Abonado kiel uzanto de PeerTube estas prilaborata en <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoŜati ĉi tiun filmon
- 59
+ 57Dislike this videoMalŝati tiun ĉi filmon
- 66
+ 64Download the videoElŝuti la videon
- 86
+ 83ReportRaporti
- 93
+ 88Report this videoRaporti tiun ĉi videon
- 92
-
-
-
- Blacklist
- Forteni
-
- 99
-
-
-
- Blacklist this video
- Forteni ĉi tiun filmon
-
- 98
+ 87Update this videoĜisdatigi tiun ĉi videon
- 104
+ 91
+
+
+
+ Blacklist
+ Forteni
+
+ 96
+
+
+
+ Blacklist this video
+ Forteni ĉi tiun filmon
+
+ 95
+
+
+
+ Unblacklist
+ Reteni
+
+ 100Delete this videoForigi ĉi tiun videon
- 110
+ 103
+
+
+
+ Go the channel page
+ Iri al paĝo de la kanalo
+
+ 123
+
+
+
+ Go to the account page
+ Iri al paĝo de la konto
+
+ 133Show moreMontri pli
- 130
+ 148Show lessMontri malpli
- 136
-
-
-
-
- Other videos
-
-
- Aliaj filmoj
-
-
- 187
-
-
-
- Friendly Reminder:
- Amika rememorigo:
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- La kunhaviga sistemo uzata de tiu ĉi filmo implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple via publika IP-adreso) povas sendiĝi al viaj samtavolanoj.
-
-
- 201
+ 154More informationPliaj informoj
- 204
+ 214Get more informationAkiri pliajn informojn
- 204
+ 214
@@ -2366,7 +2092,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Bone
- 207
+ 217
@@ -2427,7 +2153,7 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
Afiŝi komenton
- 17
+ 18
@@ -2591,23 +2317,9 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Following
- Abonatoj
-
- 1
-
-
-
- Follow
- Aboni
-
- 1
-
-
-
- Followers
- Abonantoj
+
+ Video removed from the blacklist.
+ Filmo forigita de la fortenlisto.1
@@ -2661,27 +2373,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Ĉu vi certe volas forigi tiun ĉi filmon de la fortenlisto? Ĝi estos denove atingebla per la listo de filmoj.
-
- 1
-
-
-
- Video removed from the blacklist.
- Filmo forigita de la fortenlisto.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- La nova pasvorto kun la konfirma ne kongruas.
-
- 1
-
- Password updated.Pasvorto ĝisdatigita.
@@ -2843,6 +2534,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ Unable to find user id or verification string.
+ Ne povas trovi identigilon aŭ kontrolan ĉenon de uzanto
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2880,13 +2578,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Unable to find user id or verification string.
- Ne povas trovi identigilon aŭ kontrolan ĉenon de uzanto
-
- 1
-
- Your password has been successfully reset!Via pasvorto estas sukcese restarigita!
@@ -3076,13 +2767,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Transcoding threads must be greater than 1.
- Transkodadaj fadenoj devas esti pli ol 1.
-
- 1
-
- Username is required.Necesas salutnomo.
@@ -3153,6 +2837,13 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ The new password and the confirmed password do not correspond.
+ La nova pasvorto kun la konfirma ne kongruas.
+
+ 1
+
+ Video quota is required.Necesas datumlimo por filmoj.
@@ -3720,6 +3411,41 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ da filmoj je 1920×1080
+
+ 1
+
+
+
+ of HD videos
+ da filmoj je 1280×720
+
+ 1
+
+
+
+ of average quality videos
+ da filmoj mezkvalitaj
+
+ 1
+
+ years agoantaŭ jaroj
@@ -3874,41 +3600,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- da filmoj je 1920×1080
-
- 1
-
-
-
- of HD videos
- da filmoj je 1280×720
-
- 1
-
-
-
- of average quality videos
- da filmoj mezkvalitaj
-
- 1
-
- Your video was uploaded to your account and is private.Via filmo alŝutiĝis al via konto kaj estas privata.
@@ -3951,13 +3642,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Via datumlimo por filmoj superfluas kun tiu ĉi filmo (grando: , uzitaj: , datumlimo: )
-
- 1
-
- Video published.Filmo publikigita.
@@ -3993,20 +3677,6 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memfare enhavos
1
-
- Do you really want to blacklist this video?
- Ĉu vi certe volas forteni tiun ĉi filmon?
-
- 1
-
-
-
- Video had been blacklisted.
- Filmo « » estis fortenita.
-
- 1
-
- Do you really want to delete this video?Ĉu vi vere volas elŝuti tiun ĉi filmon?
diff --git a/client/src/locale/target/angular_es_ES.xml b/client/src/locale/target/angular_es_ES.xml
index bd455491a..45600d5c8 100644
--- a/client/src/locale/target/angular_es_ES.xml
+++ b/client/src/locale/target/angular_es_ES.xml
@@ -3,16 +3,6 @@
-
-
- Cancel
-
-
-Cancelar
-
- 45
-
- (extensions: , max size: )(extensioness: , tamaño máximo: )
@@ -24,14 +14,21 @@ Cancelar
- views - visualizaciones
- 34
+ 12
+
+
+
+ Delete
+ Eliminar
+
+ 15EditModificar
- 3
+ 5
@@ -45,7 +42,7 @@ Cancelar
Complete previewVista previa completa
- 10
+ 13
@@ -55,6 +52,13 @@ Cancelar
18
+
+ Video quota
+ Cuota de vídeo
+
+ 19
+
+
Login
@@ -69,14 +73,14 @@ Iniciar sesión
UserUsuario
- 11
+ 13Username or email addressUsuario o correo electrónico
- 13
+ 15
@@ -87,7 +91,7 @@ Iniciar sesión
o crear una cuenta
- 16
+ 18
@@ -98,14 +102,14 @@ Iniciar sesión
o crear una cuenta en otro nodo
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!El registro de usuarios no está permitido en este nodo, ¡pero puedes registrarte en muchos otros!
- 26
+ 28
@@ -119,35 +123,35 @@ Iniciar sesión
I forgot my passwordOlvidé mi contraseña
- 42
+ 44Forgot your passwordOlvidaste tu contraseña
- 59
+ 57EmailCorreo electrónico
- 17
+ 8Email addressCorreo electrónico
- 66
+ 10Send me an email to reset my passwordEnviar un correo electrónico para restablecer mi contraseña
- 77
+ 75
@@ -191,24 +195,6 @@ Iniciar sesión
3
-
- Initial video quota:
- Cuota de vídeo inicial:
-
- 8
-
-
-
-
- Unlimited
-
-
- Ilimitada
-
-
- 16
-
- UsernameUsuario
@@ -220,14 +206,14 @@ Iniciar sesión
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceHe leído y estoy de acuerdo con los <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Términos de uso</a> de este nodo
- 60
+ 54SignupRegistro
- 86
+ 88
@@ -270,103 +256,70 @@ Iniciar sesión
Change the languageCambiar el idioma
- 76
-
-
-
-
- My public profile
-
-
- Mi perfil público
-
-
- 19
-
-
-
-
- My account
-
-
- Mi cuenta
-
-
- 23
-
-
-
-
- Log out
-
-
- Salir
-
-
- 27
+ 88LoginIdentificarse
- 36
+ 38Create an accountCrear una cuenta
- 37
+ 39VideosVídeos
- 21
+ 24TrendingTendencias
- 45
+ 57Recently addedAñadidos recientemente
- 50
+ 62LocalLocal
- 55
+ 67MoreMás
- 60
+ 72AdministrationAdministración
- 64
+ 76AboutAcerca de
- 23
+ 25
@@ -429,21 +382,21 @@ Iniciar sesión
CategoryCategoría
- 148
+ 166LicenceLicencia
- 157
+ 175LanguageIdioma
- 166
+ 184
@@ -478,7 +431,7 @@ Iniciar sesión
InstanceNodo
- 7
+ 8
@@ -503,14 +456,14 @@ Iniciar sesión
DescriptionDescripción
- 23
+ 26TermsTérminos de uso
- 43
+ 44
@@ -851,7 +804,7 @@ Iniciar sesión
subscribers suscriptores
- 11
+ 14
@@ -865,49 +818,49 @@ Iniciar sesión
NameNombre
- 9
+ 12Short descriptionDescripción corta
- 21
+ 22Default client routeRouta de cliente por defecto
- 54
+ 55Videos TrendingVídeos en Tendencia
- 57
+ 59Videos Recently AddedVídeos Recientemente Añadidos
- 58
+ 60Local videosVídeos locales
- 59
+ 61Policy on videos containing sensitive contentPolítica para los vídeos que contengan material sensible
- 68
+ 70
@@ -942,42 +895,63 @@ Iniciar sesión
Signup enabledRegistro habilitado
- 90
+ 92Signup limitLímite de registro
- 94
+ 101
+
+
+
+ Import
+ Importar
+
+ 42
+
+
+
+ Video import with HTTP enabled
+ Importar video con HTTP activado
+
+ 115
+
+
+
+ Video import with a torrent file or a magnet URI enabled
+ Importar video con un archivo torrent o un enlace magnet activado
+
+ 120AdministratorAdministrador
- 116
+ 123Admin emailCorreo del administrador
- 119
+ 126UsersUsuarios
- 129
+ 136User default video quotaCuota de vídeo por defecto del usuario
- 132
+ 139
@@ -991,194 +965,133 @@ Iniciar sesión
TwitterTwitter
- 148
+ 170Your Twitter usernameTu usuario de Twitter
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Indica la cuenta de Twitter del sitio web o de la plataforma en la que el contenido fue publicado
- 154
+ 176Instance whitelisted by TwitterNodo en lista blanca de Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Si tu nodo está en lista blanca de Twitter, se incrustará un reproductor en el feed de Twitter al compartir un vídeo de PeerTube.<br />
-Si el nodo no está en lista blanca, usamos una tarjeta con un enlace que redireccionará a tu nodo de PeerTube.<br /><br />
-Marca este recuadro, guarda la configuración y haz una prueba con una URL de un vídeo de tu nodo (https://example.com/videos/watch/blabla) en <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> para ver si tu nodo está en lista blanca.
-
- 168
+ 189ServicesServicios
- 146
+ 168TranscodingTranscodificar
- 176
+ 200Transcoding enabledTranscodificación activada
- 180
+ 204If you disable transcoding, many videos from your users will not work!¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!
- 181
+ 205Transcoding threadsHilos de transcodificaciones
- 187
+ 211Resolution enabledResolución activada
- 203
-
-
-
-
- Cache
-
-
-
-
- Caché
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Algunos archivos (previsualizaciones, subtítulos) no están federados. Los obtenemos directamente del nodo de origen y las ponemos en caché.
- 214
+ 238Previews cache sizeTamaño de caché de las previsualizaciones
- 219
+ 243Video captions cache sizeTamaño de caché de los subtítulos
- 230
+ 254CustomizationsPersonalizaciones
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Escribir código Javascript directamente.<br />Ejemplo: <pre>console.log('mi nodo es maravilloso');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Escribir código CSS directamente. Ejemplo:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Comenzar con <em>#custom-css</em> para anular estilos. Ejemplo:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationConfiguración avanzada
- 174
+ 197Update configurationActualizar configuración
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Parece que la configuración no es válida. Por favor, busque errores potenciales en las diferentes pestañas.
- 290
+ 315
@@ -1203,28 +1116,6 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
7
-
-
- Video abuses
-
-
- Abusos de vídeo
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Lista negra de vídeo
-
-
- 15
-
-
Jobs
@@ -1233,7 +1124,7 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
Tareas
- 19
+ 15
@@ -1244,7 +1135,7 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
Configuración
- 23
+ 19
@@ -1314,6 +1205,27 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
2
+
+ Following
+ Siguiendo
+
+ 5
+
+
+
+ Follow
+ Seguir
+
+ 7
+
+
+
+ Followers
+ Seguidores
+
+ 9
+
+ Jobs listLista de tareas
@@ -1374,14 +1286,7 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
RoleRol
- 19
-
-
-
- Video quota
- Cuota de vídeo
-
- 18
+ 20
@@ -1397,6 +1302,13 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
65
+
+ Reason...
+ Motivo...
+
+ 11
+
+ Users listLista de usuarios
@@ -1408,91 +1320,42 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
Username Nombre de usuario
- 16
-
-
-
- Video abuses list
- Lista de abusos de vídeo
-
- 2
-
-
-
- Reason
- Motivo
-
- 11
+ 17ReporterReportador
- 12
+ 8VideoVídeo
- 9
+ 14Go to the accountIr a la cuenta
- 22
+ 27Go to the videoIr al vídeo
- 28
+ 33Blacklisted videosVídeos en lista negra
- 2
-
-
-
- Name
- Nombre
-
- 11
-
-
-
- Views
- Visualizaciones
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Sacar de lista negra
-
- 30
+ 7
@@ -1502,18 +1365,11 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
3
-
- My video channels
- Mis canales de vídeo
-
- 5
-
- My videosMis vídeos
- 7
+ 14
@@ -1537,6 +1393,20 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
15
+
+ Danger zone
+ Zona peligrosa
+
+ 18
+
+
+
+ Submit
+ Enviar
+
+ 24
+
+ - views - visualizaciones
@@ -1544,11 +1414,14 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
19
-
- Delete
- Eliminar
+
+
+ Cancel
+
+
+Cancelar
- 15
+ 30
@@ -1562,7 +1435,7 @@ Marca este recuadro, guarda la configuración y haz una prueba con una URL de un
Go to the channelIr al canal
- 15
+ 8
@@ -1585,14 +1458,34 @@ When you will upload a video in this channel, the video support field will be au
Texto corto para decirle a la gente cómo pueden dar soporte a tu canal (plataforma de miembros...).<br /><br />
Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenará automáticamente con este texto.
- 36
+ 52
+
+
+
+ Target
+
+ 8
+
+
+
+ Created by
+ Creado por
+
+ 17
+
+
+
+ Go the owner account page
+ Ir a la cuenta del propietario
+
+ 16Change passwordCambiar contraseña
- 19
+ 22
@@ -1669,20 +1562,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Created by
- Creado por
-
- 14
-
-
-
- Go the owner account page
- Ir a la cuenta del propietario
-
- 13
-
- Support this channelApoyar este canal
@@ -1701,28 +1580,46 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
URLURL
- 12
+ 17
+
+
+
+ You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
+ Puedes importar cualquier URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>soportada por youtube-dl</a> o una URL que apunta a un archivo MP4. Debes asegurarte de que tienes los derechos de difusión del contenido al que apunta, en caso contrario puedes causar perjuicios legales a ti y a tu instancia.
+
+ 9ChannelCanal
- 35
+ 38PrivacyPrivacidad
- 143
+ 161
+
+
+
+
+ Congratulations, the video behind will be imported! You can already add information about this video.
+
+
+ Enhorabuena, el vídeo en sera importado! Ya puedes añadir información sobre este vídeo.
+
+
+ 40UpdateActualizar
- 105
+ 92
@@ -1746,29 +1643,83 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
55
+
+ Select the torrent to import
+ Seleccionar el torrent a importar
+
+ 6
+
+
+
+ Paste magnet URI
+
+ 14
+
+
+
+ You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
+
+ 17
+
+
+
+
+ Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
+
+
+Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir información sobre este vídeo.
+
+
+ 48
+
+
+
+ Import
+ Importar
+
+ 3
+
+
+
+ Upload
+ Subir
+
+ 4
+
+
+
+ Upload a file
+ Subir un archivo
+
+ 10
+
+
+
+ Import with URL
+ Importar con URL
+
+ 17
+
+
+
+ Import with torrent
+ Importar con torrent
+
+ 24
+
+ Add captionAñadir subtítulo
- 7
+ 5Select the caption fileElige el archivo de subtítulo
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- ¡Esto sustituirá un subtítulo existente!
-
-
- 30
+ 24
@@ -1782,70 +1733,63 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
TitleTítulo
- 7
+ 9TagsEtiquetas
- 175
-
-
-
- (press Enter to add)
- (presiona Entrar para añadir)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Las descripciones de vídeo se muestran truncadas por defecto y requieren de acción manual para expandirlas.
- 24
+ 27Schedule publication ()Programar publicación ()
- 101
+ 104This video contains mature or explicit contentEste vídeo contiene material para adultos o explícito
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Algunos nodos no listan vídeos que contengan material para adultos o explícito por defecto.
- 116
+ 119Enable video commentsPermitir comentarios del vídeo
- 121
+ 124Wait transcoding before publishing the videoEsperar transcodificación antes de publicar el vídeo
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Si decides no esperar a la transcodificación antes de publicar el vídeo, quizás no se pueda reproducir hasta que finalice la transcodificación.
- 127
+ 130
@@ -1859,70 +1803,70 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
Add another captionAñadir otro subtítulo
- 139
+ 145See the subtitle fileVer el archivo de subtítulo
- 148
+ 154Cancel createCancelar creación
- 162
+ 168Cancel deletionCancelar borrado
- 170
+ 176CaptionsSubtítulos
- 133
+ 138Upload thumbnailSubir miniatura
- 186
+ 194Upload previewSubir previsualización
- 193
+ 201SupportApoyar
- 71
+ 69Short text to tell people how they can support you (membership platform...).Breve texto para explicar a la gente cómo pueden apoyarte (plataforma de miembros...).
- 200
+ 208Advanced settingsAjustes avanzados
- 182
+ 189
@@ -1940,99 +1884,71 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
Download videoDescargar vídeo
- 7
+ 3Direct downloadDescarga directa
- 20
+ 17Torrent (.torrent file)Torrent (archivo .torrent)
- 25
+ 22Torrent (magnet link)Torrent (enlace magnético)
- 30
+ 27DownloadDescargar
- 87
+ 84Report videoReportar vídeo
- 7
-
-
-
- Reason...
- Motivo...
-
- 14
-
-
-
-
- Cancel
-
-
- Cancelar
-
-
- 22
-
-
-
- Submit
- Enviar
-
- 27
+ 3ShareCompartir
- 76
-
-
-
- Embed
- Incrustar
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- La url no está securizada (no es HTTPS), así que el vídeo incrustado no funcionará en sitios web HTTPS (los navegadores web bloquean peticiones HTTP no seguras en sitios web con HTTPS).
-
-
- 35
+ 74QR-CodeCódigo QR
- 40
+ 29
+
+
+
+ Embed
+ Incrustar
+
+ 34
+
+
+
+
+ The video is being imported, it will be available when the import is finished.
+
+
+ 11
@@ -2046,174 +1962,116 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
15
-
-
- This video will be published on
-
-
- Este vídeo será publicado el
-
-
- 19
-
-
-
-
- - views
-
-
- - visualizaciones
-
-
- 30
-
-
-
- Go the channel page
- Ir a la página del canal
-
- 35
-
-
-
- By
- Por
-
- 45
-
-
-
- Go to the account page
- Ir a la página de la cuenta
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Puedes suscribirte a esta cuenta a través de cualquier nodo compatible con Activity Pub del fediverso. Por ejemplo, con Mastodon o Pleroma puedes escribir en la caja de búsqueda <strong>@@</strong> y suscribirte aquí. Estamos trabajando en la suscripción como usuario de PeerTube en <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoMe gusta este vídeo
- 59
+ 57Dislike this videoNo me gusta este vídeo
- 66
+ 64Download the videoDescargar el vídeo
- 86
+ 83ReportReportar
- 93
+ 88Report this videoReportar este vídeo
- 92
-
-
-
- Blacklist
- Lista negra
-
- 99
-
-
-
- Blacklist this video
- Poner este vídeo en lista negra
-
- 98
+ 87Update this videoActualizar este vídeo
- 104
+ 91
+
+
+
+ Blacklist
+ Lista negra
+
+ 96
+
+
+
+ Blacklist this video
+ Poner este vídeo en lista negra
+
+ 95
+
+
+
+ Unblacklist
+ Sacar de lista negra
+
+ 100Delete this videoEliminar este vídeo
- 110
+ 103
+
+
+
+ Go the channel page
+ Ir a la página del canal
+
+ 123
+
+
+
+ Go to the account page
+ Ir a la página de la cuenta
+
+ 133Show moreMostrar más
- 130
+ 148Show lessMostrar menos
- 136
-
-
-
-
- Other videos
-
-
- Otros vídeos
-
-
- 187
-
-
-
- Friendly Reminder:
- Recordatorio amistoso:
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- El sistema de compartir utilizado por este vídeo implica que alguna información técnica acerca de tu sistema (como la dirección IP pública) puede ser enviada al resto de pares.
-
-
- 201
+ 154More informationMás información
- 204
+ 214Get more informationVer más información
- 204
+ 214
@@ -2224,7 +2082,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
De acuerdo
- 207
+ 217
@@ -2285,7 +2143,7 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
Publicar comentario
- 17
+ 18
@@ -2449,23 +2307,9 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Following
- Siguiendo
-
- 1
-
-
-
- Follow
- Seguir
-
- 1
-
-
-
- Followers
- Seguidores
+
+ Video removed from the blacklist.
+ Vídeo eliminado de la lista negra.1
@@ -2519,27 +2363,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- ¿De verdad quieres eliminar este vídeo de la lista negra? Estará de nuevo disponible en la lista de vídeos.
-
- 1
-
-
-
- Video removed from the blacklist.
- Vídeo eliminado de la lista negra.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- La nueva contraseña y la contraseña de confirmación no corresponden.
-
- 1
-
- Password updated.Contraseña actualizada.
@@ -2547,6 +2370,41 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
+
+ Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.
+ Estás seguro de querer eliminar tu cuenta? Todos tus datos serán eliminados, incluyendo canales, vídeos, etc.
+
+ 1
+
+
+
+ Type your username to confirm
+ Escribe tu nombre de usuario para confirmar
+
+ 1
+
+
+
+ Delete your account
+ Eliminar tu cuenta
+
+ 1
+
+
+
+ Delete my account
+ Eliminar mi cuenta
+
+ 1
+
+
+
+ Your account is deleted.
+ Tu cuenta ha sido eliminada.
+
+ 1
+
+ Profile updated.Perfil actualizado.
@@ -2666,6 +2524,20 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
+
+ To import
+ Importar
+
+ 1
+
+
+
+ Unable to find user id or verification string.
+ No se pudo encontrar el id de usuario o la cadena de verificación.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2703,13 +2575,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Unable to find user id or verification string.
- No se pudo encontrar el id de usuario o la cadena de verificación.
-
- 1
-
- Your password has been successfully reset!¡Tu contraseña ha sido restablecida con éxito!
@@ -2899,13 +2764,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Transcoding threads must be greater than 1.
- Los hilos de transcodificación deben ser mayores que 1.
-
- 1
-
- Username is required.Se requiere un nombre de usuario.
@@ -2976,6 +2834,13 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
+
+ The new password and the confirmed password do not correspond.
+ La nueva contraseña y la contraseña de confirmación no corresponden.
+
+ 1
+
+ Video quota is required.Se requiere una cuota de vídeo.
@@ -3543,6 +3408,41 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ de vídeos full HD
+
+ 1
+
+
+
+ of HD videos
+ de vídeos HD
+
+ 1
+
+
+
+ of average quality videos
+ de vídeos de calidad media
+
+ 1
+
+ years agohace años
@@ -3697,37 +3597,16 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- ~
- ~
+
+ Video to import updated.
+ Video to import updated.1
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- de vídeos full HD
-
- 1
-
-
-
- of HD videos
- de vídeos HD
-
- 1
-
-
-
- of average quality videos
- de vídeos de calidad media
+
+ Your video was uploaded to your account and is private.
+ Tu vídeo ha sido subida a tu cuenta y es privado.1
@@ -3767,13 +3646,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Tu cuota de vídeo se supera con este vídeo (video size: , used: , cuota: )
-
- 1
-
- Video published.Vídeo publicado.
@@ -3809,20 +3681,6 @@ Cuando subas un vídeo a este canal, el campo de soporte del vídeo se rellenar
1
-
- Do you really want to blacklist this video?
- ¿De verdad quieres meter este vídeo en la lista negra?
-
- 1
-
-
-
- Video had been blacklisted.
- El vídeo estaba en la lista negra.
-
- 1
-
- Do you really want to delete this video?¿De verdad quieres eliminar este vídeo?
diff --git a/client/src/locale/target/angular_eu_ES.xml b/client/src/locale/target/angular_eu_ES.xml
index b780b65d6..86648637c 100644
--- a/client/src/locale/target/angular_eu_ES.xml
+++ b/client/src/locale/target/angular_eu_ES.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Utzi
-
-
- 45
-
- (extensions: , max size: )(luzapenak: , tamaina maximoa: )
@@ -25,14 +14,21 @@
- views - ikustaldi
- 34
+ 12
+
+
+
+ Delete
+ Ezabatu
+
+ 15EditEditatu
- 3
+ 5
@@ -46,7 +42,7 @@
Complete previewAurrebista osoa
- 10
+ 13
@@ -56,6 +52,13 @@
18
+
+ Video quota
+ Bideo-kuota
+
+ 19
+
+
Login
@@ -71,14 +74,14 @@
UserErabiltzailea
- 11
+ 13Username or email addressErabiltzaile-izena edo e-mail helbidea
- 13
+ 15
@@ -89,7 +92,7 @@
edo sortu kontu bat
- 16
+ 18
@@ -100,14 +103,14 @@
edo sortu kontu bat beste instantzia batean
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Erabiltzaile berriek izena ematea ez da onartzen instantzia honetan, baina beste askotan eman dezakezu izena!
- 26
+ 28
@@ -121,35 +124,35 @@
I forgot my passwordPasahitza ahaztu dut
- 42
+ 44Forgot your passwordPasahitza ahaztu duzu
- 59
+ 57EmailE-mail
- 17
+ 8Email addressE-mail helbidea
- 66
+ 10Send me an email to reset my passwordBidali e-mail bat nire pasahitza berrezartzeko
- 77
+ 75
@@ -195,24 +198,6 @@
3
-
- Initial video quota:
- Hasierako bideo-kuota:
-
- 8
-
-
-
-
- Unlimited
-
-
- Mugagabea
-
-
- 16
-
- UsernameErabiltzaile izena
@@ -224,14 +209,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceInstantzia honetako <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Baldintzak</a> irakurri ditut eta ados nago
- 60
+ 54SignupEman izena
- 86
+ 88
@@ -274,103 +259,70 @@
Change the languageAldatu hizkuntza
- 76
-
-
-
-
- My public profile
-
-
- Nire profil publikoa
-
-
- 19
-
-
-
-
- My account
-
-
- Nire kontua
-
-
- 23
-
-
-
-
- Log out
-
-
- Amaitu saioa
-
-
- 27
+ 88LoginHasi saioa
- 36
+ 38Create an accountSortu kontu bat
- 37
+ 39VideosBideoak
- 21
+ 24TrendingJoerak
- 45
+ 57Recently addedGehitutako azkenak
- 50
+ 62LocalTokikoa
- 55
+ 67MoreGehiago
- 60
+ 72AdministrationAdministrazioa
- 64
+ 76AboutHoni buruz
- 23
+ 25
@@ -433,21 +385,21 @@
CategoryKategoria
- 148
+ 166LicenceLizentzia
- 157
+ 175LanguageHizkuntza
- 166
+ 184
@@ -482,7 +434,7 @@
InstanceInstantzia
- 7
+ 8
@@ -507,14 +459,14 @@
DescriptionDeskripzioa
- 23
+ 26TermsBaldintzak
- 43
+ 44
@@ -851,7 +803,7 @@ Erabiltzaile berriek izena ematea ez da onartzen orain.
subscribers harpidedun
- 11
+ 14
@@ -865,49 +817,49 @@ Erabiltzaile berriek izena ematea ez da onartzen orain.
NameIzena
- 9
+ 12Short descriptionDeskripzio laburra
- 21
+ 22Default client routeLehenetsitako bezeroaren ibilbidea
- 54
+ 55Videos TrendingJoera diren bideoak
- 57
+ 59Videos Recently AddedAzkenaldian gehitutako bidoeak
- 58
+ 60Local videosTokiko bideoak
- 59
+ 61Policy on videos containing sensitive contentEduki hunkigarria duten bideoen politika
- 68
+ 70
@@ -942,14 +894,14 @@ Erabiltzaile berriek izena ematea ez da onartzen orain.
Signup enabledIzena ematea gaituta
- 90
+ 92Signup limitIzena emateko muga
- 94
+ 101
@@ -963,42 +915,42 @@ Erabiltzaile berriek izena ematea ez da onartzen orain.
Video import with HTTP enabledBideoa HTTP bidez inportatzea gaituta
- 108
+ 115Video import with a torrent file or a magnet URI enabledBideoa torrent fitxategia edo magnet URL bidez inportatzea gaituta
- 113
+ 120AdministratorAdministratzailea
- 116
+ 123Admin emailAdministratzailearen e-maila
- 119
+ 126UsersErabiltzaileak
- 129
+ 136User default video quotaErabiltzailearen lehenetsitako bideo-kuota
- 132
+ 139
@@ -1012,194 +964,133 @@ Erabiltzaile berriek izena ematea ez da onartzen orain.
TwitterTwitter
- 148
+ 170Your Twitter usernameZure Twitter erabiltzaile-izena
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Edukia argitaratuko den webgune edo plataformarentzat Twitter kontua adierazten du.
- 154
+ 176Instance whitelisted by TwitterTwitter-ek onartutako instantzia
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Twitter-ek zure instantzia onartzen badu, bideo erreproduzigailu bat txertatuko da Twitter jarioan PeerTube bideo bat partekatzen denean.<br/>
-Zure instantzia onartuta ez badago, zure PeerTube instantziara daraman irudi bat duen txartel bat estekatuko da.<br/><br/>
-Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL batekin (https://adibidea.eus/videos/watch/denadelakoa) <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> helbidean zure instantzia onartuta dagoen ikusteko.
-
- 168
+ 189ServicesZerbitzuak
- 146
+ 168TranscodingTranskodeketa
- 176
+ 200Transcoding enabledTranskodeketa gaituta
- 180
+ 204If you disable transcoding, many videos from your users will not work!Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!
- 181
+ 205Transcoding threadsTranskodetze hariak
- 187
+ 211Resolution enabled bereizmena gaituta
- 203
-
-
-
-
- Cache
-
-
-
-
- Cachea
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Fitxategi batzuk ez dira federatzen (aurrebistak, azpitituluak). Zuzenean jatorrizko instantziatik jasotzen ditugu eta cachean gorde.
- 214
+ 238Previews cache sizeAurrebisten cachearen tamaina
- 219
+ 243Video captions cache sizeBideoaren azpitituluen cachearen tamaina
- 230
+ 254CustomizationsPertsonalizazioak
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>IdatziJavaScript kodea zuzenean.<br />Adibidez: <pre>console.log('nire instantzia zoragarria da');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Idatzi CSS kodea zuzenean. Adibidez:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Jarri aurretik <em>#custom-css</em> estiloak gainidazteko. Adibidez:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationKonfigurazio aurreratua
- 174
+ 197Update configurationEguneratu konfigurazioa
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Konfigurazioa baliogabea dela dirudi. Bilatu zer egon daitekeen gaizki fitxa desberdinetan begiratuz.
- 290
+ 315
@@ -1224,28 +1115,6 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
7
-
-
- Video abuses
-
-
- Bideo gehiegikeriak
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Bideoen zerrenda beltza
-
-
- 15
-
-
Jobs
@@ -1254,7 +1123,7 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
Lanak
- 19
+ 15
@@ -1265,7 +1134,7 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
Konfigurazioa
- 23
+ 19
@@ -1335,6 +1204,27 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
2
+
+ Following
+ Jarraitzen
+
+ 5
+
+
+
+ Follow
+ Jarraitu
+
+ 7
+
+
+
+ Followers
+ Jarraitzaileak
+
+ 9
+
+ Jobs listLanen zerrenda
@@ -1395,14 +1285,7 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
RoleRola
- 19
-
-
-
- Video quota
- Bideo-kuota
-
- 18
+ 20
@@ -1418,6 +1301,13 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
65
+
+ Reason...
+ Arrazoia...
+
+ 11
+
+ Users listErabiltzaileen zerrenda
@@ -1429,91 +1319,42 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
Username Erabiltzaile-izena
- 16
-
-
-
- Video abuses list
- Bideo gehiegikerien zerrenda
-
- 2
-
-
-
- Reason
- Arrazoia
-
- 11
+ 17ReporterSalatzailea
- 12
+ 8VideoBideoa
- 9
+ 14Go to the accountJoan kontura
- 22
+ 27Go to the videoJoan bideora
- 28
+ 33Blacklisted videosZerrenda beltzeko bideoak
- 2
-
-
-
- Name
- Izena
-
- 11
-
-
-
- Views
- Ikustaldiak
-
- 13
-
-
-
- NSFW
- Lanerako desegokia
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Atera zerrenda beltzetik
-
- 30
+ 7
@@ -1523,25 +1364,11 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
3
-
- My video channels
- Nire bideo kanalak
-
- 5
-
- My videosNire bideoak
- 7
-
-
-
- My video imports
- Nire bideo inportazioak
-
- 9
+ 14
@@ -1572,6 +1399,13 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
18
+
+ Submit
+ Bidali
+
+ 24
+
+ - views - ikustaldi
@@ -1579,11 +1413,15 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
19
-
- Delete
- Ezabatu
+
+
+ Cancel
+
+
+ Utzi
+
- 15
+ 30
@@ -1597,7 +1435,7 @@ Markatu kutxa hau, gorde konfigurazioa eta probatu zure instantziako bideo URL b
Go to the channelJoan kanalera
- 15
+ 8
@@ -1620,7 +1458,7 @@ When you will upload a video in this channel, the video support field will be au
Jendeari zure kanala babestu dezaketela azaltzeko testu labur bat (kidetza plataforma...). <br /><br />
Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin beteko da.
- 36
+ 52
@@ -1630,11 +1468,25 @@ Kanal honetara bideo bat igotzen duzunean, bideoa babesteko eremua testu honekin
8
+
+ Created by
+ (e)k sortuta
+
+ 17
+
+
+
+ Go the owner account page
+ Joan jabearen kontuaren orrira
+
+ 16
+
+ Change passwordAldatu pasahitza
- 19
+ 22
@@ -1711,20 +1563,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Created by
- (e)k sortuta
-
- 14
-
-
-
- Go the owner account page
- Joan jabearen kontuaren orrira
-
- 13
-
- Support this channelBabestu kanal hau
@@ -1743,7 +1581,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
URLURL-a
- 12
+ 17
@@ -1757,14 +1595,14 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
ChannelKanala
- 35
+ 38PrivacyPribatutasuna
- 143
+ 161
@@ -1782,7 +1620,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
UpdateEguneratu
- 105
+ 92
@@ -1856,46 +1694,35 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
Upload a fileIgo fitxategi bat
- 9
+ 10Import with URLInportatu URLa erabilita
- 13
+ 17Import with torrentInportatu torrenta erabilita
- 17
+ 24Add captionGehitu azpitituluak
- 7
+ 5Select the caption fileHautatu azpitituluen fitxategia
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Honek aurretik dagoen azpititulua ordeztuko du!
-
-
- 30
+ 24
@@ -1909,70 +1736,63 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
TitleIzenburua
- 7
+ 9TagsEtiketak
- 175
-
-
-
- (press Enter to add)
- (sakatu Enter gehitzeko)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Lehenetsita bideoen deskripzioak mozten dira eta eskuz hedatu behar dira.
- 24
+ 27Schedule publication ()Programatutako argitaratzea ()
- 101
+ 104This video contains mature or explicit contentBideo honek helduentzako edo hunkigarria den edukia du
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Instantzia batzuk ez dute lehenetsita helduentzako edo hunkigarria den edukia zerrendatzen.
- 116
+ 119Enable video commentsGaitu bideoaren iruzkinak
- 121
+ 124Wait transcoding before publishing the videoItxaron transkodetzeari bideoa argitaratu aurretik
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Bideoa argitaratu aurretik ez baduzu transkodetzea bukatu arte itxaroten, bideoa transkodetzea bukatu arte ezin ikustea gerta daiteke.
- 127
+ 130
@@ -1986,70 +1806,70 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
Add another captionGehitu beste azpititulu bat
- 139
+ 145See the subtitle fileIkusi azpitituluen fitxategia
- 148
+ 154Cancel createEzeztatu sorkuntza
- 162
+ 168Cancel deletionEzeztatu ezabaketa
- 170
+ 176CaptionsAzpitituluak
- 133
+ 138Upload thumbnailIgo irudia
- 186
+ 194Upload previewIgo aurrebista
- 193
+ 201SupportBabestu
- 71
+ 69Short text to tell people how they can support you (membership platform...).Jendeari zu nola babestu azaltzeko testu labur bat (kidetza plataforma...).
- 200
+ 208Advanced settingsEzarpen aurreratuak
- 182
+ 189
@@ -2067,99 +1887,63 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
Download videoDeskargatu bideoa
- 7
+ 3Direct downloadDeskarga zuzena
- 20
+ 17Torrent (.torrent file)Torrent (.torrent fitxategia)
- 25
+ 22Torrent (magnet link)Torrent (magnet esteka)
- 30
+ 27DownloadDeskargatu
- 87
+ 84Report videoSalatu bideoa
- 7
-
-
-
- Reason...
- Arrazoia...
-
- 14
-
-
-
-
- Cancel
-
-
- Utzi
-
-
- 22
-
-
-
- Submit
- Bidali
-
- 27
+ 3SharePartekatu
- 76
-
-
-
- Embed
- Txertatu
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- URL-a ez da segurua (ez da HTTPS), beraz txertatutako bideoa ez da HTTPS webguneetan ibiliko (web nabigatzaileek seguruak ez diren HTTP eskariak blokeatzen dituzte HTTPS webguneetan).
-
-
- 35
+ 74QR-CodeQR-kodea
- 40
+ 29
+
+
+
+ Embed
+ Txertatu
+
+ 34
@@ -2184,174 +1968,116 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
15
-
-
- This video will be published on
-
-
- Bideoa data eta ordu honetan argitaratuko da:
-
-
- 19
-
-
-
-
- - views
-
-
- - ikustaldi
-
-
- 30
-
-
-
- Go the channel page
- Joan kanalaren orrira
-
- 35
-
-
-
- By
- Egilea
-
- 45
-
-
-
- Go to the account page
- Joan kontuaren orrira
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Kontu honetara harpidetu zaitezke ActivityPub onartzen duen fedibertsoko Instantzia batetik, esaterako Mastodon edo Pleroma instantzietan, bilaketa kutxan <strong>@@</strong> idatzi dezakezu eta handik harpidetu. PeerTube erabiltzaile gisa harpidetzeko aukera garapenean dago oraindik: <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoAtsegin bideo hau
- 59
+ 57Dislike this videoUtzi bideoa hau atsegiteari
- 66
+ 64Download the videoDeskargatu bideoa
- 86
+ 83ReportSalatu
- 93
+ 88Report this videoSalatu bideo hau
- 92
-
-
-
- Blacklist
- Zerrenda beltza
-
- 99
-
-
-
- Blacklist this video
- Sartu zerrenda beltzean bideo hau
-
- 98
+ 87Update this videoEguneratu bideo hau
- 104
+ 91
+
+
+
+ Blacklist
+ Zerrenda beltza
+
+ 96
+
+
+
+ Blacklist this video
+ Sartu zerrenda beltzean bideo hau
+
+ 95
+
+
+
+ Unblacklist
+ Atera zerrenda beltzetik
+
+ 100Delete this videoEzabatu bideo hau
- 110
+ 103
+
+
+
+ Go the channel page
+ Joan kanalaren orrira
+
+ 123
+
+
+
+ Go to the account page
+ Joan kontuaren orrira
+
+ 133Show moreErakutsi gehiago
- 130
+ 148Show lessErakutsi gutxiago
- 136
-
-
-
-
- Other videos
-
-
- Beste bideo batzuk
-
-
- 187
-
-
-
- Friendly Reminder:
- Oroigarria:
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- Bideo honekl erabilitako partekatze sistema dela eta, zure sistemako informazio teknikoa (IP helbide publikoa esaterako) beste berdinei igorriko zaie.
-
-
- 201
+ 154More informationInformazio gehiago
- 204
+ 214Get more informationLortu informazio gehiago
- 204
+ 214
@@ -2362,7 +2088,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
Ados
- 207
+ 217
@@ -2423,7 +2149,7 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
Bidali iruzkina
- 17
+ 18
@@ -2587,23 +2313,9 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Following
- Jarraitzen
-
- 1
-
-
-
- Follow
- Jarraitu
-
- 1
-
-
-
- Followers
- Jarraitzaileak
+
+ Video removed from the blacklist.
+ bideoa zerrenda beltzetik atera da.1
@@ -2657,27 +2369,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Ziur bideo hau zerrenda beltzetik atera nahi duzula? Berriro egongo da bideoen zerrendan ikusgai.
-
- 1
-
-
-
- Video removed from the blacklist.
- bideoa zerrenda beltzetik atera da.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Pasahitz berria eta berretsitako pasahitza ez datoz bat.
-
- 1
-
- Password updated.Pasahitza eguneratuta.
@@ -2846,6 +2537,13 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
+
+ Unable to find user id or verification string.
+ Ezin izan da erabiltzailearen id-a edo berreste katea aurkitu.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2883,13 +2581,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Unable to find user id or verification string.
- Ezin izan da erabiltzailearen id-a edo berreste katea aurkitu.
-
- 1
-
- Your password has been successfully reset!Zure pasahitza ongi berrezarri da!
@@ -3079,13 +2770,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Transcoding threads must be greater than 1.
- Transkodetze hari kopurua 1 baino gehiago izan behar da.
-
- 1
-
- Username is required.Erabiltzaile izena beha da.
@@ -3156,6 +2840,13 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
+
+ The new password and the confirmed password do not correspond.
+ Pasahitz berria eta berretsitako pasahitza ez datoz bat.
+
+ 1
+
+ Video quota is required.Bideo-kuota behar da.
@@ -3723,6 +3414,41 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ HD osoko bideoen
+
+ 1
+
+
+
+ of HD videos
+ HD bideoen
+
+ 1
+
+
+
+ of average quality videos
+ Bataz besteko kalitatezko bideoen
+
+ 1
+
+ years agoduela urte
@@ -3877,41 +3603,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- HD osoko bideoen
-
- 1
-
-
-
- of HD videos
- HD bideoen
-
- 1
-
-
-
- of average quality videos
- Bataz besteko kalitatezko bideoen
-
- 1
-
- Video to import updated.Inportatzeko bideoa eguneratuta.
@@ -3961,13 +3652,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Zure bideo-kuota bideo honekin gainditzen da (bideoaren tamaina: , erabilia: , kuota: )
-
- 1
-
- Video published.Bideoa argitaratuta.
@@ -4003,20 +3687,6 @@ Ezin izan dugu bilatzen duzun orria aurkitu.
1
-
- Do you really want to blacklist this video?
- Ziur bideo hau zerrenda beltzean sartu nahi duzula?
-
- 1
-
-
-
- Video had been blacklisted.
- bideoa zerrenda beltzean sartu da.
-
- 1
-
- Do you really want to delete this video?Ziur bideo hau ezabatu nahi duzula?
diff --git a/client/src/locale/target/angular_fr_FR.xml b/client/src/locale/target/angular_fr_FR.xml
index b47ad51b5..b4de776e3 100644
--- a/client/src/locale/target/angular_fr_FR.xml
+++ b/client/src/locale/target/angular_fr_FR.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Annulé
-
-
- 45
-
- (extensions: , max size: )(extensions: , taille maximum : )
@@ -25,14 +14,21 @@
- views - vues
- 34
+ 12
+
+
+
+ Delete
+ Supprimer
+
+ 15EditModifier
- 3
+ 5
@@ -46,7 +42,7 @@
Complete previewPrévisualisation complète
- 10
+ 13
@@ -56,6 +52,13 @@
18
+
+ Video quota
+ Quota des vidéos
+
+ 19
+
+
Login
@@ -70,14 +73,14 @@
UserUtilisateur
- 11
+ 13Username or email addressIdentifiant ou courriel
- 13
+ 15
@@ -88,7 +91,7 @@
ou créer un compte
- 16
+ 18
@@ -99,14 +102,14 @@
ou créer un compte sur une autre instance
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Vous ne pouvez pas créer de compte sur cette instance, mais vous pouvez en créer sur beaucoup d'autres !
- 26
+ 28
@@ -120,35 +123,35 @@
I forgot my passwordJ’ai oublié mon mot de passe
- 42
+ 44Forgot your passwordOubli de votre mot de passe
- 59
+ 57EmailCourriel
- 17
+ 8Email addressCourriel
- 66
+ 10Send me an email to reset my passwordM'envoyer un courriel pour réinitialiser mon mot de passe
- 77
+ 75
@@ -194,24 +197,6 @@
3
-
- Initial video quota:
- Quota de vidéos initial :
-
- 8
-
-
-
-
- Unlimited
-
-
- Illimité
-
-
- 16
-
- UsernameIdentifiant
@@ -223,14 +208,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceJ'ai lu et j'accepte les <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Condition</a> de cette instance
- 60
+ 54SignupCréer un compte
- 86
+ 88
@@ -273,102 +258,70 @@
Change the languageChanger la langue
- 76
-
-
-
-
- My public profile
-
-
- Mon profil public
-
-
- 19
-
-
-
-
- My account
-
-
- Mon compte
-
-
- 23
-
-
-
-
- Log out
-
-
- Se déconnecter
-
- 27
+ 88LoginSe connecter
- 36
+ 38Create an accountCréer un compte
- 37
+ 39VideosVidéos
- 21
+ 24TrendingTendances
- 45
+ 57Recently addedRécemment ajoutées
- 50
+ 62LocalLocales
- 55
+ 67MorePlus
- 60
+ 72AdministrationAdministration
- 64
+ 76AboutÀ propos
- 23
+ 25
@@ -431,21 +384,21 @@
CategoryCatégorie
- 148
+ 166LicenceLicence
- 157
+ 175LanguageLangage
- 166
+ 184
@@ -480,7 +433,7 @@
InstanceInstance
- 7
+ 8
@@ -495,8 +448,7 @@
About instance
- A propos de instance
-
+ À propos de l'instance : 1
@@ -505,14 +457,14 @@
DescriptionDescription
- 23
+ 26TermsConditions d'utilisation
- 43
+ 44
@@ -560,7 +512,7 @@
About PeerTube
- A propos de PeerTube
+ À propos de PeerTube
1
@@ -853,7 +805,7 @@
subscribers abonnés
- 11
+ 14
@@ -867,49 +819,49 @@
NameNom
- 9
+ 12Short descriptionCourte description
- 21
+ 22Default client routeRoute du client par défaut
- 54
+ 55Videos TrendingVidéos tendance
- 57
+ 59Videos Recently AddedVidéos récemment ajoutées
- 58
+ 60Local videosVidéo locales
- 59
+ 61Policy on videos containing sensitive contentPolitique concernant les vidéos ayant du contenu sensible
- 68
+ 70
@@ -944,14 +896,14 @@
Signup enabledEnregistrement activé
- 90
+ 92Signup limitLimitation des enregistrements
- 94
+ 101
@@ -965,42 +917,42 @@
Video import with HTTP enabledImport de vidéo avec HTTP activé
- 108
+ 115Video import with a torrent file or a magnet URI enabledImport de vidéo avec un fichier torrent ou URL magnet activé
- 113
+ 120AdministratorAdministrateur
- 116
+ 123Admin emailEmail de l'administrateur
- 119
+ 126UsersUtilisateurs
- 129
+ 136User default video quotaQuota de vidéos par défaut par utilisateur
- 132
+ 139
@@ -1014,194 +966,133 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameVotre identifiant Twitter
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Indique le compte Twitter pour le site ou la plateforme sur laquelle le contenu a été publié.
- 154
+ 176Instance whitelisted by TwitterInstance sur la liste blanche de Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Si votre instance est sur la liste blanche de Twitter, un player vidéo sera intégré dans le fil d'actualité de Twitter lors d'un partage d'une vidéo PeerTube.<br />
-Si l'instance n'est pas sur liste blanche, nous utilisons une lien-image qui redirigera sur votre instance PeerTube.<br /><br />
-Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidéo de votre instance (https://example.com/videos/watch/blabla) sur <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> pour voir si votre instance est sur liste blanche.
-
- 168
+ 189ServicesServices
- 146
+ 168TranscodingEncodage
- 176
+ 200Transcoding enabledEncodage activé
- 180
+ 204If you disable transcoding, many videos from your users will not work!Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !
- 181
+ 205Transcoding threadsNombre de threads pour l'encodage
- 187
+ 211Resolution enabledRésolution activé
- 203
-
-
-
-
- Cache
-
-
-
-
- Cache
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Certain fichiers ne sont pas fédérés (miniature, sous-titre). Nous les récupérons directement depuis l'instance d'origine et nous les gardons cache.
- 214
+ 238Previews cache sizeTaille du cache des prévisualisations
- 219
+ 243Video captions cache sizeTaille du cache de sous-titre
- 230
+ 254CustomizationsPersonnalisations
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Écrivez directement du code JavaScript.<br />Exemple : <pre>console.log('mon instance est super géniale');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Écrivez directement du code CSS. Exemple:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Préfixer avec <em>#custom-css</em> pour surcharger les styles. Exemple:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationConfiguration avancée
- 174
+ 197Update configurationMettre à jour la configuration
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Il semblerait que la configuration soit invalide. Merci de chercher des erreurs potentielles dans les différents onglets.
- 290
+ 315
@@ -1226,28 +1117,6 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
7
-
-
- Video abuses
-
-
- Signalements de vidéos
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Liste noire des vidéos
-
-
- 15
-
-
Jobs
@@ -1256,7 +1125,7 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
Jobs
- 19
+ 15
@@ -1267,7 +1136,7 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
Configuration
- 23
+ 19
@@ -1337,6 +1206,27 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
2
+
+ Following
+ Abonnements
+
+ 5
+
+
+
+ Follow
+ S'abonner
+
+ 7
+
+
+
+ Followers
+ Abonnés
+
+ 9
+
+ Jobs listListe des jobs
@@ -1397,14 +1287,7 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
RoleRôle
- 19
-
-
-
- Video quota
- Quota des vidéos
-
- 18
+ 20
@@ -1420,6 +1303,13 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
65
+
+ Reason...
+ Motivation…
+
+ 11
+
+ Users listListe des utilisateurs
@@ -1431,91 +1321,42 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
Username Identifiant
- 16
-
-
-
- Video abuses list
- Liste des signalements de vidéos
-
- 2
-
-
-
- Reason
- Raison
-
- 11
+ 17ReporterRapporteur
- 12
+ 8VideoVidéo
- 9
+ 14Go to the accountAller sur le compte
- 22
+ 27Go to the videoAller sur la vidéo
- 28
+ 33Blacklisted videosVidéos sur liste noire
- 2
-
-
-
- Name
- Nom
-
- 11
-
-
-
- Views
- Vues
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Retirer de la liste noir
-
- 30
+ 7
@@ -1525,25 +1366,11 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
3
-
- My video channels
- Mes chaînes vidéos
-
- 5
-
- My videosMes vidéos
- 7
-
-
-
- My video imports
- Mes imports de vidéos
-
- 9
+ 14
@@ -1574,6 +1401,13 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
18
+
+ Submit
+ Envoyer
+
+ 24
+
+ - views - vues
@@ -1581,11 +1415,15 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
19
-
- Delete
- Supprimer
+
+
+ Cancel
+
+
+ Annulé
+
- 15
+ 30
@@ -1599,7 +1437,7 @@ Cochez cette case, sauvegardez la configuration et testez avec l'URL d'une vidé
Go to the channelAller sur la chaine
- 15
+ 8
@@ -1622,7 +1460,7 @@ When you will upload a video in this channel, the video support field will be au
Texte court pour décrire les moyens mis à disposition de ceux qui souhaiteraient vous soutenir (plateforme de financement participatif, etc.).<br /><br />
Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera automatiquement un bouton pour afficher ce texte.
- 36
+ 52
@@ -1632,11 +1470,25 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8
+
+ Created by
+ Créée par
+
+ 17
+
+
+
+ Go the owner account page
+ Aller au compte du propriétaire
+
+ 16
+
+ Change passwordChanger le mot de passe
- 19
+ 22
@@ -1713,20 +1565,6 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
1
-
- Created by
- Créée par
-
- 14
-
-
-
- Go the owner account page
- Aller au compte du propriétaire
-
- 13
-
- Support this channelSoutenir cette chaîne
@@ -1745,7 +1583,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
URLURL
- 12
+ 17
@@ -1760,14 +1598,14 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
ChannelChaîne
- 35
+ 38PrivacyConfidentialité
- 143
+ 161
@@ -1785,7 +1623,7 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
UpdateMettre à jour
- 105
+ 92
@@ -1860,46 +1698,35 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
Upload a fileDéverser un fichier
- 9
+ 10Import with URLImporter avec une URL
- 13
+ 17Import with torrentImporter avec un torrent
- 17
+ 24Add captionAjouter un sous-titre
- 7
+ 5Select the caption fileChoisir le fichier de sous-titre
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Cela va replacer les sous-titres existants !
-
-
- 30
+ 24
@@ -1913,70 +1740,63 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
TitleTitre
- 7
+ 9TagsÉtiquettes
- 175
-
-
-
- (press Enter to add)
- (presser Entrée pour ajouter)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Les descriptions des vidéos sont tronquées par défaut et requièrent une action manuelle pour être pleinement affichées.
- 24
+ 27Schedule publication ()Programmation de la publication ()
- 101
+ 104This video contains mature or explicit contentCette vidéo contient du contenu sensible
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Certaines instances ne listent pas, par défaut, des vidéos sensibles ou avec du contenu pour adultes.
- 116
+ 119Enable video commentsActiver les commentaires
- 121
+ 124Wait transcoding before publishing the videoAttendre l'encodage avant de publier la vidéo
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Si vous décidez de ne pas attendre la fin du traitement avant la publication de la vidéo, elle pourrait bien être injouable.
- 127
+ 130
@@ -1990,70 +1810,70 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
Add another captionAjouter un nouveau sous-titre
- 139
+ 145See the subtitle fileVoir le fichier de sous-titre
- 148
+ 154Cancel createAnnuler la création
- 162
+ 168Cancel deletionAnnuler la suppression
- 170
+ 176CaptionsSous-titre
- 133
+ 138Upload thumbnailTéléverser une vignette
- 186
+ 194Upload previewTéléverser un aperçu
- 193
+ 201SupportSoutenir
- 71
+ 69Short text to tell people how they can support you (membership platform...).Courte description des moyens qu'ont les utilisateurs de vous soutenir (financement participatif, etc.).
- 200
+ 208Advanced settingsParamétrage avancé
- 182
+ 189
@@ -2071,99 +1891,63 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
Download videoTélécharger la vidéo
- 7
+ 3Direct downloadTéléchargement direct
- 20
+ 17Torrent (.torrent file)Torrent (fichier .torrent)
- 25
+ 22Torrent (magnet link)Torrent (URL magnet)
- 30
+ 27DownloadTélécharger
- 87
+ 84Report videoSignaler la vidéo
- 7
-
-
-
- Reason...
- Motivation…
-
- 14
-
-
-
-
- Cancel
-
-
- Annuler
-
-
- 22
-
-
-
- Submit
- Envoyer
-
- 27
+ 3SharePartager
- 76
-
-
-
- Embed
- Intégration
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- Cette URL n'est pas sécurisée (pas d'HTTPS), donc l'intégration vidéo ne marchera pas sur les sites utilisant HTTPS (Les navigateurs bloquent les requêtes HTTP non sécurisées).
-
-
- 35
+ 74QR-CodeQR-Code
- 40
+ 29
+
+
+
+ Embed
+ Intégration
+
+ 34
@@ -2188,173 +1972,116 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
15
-
-
- This video will be published on
-
-
- Cette vidéo sera publiée le
-
-
- 19
-
-
-
-
- - views
-
-
- - vues
-
- 30
-
-
-
- Go the channel page
- Aller à la page des chaînes
-
- 35
-
-
-
- By
- Par
-
- 45
-
-
-
- Go to the account page
- Accéder au profil public de l'utilisateur
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Vous pouvez vous abonner à ce compte en utilisant une instance utilisant le protocole ActivityPub. Par exemple, avec Mastodon ou Pleroma vous pouvez taper dans le champ de recherche : <strong>@@</strong> et s'abonner. S'abonner comme un utilisateur de PeerTube est en cours de développement, cela peut être suivi via cette issue : <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoJ'aime cette vidéo
- 59
+ 57Dislike this videoJe n'aime pas cette vidéo
- 66
+ 64Download the videoTélécharger la vidéo
- 86
+ 83ReportSignaler
- 93
+ 88Report this videoSignaler cette vidéo
- 92
-
-
-
- Blacklist
- Blacklister
-
- 99
-
-
-
- Blacklist this video
- Blacklister cette vidéo
-
- 98
+ 87Update this videoMettre à jour cette vidéo
- 104
+ 91
+
+
+
+ Blacklist
+ Blacklister
+
+ 96
+
+
+
+ Blacklist this video
+ Blacklister cette vidéo
+
+ 95
+
+
+
+ Unblacklist
+ Retirer de la liste noir
+
+ 100Delete this videoSupprimer cette vidéo
- 110
+ 103
+
+
+
+ Go the channel page
+ Aller à la page des chaînes
+
+ 123
+
+
+
+ Go to the account page
+ Accéder au profil public de l'utilisateur
+
+ 133Show moreVoir plus
- 130
+ 148Show lessMontrer moins
- 136
-
-
-
-
- Other videos
-
-
- Autres vidéos
-
-
- 187
-
-
-
- Friendly Reminder:
- Rappel :
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- Le système de partage implique d'envoyer certaine information technique (comme votre navigateur, OS, IP, ...) à d'autre pairs.
-
-
- 201
+ 154More informationPlus d'informations
- 204
+ 214Get more informationObtenir plus d'informations
- 204
+ 214
@@ -2365,7 +2092,7 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
OK
- 207
+ 217
@@ -2426,7 +2153,7 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
Poster un commentaire
- 17
+ 18
@@ -2590,23 +2317,9 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- Following
- Abonnements
-
- 1
-
-
-
- Follow
- S'abonner
-
- 1
-
-
-
- Followers
- Abonnés
+
+ Video removed from the blacklist.
+ Vidéo supprimée de la liste noire.1
@@ -2660,27 +2373,6 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Êtes-vous sûr de vouloir supprimer cette vidéo de la liste noire ? Elle sera de nouveau visible dans la liste de vidéos.
-
- 1
-
-
-
- Video removed from the blacklist.
- Vidéo supprimée de la liste noire.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Les mots de passe ne correspondent pas.
-
- 1
-
- Password updated.Mot de passe mis à jour.
@@ -2849,6 +2541,13 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
+
+ Unable to find user id or verification string.
+ Impossible de trouver l'identifiant utilisateur ou le texte de vérification.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2886,13 +2585,6 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- Unable to find user id or verification string.
- Impossible de trouver l'identifiant utilisateur ou le texte de vérification.
-
- 1
-
- Your password has been successfully reset!Votre mot de passe a été réinitialisé avec succès !
@@ -3082,13 +2774,6 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- Transcoding threads must be greater than 1.
- Le nombre de threads pour l'encodage doit être plus grand que 1.
-
- 1
-
- Username is required.Le nom d'utilisateur est requis.
@@ -3159,6 +2844,13 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
+
+ The new password and the confirmed password do not correspond.
+ Les mots de passe ne correspondent pas.
+
+ 1
+
+ Video quota is required.Le quota de vidéos est requis.
@@ -3726,6 +3418,41 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ de vidéos full HD
+
+ 1
+
+
+
+ of HD videos
+ de vidéos HD
+
+ 1
+
+
+
+ of average quality videos
+ de vidéos de qualité moyenne
+
+ 1
+
+ years agoPubliée, il y a ans
@@ -3880,41 +3607,6 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- de vidéos full HD
-
- 1
-
-
-
- of HD videos
- de vidéos HD
-
- 1
-
-
-
- of average quality videos
- de vidéos de qualité moyenne
-
- 1
-
- Video to import updated.Les vidéos à importer ont été mise à jour
@@ -3964,13 +3656,6 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Votre quota vidéo est dépassé avec cette vidéo (taille de la vidéo : , utilisé : , quota : )
-
- 1
-
- Video published.Vidéo publiée.
@@ -4006,20 +3691,6 @@ Vous devez être certain d'avoir les droits de diffusion vers se contenu, sinon
1
-
- Do you really want to blacklist this video?
- Êtes vous bien sûr·e de vouloir mettre cette vidéo sur liste noire ?
-
- 1
-
-
-
- Video had been blacklisted.
- La vidéo a été mise sur liste noire.
-
- 1
-
- Do you really want to delete this video?Êtes-vous bien sûr·e de vouloir supprimer cette vidéo ?
diff --git a/client/src/locale/target/angular_gl_ES.xml b/client/src/locale/target/angular_gl_ES.xml
index 0e3bb5a1d..5eafc35b5 100644
--- a/client/src/locale/target/angular_gl_ES.xml
+++ b/client/src/locale/target/angular_gl_ES.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Cancelar
-
-
- 45
-
- (extensions: , max size: )(extensións: , tamaño máx.: )
@@ -25,14 +14,14 @@
- views - visionados
- 34
+ 12EditEditar
- 3
+ 5
@@ -46,7 +35,7 @@
Complete previewVista previa completa
- 10
+ 13
@@ -71,14 +60,14 @@
UserUsuaria
- 11
+ 13Username or email addressNome de usuaria ou enderezo de correo
- 13
+ 15
@@ -89,7 +78,7 @@
ou crear unha conta
- 16
+ 18
@@ -100,14 +89,14 @@
ou crear unha conta en outra instancia
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!O rexistro de novas usuarias en esta instancia está desactivado, mais pode escoller entre moitas outras!
- 26
+ 28
@@ -121,35 +110,35 @@
I forgot my passwordEsquecín o contrasinal
- 42
+ 44Forgot your passwordEsqueceu o contrasinal
- 59
+ 57EmailCorreo electrónico
- 17
+ 8Email addressEnderezo de correo electrónico
- 66
+ 10Send me an email to reset my passwordEnvíenme un correo para restablecer o contrasinal
- 77
+ 75
@@ -195,24 +184,6 @@
3
-
- Initial video quota:
- Cota de video inicial:
-
- 8
-
-
-
-
- Unlimited
-
-
- Non limitada
-
-
- 16
-
- UsernameNome de usuaria
@@ -224,14 +195,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceLin e acepto os <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Termos</a> de esta instancia
- 60
+ 54SignupAbrir conta
- 86
+ 88
@@ -274,103 +245,70 @@
Change the languageCambiar o idioma
- 76
-
-
-
-
- My public profile
-
-
- O meu perfil público
-
-
- 19
-
-
-
-
- My account
-
-
- A miña conta
-
-
- 23
-
-
-
-
- Log out
-
-
- Desconectar
-
-
- 27
+ 88LoginConectar
- 36
+ 38Create an accountCrear unha conta
- 37
+ 39VideosVídeos
- 21
+ 24TrendingEn voga
- 45
+ 57Recently addedÚltimos engadidos
- 50
+ 62LocalLocal
- 55
+ 67MoreMáis
- 60
+ 72AdministrationAdministración
- 64
+ 76AboutAcerca de
- 23
+ 25
@@ -433,21 +371,21 @@
CategoryCategoría
- 148
+ 166LicenceLicenza
- 157
+ 175LanguageIdioma
- 166
+ 184
@@ -482,7 +420,7 @@
InstanceInstancia
- 7
+ 8
@@ -507,14 +445,14 @@
DescriptionDescrición
- 23
+ 26TermsTermos
- 43
+ 44
@@ -696,5 +634,444 @@
51
+
+ How does PeerTube compare with YouTube?
+ Como é PeerTube comparado con YouTube?
+
+ 67
+
+
+
+ What can I do to limit the exposure of my IP address?
+ Qué podo facer para limitar a exposición do meu enderezo IP?
+
+ 75
+
+
+
+
+ Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more.
+ PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser.
+ Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
+
+
+ O seu enderezo IP é público cada vez que consulta unha web, hai un número de actores (aparte do sitio web final) vendo o seu enderezo IP nos rexistros de conexión: ISP/routers/trackers/CDN e máis.
+ PeerTube é transparente ao respecto: avisámola de que se desexa manter a súa IP privada, debe utilizar unha VPN ou Navegador Tor.
+ Crer que eliminar o P2P de PeerTube lle devolverá o anonimato non ten sentido.
+
+
+ 77
+
+
+
+ What will be done to mitigate this problem?
+ Que se vai facer para minimizar este problema?
+
+ 83
+
+
+
+
+ PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released.
+ In the meantime, we want to test different ideas related to this issue:
+
+
+ PeerTube só está en fase beta, e quere proporcionar as mellores contramedidas posibles para cando a versión estable sexa publicada.
+ Por agora, queremos probar diferentes ideas en relación a este asunto:
+
+
+ 85
+
+
+
+ Set a limit to the number of peers sent by the tracker
+ Establecer un límite ao número de pares enviados polo rastrexador
+
+ 91
+
+
+
+ Set a limit on the request frequency received by the tracker (being tested)
+ Establecer un límite na frecuencia das peticións recibidas polo rastrexador (en probas)
+
+ 92
+
+
+
+ Ring a bell if there are unusual requests (being tested)
+ Activar un son se hai peticións estranas (en probas)
+
+ 93
+
+
+
+ Disable P2P from the administration interface
+ Desactivar P2P desde a interface de administración
+
+ 94
+
+
+
+ An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program
+ Un programa de redundancia automática de vídeos: non saberiamos si a IP descargou o vídeo de forma consciente ou se foi un programa automatizado
+
+ 95
+
+
+
+ subscribers
+ suscritoras
+
+ 12
+
+
+
+ Video channels
+ Canles de vídeo
+
+ 19
+
+
+
+ Stats
+ Estatísticas
+
+ 16
+
+
+
+ Joined
+ Uneuse
+
+ 10
+
+
+
+ subscribers
+ suscritoras
+
+ 14
+
+
+
+ See this video channel
+ Ver esta canle de vídeo
+
+ 4
+
+
+
+ Name
+ Nome
+
+ 12
+
+
+
+ Short description
+ Descrición curta
+
+ 22
+
+
+
+ Default client route
+ Ruta ao cliente por omisión
+
+ 55
+
+
+
+ Videos Trending
+ Vídeos de moda
+
+ 59
+
+
+
+ Videos Recently Added
+ Vídeos engadidos recentemente
+
+ 60
+
+
+
+ Local videos
+ Vídeos en local
+
+ 61
+
+
+
+ Policy on videos containing sensitive content
+ Política para os vídeos con contido sensible
+
+ 70
+
+
+
+ With <strong>Do not list</strong> or <strong>Blur thumbnails</strong>, a confirmation will be requested to watch the video.
+ Con <strong>Non listar</strong> ou <strong>Emborrar icona</strong>, pedirase autorización para ver o vídeo.
+
+ 6
+
+
+
+ Do not list
+ Non listar
+
+ 11
+
+
+
+ Blur thumbnails
+ Emborrar icona
+
+ 12
+
+
+
+ Display
+ Mostrar
+
+ 13
+
+
+
+ Signup enabled
+ Rexistro activado
+
+ 92
+
+
+
+ Signup limit
+ Rexistro limitado
+
+ 101
+
+
+
+ Import
+ Importar
+
+ 42
+
+
+
+ Video import with HTTP enabled
+ Importación de vídeos por HTTP activada
+
+ 115
+
+
+
+ Video import with a torrent file or a magnet URI enabled
+ Importación de vídeo con un ficheiro torrent ou URI magnet activada
+
+ 120
+
+
+
+ Administrator
+ Administración
+
+ 123
+
+
+
+ Admin email
+ Correo-e da Admin
+
+ 126
+
+
+
+ Users
+ Usuarias
+
+ 136
+
+
+
+ User default video quota
+ Cota de vídeo por omisión para a usuaria
+
+ 139
+
+
+
+ Basic configuration
+ Configuración básica
+
+ 5
+
+
+
+ Twitter
+ Twitter
+
+ 170
+
+
+
+ Your Twitter username
+ O seu alcume na Twitter
+
+ 173
+
+
+
+ Indicates the Twitter account for the website or platform on which the content was published.
+ Indica a conta na Twitter para o sitio web ou plataforma para a cal o contido foi publicado.
+
+ 176
+
+
+
+ Instance whitelisted by Twitter
+ Instancia na lista blanca por Twitter
+
+ 189
+
+
+
+ Services
+ Servizos
+
+ 168
+
+
+
+ Transcoding
+ Recodificando
+
+ 200
+
+
+
+ Transcoding enabled
+ Recodificación activada
+
+ 204
+
+
+
+ If you disable transcoding, many videos from your users will not work!
+ Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!
+
+ 205
+
+
+
+ Transcoding threads
+ Fíos de recodificación
+
+ 211
+
+
+
+ Resolution enabled
+ Resolución activada
+
+ 227
+
+
+
+ Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
+ Algúns ficheiros non se federan (vista previa, comentarios). Recollémolos directamente desde a instancia de orixe e almacenámolos.
+
+ 238
+
+
+
+ Previews cache size
+ Tamaño da caché de vista previa
+
+ 243
+
+
+
+ Video captions cache size
+ Tamaño da caché de comentarios no vídeo
+
+ 254
+
+
+
+ Customizations
+ Personalizacións
+
+ 264
+
+
+
+ JavaScript
+ JavaScript
+
+ 267
+
+
+
+ Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>
+ Escribir código JavaScript directamente.<br />Exemplo: <pre>console.log('a miña instancia é tremenda');</pre>
+
+ 270
+
+
+
+ Advanced configuration
+ Configuración avanzada
+
+ 197
+
+
+
+ Update configuration
+ Actualizar configuración
+
+ 314
+
+
+
+ It seems the configuration is invalid. Please search potential errors in the different tabs.
+ Semella que a configuración non é válida. Por favor busque os erros potenciais nas diferentes pestanas.
+
+ 315
+
+
+
+
+ Users
+
+
+ Usuarias
+
+
+ 3
+
+
+
+
+ Manage follows
+
+
+ Xestionar seguimento
+
+
+ 7
+
+
+
+
+ Cancel
+
+
+ Cancelar
+
+
+ 30
+
+
\ No newline at end of file
diff --git a/client/src/locale/target/angular_ja_JP.xml b/client/src/locale/target/angular_ja_JP.xml
new file mode 100644
index 000000000..ba5f33a5e
--- /dev/null
+++ b/client/src/locale/target/angular_ja_JP.xml
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+ Complete preview
+ 完全なプレビュー
+
+ 13
+
+
+
+
+ Login
+
+
+ ログイン
+
+
+ 2
+
+
+
+ User
+ ユーザー
+
+ 13
+
+
+
+ Username or email address
+
+ 15
+
+
+
+
+ or create an account
+
+
+ アカウントを作成する
+
+
+ 18
+
+
+
+ Password
+ パスワード
+
+ 12
+
+
+
+ I forgot my password
+ パスワードを忘れました
+
+ 44
+
+
+
+ Forgot your password
+
+ 57
+
+
+
+ Email
+ メール
+
+ 8
+
+
+
+ Email address
+ メールアドレス
+
+ 10
+
+
+
+
+ Reset my password
+
+
+ 私のパスワードをリセットする
+
+
+ 2
+
+
+
+ Confirm password
+
+ 19
+
+
+
+ Reset my password
+ 私のパスワードをリセットする
+
+ 29
+
+
+
+
+ Create an account
+
+
+ アカウントを作成する
+
+
+ 3
+
+
+
+ Username
+ ユーザー名
+
+ 8
+
+
+
+ Signup
+ サインアップ
+
+ 88
+
+
+
+ Change the language
+
+ 88
+
+
+
+ Login
+ ログイン
+
+ 38
+
+
+
+ Create an account
+ アカウントを作成する
+
+ 39
+
+
+
+ Videos
+ ビデオ
+
+ 24
+
+
+
+ Trending
+
+ 57
+
+
+
+
+ Cancel
+
+
+キャンセル
+
+
+ 30
+
+
+
+
\ No newline at end of file
diff --git a/client/src/locale/target/angular_nl_NL.xml b/client/src/locale/target/angular_nl_NL.xml
index 93cd27ed0..e9e5dd666 100644
--- a/client/src/locale/target/angular_nl_NL.xml
+++ b/client/src/locale/target/angular_nl_NL.xml
@@ -3,27 +3,25 @@
-
-
- Cancel
-
- Annuleren
-
- 45
-
- - views - keer bekeken
- 34
+ 12
+
+
+
+ Delete
+ Verwijderen
+
+ 15EditBewerken
- 3
+ 5
@@ -37,7 +35,7 @@
Complete previewVolledige voorvertoning
- 10
+ 13
@@ -47,6 +45,13 @@
18
+
+ Video quota
+ Videoquotum
+
+ 19
+
+
Login
@@ -60,14 +65,14 @@
UserGebruiker
- 11
+ 13Username or email addressGebruikersnaam of e-mailadres
- 13
+ 15
@@ -76,7 +81,7 @@
of maak een account
- 16
+ 18
@@ -85,14 +90,14 @@
of maak een account aan op een andere server
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Registratie is niet mogelijk op deze instantie, maar je kan een account maken op een van de vele anderen!
- 26
+ 28
@@ -106,35 +111,35 @@
I forgot my passwordWachtwoord vergeten
- 42
+ 44Forgot your passwordWachtwoord vergeten
- 59
+ 57EmailE-mail
- 17
+ 8Email addressE-mailadres
- 66
+ 10Send me an email to reset my passwordZend me een e-mail om een nieuw wachtwoord in te stellen
- 77
+ 75
@@ -176,22 +181,6 @@
3
-
- Initial video quota:
- Aanvankelijk video-quotum:
-
- 8
-
-
-
-
- Unlimited
-
- Onbeperkt
-
- 16
-
- UsernameGebruikersnaam
@@ -203,97 +192,70 @@
SignupRegistratie
- 86
+ 88Change the languageTaal veranderen
- 76
-
-
-
-
- My public profile
-
- Mijn openbaar profiel
-
- 19
-
-
-
-
- My account
-
- Mijn account
-
- 23
-
-
-
-
- Log out
-
- Afmelden
-
- 27
+ 88LoginAanmelden
- 36
+ 38Create an accountAccount maken
- 37
+ 39VideosVideo's
- 21
+ 24TrendingPopulair
- 45
+ 57Recently addedRecent toegevoegd
- 50
+ 62LocalLokaal
- 55
+ 67AdministrationAdministratie
- 64
+ 76AboutOver
- 23
+ 25
@@ -314,21 +276,21 @@
CategoryCategorie
- 148
+ 166LicenceLicentie
- 157
+ 175LanguageTaal
- 166
+ 184
@@ -342,7 +304,7 @@
InstanceInstantie
- 7
+ 8
@@ -365,14 +327,14 @@
DescriptionBeschrijving
- 23
+ 26TermsVoorwaarden
- 43
+ 44
@@ -569,7 +531,7 @@ Het Peer-to-Peer-mechanisme uit PeerTube halen zou je niet méér anonimiteit ge
subscribers abonnees
- 11
+ 14
@@ -583,49 +545,49 @@ Het Peer-to-Peer-mechanisme uit PeerTube halen zou je niet méér anonimiteit ge
NameNaam
- 9
+ 12Short descriptionKorte omschrijving
- 21
+ 22Default client routeStartpagina
- 54
+ 55Videos TrendingPopulaire video's
- 57
+ 59Videos Recently AddedRecent toegevoegde video's
- 58
+ 60Local videosVideo's op deze instantie
- 59
+ 61Policy on videos containing sensitive contentBeleid rond video's met gevoelige inhoud
- 68
+ 70
@@ -660,42 +622,42 @@ Het Peer-to-Peer-mechanisme uit PeerTube halen zou je niet méér anonimiteit ge
Signup enabledRegistratie mogelijk
- 90
+ 92Signup limitRegistratielimiet
- 94
+ 101AdministratorBeheerder
- 116
+ 123Admin emailE-mail van beheerder
- 119
+ 126UsersGebruikers
- 129
+ 136User default video quotaStandaard video-quotum voor gebruikers
- 132
+ 139
@@ -709,150 +671,105 @@ Het Peer-to-Peer-mechanisme uit PeerTube halen zou je niet méér anonimiteit ge
TwitterTwitter
- 148
+ 170Your Twitter usernameJe Twitter-gebruikersnaam
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Geeft het Twitter-account aan voor de website of het platform waarop de inhoud gepubliceerd werd.
- 154
+ 176Instance whitelisted by TwitterInstantie ge-whitelist door Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Als je instantie ge-whitelist is door Twitter, kan een videospeler ingesloten worden in de Twitterfeed als een video gedeeld wordt.<br />
-Als de instantie niet ge-whitelist is, komt er een afbeelding met een link die naar de PeerTube-instantie leidt.<br /><br />
-Vink dit hokje aan, sla de configuratie op en test met een video-URL van je instantie (https://example.com/videos/watch/blabla) op <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> om te zien of je instantie ge-whitelist is.
-
- 168
+ 189ServicesDiensten
- 146
+ 168TranscodingTranscoding
- 176
+ 200Transcoding enabledTranscoding ingeschakeld
- 180
+ 204If you disable transcoding, many videos from your users will not work!Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet overal werken!
- 181
+ 205Transcoding threadsThreads gebruikt voor transcoding
- 187
+ 211Previews cache sizeCachegrootte voor previews
- 219
+ 243CustomizationsAanpassingen
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Schrijf JavaScriptcode.<br />Voorbeeld: <pre>console.log('mijn instantie is fantastisch');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
- Schrijf CSS-code. Voorbeeld:<br />
-<pre>
- body
- background-color: red;
-
-</pre>
-
-Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden. Voorbeeld:
-<pre>
- #custom-css .logged-in-email
- color: red;
-
-</pre>
-
-
- 262
+ 270Advanced configurationGeavanceerde configuratie
- 174
+ 197Update configurationUpdateconfiguratie
- 289
+ 314
@@ -873,31 +790,13 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
7
-
-
- Video abuses
-
- Videomisbruik
-
- 11
-
-
-
-
- Video blacklist
-
- Zwarte lijst
-
- 15
-
-
Jobs
Jobs
- 19
+ 15
@@ -906,7 +805,7 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
Configuratie
- 23
+ 19
@@ -1020,14 +919,7 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
RoleRol
- 19
-
-
-
- Video quota
- Videoquotum
-
- 18
+ 20
@@ -1054,91 +946,42 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
Username Gebruikersnaam
- 16
-
-
-
- Video abuses list
- Lijst van misbruiken
-
- 2
-
-
-
- Reason
- Reden
-
- 11
+ 17ReporterMelder
- 12
+ 8VideoVideo
- 9
+ 14Go to the accountNaar account gaan
- 22
+ 27Go to the videoNaar video gaan
- 28
+ 33Blacklisted videosVideo's op zwarte lijst
- 2
-
-
-
- Name
- Naam
-
- 11
-
-
-
- Views
- Video's aantal keer bekeken
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Van zwarte lijst halen
-
- 30
+ 7
@@ -1148,18 +991,11 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
3
-
- My video channels
- Mijn videokanalen
-
- 5
-
- My videosMijn video's
- 7
+ 14
@@ -1190,11 +1026,13 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
19
-
- Delete
- Verwijderen
+
+
+ Cancel
+
+ Annuleren
- 15
+ 30
@@ -1208,7 +1046,7 @@ Laat er <em>#custom-css</em> aan voorafgaan om stijlen te overriden.
Go to the channelNaar kanaal gaan
- 15
+ 8
@@ -1231,14 +1069,28 @@ When you will upload a video in this channel, the video support field will be au
Korte tekst om mensen te vertellen hoe ze je kanaal kunnen ondersteunen (lidmaatschap…).<br/><br/>
Als je een video uploadt in dit kanaal, wordt deze tekst ingevuld in het "ondersteun"-veld.
- 36
+ 52
+
+
+
+ Created by
+ Gemaakt door
+
+ 17
+
+
+
+ Go the owner account page
+ Naar de accountpagina van de eigenaar gaan
+
+ 16Change passwordWachtwoord veranderen
- 19
+ 22
@@ -1298,20 +1150,6 @@ Als je een video uploadt in dit kanaal, wordt deze tekst ingevuld in het "onders
1
-
- Created by
- Gemaakt door
-
- 14
-
-
-
- Go the owner account page
- Naar de accountpagina van de eigenaar gaan
-
- 13
-
- Support this channelOndersteun dit kanaal
@@ -1330,14 +1168,14 @@ Als je een video uploadt in dit kanaal, wordt deze tekst ingevuld in het "onders
ChannelKanaal
- 35
+ 38PrivacyZichtbaarheid
- 143
+ 161
@@ -1365,63 +1203,56 @@ Als je een video uploadt in dit kanaal, wordt deze tekst ingevuld in het "onders
TitleTitel
- 7
+ 9TagsTags
- 175
-
-
-
- (press Enter to add)
- (druk op Enter om toe te voegen)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Videobeschrijvingen worden standaard gedeeltelijk weergegeven, de kijker kan ze handmatig openvouwen.
- 24
+ 27Schedule publication ()Publicatie uitstellen ()
- 101
+ 104This video contains mature or explicit contentDeze video bevat expliciete inhoud of inhoud die enkel voor volwassenen geschikt is
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Op sommige instanties worden expliciete video's standaard niet in zoekresultaten en in lijsten getoond.
- 116
+ 119Enable video commentsVideoreacties toelaten
- 121
+ 124Wait transcoding before publishing the videoWacht tot het transcoderen voltooid is om de video te publiceren
- 126
+ 129
@@ -1435,35 +1266,35 @@ Als je een video uploadt in dit kanaal, wordt deze tekst ingevuld in het "onders
Upload thumbnailThumbnail uploaden
- 186
+ 194Upload previewVoorvertoning uploaden
- 193
+ 201SupportOndersteun
- 71
+ 69Short text to tell people how they can support you (membership platform...).Korte tekst om mensen te vertellen hoe ze je kanaal kunnen ondersteunen (bv. door gelddonaties).
- 200
+ 208Advanced settingsGeavanceerde instellingen
- 182
+ 189
@@ -1474,6 +1305,13 @@ Als je een video uploadt in dit kanaal, wordt deze tekst ingevuld in het "onders
2
+
+ Unblacklist
+ Van zwarte lijst halen
+
+ 100
+
+ Publication scheduled on Publicatie uitgesteld tot
diff --git a/client/src/locale/target/angular_oc.xml b/client/src/locale/target/angular_oc.xml
index a6ecf7b9c..38e0c5e5c 100644
--- a/client/src/locale/target/angular_oc.xml
+++ b/client/src/locale/target/angular_oc.xml
@@ -3,16 +3,6 @@
-
-
- Cancel
-
-
- Anullar
-
- 45
-
- (extensions: , max size: )(extensions : , talha max : )
@@ -24,14 +14,21 @@
- views - visualizacions
- 34
+ 12
+
+
+
+ Delete
+ Suprimir
+
+ 15EditModificar
- 3
+ 5
@@ -45,7 +42,7 @@
Complete previewApercebut complèt
- 10
+ 13
@@ -55,6 +52,13 @@
18
+
+ Video quota
+ Quòta vidèo
+
+ 19
+
+
Login
@@ -70,14 +74,14 @@
UserUtilizaire
- 11
+ 13Username or email addressNom d’utilizaire o adreça electronica
- 13
+ 15
@@ -88,7 +92,7 @@
o crear un compte
- 16
+ 18
@@ -99,14 +103,14 @@
o crear un compte sus una instància mai
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Las inscripcions son pas autorizadas sus aquesta instància, mas podètz vos marcar sus un fum d’autras !
- 26
+ 28
@@ -120,35 +124,35 @@
I forgot my passwordAi oblidat lo senhal
- 42
+ 44Forgot your passwordSenhal oblidat
- 59
+ 57EmailCorrièl
- 17
+ 8Email addressAdreça de corrièl
- 66
+ 10Send me an email to reset my passwordMe mandar un corrièl per reïnicializar lo senhal
- 77
+ 75
@@ -192,24 +196,6 @@
3
-
- Initial video quota:
- Quota inicial de vidèo :
-
- 8
-
-
-
-
- Unlimited
-
-
- cap de limit
-
-
- 16
-
- UsernameNom d’utilizaire
@@ -221,14 +207,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceAi legit e soi d’acòrdi amb los <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Tèrmes</a> d’aquesta instància
- 60
+ 54SignupInscripcion
- 86
+ 88
@@ -271,103 +257,70 @@
Change the languageCambiar la lenga
- 76
-
-
-
-
- My public profile
-
-
- Mon perfil public
-
-
- 19
-
-
-
-
- My account
-
-
- Mon compte
-
-
- 23
-
-
-
-
- Log out
-
-
- Se desconnectar
-
-
- 27
+ 88LoginConnexion
- 36
+ 38Create an accountCrear un compte
- 37
+ 39VideosVidèos
- 21
+ 24TrendingTendéncias
- 45
+ 57Recently addedApondons recents
- 50
+ 62LocalLocalas
- 55
+ 67MoreMai
- 60
+ 72AdministrationAdministracion
- 64
+ 76AboutA prepaus
- 23
+ 25
@@ -430,21 +383,21 @@
CategoryCategoria
- 148
+ 166LicenceLicéncia
- 157
+ 175LanguageLenga
- 166
+ 184
@@ -479,7 +432,7 @@
InstanceInstància
- 7
+ 8
@@ -504,14 +457,14 @@
DescriptionDescripcion
- 23
+ 26TermsTèrmes
- 43
+ 44
@@ -848,7 +801,7 @@
subscribers abonats
- 11
+ 14
@@ -862,49 +815,49 @@
NameNom
- 9
+ 12Short descriptionDescripcion corta
- 21
+ 22Default client routeRota del client per defaut
- 54
+ 55Videos TrendingVidèos a la mòda
- 57
+ 59Videos Recently AddedVidèos ajustadas recentament
- 58
+ 60Local videosVidèos localas
- 59
+ 61Policy on videos containing sensitive contentPolitica tocant las vidèos amb de contengut sensible
- 68
+ 70
@@ -939,14 +892,14 @@
Signup enabledInscripcions activadas
- 90
+ 92Signup limitLimit d’inscripcions
- 94
+ 101
@@ -960,42 +913,42 @@
Video import with HTTP enabledImport vidèo amb HTTP activat
- 108
+ 115Video import with a torrent file or a magnet URI enabledImport de vidèos via un fichièr torretn o un magnet URI activat
- 113
+ 120AdministratorAdministrator
- 116
+ 123Admin emailAdreça de l’admin
- 119
+ 126UsersUtilizaires
- 129
+ 136User default video quotaQuòta per defaut per utilizaire
- 132
+ 139
@@ -1009,194 +962,133 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameVòstre nom d’utilizaire Twitter
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Indica lo compte Twitter del site o de la plataforma ont lo contengut foguèt publicat.
- 154
+ 176Instance whitelisted by TwitterInstàncias en lista blanca per Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Se vòstra instància es lista blanca en çò de Twitter, pendent un partatge de vidèo PeerTube i aurà un lector integrat pel flux Twitter.<br />
-Se l’instància es pas en lista blanca, utilizam una carta amb un imatge que mena a l’instància PeerTube.<br /><br />
-Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de vidèo de vòstra instància (https://exemple.com/videos/watch/blabla) sus <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> per veire se vòstra instància es en lista blanca.
-
- 168
+ 189ServicesServicis
- 146
+ 168TranscodingTranscodatge
- 176
+ 200Transcoding enabledTranscodatge activat
- 180
+ 204If you disable transcoding, many videos from your users will not work!Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !
- 181
+ 205Transcoding threadsTranscodatge dels threads
- 187
+ 211Resolution enabledResolucion activada
- 203
-
-
-
-
- Cache
-
-
-
-
- Cache
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Qualques fichièrs son pas federats (apercebuts, legendas). Los recuperam de l’instància d’origina estant e los metèm en cache.
- 214
+ 238Previews cache sizeTalha del cache d’apercebut
- 219
+ 243Video captions cache sizeTalha del cache per las legendas de las vidèos
- 230
+ 254CustomizationsPersonalizacions
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Escrivètz dirèctament de JavaScript còdi.<br />Exemple : <pre>console.log('mon instància es tròp crana');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Escrivètz dirèctament de còdi CSS. Exemple :<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Associat amb <em>#custom-css</em> per subrecargar los estiles. Exemple :
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationConfiguracion avançada
- 174
+ 197Update configurationActualizar la configuracion
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Sembla que la configuracion es invalida. Mercés de cercar d’errors possiblas pels diferents onglets.
- 290
+ 315
@@ -1221,28 +1113,6 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
7
-
-
- Video abuses
-
-
- Senhalaments de vidèos
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Lista nègra de vidèo
-
-
- 15
-
-
Jobs
@@ -1251,7 +1121,7 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
Trabalhs
- 19
+ 15
@@ -1262,7 +1132,7 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
Configuracion
- 23
+ 19
@@ -1332,6 +1202,27 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
2
+
+ Following
+ Abonaments
+
+ 5
+
+
+
+ Follow
+ Seguir
+
+ 7
+
+
+
+ Followers
+ Seguidors
+
+ 9
+
+ Jobs listLista de trabalhs
@@ -1392,14 +1283,7 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
RoleRòtle
- 19
-
-
-
- Video quota
- Quòta vidèo
-
- 18
+ 20
@@ -1415,6 +1299,13 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
65
+
+ Reason...
+ Rason...
+
+ 11
+
+ Users listLista d’utilizaires
@@ -1426,91 +1317,42 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
Username Nom d’utilizaire
- 16
-
-
-
- Video abuses list
- Lista dels senhalaments de vidèos
-
- 2
-
-
-
- Reason
- Rason
-
- 11
+ 17ReporterSenhalaire
- 12
+ 8VideoVidèo
- 9
+ 14Go to the accountAnar al compte
- 22
+ 27Go to the videoAnar a la vidèo
- 28
+ 33Blacklisted videosVidèos en lista nègra
- 2
-
-
-
- Name
- Nom
-
- 11
-
-
-
- Views
- Visualizacions
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Tirar de la lista nègra
-
- 30
+ 7
@@ -1520,25 +1362,11 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
3
-
- My video channels
- Mas cadenas vidèo
-
- 5
-
- My videosMas vidèos
- 7
-
-
-
- My video imports
- Mos imports de vidèos
-
- 9
+ 14
@@ -1569,6 +1397,13 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
18
+
+ Submit
+ Mandar
+
+ 24
+
+ - views - vistas
@@ -1576,11 +1411,14 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
19
-
- Delete
- Suprimir
+
+
+ Cancel
+
+
+ Anullar
- 15
+ 30
@@ -1594,7 +1432,7 @@ Seleccionatz aquesta opcion, salvatz la configuracion e ensajatz amb una URL de
Go to the channelAnar a la cadena
- 15
+ 8
@@ -1617,7 +1455,7 @@ When you will upload a video in this channel, the video support field will be au
Un tèxte cort per explicar al monde cossí pòdon sosténer vòstra cadena (associacion, plataforma...).<br /><br />
Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà automaticament emplenat amb aqueste tèxte.
- 36
+ 52
@@ -1627,11 +1465,25 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
8
+
+ Created by
+ Creat per
+
+ 17
+
+
+
+ Go the owner account page
+ Anar a la pagina del proprietari
+
+ 16
+
+ Change passwordCambiar lo senhal
- 19
+ 22
@@ -1708,20 +1560,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Created by
- Creat per
-
- 14
-
-
-
- Go the owner account page
- Anar a la pagina del proprietari
-
- 13
-
- Support this channelSosténer la cadena
@@ -1740,7 +1578,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
URLURL
- 12
+ 17
@@ -1754,14 +1592,14 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
ChannelCadena
- 35
+ 38PrivacyConfidencialitat
- 143
+ 161
@@ -1779,7 +1617,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
UpdateActualizar
- 105
+ 92
@@ -1853,46 +1691,35 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
Upload a fileActualizar un fichièr
- 9
+ 10Import with URLImportar via una URL
- 13
+ 17Import with torrentImportar via un torrent
- 17
+ 24Add captionAjustar una legenda
- 7
+ 5Select the caption fileSeleccionar lo fichièr de legenda
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Remplaçarà una legenda existenta !
-
-
- 30
+ 24
@@ -1906,70 +1733,63 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
TitleTítol
- 7
+ 9TagsEtiquetas
- 175
-
-
-
- (press Enter to add)
- (quichatz Entrada per ajustar)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Las descripcions de las vidèos son troncadas per defaut e demandan una accion manuala per qu’òm las alongue.
- 24
+ 27Schedule publication ()Publicacion programada ()
- 101
+ 104This video contains mature or explicit contentAquesta vidèo conten de contengut per adult o explicite
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Qualques instàncias listan pas las vidèos amb de contengut per adult o explicite per defaut.
- 116
+ 119Enable video commentsActivar los comentaris
- 121
+ 124Wait transcoding before publishing the videoEsperatz lo transcodatge abans de publicar la vidèo
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Se decidissètz d’esperar pas lo transcodatge abans de publicar la vidèo, serà pas legibla fins a la fin del transcodatge.
- 127
+ 130
@@ -1983,70 +1803,70 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
Add another captionAjustar una legenda mai
- 139
+ 145See the subtitle fileVeire lo fichièr de sostítols
- 148
+ 154Cancel createAnullar la creacion
- 162
+ 168Cancel deletionAnullar la supression
- 170
+ 176CaptionsLegendas
- 133
+ 138Upload thumbnailEnviar una vinheta d’apercebut
- 186
+ 194Upload previewEnviar un apercebut
- 193
+ 201SupportSosténer
- 71
+ 69Short text to tell people how they can support you (membership platform...).Pichon tèxte per explicar al monde cossí pòdon vos sosténer (plataforma pels sòcis...).
- 200
+ 208Advanced settingsParamètres avançats
- 182
+ 189
@@ -2064,99 +1884,63 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
Download videoTelecargar la vidèo
- 7
+ 3Direct downloadTelecargament dirècte
- 20
+ 17Torrent (.torrent file)Torrent (fichièr .torrent)
- 25
+ 22Torrent (magnet link)Torrent (ligam magnet)
- 30
+ 27DownloadTelecargar
- 87
+ 84Report videoSenhalar la vidèo
- 7
-
-
-
- Reason...
- Rason...
-
- 14
-
-
-
-
- Cancel
-
-
- Anullar
-
-
- 22
-
-
-
- Submit
- Mandar
-
- 27
+ 3SharePartejar
- 76
-
-
-
- Embed
- Embarcar
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- L’URL es pas segura (cap HTTPS), doncas l’integracion de la vidèo foncionarà pas suls sites en HTTPS (los navigadors web blocan lo contengut HTTP pas segur suls sites en HTTPS).
-
-
- 35
+ 74QR-CodeQR-Còdi
- 40
+ 29
+
+
+
+ Embed
+ Embarcar
+
+ 34
@@ -2181,174 +1965,116 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
15
-
-
- This video will be published on
-
-
- Aquesta vidèo serà publicada lo
-
-
- 19
-
-
-
-
- - views
-
-
- - visualizacions
-
-
- 30
-
-
-
- Go the channel page
- Anar la pagina de la cadena
-
- 35
-
-
-
- By
- Per
-
- 45
-
-
-
- Go to the account page
- Anar a la pagina del compte
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Podètz vos abonar a aqueste compte via qualque que siá instància compatibla amb ActivityPub del fediverse. Per exemple amb Mastodon o Pleroma podètz picar dins la barra de recèrca <strong>@@</strong> e vos i abonar d’enlà. Los abonaments coma utilizaire de PeerTube son en òbra aquí <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoAimar la vidèo
- 59
+ 57Dislike this videoAimar pas mai la vidèo
- 66
+ 64Download the videoTelecargar la vidèo
- 86
+ 83ReportSenhalar
- 93
+ 88Report this videoSenhalar aquesta vidèo
- 92
-
-
-
- Blacklist
- Lista nègra
-
- 99
-
-
-
- Blacklist this video
- Metre en lista nègra
-
- 98
+ 87Update this videoEnviar aquesta vidèo
- 104
+ 91
+
+
+
+ Blacklist
+ Lista nègra
+
+ 96
+
+
+
+ Blacklist this video
+ Metre en lista nègra
+
+ 95
+
+
+
+ Unblacklist
+ Tirar de la lista nègra
+
+ 100Delete this videoSuprimir aquesta vidèo
- 110
+ 103
+
+
+
+ Go the channel page
+ Anar la pagina de la cadena
+
+ 123
+
+
+
+ Go to the account page
+ Anar a la pagina del compte
+
+ 133Show moreNe veire mai
- 130
+ 148Show lessNe veire mens
- 136
-
-
-
-
- Other videos
-
-
- Autras vidèos
-
-
- 187
-
-
-
- Friendly Reminder:
- Recòrd amistós :
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- Lo sistèma de partatge utilizat per aquesta vidèo implica que d’informacions tocant vòstre sistèma (tal coma vòstra adreça IP publica) sián enviadas als autres pars.
-
-
- 201
+ 154More informationMai d’informacions
- 204
+ 214Get more informationObténer mai d’informacions
- 204
+ 214
@@ -2359,7 +2085,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
D’acòrdi
- 207
+ 217
@@ -2420,7 +2146,7 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
Publicar lo comentari
- 17
+ 18
@@ -2584,23 +2310,9 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Following
- Abonaments
-
- 1
-
-
-
- Follow
- Seguir
-
- 1
-
-
-
- Followers
- Seguidors
+
+ Video removed from the blacklist.
+ Vidèo tirada de la lista negra.1
@@ -2654,27 +2366,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Volètz vertadièrament tirar aquesta vidèo de la lista negra ? Serà tornamai disponibla dins la lista de vidèos.
-
- 1
-
-
-
- Video removed from the blacklist.
- Vidèo tirada de la lista negra.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Lo novèl senhal e sa confirmacion correspondon pas.
-
- 1
-
- Password updated.Senhal actualizat
@@ -2843,6 +2534,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
+
+ Unable to find user id or verification string.
+ Impossible de trobar l’id de l’utilizaire o la cadena de verificacion.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2880,13 +2578,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Unable to find user id or verification string.
- Impossible de trobar l’id de l’utilizaire o la cadena de verificacion.
-
- 1
-
- Your password has been successfully reset!Vòstre senhal es estat corrèctament reïnicializat
@@ -3076,13 +2767,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Transcoding threads must be greater than 1.
- Los fils de transcodatge devon èsser superior a 1.
-
- 1
-
- Username is required.Lo nom d’utilizaire es requesit.
@@ -3153,6 +2837,13 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
+
+ The new password and the confirmed password do not correspond.
+ Lo novèl senhal e sa confirmacion correspondon pas.
+
+ 1
+
+ Video quota is required.Lo quòta vidèo es requesit.
@@ -3720,6 +3411,41 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minuta} other {minutas} }
+
+ 1
+
+
+
+ of full HD videos
+ de vidèos full HD
+
+ 1
+
+
+
+ of HD videos
+ de vidèos HD
+
+ 1
+
+
+
+ of average quality videos
+ de vidèo de qualitat mejana
+
+ 1
+
+ years agoFa ans
@@ -3874,41 +3600,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minuta} other {minutas} }
-
- 1
-
-
-
- of full HD videos
- de vidèos full HD
-
- 1
-
-
-
- of HD videos
- de vidèos HD
-
- 1
-
-
-
- of average quality videos
- de vidèo de qualitat mejana
-
- 1
-
- Video to import updated.Vidèo d’importar actualizada
@@ -3958,13 +3649,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Avètz atengut lo quòta vidèo amb aquesta vidèo (talha de la vidèo : , utilizat : , quòta: )
-
- 1
-
- Video published.Vidèo publicada.
@@ -4000,20 +3684,6 @@ Quand enviaretz una vidèo dins aquesta cadena, lo camp vidèo sosten serà auto
1
-
- Do you really want to blacklist this video?
- Volètz vertadièrament metre en lista negra aquesta vidèo ?
-
- 1
-
-
-
- Video had been blacklisted.
- La vidèo es en lista negra.
-
- 1
-
- Do you really want to delete this video?Volètz vertadièrament suprimir aquesta vidèo ?
diff --git a/client/src/locale/target/angular_pl_PL.xml b/client/src/locale/target/angular_pl_PL.xml
index 1f920b460..d02f8cbdc 100644
--- a/client/src/locale/target/angular_pl_PL.xml
+++ b/client/src/locale/target/angular_pl_PL.xml
@@ -3,29 +3,25 @@
-
-
- Cancel
-
-
- Anuluj
-
-
- 45
-
- - views - wyświetleń
- 34
+ 12
+
+
+
+ Delete
+ Usuń
+
+ 15EditEdytuj
- 3
+ 5
@@ -39,7 +35,7 @@
Complete previewPełny podgląd
- 10
+ 13
@@ -49,6 +45,13 @@
18
+
+ Video quota
+ Powierzchnia na filmy
+
+ 19
+
+
Login
@@ -64,14 +67,14 @@
UserUżytkownik
- 11
+ 13Username or email addressNazwa użytkownika lub adres e-mail
- 13
+ 15
@@ -82,7 +85,7 @@
lub utwórz konto
- 16
+ 18
@@ -93,14 +96,14 @@
lub utwórz konto na innej instancji
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Rejestracja nie jest dozwolona na tej instancji, ale możesz założyć konto na wielu innych!
- 26
+ 28
@@ -114,35 +117,35 @@
I forgot my passwordZapomniałem hasła
- 42
+ 44Forgot your passwordZapomniałem hasła
- 59
+ 57EmailE-mail
- 17
+ 8Email addressAdres e-mail
- 66
+ 10Send me an email to reset my passwordWyślij mi wiadomość e-mail przywracającą hasło
- 77
+ 75
@@ -188,24 +191,6 @@
3
-
- Initial video quota:
- Domyślna powierzchnia na filmy:
-
- 8
-
-
-
-
- Unlimited
-
-
- Nieograniczona
-
-
- 16
-
- UsernameNazwa użytkownika
@@ -217,103 +202,70 @@
SignupZarejestruj się
- 86
+ 88Change the languageZmień język
- 76
-
-
-
-
- My public profile
-
-
- Mój profil publiczny
-
-
- 19
-
-
-
-
- My account
-
-
- Moje konto
-
-
- 23
-
-
-
-
- Log out
-
-
- Wyloguj się
-
-
- 27
+ 88LoginZaloguj się
- 36
+ 38Create an accountUtwórz konto
- 37
+ 39VideosFilmy
- 21
+ 24TrendingNa czasie
- 45
+ 57Recently addedOstatnio dodane
- 50
+ 62LocalLokalne
- 55
+ 67AdministrationAdministracja
- 64
+ 76AboutO nas
- 23
+ 25
@@ -341,21 +293,21 @@
CategoryKategoria
- 148
+ 166LicenceLicencja
- 157
+ 175LanguageJęzyk
- 166
+ 184
@@ -369,7 +321,7 @@
InstanceInstancja
- 7
+ 8
@@ -394,14 +346,14 @@
DescriptionOpis
- 23
+ 26TermsZasady
- 43
+ 44
@@ -719,7 +671,7 @@
subscribers subskrybentów
- 11
+ 14
@@ -733,48 +685,48 @@
NameNazwa
- 9
+ 12Short descriptionKrótki opis
- 21
+ 22Default client route
- 54
+ 55Videos TrendingFilmy na czasie
- 57
+ 59Videos Recently AddedOstatnio dodane filmy
- 58
+ 60Local videosLokalne filmy
- 59
+ 61Policy on videos containing sensitive contentPolityka dotycząca filmów zawierających wrażliwą zawartość
- 68
+ 70
@@ -809,42 +761,42 @@
Signup enabledWymagana rejestracja
- 90
+ 92Signup limitLimit rejestracji
- 94
+ 101AdministratorAdministrator
- 116
+ 123Admin emailE-mail administratora
- 119
+ 126UsersUżytkownicy
- 129
+ 136User default video quotaDomyślna powierzchnia na filmy dla użytkownika
- 132
+ 139
@@ -858,158 +810,112 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameTwoja nazwa użytkownika na Twitterze
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Oznacza konto Twittera dla strony lub platformy na której została opublikowana zawartość.
- 154
+ 176Instance whitelisted by TwitterInstancja jest na białej liście Twittera
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Jeżeli Twoja instancja znajduje się na białej liście Twittera, odtwarzacz wideo będzie umieszczony na strumieniu Twittera po udostępnieniu filmu.<br />
-Jeżeli instancja nie znajduje się na białej liście, będzie widoczna karta z miniaturą filmu, która przekieruje na instancję PeerTube.<br /><br />
-Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej instancji (np. https://example.com/videos/watch/blabla) na <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a>, aby sprawdzić czy instancja jest na białej liście.
-
- 168
+ 189ServicesUsługi
- 146
+ 168TranscodingTranskodowanie
- 176
+ 200Transcoding enabledTranskodowanie jest włączone
- 180
+ 204If you disable transcoding, many videos from your users will not work!Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!
- 181
+ 205Transcoding threadsWątki transkodowania
- 187
+ 211Previews cache sizeRozmiar pamięci podręcznej podglądu
- 219
+ 243CustomizationsDostosowywanie
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Wprowadź kod JavaScript.<br />Przykład: <pre>console.log('moja instancja jest świetna');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Wprowadź kod CSS. Przykład:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Poprzedź <em>#custom-css</em> aby nadpisać style. Na przykład:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationZaawansowana konfiguracja
- 174
+ 197Update configurationAktualizuj konfigurację
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Wygląda na to, że konfiguracja jest nieprawidłowa. Poszukaj możliwych błędów w innych kartach.
- 290
+ 315
@@ -1034,28 +940,6 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
7
-
-
- Video abuses
-
-
- Nadużycia filmów
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Czarna lista filmów
-
-
- 15
-
-
Jobs
@@ -1064,7 +948,7 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
Działania
- 19
+ 15
@@ -1075,7 +959,7 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
Konfiguracja
- 23
+ 19
@@ -1144,6 +1028,27 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
2
+
+ Following
+ Śledzisz
+
+ 5
+
+
+
+ Follow
+ Śledź
+
+ 7
+
+
+
+ Followers
+ Śledzący
+
+ 9
+
+ Jobs listLista zadań
@@ -1190,14 +1095,7 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
RoleRola
- 19
-
-
-
- Video quota
- Powierzchnia na filmy
-
- 18
+ 20
@@ -1209,6 +1107,13 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
65
+
+ Reason...
+ Przyczyna…
+
+ 11
+
+ Users listLista użytkowników
@@ -1220,91 +1125,42 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
Username Nazwa użytkownika
- 16
-
-
-
- Video abuses list
- Lista nadużyć wideo
-
- 2
-
-
-
- Reason
- Przyczyna
-
- 11
+ 17ReporterZgłaszający
- 12
+ 8VideoFilm
- 9
+ 14Go to the accountPrzejdź na konto
- 22
+ 27Go to the videoPrzejdź do filmu
- 28
+ 33Blacklisted videosFilmy na czarnej liście
- 2
-
-
-
- Name
- Nazwa
-
- 11
-
-
-
- Views
- Wyświetlenia
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Usuń z czarnej listy
-
- 30
+ 7
@@ -1314,18 +1170,11 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
3
-
- My video channels
- Moje kanały wideo
-
- 5
-
- My videosMoje filmy
- 7
+ 14
@@ -1349,6 +1198,13 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
15
+
+ Submit
+ Wyślij
+
+ 24
+
+ - views - wyświetlenia
@@ -1356,11 +1212,15 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
19
-
- Delete
- Usuń
+
+
+ Cancel
+
+
+ Anuluj
+
- 15
+ 30
@@ -1374,7 +1234,7 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
Go to the channelPrzejdź na kanał
- 15
+ 8
@@ -1397,14 +1257,28 @@ When you will upload a video in this channel, the video support field will be au
Krótki tekst informujący o tym, jak można wspomóc Twój kanał (platforma członkowska…).<br /><br />
Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia zostanie nim wypełnione.
- 36
+ 52
+
+
+
+ Created by
+ Utworzony przez
+
+ 17
+
+
+
+ Go the owner account page
+ Przejdź na stronę konta właściciela
+
+ 16Change passwordZmień hasło
- 19
+ 22
@@ -1467,20 +1341,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Created by
- Utworzony przez
-
- 14
-
-
-
- Go the owner account page
- Przejdź na stronę konta właściciela
-
- 13
-
- Support this channelWesprzyj ten kanał
@@ -1499,28 +1359,28 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
URLAdres URL
- 12
+ 17ChannelKanał
- 35
+ 38PrivacyPrywatność
- 143
+ 161UpdateAktualizacja
- 105
+ 92
@@ -1548,63 +1408,56 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
TitleTytuł
- 7
+ 9TagsTagi
- 175
-
-
-
- (press Enter to add)
- (naciśnij Enter aby dodać)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Opisy filmów są automatycznie skracane i wymagają ręcznego działania, aby je rozwinąć.
- 24
+ 27Schedule publication ()Zaplanuj publikację ()
- 101
+ 104This video contains mature or explicit contentTen film zawiera zawartość niecenzuralną lub dla dorosłych
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Niektóre instancje domyślnie nie wyświetlają filmów zawierających taką zawartość.
- 116
+ 119Enable video commentsWłącz komentarze do filmu
- 121
+ 124Wait transcoding before publishing the videoPoczekaj na transkodowanie przed opublikowaniem filmu
- 126
+ 129
@@ -1618,35 +1471,35 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
Upload thumbnailWyślij miniaturę
- 186
+ 194Upload previewPodgląd wysyłania
- 193
+ 201SupportWsparcie
- 71
+ 69Short text to tell people how they can support you (membership platform...).Krótki tekst informujący innych, jak mogą Cię wesprzeć (platforma członkowska…).
- 200
+ 208Advanced settingsUstawienia zaawansowane
- 182
+ 189
@@ -1664,78 +1517,42 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
Download videoPobierz film
- 7
+ 3Direct downloadPobieranie bezpośrednie
- 20
+ 17DownloadPobierz
- 87
+ 84Report videoZgłoś film
- 7
-
-
-
- Reason...
- Przyczyna…
-
- 14
-
-
-
-
- Cancel
-
-
- Anuluj
-
-
- 22
-
-
-
- Submit
- Wyślij
-
- 27
+ 3ShareUdostępnij
- 76
+ 74EmbedUmieść
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- 35
+ 34
@@ -1749,162 +1566,115 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
15
-
-
- This video will be published on
-
-
- Ten film zostanie opublikowany
-
-
- 19
-
-
-
-
- - views
-
-
- - wyświetlenia
-
-
- 30
-
-
-
- Go the channel page
- Przejdź na stronę kanału
-
- 35
-
-
-
- By
- Od
-
- 45
-
-
-
- Go to the account page
- Przejdź na stronę konta
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Możesz zasubskrybować to konto na każdej instancji należącej do Fediwersum obsługującej ActivityPub. Na przykład, na Mastodonie lub Pleromie możesz wprowadzić w pole wyszukiwania <strong>@@</strong> i zasubskrybować je. Subskrybowanie jako użytkownik PeerTube jest przygotowywane w <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoPolub ten film
- 59
+ 57Dislike this video
- 66
+ 64Download the videoPobierz ten film
- 86
+ 83ReportZgłoś
- 93
+ 88Report this videoZgłoś ten film
- 92
-
-
-
- Blacklist
- Czarna lista
-
- 99
-
-
-
- Blacklist this video
- Dodaj ten film na czarną listę
-
- 98
+ 87Update this videoZaktualizuj ten film
- 104
+ 91
+
+
+
+ Blacklist
+ Czarna lista
+
+ 96
+
+
+
+ Blacklist this video
+ Dodaj ten film na czarną listę
+
+ 95
+
+
+
+ Unblacklist
+ Usuń z czarnej listy
+
+ 100Delete this videoUsuń ten film
- 110
+ 103
+
+
+
+ Go the channel page
+ Przejdź na stronę kanału
+
+ 123
+
+
+
+ Go to the account page
+ Przejdź na stronę konta
+
+ 133Show morePokaż więcej
- 130
+ 148Show lessPokaż mniej
- 136
-
-
-
-
- Other videos
-
-
- Inne filmy
-
-
- 187
-
-
-
- Friendly Reminder:
- Przypomnienie:
-
- 199
+ 154More informationWięcej informacji
- 204
+ 214Get more informationUzyskaj więcej informacji
- 204
+ 214
@@ -1915,7 +1685,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
OK
- 207
+ 217
@@ -1975,7 +1745,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
Wyślij komentarz
- 17
+ 18
@@ -2139,23 +1909,9 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Following
- Śledzisz
-
- 1
-
-
-
- Follow
- Śledź
-
- 1
-
-
-
- Followers
- Śledzący
+
+ Video removed from the blacklist.
+ Usunięto film z czarnej listy.1
@@ -2209,27 +1965,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Czy na pewno chcesz usunąć ten film z czarnej listy? Będzie on ponownie dostępny na liście filmów.
-
- 1
-
-
-
- Video removed from the blacklist.
- Usunięto film z czarnej listy.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Nowe hasło i potwierdzenie hasła nie pasują do siebie.
-
- 1
-
- Password updated.Zmieniono hasło.
@@ -2356,6 +2091,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
+
+ Unable to find user id or verification string.
+ Nie można znaleźć ID użytkownika lub kodu weryfikującego.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2386,13 +2128,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Unable to find user id or verification string.
- Nie można znaleźć ID użytkownika lub kodu weryfikującego.
-
- 1
-
- Your password has been successfully reset!Pomyślnie zresetowano hasło!
@@ -2498,13 +2233,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Transcoding threads must be greater than 1.
- Liczba wątków transkodowania musi być większa niż 1.
-
- 1
-
- Username is required.Nazwa użytkownika jest wymagana.
@@ -2575,6 +2303,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
+
+ The new password and the confirmed password do not correspond.
+ Nowe hasło i potwierdzenie hasła nie pasują do siebie.
+
+ 1
+
+ Video quota is required.Powierzchnia na filmy jest wymagana.
@@ -3112,6 +2847,41 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minuta} few {minuty} other {minut} }
+
+ 1
+
+
+
+ of full HD videos
+ filmów full HD
+
+ 1
+
+
+
+ of HD videos
+ filmów HD
+
+ 1
+
+
+
+ of average quality videos
+ filmów średniej jakości
+
+ 1
+
+ years ago lat temu
@@ -3266,41 +3036,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minuta} few {minuty} other {minut} }
-
- 1
-
-
-
- of full HD videos
- filmów full HD
-
- 1
-
-
-
- of HD videos
- filmów HD
-
- 1
-
-
-
- of average quality videos
- filmów średniej jakości
-
- 1
-
- But associated data (tags, description...) will be lost, are you sure you want to leave this page?Powiązane dane (tagi, opis…) zostaną utracone, czy na pewno chcesz opuścić tą stronę?
@@ -3329,13 +3064,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Twoja powierzchnia na filmy została przekroczona tym filmem (rozmiar filmu: , used: , powierzchnia: )
-
- 1
-
- Video published.Opublikowano film.
@@ -3371,20 +3099,6 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1
-
- Do you really want to blacklist this video?
- Czy na pewno chcesz dodać ten film na czarną listę?
-
- 1
-
-
-
- Video had been blacklisted.
- Dodano film na czarną listę.
-
- 1
-
- Do you really want to delete this video?Czy na pewno chcesz usunąć ten film?
diff --git a/client/src/locale/target/angular_pt_BR.xml b/client/src/locale/target/angular_pt_BR.xml
index 9797722d4..c19bb801e 100644
--- a/client/src/locale/target/angular_pt_BR.xml
+++ b/client/src/locale/target/angular_pt_BR.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Cancelar
-
-
- 45
-
- (extensions: , max size: )(extensões: , tamanho máximo: )
@@ -25,14 +14,21 @@
- views - visualizações
- 34
+ 12
+
+
+
+ Delete
+ Excluir
+
+ 15EditEditar
- 3
+ 5
@@ -46,7 +42,7 @@
Complete previewPré-visualização completa
- 10
+ 13
@@ -56,6 +52,13 @@
18
+
+ Video quota
+ Cota de vídeo
+
+ 19
+
+
Login
@@ -71,14 +74,14 @@
UserUsuário
- 11
+ 13Username or email addressNome de usuário ou endereço de e-mail
- 13
+ 15
@@ -89,7 +92,7 @@
ou crie uma conta
- 16
+ 18
@@ -100,14 +103,14 @@
ou crie uma conta em outra instância
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Registro de novos usuários não está permitida nesta instância, porém você pode registrar em muitas outras!
- 26
+ 28
@@ -121,35 +124,35 @@
I forgot my passwordEsqueci minha senha
- 42
+ 44Forgot your passwordEsqueceu sua senha
- 59
+ 57EmailE-mail
- 17
+ 8Email addressEndereço de e-mail
- 66
+ 10Send me an email to reset my passwordMe envie um e-mail para redefinir minha senha
- 77
+ 75
@@ -195,24 +198,6 @@
3
-
- Initial video quota:
- Cota de vídeo inicial:
-
- 8
-
-
-
-
- Unlimited
-
-
- Ilimitada
-
-
- 16
-
- UsernameNome de usuário
@@ -224,14 +209,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceEu li e concordo com os <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Termos</a> desta instância
- 60
+ 54SignupInscrever-se
- 86
+ 88
@@ -274,103 +259,70 @@
Change the languageAlterar o idioma
- 76
-
-
-
-
- My public profile
-
-
- Meu perfil público
-
-
- 19
-
-
-
-
- My account
-
-
- Minha conta
-
-
- 23
-
-
-
-
- Log out
-
-
- Sair
-
-
- 27
+ 88LoginEntrar
- 36
+ 38Create an accountCriar uma conta
- 37
+ 39VideosVídeos
- 21
+ 24TrendingTendências
- 45
+ 57Recently addedAdicionado recentemente
- 50
+ 62LocalLocal
- 55
+ 67MoreMais
- 60
+ 72AdministrationAdministração
- 64
+ 76AboutSobre
- 23
+ 25
@@ -433,21 +385,21 @@
CategoryCategoria
- 148
+ 166LicenceLicença
- 157
+ 175LanguageIdioma
- 166
+ 184
@@ -482,7 +434,7 @@
InstanceInstância
- 7
+ 8
@@ -507,14 +459,14 @@
DescriptionDescrição
- 23
+ 26TermsTermos
- 43
+ 44
@@ -855,7 +807,7 @@
subscribers inscritos
- 11
+ 14
@@ -869,49 +821,49 @@
NameNome
- 9
+ 12Short descriptionDescrição curta
- 21
+ 22Default client routeRota padrão do cliente
- 54
+ 55Videos TrendingVídeos em Tendência
- 57
+ 59Videos Recently AddedVídeos Adicionados Recentemente
- 58
+ 60Local videosVídeos locais
- 59
+ 61Policy on videos containing sensitive contentPolítica sobre vídeos que possuem conteúdo sensível
- 68
+ 70
@@ -946,14 +898,14 @@
Signup enabledInscrição permitida
- 90
+ 92Signup limitLimite de inscrições
- 94
+ 101
@@ -967,42 +919,42 @@
Video import with HTTP enabledImportação de vídeo com HTTP habilitada
- 108
+ 115Video import with a torrent file or a magnet URI enabledImportação de vídeo com um arquivo torrent ou URI magnética habilitada
- 113
+ 120AdministratorAdministrador
- 116
+ 123Admin emailEmail de administrador
- 119
+ 126UsersUsuários
- 129
+ 136User default video quotaCota padrão de vídeos do usuário
- 132
+ 139
@@ -1016,194 +968,133 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameSeu nome de usuário no Twitter
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Indica a conta Twitter do sítio web ou plataforma em que o conteúdo foi publicado.
- 154
+ 176Instance whitelisted by TwitterInstância listada como permitida pelo Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Se a sua instância está listada como permitida pelo Twitter, um player de vídeo será embutido no feed do Twitter no compartilhador do vídeo do PeerTube.<br />
-Se a instância não está listada como permitida, nós utilizamos um cartão de imagem com link que redirecionará à sua instância PeerTube.<br /><br />
-Marque esta opção, salve as configurações e teste com uma URL de vídeo da sua instância (https://example.com/videos/watch/blabla) em <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> para ver se sua instância está listada como permitida.
-
- 168
+ 189ServicesServiços
- 146
+ 168TranscodingTranscodificação
- 176
+ 200Transcoding enabledTranscodificação ativada
- 180
+ 204If you disable transcoding, many videos from your users will not work!Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!
- 181
+ 205Transcoding threadsThreads de transcodificação
- 187
+ 211Resolution enabledResolução habilitada
- 203
-
-
-
-
- Cache
-
-
-
-
- Cache
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Alguns arquivos não são federados (pré-visualizações, legendas ocultas). Nós as obtivemos diretamente da instância de origem e a colocamos em cache.
- 214
+ 238Previews cache sizeTamanho do cache de pré-visualizações
- 219
+ 243Video captions cache sizeTamanho do cache de legendas ocultas de vídeos
- 230
+ 254CustomizationsPersonalizações
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Escreva diretamente código JavaScript.<br />Exemplo: <pre>console.log('minha instância é demais');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Escreva código CSS diretamente. Exemplo:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prefixe com <em>#custom-css</em> para sobrescrever estilos. Exemplo:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationConfigurações avançadas
- 174
+ 197Update configurationAtualizar configuração
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Aparentemente a configuração está valida. Por favor procure potenciais erros nas diferentes abas.
- 290
+ 315
@@ -1228,28 +1119,6 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
7
-
-
- Video abuses
-
-
- Abusos de vídeos
-
-
- 11
-
-
-
-
- Video blacklist
-
-
- Lista de bloqueio de vídeos
-
-
- 15
-
-
Jobs
@@ -1258,7 +1127,7 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
Empregos
- 19
+ 15
@@ -1269,7 +1138,7 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
Configurações
- 23
+ 19
@@ -1339,6 +1208,27 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
2
+
+ Following
+ Seguindo
+
+ 5
+
+
+
+ Follow
+ Seguir
+
+ 7
+
+
+
+ Followers
+ Seguidores
+
+ 9
+
+ Jobs listLista de trabalhos
@@ -1399,14 +1289,7 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
RolePapel
- 19
-
-
-
- Video quota
- Cota de vídeo
-
- 18
+ 20
@@ -1422,6 +1305,13 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
65
+
+ Reason...
+ Motivo...
+
+ 11
+
+ Users listLista de usuários
@@ -1433,91 +1323,42 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
Username Nome de usuário
- 16
-
-
-
- Video abuses list
- Lista de abusos de vídeo
-
- 2
-
-
-
- Reason
- Motivo
-
- 11
+ 17ReporterDenunciante
- 12
+ 8VideoVídeo
- 9
+ 14Go to the accountIr para a conta
- 22
+ 27Go to the videoIr para o vídeo
- 28
+ 33Blacklisted videosVídeos na lista negra
- 2
-
-
-
- Name
- Nome
-
- 11
-
-
-
- Views
- Visualizações
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Retirar da lista negra
-
- 30
+ 7
@@ -1527,25 +1368,11 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
3
-
- My video channels
- Meus canais de vídeo
-
- 5
-
- My videosMeus vídeos
- 7
-
-
-
- My video imports
- Minhas importações de vídeo
-
- 9
+ 14
@@ -1576,6 +1403,13 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
18
+
+ Submit
+ Enviar
+
+ 24
+
+ - views - visualizações
@@ -1583,11 +1417,15 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
19
-
- Delete
- Excluir
+
+
+ Cancel
+
+
+ Cancelar
+
- 15
+ 30
@@ -1601,7 +1439,7 @@ Marque esta opção, salve as configurações e teste com uma URL de vídeo da s
Go to the channelIr para o canal
- 15
+ 8
@@ -1624,7 +1462,7 @@ When you will upload a video in this channel, the video support field will be au
Texto curto para dizer às pessoas como elas podem apoiar o seu canal (plataforma de membros, etc.).<br /><br />
Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preenchido automaticamente com esse texto.
- 36
+ 52
@@ -1634,11 +1472,25 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
8
+
+ Created by
+ Criado por
+
+ 17
+
+
+
+ Go the owner account page
+ Ir para a página da conta do dono
+
+ 16
+
+ Change passwordAlterar senha
- 19
+ 22
@@ -1715,20 +1567,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Created by
- Criado por
-
- 14
-
-
-
- Go the owner account page
- Ir para a página da conta do dono
-
- 13
-
- Support this channelApoie esse canal
@@ -1747,7 +1585,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
URLURL
- 12
+ 17
@@ -1761,14 +1599,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
ChannelCanal
- 35
+ 38PrivacyPrivacidade
- 143
+ 161
@@ -1786,7 +1624,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
UpdateAtualizar
- 105
+ 92
@@ -1860,46 +1698,35 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
Upload a fileEnviar um arquivo
- 9
+ 10Import with URLImportar com URL
- 13
+ 17Import with torrentImportar com torrent
- 17
+ 24Add captionAdicionar legenda oculta
- 7
+ 5Select the caption fileSelecionar um arquivo de legenda oculta
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Isso vai substituir uma legenda oculta existente!
-
-
- 30
+ 24
@@ -1913,70 +1740,63 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
TitleTítulo
- 7
+ 9TagsTags
- 175
-
-
-
- (press Enter to add)
- (pressione Enter para adicionar)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Descrições de vídeo são truncadas por padrão e exigem ação manual para expandi-las.
- 24
+ 27Schedule publication ()Agendar publicação ()
- 101
+ 104This video contains mature or explicit contentEsse vídeo contém conteúdo adulto e explícito
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Algumas instâncias não listam vídeos contendo conteúdo adulto e explícito por padrão.
- 116
+ 119Enable video commentsHabilitar comentários de vídeos
- 121
+ 124Wait transcoding before publishing the videoAguarde a transcodificação antes de publicar o vídeo
- 126
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Se você decidir não aguardar a transcodificação antes de publicar o vídeo, ele poderá não ser reproduzido até que a transcodificação termine.
- 127
+ 130
@@ -1990,70 +1810,70 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
Add another captionAdicionar outra legenda oculta
- 139
+ 145See the subtitle fileVeja o arquivo de legenda
- 148
+ 154Cancel createCancelar criação
- 162
+ 168Cancel deletionCancelar exclusão
- 170
+ 176CaptionsLegendas ocultas
- 133
+ 138Upload thumbnailEnviar miniatura
- 186
+ 194Upload previewEnviar pré-visualização
- 193
+ 201SupportApoiar
- 71
+ 69Short text to tell people how they can support you (membership platform...).Texto curto para dizer às pessoas como elas podem apoiar você (plataforma de membros, etc.).
- 200
+ 208Advanced settingsConfigurações avançadas
- 182
+ 189
@@ -2071,99 +1891,63 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
Download videoBaixar vídeo
- 7
+ 3Direct downloadDownload direto
- 20
+ 17Torrent (.torrent file)Torrent (arquivo .torrent)
- 25
+ 22Torrent (magnet link)Torrent (link magnético)
- 30
+ 27DownloadDownload
- 87
+ 84Report videoDenunciar vídeo
- 7
-
-
-
- Reason...
- Motivo...
-
- 14
-
-
-
-
- Cancel
-
-
- Cancelar
-
-
- 22
-
-
-
- Submit
- Enviar
-
- 27
+ 3ShareCompartilhar
- 76
-
-
-
- Embed
- Embutir
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- A URL não é segura (sem HTTPS), portanto, o vídeo incorporado não funcionará em sites HTTPS (os navegadores da qeb bloqueiam solicitações HTTP não seguras em sites HTTPS).
-
-
- 35
+ 74QR-CodeCódigo QR
- 40
+ 29
+
+
+
+ Embed
+ Embutir
+
+ 34
@@ -2188,174 +1972,116 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
15
-
-
- This video will be published on
-
-
- Esse vídeo será publicado em
-
-
- 19
-
-
-
-
- - views
-
-
- - visualizações
-
-
- 30
-
-
-
- Go the channel page
- Ir para a página do canal
-
- 35
-
-
-
- By
- Por
-
- 45
-
-
-
- Go to the account page
- Ir para a página da conta
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Você pode se inscrever nesta conta através de qualquer instância fediverse com capacidade para ActivityPub. Por exemplo, com Mastodon ou Pleroma, você pode digitar na caixa de pesquisa <strong>@@</strong> e se inscrever lá. A assinatura como um usuário do PeerTube está sendo trabalhada em <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoCurtir esse vídeo
- 59
+ 57Dislike this videoDescurtir esse vídeo
- 66
+ 64Download the videoBaixar o vídeo
- 86
+ 83ReportDenunciar
- 93
+ 88Report this videoDenuncie esse vídeo
- 92
-
-
-
- Blacklist
- Lista negra
-
- 99
-
-
-
- Blacklist this video
- Coloque esse vídeo na lista negra
-
- 98
+ 87Update this videoAtualizar esse vídeo
- 104
+ 91
+
+
+
+ Blacklist
+ Lista negra
+
+ 96
+
+
+
+ Blacklist this video
+ Coloque esse vídeo na lista negra
+
+ 95
+
+
+
+ Unblacklist
+ Retirar da lista negra
+
+ 100Delete this videoExcluir esse vídeo
- 110
+ 103
+
+
+
+ Go the channel page
+ Ir para a página do canal
+
+ 123
+
+
+
+ Go to the account page
+ Ir para a página da conta
+
+ 133Show moreMostrar mais
- 130
+ 148Show lessMostrar menos
- 136
-
-
-
-
- Other videos
-
-
- Outros vídeos
-
-
- 187
-
-
-
- Friendly Reminder:
- Lembrete amigável:
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- O sistema de compartilhamento usado por este vídeo implica que algumas informações técnicas sobre o seu sistema (como um endereço IP público) podem ser enviadas para outros usuários.
-
-
- 201
+ 154More informationMais informações
- 204
+ 214Get more informationObtenha mais informações
- 204
+ 214
@@ -2366,7 +2092,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
OK
- 207
+ 217
@@ -2427,7 +2153,7 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
Publicar comentário
- 17
+ 18
@@ -2591,23 +2317,9 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Following
- Seguindo
-
- 1
-
-
-
- Follow
- Seguir
-
- 1
-
-
-
- Followers
- Seguidores
+
+ Video removed from the blacklist.
+ Vídeo removido da lista negra.1
@@ -2661,27 +2373,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Você realmente quer remover este vídeo da lista negra? Ele estará disponível novamente na lista de vídeos.
-
- 1
-
-
-
- Video removed from the blacklist.
- Vídeo removido da lista negra.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- A nova senha e a senha confirmada não são iguais.
-
- 1
-
- Password updated.Senha atualizada.
@@ -2850,6 +2541,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
+
+ Unable to find user id or verification string.
+ Não foi possível localizar o id de usuário ou string de verificação.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2887,13 +2585,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Unable to find user id or verification string.
- Não foi possível localizar o id de usuário ou string de verificação.
-
- 1
-
- Your password has been successfully reset!Sua senha foi redefinida com sucesso!
@@ -3083,13 +2774,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Transcoding threads must be greater than 1.
- Threads de transcodificação deve ser maior que 1.
-
- 1
-
- Username is required.Nome de usuário é necessário.
@@ -3160,6 +2844,13 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
+
+ The new password and the confirmed password do not correspond.
+ A nova senha e a senha confirmada não são iguais.
+
+ 1
+
+ Video quota is required.Cota de vídeo é necessária.
@@ -3727,6 +3418,41 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ de vídeos em FullHD
+
+ 1
+
+
+
+ of HD videos
+ de vídeo em HD
+
+ 1
+
+
+
+ of average quality videos
+ de vídeos de qualidade média
+
+ 1
+
+ years ago anos atrás
@@ -3881,41 +3607,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- de vídeos em FullHD
-
- 1
-
-
-
- of HD videos
- de vídeo em HD
-
- 1
-
-
-
- of average quality videos
- de vídeos de qualidade média
-
- 1
-
- Video to import updated.Vídeo para importar atualizado.
@@ -3965,13 +3656,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Sua cota de vídeo é excedida com esse vídeo (tamanho do vídeo: , usado: , cota: )
-
- 1
-
- Video published.Vídeo publicado.
@@ -4007,20 +3691,6 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
1
-
- Do you really want to blacklist this video?
- Você realmente deseja acrescentar esse vídeo à lista negra?
-
- 1
-
-
-
- Video had been blacklisted.
- Vídeo foi incluído à lista negra.
-
- 1
-
- Do you really want to delete this video?Você realmente deseja excluir esse vídeo?
diff --git a/client/src/locale/target/angular_ru_RU.xml b/client/src/locale/target/angular_ru_RU.xml
new file mode 100644
index 000000000..fc1798fdc
--- /dev/null
+++ b/client/src/locale/target/angular_ru_RU.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+ PeerTube
+ PeerTube
+
+ 7
+
+
+
+
\ No newline at end of file
diff --git a/client/src/locale/target/angular_sv_SE.xml b/client/src/locale/target/angular_sv_SE.xml
index 512cd722a..23bc4b864 100644
--- a/client/src/locale/target/angular_sv_SE.xml
+++ b/client/src/locale/target/angular_sv_SE.xml
@@ -3,17 +3,6 @@
-
-
- Cancel
-
-
- Avbryt
-
-
- 45
-
- (extensions: , max size: )(extensions: , max size: )
@@ -25,14 +14,21 @@
- views - visningar
- 34
+ 12
+
+
+
+ Delete
+ Ta bort
+
+ 15EditRedigera
- 3
+ 5
@@ -46,7 +42,7 @@
Complete previewFull förhandsvisning
- 10
+ 13
@@ -56,6 +52,13 @@
18
+
+ Video quota
+ Videokvot
+
+ 19
+
+
Login
@@ -71,14 +74,14 @@
UserAnvändare
- 11
+ 13Username or email addressAnvändarnamn eller epostadress
- 13
+ 15
@@ -89,7 +92,7 @@
eller skapa ett konto
- 16
+ 18
@@ -100,14 +103,14 @@
eller skapa ett konto på en annan instans
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!Användarregistrering är inte tillåten på den här instansen, men du kan registrera på många andra!
- 26
+ 28
@@ -121,35 +124,35 @@
I forgot my passwordJag har glömt mitt lösenord
- 42
+ 44Forgot your passwordGlömt ditt lösenord
- 59
+ 57EmailE-post
- 17
+ 8Email addressE-postadress
- 66
+ 10Send me an email to reset my passwordSkicka ett e-postmeddelande för att återställa mit lösenord
- 77
+ 75
@@ -195,24 +198,6 @@
3
-
- Initial video quota:
- Inledande lagringsutrymme
-
- 8
-
-
-
-
- Unlimited
-
-
- Obegränsad
-
-
- 16
-
- UsernameAnvändarnamn
@@ -224,14 +209,14 @@
I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instanceJag har läst och godkänner den här <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>instansens villkor</a>
- 60
+ 54SignupRegistrering
- 86
+ 88
@@ -274,103 +259,70 @@
Change the languageÄndra språk
- 76
-
-
-
-
- My public profile
-
-
- Min offentliga profil
-
-
- 19
-
-
-
-
- My account
-
-
- Mitt konto
-
-
- 23
-
-
-
-
- Log out
-
-
- Logga ut
-
-
- 27
+ 88LoginLogga in
- 36
+ 38Create an accountSkapa ett konto
- 37
+ 39VideosVideor
- 21
+ 24TrendingPopulärt
- 45
+ 57Recently addedNyligen tillagt
- 50
+ 62LocalLokalt
- 55
+ 67MoreMer
- 60
+ 72AdministrationAdministration
- 64
+ 76AboutOm
- 23
+ 25
@@ -433,21 +385,21 @@
CategoryKategori
- 148
+ 166LicenceLicens
- 157
+ 175LanguageSpråk
- 166
+ 184
@@ -482,7 +434,7 @@
InstanceInstans
- 7
+ 8
@@ -507,14 +459,14 @@
DescriptionBeskrivning
- 23
+ 26TermsVillkor
- 43
+ 44
@@ -855,7 +807,7 @@
subscribers prenumeranter
- 11
+ 14
@@ -869,49 +821,49 @@
NameNamn
- 9
+ 12Short descriptionKort beskrivning
- 21
+ 22Default client routeKlientens standardrouting
- 54
+ 55Videos TrendingPopulära videor
- 57
+ 59Videos Recently AddedNyligen tillagda videor
- 58
+ 60Local videosLokala videor
- 59
+ 61Policy on videos containing sensitive contentPolicy för videor med känsligt innehåll
- 68
+ 70
@@ -946,14 +898,14 @@
Signup enabledRegistrering aktiverat
- 90
+ 92Signup limitRegistreringsgräns
- 94
+ 101
@@ -967,42 +919,42 @@
Video import with HTTP enabledVideoimport med HTTP aktiverad
- 108
+ 115Video import with a torrent file or a magnet URI enabledVideoimport med torrentfil eller magnet-URI är tillåten
- 113
+ 120AdministratorAdministratörs
- 116
+ 123Admin emailAdmin e-post
- 119
+ 126UsersAnvändare
- 129
+ 136User default video quotaStandardkvot för användares videor
- 132
+ 139
@@ -1016,194 +968,133 @@
TwitterTwitter
- 148
+ 170Your Twitter usernameDitt Twitter-användarnamn
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.Anger webbplatsens eller plattformens Twitterkonto, på vilken innehållet publicerades.
- 154
+ 176Instance whitelisted by TwitterInstans vitlistad av Twitter
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- Om din instans är vitlistad av Twitter kommer en videospelare bäddas in i Twitterflödet när en PeerTube-video delas.<br />
-Om instansen inte är vitlistad kommer vi använda en bildlänk som omdirigerar till din PeerTube-instans.<br /><br />
-Kryssa i rutan,spara konfigureringen och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) till <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> för att se om din instans är vitlistad.
-
- 168
+ 189ServicesTjänster
- 146
+ 168TranscodingOmkodning
- 176
+ 200Transcoding enabledOmkodning aktiverad
- 180
+ 204If you disable transcoding, many videos from your users will not work!Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!
- 181
+ 205Transcoding threadsOmkodningstrådar
- 187
+ 211Resolution enabledUpplösningen tillåten
- 203
-
-
-
-
- Cache
-
-
-
-
- Cache
-
-
-
-
- 209
+ 227Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.Vissa filer är inte federerade (till exempel förhandsvisningar och undertexter). Vi kan hämta dem direkt från ursprungsinstansen och cachelagra dem.
- 214
+ 238Previews cache sizeFörhandsvisningens cachestorlek
- 219
+ 243Video captions cache sizeUndertexternas cachestorlek
- 230
+ 254CustomizationsAnpassningar
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>Skriv direkt med JavaScript-kod.<br />Exempel: <pre>console.log('min instans är fantastisk');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- Skriv direkt med CSS-kod. Exempel:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Lägg till <em>#custom-css</em> först för att åsidosätta stilmallarna. Exempel:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configurationAvancerad konfiguration
- 174
+ 197Update configurationUppdatera konfiguration
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.Det verkar som att konfigurationen inte stämmer. Sök efter tänkbara fel i de olika flikarna.
- 290
+ 315
@@ -1226,26 +1117,6 @@ Hantera följare
7
-
-
- Video abuses
-
-
-Videomissbruk
-
- 11
-
-
-
-
- Video blacklist
-
-
-Videosvartlista
-
- 15
-
-
Jobs
@@ -1253,7 +1124,7 @@ Videosvartlista
Jobb
- 19
+ 15
@@ -1263,7 +1134,7 @@ Jobb
Konfiguration
- 23
+ 19
@@ -1332,6 +1203,27 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
2
+
+ Following
+ Följer
+
+ 5
+
+
+
+ Follow
+ Följ
+
+ 7
+
+
+
+ Followers
+ Följare
+
+ 9
+
+ Jobs listJobblista
@@ -1392,14 +1284,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
RoleRoll
- 19
-
-
-
- Video quota
- Videokvot
-
- 18
+ 20
@@ -1415,6 +1300,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
65
+
+ Reason...
+ Anledning …
+
+ 11
+
+ Users listAnvändarlista
@@ -1426,91 +1318,42 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
Username Användarnamn
- 16
-
-
-
- Video abuses list
- Missbrukslita över videor
-
- 2
-
-
-
- Reason
- Anledning
-
- 11
+ 17ReporterAnmälare
- 12
+ 8VideoVideo
- 9
+ 14Go to the accountGå till kontot
- 22
+ 27Go to the videoGå till videon
- 28
+ 33Blacklisted videosSvartlistade videor
- 2
-
-
-
- Name
- Namn
-
- 11
-
-
-
- Views
- Visningar
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- Ta bort från svartlista
-
- 30
+ 7
@@ -1520,25 +1363,11 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3
-
- My video channels
- Mina videokanaler
-
- 5
-
- My videosMina videor
- 7
-
-
-
- My video imports
- Mina importerade videor
-
- 9
+ 14
@@ -1569,6 +1398,13 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
18
+
+ Submit
+ Skicka
+
+ 24
+
+ - views - visningar
@@ -1576,11 +1412,15 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
19
-
- Delete
- Ta bort
+
+
+ Cancel
+
+
+ Avbryt
+
- 15
+ 30
@@ -1594,7 +1434,7 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
Go to the channelGå till kanalen
- 15
+ 8
@@ -1617,7 +1457,7 @@ When you will upload a video in this channel, the video support field will be au
Kort text som berättar hur andra kan stödja din kanal (medlemsplattform …).<br /><br />
När du laddar upp en video i den här kanalen kommer supportfältet automatiskt fyllas in med den här texten.
- 36
+ 52
@@ -1627,11 +1467,25 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
8
+
+ Created by
+ Skapad av
+
+ 17
+
+
+
+ Go the owner account page
+ Gå till ägarens kontosida
+
+ 16
+
+ Change passwordÄndra lösenord
- 19
+ 22
@@ -1708,20 +1562,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Created by
- Skapad av
-
- 14
-
-
-
- Go the owner account page
- Gå till ägarens kontosida
-
- 13
-
- Support this channelStöd den här kanalen
@@ -1740,7 +1580,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
URLURL
- 12
+ 17
@@ -1754,14 +1594,14 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
ChannelKanal
- 35
+ 38PrivacyOffentlighetsstatus
- 143
+ 161
@@ -1779,7 +1619,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
UpdateUppdatera
- 105
+ 92
@@ -1853,46 +1693,35 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
Upload a fileLada upp en fil
- 9
+ 10Import with URLImportera med URL
- 13
+ 17Import with torrentImportera med torrent
- 17
+ 24Add captionLägg till bildtext
- 7
+ 5Select the caption fileVälj en undertextfil
- 25
-
-
-
-
- This will replace an existing caption!
-
-
- Detta kommer ersätta en befintlig text!
-
-
- 30
+ 24
@@ -1906,63 +1735,63 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
TitleTitel
- 7
+ 9TagsTaggar
- 175
-
-
-
- (press Enter to add)
- (tryck Enter för att lägga till)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.Videobeskrivningar kortas ner som standard och manuell åtgärd krävs för att visa hela.
- 24
+ 27Schedule publication ()Schemalägg publicering ()
- 101
+ 104This video contains mature or explicit contentDen här videon innehåller oförbehållsamt innehåll eller innehåll skapat för vuxna
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.Vissa instanser listar inte videor med oförbehållsamt innehåll eller innehåll skapat för vuxna
- 116
+ 119Enable video commentsTillåt videokommentarer
- 121
+ 124
+
+
+
+ Wait transcoding before publishing the video
+ Publicera video när omkodningen är avklarad
+
+ 129If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.Om du väljer att inte vänta på omkodningen innan publicering, kommer videon inte gå att spela förrän omkodningen är färdig.
- 127
+ 130
@@ -1976,70 +1805,70 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
Add another captionLägg till ännu en text
- 139
+ 145See the subtitle fileSe undertextfilen
- 148
+ 154Cancel createAvbryt skapande
- 162
+ 168Cancel deletionAvbryt radering
- 170
+ 176CaptionsTexter
- 133
+ 138Upload thumbnailLadda upp miniatyrbild
- 186
+ 194Upload previewLadda upp förhandsvisning
- 193
+ 201SupportStötta
- 71
+ 69Short text to tell people how they can support you (membership platform...).Kort text för att berätta hur andra kan stödja dig (medlemsplattform …).
- 200
+ 208Advanced settingsAvancerade inställningar
- 182
+ 189
@@ -2057,99 +1886,63 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
Download videoLadda ner video
- 7
+ 3Direct downloadDirektnerladdning
- 20
+ 17Torrent (.torrent file)Torrent (.torrent-fil)
- 25
+ 22Torrent (magnet link)Torrent (magnet-länk)
- 30
+ 27DownloadLadda ner
- 87
+ 84Report videoAnmäl video
- 7
-
-
-
- Reason...
- Anledning …
-
- 14
-
-
-
-
- Cancel
-
-
- Avbryt
-
-
- 22
-
-
-
- Submit
- Skicka
-
- 27
+ 3ShareDela
- 76
-
-
-
- Embed
- Bädda in
-
- 24
-
-
-
-
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- URL:en är inte säker (utan HTTPS), så inbäddade videor kommer inte fungera på webbplatser med HTTPS (webbläsare stoppar osäkra HTTP-förfrågningar på webbplatser med HTTPS ).
-
-
- 35
+ 74QR-CodeQR-kod
- 40
+ 29
+
+
+
+ Embed
+ Bädda in
+
+ 34
@@ -2174,174 +1967,116 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
15
-
-
- This video will be published on
-
-
- Videon kommer publiceras
-
-
- 19
-
-
-
-
- - views
-
-
- - visningar
-
-
- 30
-
-
-
- Go the channel page
- Gå till kanalens sida
-
- 35
-
-
-
- By
- Av
-
- 45
-
-
-
- Go to the account page
- Gå till kontots sida
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- Du kan prenumerera på det här kontot via valfri fediverse-instans med stöd för ActivityPub. Med till exempel Mastodon eller Pleroma kan du skriva <strong>@@</strong> i sökrutan och bli prenumerant där. Prenumeration som PeerTube-användare är en funktion vi arbetar på i <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
-
- 49
-
- Like this videoGilla den här videon
- 59
+ 57Dislike this videoOgilla den här videon
- 66
+ 64Download the videoLadda ner videon
- 86
+ 83ReportRapportera
- 93
+ 88Report this videoRapportera den här videon
- 92
-
-
-
- Blacklist
- Svartlista
-
- 99
-
-
-
- Blacklist this video
- Svartlista den här videon
-
- 98
+ 87Update this videoUppdatera den här videon
- 104
+ 91
+
+
+
+ Blacklist
+ Svartlista
+
+ 96
+
+
+
+ Blacklist this video
+ Svartlista den här videon
+
+ 95
+
+
+
+ Unblacklist
+ Ta bort från svartlista
+
+ 100Delete this videoRadera den här videon
- 110
+ 103
+
+
+
+ Go the channel page
+ Gå till kanalens sida
+
+ 123
+
+
+
+ Go to the account page
+ Gå till kontots sida
+
+ 133Show moreVisa mer
- 130
+ 148Show lessVisa mindre
- 136
-
-
-
-
- Other videos
-
-
- Andra videor
-
-
- 187
-
-
-
- Friendly Reminder:
- Vänlig påminnelse:
-
- 199
-
-
-
-
- The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
-
-
- Delningssystemet den här videon använder medför att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer.
-
-
- 201
+ 154More informationMer information
- 204
+ 214Get more informationVisa mer information
- 204
+ 214
@@ -2352,7 +2087,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
OK
- 207
+ 217
@@ -2413,7 +2148,7 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
Publicera kommentar
- 17
+ 18
@@ -2430,6 +2165,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
14
+
+ Error getting about from server
+ Kan inte hämta information om instansen från servern
+
+ 1
+
+ No descriptionIngen beskrivning
@@ -2570,23 +2312,9 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Following
- Följer
-
- 1
-
-
-
- Follow
- Följ
-
- 1
-
-
-
- Followers
- Följare
+
+ Video removed from the blacklist.
+ Videon har tagits bort från svartlistan.1
@@ -2640,27 +2368,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- Vill du verkligen ta bort den här videon från svartlistan? Den kommer läggas in i videolistan på nytt.
-
- 1
-
-
-
- Video removed from the blacklist.
- Videon har tagits bort från svartlistan.
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- Det nya lösenordet och det bekräftade lösenordet stämmer inte överens.
-
- 1
-
- Password updated.Lösenordet har uppdaterats.
@@ -2808,6 +2515,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
+
+ Waiting transcoding
+ Inväntar omkodning
+
+ 1
+
+ To transcodeAtt omkoda
@@ -2822,6 +2536,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
+
+ Unable to find user id or verification string.
+ Kan inte hitta användar-id eller verifikationssträng.
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2859,13 +2580,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Unable to find user id or verification string.
- Kan inte hitta användar-id eller verifikationssträng.
-
- 1
-
- Your password has been successfully reset!Ditt lösenord har återställts!
@@ -3055,13 +2769,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Transcoding threads must be greater than 1.
- Antalet omkodningstrådar måste vara större än 1.
-
- 1
-
- Username is required.Användarnamn måste fyllas i.
@@ -3132,6 +2839,13 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
+
+ The new password and the confirmed password do not correspond.
+ Det nya lösenordet och det bekräftade lösenordet stämmer inte överens.
+
+ 1
+
+ Video quota is required.Videokvot måste anges.
@@ -3699,6 +3413,41 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ video i full HD
+
+ 1
+
+
+
+ of HD videos
+ video i HD
+
+ 1
+
+
+
+ of average quality videos
+ video i standardupplösning
+
+ 1
+
+ years ago år sedan
@@ -3853,41 +3602,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- ~
- ~
-
- 1
-
-
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- video i full HD
-
- 1
-
-
-
- of HD videos
- video i HD
-
- 1
-
-
-
- of average quality videos
- video i standardupplösning
-
- 1
-
- Video to import updated.Videon att importera har uppdaterats.
@@ -3937,13 +3651,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- Den här videon överskrider din lagringskvot (videostorlek: , used: , quota: )
-
- 1
-
- Video published.Videon har publicerats.
@@ -3979,20 +3686,6 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
1
-
- Do you really want to blacklist this video?
- Vill du verkligen svartlista den här videon?
-
- 1
-
-
-
- Video had been blacklisted.
- Videon har svartlistats.
-
- 1
-
- Do you really want to delete this video?Vill du verkligen radera den här videon?
diff --git a/client/src/locale/target/angular_zh_Hans_CN.xml b/client/src/locale/target/angular_zh_Hans_CN.xml
index 8f1c25694..eb560141c 100644
--- a/client/src/locale/target/angular_zh_Hans_CN.xml
+++ b/client/src/locale/target/angular_zh_Hans_CN.xml
@@ -3,29 +3,25 @@
-
-
- Cancel
-
-
- 取消
-
-
- 45
-
- - views - 次观看
- 34
+ 12
+
+
+
+ Delete
+ 删除
+
+ 15Edit编辑
- 3
+ 5
@@ -39,7 +35,7 @@
Complete preview完成预览
- 10
+ 13
@@ -49,6 +45,13 @@
18
+
+ Video quota
+ 视频存储空间
+
+ 19
+
+
Login
@@ -64,14 +67,14 @@
User用户
- 11
+ 13Username or email address用户名或电子邮件地址
- 13
+ 15
@@ -81,7 +84,7 @@
或创建一个帐户
- 16
+ 18
@@ -91,14 +94,14 @@
或在另一个机器上创建一个帐户
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!此实例不允许用户注册,但您可以在其它的许多实例上注册!
- 26
+ 28
@@ -112,35 +115,35 @@
I forgot my password我忘记了我的密码
- 42
+ 44Forgot your password忘记密码
- 59
+ 57Email电子邮件地址
- 17
+ 8Email address电子邮件地址
- 66
+ 10Send me an email to reset my password输入电子邮件 重置密码
- 77
+ 75
@@ -184,24 +187,6 @@
3
-
- Initial video quota:
- 初始视频大小限制:
-
- 8
-
-
-
-
- Unlimited
-
-
- 无限制
-
-
- 16
-
- Username用户名
@@ -213,103 +198,70 @@
Signup注册
- 86
+ 88Change the language更改语音
- 76
-
-
-
-
- My public profile
-
-
- 我的公开资料
-
-
- 19
-
-
-
-
- My account
-
-
- 我的账号
-
-
- 23
-
-
-
-
- Log out
-
-
- 注销
-
-
- 27
+ 88Login登录
- 36
+ 38Create an account创建账号
- 37
+ 39Videos视频
- 21
+ 24Trending趋势
- 45
+ 57Recently added最近添加
- 50
+ 62Local本地
- 55
+ 67Administration管理
- 64
+ 76About关于
- 23
+ 25
@@ -330,21 +282,21 @@
Category分类
- 148
+ 166Licence协议
- 157
+ 175Language语言
- 166
+ 184
@@ -358,7 +310,7 @@
Instance例
- 7
+ 8
@@ -382,14 +334,14 @@
Description描述
- 23
+ 26Terms条款
- 43
+ 44
@@ -554,28 +506,28 @@
Short description简单说明
- 21
+ 22Videos Trending视频
- 57
+ 59Local videos本地视频
- 59
+ 61Policy on videos containing sensitive content关于包含敏感内容视频的方针
- 68
+ 70
@@ -603,42 +555,42 @@
Signup enabled开放注册
- 90
+ 92Signup limit注册限制
- 94
+ 101Administrator管理员
- 116
+ 123Admin email管理员邮箱
- 119
+ 126Users用户
- 129
+ 136User default video quota用户的默认视频存储空间大小
- 132
+ 139
@@ -652,95 +604,84 @@
TwitterTwitter
- 148
+ 170Your Twitter username你的 Twitter 用户名
- 151
+ 173Transcoding正在转码
- 176
+ 200Transcoding enabled转码被启用
- 180
+ 204If you disable transcoding, many videos from your users will not work!如果禁用转码,许多你的用户上传的视频将不可用!
- 181
+ 205Transcoding threads转码线程数
- 187
+ 211Previews cache size预览缓存大小
- 219
+ 243Customizations个性化
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>直接写入 JavaScript 代码。<br />例如: <pre>console.log('我的实例太棒了!');</pre>
- 246
+ 270Advanced configuration高级配置
- 174
+ 197Update configuration更新配置
- 289
-
-
-
-
- Video abuses
-
-
- 视频滥用
-
-
- 11
+ 314
@@ -775,14 +716,14 @@
Role角色
- 19
+ 20
-
- Video quota
- 视频存储空间
+
+ Reason...
+ 原因...
- 18
+ 11
@@ -792,74 +733,39 @@
2
-
- Video abuses list
- 视频滥用列表
-
- 2
-
-
-
- Reason
- 原因
-
- 11
-
- Reporter报告者
- 12
+ 8Video视频
- 9
+ 14Go to the account转到账号
- 22
+ 27Go to the video转到视频
- 28
+ 33Blacklisted videos被拉黑的视频
- 2
-
-
-
- NSFW
- 不适宜于工作场所播放(NSFW)
-
- 14
-
-
-
- UUID
- 唯一ID
-
- 15
-
-
-
- Unblacklist
- 取消黑名单
-
- 30
+ 7
@@ -869,18 +775,11 @@
3
-
- My video channels
- 我的视频频道
-
- 5
-
- My videos我的视频
- 7
+ 14
@@ -897,11 +796,22 @@
15
-
- Delete
- 删除
+
+ Submit
+ 提交
- 15
+ 24
+
+
+
+
+ Cancel
+
+
+ 取消
+
+
+ 30
@@ -915,7 +825,7 @@
Go to the channel转到频道
- 15
+ 8
@@ -932,11 +842,25 @@
6
+
+ Created by
+ 由 创建
+
+ 17
+
+
+
+ Go the owner account page
+ 转到视频上传者的账户页面
+
+ 16
+
+ Change password修改密码
- 19
+ 22
@@ -985,20 +909,6 @@
1
-
- Created by
- 由 创建
-
- 14
-
-
-
- Go the owner account page
- 转到视频上传者的账户页面
-
- 13
-
- Support this channel支持此频道
@@ -1017,14 +927,14 @@
Privacy隐私
- 143
+ 161Update更新
- 105
+ 92
@@ -1045,42 +955,35 @@
Title标题
- 7
+ 9Tags标签
- 175
-
-
-
- (press Enter to add)
- (按回车(Enter)以新建)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.视频描述默认会被截断,手动操作后才可以展开。
- 24
+ 27This video contains mature or explicit content此视频包含成人内容。
- 115
+ 118Enable video comments开启视频评论
- 121
+ 124
@@ -1094,95 +997,70 @@
Upload thumbnail上传缩略图
- 186
+ 194Upload preview上传预览
- 193
+ 201Support支持
- 71
+ 69Advanced settings高级设置
- 182
+ 189Download video下载视频
- 7
+ 3Direct download直接下载
- 20
+ 17Download下载
- 87
+ 84Report video举报视频
- 7
-
-
-
- Reason...
- 原因...
-
- 14
-
-
-
-
- Cancel
-
-
- 取消
-
-
- 22
-
-
-
- Submit
- 提交
-
- 27
+ 3Share分享
- 76
+ 74Embed嵌入版
- 24
+ 34
@@ -1196,29 +1074,18 @@
15
-
-
- This video will be published on
-
-
- 此视频将于 发布
-
+
+ Unblacklist
+ 取消黑名单
- 19
+ 100Go the channel page转到频道页面
- 35
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- 你可以通过任何支持 ActivityPub 的实例来订阅此账号。对于 Mastodon 或 Pleroma 实例,可以在搜索栏键入 <strong>@@</strong> 并订阅。在 PeerTube 上订阅账户的方案正在 <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a> 进行讨论。
-
- 49
+ 123
diff --git a/client/src/locale/target/angular_zh_Hant_TW.xml b/client/src/locale/target/angular_zh_Hant_TW.xml
index dbd7ff1db..4394c55a2 100644
--- a/client/src/locale/target/angular_zh_Hant_TW.xml
+++ b/client/src/locale/target/angular_zh_Hant_TW.xml
@@ -3,29 +3,32 @@
-
-
- Cancel
-
-
- 取消
-
+
+ (extensions: , max size: )
+ (副檔名:,最大大小:)
- 45
+ 11 - views - 次檢視
- 34
+ 12
+
+
+
+ Delete
+ 刪除
+
+ 15Edit編輯
- 3
+ 5
@@ -39,7 +42,7 @@
Complete preview完整預覽
- 10
+ 13
@@ -49,6 +52,13 @@
18
+
+ Video quota
+ 影片配額
+
+ 19
+
+
Login
@@ -64,14 +74,14 @@
User使用者
- 11
+ 13Username or email address使用者名稱或電子郵件地址
- 13
+ 15
@@ -82,7 +92,7 @@
或建立帳號
- 16
+ 18
@@ -91,14 +101,14 @@
或在其他實體上建立帳號
- 20
+ 22User registration is not allowed on this instance, but you can register on many others!此實體上不允許使用者註冊,但您可以在其他許多實體上註冊!
- 26
+ 28
@@ -112,35 +122,35 @@
I forgot my password我忘記我的密碼了
- 42
+ 44Forgot your password忘記您的密碼
- 59
+ 57Email電子郵件
- 17
+ 8Email address電子郵件地址
- 66
+ 10Send me an email to reset my password傳送電子郵件給我以重設我的密碼
- 77
+ 75
@@ -182,22 +192,6 @@
3
-
- Initial video quota:
- 初始影片配額:
-
- 8
-
-
-
-
- Unlimited
-
- 無限制
-
- 16
-
- Username使用者名稱
@@ -205,101 +199,122 @@
8
+
+ I have read and agree to the <a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>Terms</a> of this instance
+ 我已經讀過且同意這個實體的<a href='/about/instance#terms-section' target='_blank'rel='noopener noreferrer'>條款</a>
+
+ 54
+
+ Signup註冊
- 86
+ 88
+
+
+
+ results
+ 個結果
+
+ 5
+
+
+
+
+ for
+
+
+ 為
+
+
+ 6
+
+
+
+ Filters
+ 過濾器
+
+ 16
+
+
+
+
+ No results found
+
+ 沒有結果
+
+ 25Change the language變更語言
- 76
-
-
-
-
- My public profile
-
- 我的公開簡介
-
- 19
-
-
-
-
- My account
-
- 我的帳號
-
- 23
-
-
-
-
- Log out
-
- 登出
-
- 27
+ 88Login登入
- 36
+ 38Create an account建立帳號
- 37
+ 39Videos影片
- 21
+ 24Trending趨勢
- 45
+ 57Recently added最近新增
- 50
+ 62Local
- 本機
+ 本地
- 55
+ 67
+
+
+
+ More
+ 更多
+
+ 72Administration管理
- 64
+ 76About關於
- 23
+ 25
@@ -316,25 +331,88 @@
9
+
+ Sort
+ 排序
+
+ 6
+
+
+
+ Published date
+ 發佈日期
+
+ 15
+
+
+
+ Duration
+ 持續時間
+
+ 24
+
+
+
+ Display sensitive content
+ 顯示敏感內容
+
+ 33
+
+
+
+ Yes
+ 是
+
+ 37
+
+
+
+ No
+ 否
+
+ 42
+
+ Category分類
- 148
+ 166Licence授權條款
- 157
+ 175Language語言
- 166
+ 184
+
+
+
+ All of these tags
+ 所有這些標籤
+
+ 82
+
+
+
+ One of these tags
+ 這些標籤的其中一個
+
+ 87
+
+
+
+ Filter
+ 過濾器
+
+ 94
@@ -348,7 +426,7 @@
Instance實體
- 7
+ 8
@@ -371,14 +449,14 @@
Description描述
- 23
+ 26Terms條款
- 43
+ 44
@@ -534,6 +612,19 @@
51
+
+
+ Web peers are not publicly accessible: because we use WebRTC inside the web browser (with the WebTorrent library), the protocol is different from classic BitTorrent.
+ When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to.
+ See this document for more information
+
+ 網路對等方無法公開存取:因為我們在瀏覽器內使用 WebRTC(包含 WebTorrent 函式庫),與傳統的 BitTorrent 是不同的協定。
+當您在瀏覽器裡時,您會傳送包含了您的 IP 地址的訊號到隨機挑選的將要轉送資訊到的其他對等方。
+檢閱此文件以取得更多資訊
+
+ 55
+
+
The worst-case scenario of an average person spying on their friends is quite unlikely.
@@ -545,6 +636,13 @@
62
+
+ How does PeerTube compare with YouTube?
+ PeerTube 與 YouTube 比起來如何?
+
+ 67
+
+
The threats to privacy in YouTube are different from PeerTube's.
@@ -661,7 +759,7 @@
subscribers 個訂閱者
- 11
+ 14
@@ -675,49 +773,49 @@
Name名稱
- 9
+ 12Short description短描述
- 21
+ 22Default client route預設客戶端路由
- 54
+ 55Videos Trending影片趨勢
- 57
+ 59Videos Recently Added最近新增的影片
- 58
+ 60Local videos本地影片
- 59
+ 61Policy on videos containing sensitive content包含敏感內容的影片政策
- 68
+ 70
@@ -752,42 +850,63 @@
Signup enabled已啟用註冊
- 90
+ 92Signup limit限制註冊
- 94
+ 101
+
+
+
+ Import
+ 匯入
+
+ 42
+
+
+
+ Video import with HTTP enabled
+ 已啟用 HTTP 匯入影片
+
+ 115
+
+
+
+ Video import with a torrent file or a magnet URI enabled
+ 已啟用種子檔案或磁力連結匯入影片
+
+ 120Administrator管理員
- 116
+ 123Admin email管理電子郵件
- 119
+ 126Users使用者
- 129
+ 136User default video quota使用者預設影片配額
- 132
+ 139
@@ -801,158 +920,133 @@
TwitterTwitter
- 148
+ 170Your Twitter username您的 Twitter 使用者名稱
- 151
+ 173Indicates the Twitter account for the website or platform on which the content was published.指示發佈影片的網頁或平臺的 Twitter 帳號
- 154
+ 176Instance whitelisted by Twitter由 Twitter 列入白名單的實體
- 167
-
-
-
- If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<br />
-If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<br /><br />
-Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> to see if you instance is whitelisted.
- 若您的實體被 Twitter 列入白名單,在 PeerTube 影片分享上的 Twitter feed 將會嵌入一個影片播放器。<br />
-若實體不在白名單中,我們使用圖片連結卡,如此將會重新導向至您的 PeerTube 實體。<br /><br />
-打勾此勾選框,儲存設定並以您的實體中的影片 URL (https://example.com/videos/watch/blabla) 在 <a target='_blank' rel='noopener noreferrer' href='https://cards-dev.twitter.com/validator'>https://cards-dev.twitter.com/validator</a> 上測試以檢視您的實體是否在白名單中。
-
- 168
+ 189Services服務
- 146
+ 168Transcoding轉換編碼
- 176
+ 200Transcoding enabled轉換編碼已啟用
- 180
+ 204If you disable transcoding, many videos from your users will not work!若您停用轉換編碼,從您的使用者們而來的許多影片將會無法運作!
- 181
+ 205Transcoding threads轉換編碼執行緒
- 187
+ 211
+
+
+
+ Resolution enabled
+ 解析度 已啟用
+
+ 227
+
+
+
+ Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.
+ 有一些檔案並未聯盟化(預覽、字幕)。我們會直接從原始實體擷取它們並快取。
+
+ 238Previews cache size預覽快取大小
- 219
+ 243
+
+
+
+ Video captions cache size
+ 影片字幕快取大小
+
+ 254Customizations自訂
- 240
+ 264JavaScriptJavaScript
- 243
+ 267Write directly JavaScript code.<br />Example: <pre>console.log('my instance is amazing');</pre>直接編寫 JavaScript 程式碼。<br />範例:<pre>console.log('my instance is amazing');</pre>
- 246
-
-
-
-
- Write directly CSS code. Example:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- Prepend with <em>#custom-css</em> to override styles. Example:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 直接編寫 CSS 程式碼。範例:<br />
- <pre>
- body
- background-color: red;
-
- </pre>
-
- 附加 <em>#custom-css</em> 以覆寫樣式。範例:
- <pre>
- #custom-css .logged-in-email
- color: red;
-
- </pre>
-
-
- 262
+ 270Advanced configuration進階設定
- 174
+ 197Update configuration更新設定
- 289
+ 314It seems the configuration is invalid. Please search potential errors in the different tabs.設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。
- 290
+ 315
@@ -973,31 +1067,13 @@ Check this checkbox, save the configuration and test with a video URL of your in
7
-
-
- Video abuses
-
- 影片濫用
-
- 11
-
-
-
-
- Video blacklist
-
- 影片黑名單
-
- 15
-
-
Jobs
任務
- 19
+ 15
@@ -1006,7 +1082,7 @@ Check this checkbox, save the configuration and test with a video URL of your in
設定
- 23
+ 19
@@ -1074,6 +1150,27 @@ Check this checkbox, save the configuration and test with a video URL of your in
2
+
+ Following
+ 正在追蹤
+
+ 5
+
+
+
+ Follow
+ 追蹤
+
+ 7
+
+
+
+ Followers
+ 追蹤者
+
+ 9
+
+ Jobs list任務清單
@@ -1088,6 +1185,20 @@ Check this checkbox, save the configuration and test with a video URL of your in
19
+
+ Processed on
+ 已處理在
+
+ 22
+
+
+
+ Finished on
+ 已結束在
+
+ 23
+
+ Create user建立使用者
@@ -1120,14 +1231,7 @@ Check this checkbox, save the configuration and test with a video URL of your in
Role角色
- 19
-
-
-
- Video quota
- 影片配額
-
- 18
+ 20
@@ -1143,6 +1247,13 @@ Check this checkbox, save the configuration and test with a video URL of your in
65
+
+ Reason...
+ 理由……
+
+ 11
+
+ Users list使用者清單
@@ -1154,91 +1265,42 @@ Check this checkbox, save the configuration and test with a video URL of your in
Username 使用者名稱
- 16
-
-
-
- Video abuses list
- 影片濫用清單
-
- 2
-
-
-
- Reason
- 理由
-
- 11
+ 17Reporter回報者
- 12
+ 8Video影片
- 9
+ 14Go to the account到帳號
- 22
+ 27Go to the video到影片
- 28
+ 33Blacklisted videos已加入黑名單的影片
- 2
-
-
-
- Name
- 名稱
-
- 11
-
-
-
- Views
- 檢視
-
- 13
-
-
-
- NSFW
- NSFW
-
- 14
-
-
-
- UUID
- UUID
-
- 15
-
-
-
- Unblacklist
- 取消黑名單
-
- 30
+ 7
@@ -1248,18 +1310,11 @@ Check this checkbox, save the configuration and test with a video URL of your in
3
-
- My video channels
- 我的影片頻道
-
- 5
-
- My videos我的影片
- 7
+ 14
@@ -1283,6 +1338,20 @@ Check this checkbox, save the configuration and test with a video URL of your in
15
+
+ Danger zone
+ 危險區域
+
+ 18
+
+
+
+ Submit
+ 遞交
+
+ 24
+
+ - views - 次檢視
@@ -1290,11 +1359,15 @@ Check this checkbox, save the configuration and test with a video URL of your in
19
-
- Delete
- 刪除
+
+
+ Cancel
+
+
+ 取消
+
- 15
+ 30
@@ -1308,7 +1381,7 @@ Check this checkbox, save the configuration and test with a video URL of your in
Go to the channel到頻道
- 15
+ 8
@@ -1330,14 +1403,35 @@ Check this checkbox, save the configuration and test with a video URL of your in
When you will upload a video in this channel, the video support field will be automatically filled by this text.
簡短的文字告訴人們他們要如何支援您的頻道(會員平臺等等)。<br /><br />當您要上傳影片到此頻道時,影片支援欄位將會自動填入這些文字。
- 36
+ 52
+
+
+
+ Target
+ 目標
+
+ 8
+
+
+
+ Created by
+ 由 建立
+
+ 17
+
+
+
+ Go the owner account page
+ 到擁有者帳號頁面
+
+ 16Change password變更密碼
- 19
+ 22
@@ -1382,6 +1476,20 @@ When you will upload a video in this channel, the video support field will be au
27
+
+ subscribers
+ 個訂閱者
+
+ 10
+
+
+
+ Change the avatar
+ 變更大頭貼
+
+ 15
+
+ (extensions: , max size: )(副檔名:,最大大小:)
@@ -1398,20 +1506,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Created by
- 由 建立
-
- 14
-
-
-
- Go the owner account page
- 到擁有者帳號頁面
-
- 13
-
- Support this channel支援此頻道
@@ -1430,28 +1524,44 @@ When you will upload a video in this channel, the video support field will be au
URLURL
- 12
+ 17
+
+
+
+ You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
+ 您可以匯入任何 <a href='https://rg3.github.io/youtube-dl/supportedsites.html' target='_blank' rel='noopener noreferrer'>supported by youtube-dl</a> 支援的 URL,或是指向原始 MP4 檔案的 URL。您應該確保指向的內容的散佈權,否則這只會對您自己與您的實體造成法律上的麻煩。
+
+ 9Channel頻道
- 35
+ 38Privacy隱私
- 143
+ 161
+
+
+
+
+ Congratulations, the video behind will be imported! You can already add information about this video.
+
+ 恭喜,在 後的影片將會匯入!您已經可以加入關於此影片的資訊了。
+
+ 40Update更新
- 105
+ 92
@@ -1475,67 +1585,153 @@ When you will upload a video in this channel, the video support field will be au
55
+
+ Select the torrent to import
+ 選取要匯入的種子
+
+ 6
+
+
+
+ Paste magnet URI
+ 貼上磁力連結
+
+ 14
+
+
+
+ You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
+ 您可以匯入任何指向 mp4 檔案的種子檔案。您應該確保您有指向的檔案的散佈權,否則只會對您自己與您的實體造成法律上的麻煩。
+
+ 17
+
+
+
+
+ Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
+
+ 恭喜,影片將會使用 BitTorrent 匯入!您已經可以加入關於此影片的資訊了。
+
+ 48
+
+
+
+ Import
+ 匯入
+
+ 3
+
+
+
+ Upload
+ 上傳
+
+ 4
+
+
+
+ Upload a file
+ 上傳檔案
+
+ 10
+
+
+
+ Import with URL
+ 用 URL 匯入
+
+ 17
+
+
+
+ Import with torrent
+ 用種子匯入
+
+ 24
+
+
+
+ Add caption
+ 新增字幕
+
+ 5
+
+
+
+ Select the caption file
+ 選取字幕檔案
+
+ 24
+
+
+
+ Add this caption
+ 新增此字幕
+
+ 40
+
+ Title標題
- 7
+ 9Tags標籤
- 175
-
-
-
- (press Enter to add)
- (按下 Enter 以新增)
-
- 15
+ 193Video descriptions are truncated by default and require manual action to expand them.預設情況下,影片描述不會完整顯示,需要手動操作才能展開它們。
- 24
+ 27Schedule publication ()計劃發佈於 ()
- 101
+ 104This video contains mature or explicit content這個影片包含了成人或裸露內容
- 115
+ 118Some instances do not list videos containing mature or explicit content by default.某些實體預設不會列出包含成人或裸露內容的影片。
- 116
+ 119Enable video comments啟用影片評論
- 121
+ 124Wait transcoding before publishing the video正等待發佈影片前的轉換編碼
- 126
+ 129
+
+
+
+ If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.
+ 如果您決定不要等待在發佈影片前的轉換編碼,它可能會在轉換編碼結束前都無法播放。
+
+ 130
@@ -1545,39 +1741,74 @@ When you will upload a video in this channel, the video support field will be au
4
+
+ Add another caption
+ 新增其他字幕
+
+ 145
+
+
+
+ See the subtitle file
+ 檢視字幕檔案
+
+ 154
+
+
+
+ Cancel create
+ 取消建立
+
+ 168
+
+
+
+ Cancel deletion
+ 取消刪除
+
+ 176
+
+
+
+ Captions
+ 字幕
+
+ 138
+
+ Upload thumbnail上傳縮圖
- 186
+ 194Upload preview上傳預覽
- 193
+ 201Support支援
- 71
+ 69Short text to tell people how they can support you (membership platform...).告訴人們他們可以如何支援您(成員平臺等)的短文
- 200
+ 208Advanced settings進階設定
- 182
+ 189
@@ -1595,78 +1826,72 @@ When you will upload a video in this channel, the video support field will be au
Download video下載影片
- 7
+ 3Direct download直接下載
- 20
+ 17
+
+
+
+ Torrent (.torrent file)
+ 種子(.torrent 檔案)
+
+ 22
+
+
+
+ Torrent (magnet link)
+ 種子(磁力連結)
+
+ 27Download下載
- 87
+ 84Report video回報影片
- 7
-
-
-
- Reason...
- 理由……
-
- 14
-
-
-
-
- Cancel
-
-
- 取消
-
-
- 22
-
-
-
- Submit
- 遞交
-
- 27
+ 3Share分享
- 76
+ 74
+
+
+
+ QR-Code
+ QR Code
+
+ 29Embed嵌入
- 24
+ 34
-
+
- The url is not secured (no HTTPS), so the embed video won't work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
-
-
- 這個 URL 不安全(不是 HTTPS),所以嵌入視訊將無法在 HTTPS 網頁上運作(網路瀏覽器會阻擋在 HTTPS 網頁上的不安全 HTTP 請求)。
-
+ The video is being imported, it will be available when the import is finished.
+
+ 影片已匯入,它將會在匯入結束時可用。
- 35
+ 11
@@ -1680,163 +1905,116 @@ When you will upload a video in this channel, the video support field will be au
15
-
-
- This video will be published on
-
-
- 此影片將會在 發佈
-
-
- 19
-
-
-
-
- - views
-
-
- - 次檢視
-
-
- 30
-
-
-
- Go the channel page
- 到頻道頁面
-
- 35
-
-
-
- By
- 由
-
- 45
-
-
-
- Go to the account page
- 到帳號頁面
-
- 44
-
-
-
- You can subscribe to this account via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box <strong>@@</strong> and subscribe there. Subscription as a PeerTube user is being worked on in <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a>.
- 您可以透過任何支援 ActivityPub 的互聯實體來訂閱此帳號。例如 Mastodon 或 Pleroma,您可以在搜尋框中輸入 <strong>@@</strong> 並在那裡訂閱。以 PeerTube 使用者的身份訂閱正在 <a href='https://github.com/Chocobozzz/PeerTube/issues/470'>#470</a> 中處理。
-
- 49
-
- Like this video喜歡此影片
- 59
+ 57Dislike this video不喜歡此影片
- 66
+ 64Download the video下載影片
- 86
+ 83Report回報
- 93
+ 88Report this video回報此影片
- 92
-
-
-
- Blacklist
- 黑名單
-
- 99
-
-
-
- Blacklist this video
- 將此影片加入黑名單
-
- 98
+ 87Update this video更新此影片
- 104
+ 91
+
+
+
+ Blacklist
+ 黑名單
+
+ 96
+
+
+
+ Blacklist this video
+ 將此影片加入黑名單
+
+ 95
+
+
+
+ Unblacklist
+ 取消黑名單
+
+ 100Delete this video刪除此影片
- 110
+ 103
+
+
+
+ Go the channel page
+ 到頻道頁面
+
+ 123
+
+
+
+ Go to the account page
+ 到帳號頁面
+
+ 133Show more顯示更多
- 130
+ 148Show less顯示較少
- 136
-
-
-
-
- Other videos
-
-
- 其他影片
-
-
- 187
-
-
-
- Friendly Reminder:
- 友善提醒:
-
- 199
+ 154More information更多資訊
- 204
+ 214Get more information取得更多資訊
- 204
+ 214
@@ -1847,7 +2025,7 @@ When you will upload a video in this channel, the video support field will be au
確定
- 207
+ 217
@@ -1908,7 +2086,7 @@ When you will upload a video in this channel, the video support field will be au
張貼評論
- 17
+ 18
@@ -2072,23 +2250,9 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Following
- 正在追蹤
-
- 1
-
-
-
- Follow
- 追蹤
-
- 1
-
-
-
- Followers
- 追蹤者
+
+ Video removed from the blacklist.
+ 影片 已從黑名單中移除。1
@@ -2142,27 +2306,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Do you really want to remove this video from the blacklist ? It will be available again in the videos list.
- 您真的想要將這部影片從黑名單中移除嗎?其將會再次可在影片清單中看到。
-
- 1
-
-
-
- Video removed from the blacklist.
- 影片 已從黑名單中移除。
-
- 1
-
-
-
- The new password and the confirmed password do not correspond.
- 新密碼與密碼確認不相符。
-
- 1
-
- Password updated.密碼已更新。
@@ -2170,6 +2313,41 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Are you sure you want to delete your account? This will delete all you data, including channels, videos etc.
+ 您確定要刪除您的帳號?這將會刪除您所有的資料,包含頻道、影片等。
+
+ 1
+
+
+
+ Type your username to confirm
+ 輸入您的使用者名稱以確認
+
+ 1
+
+
+
+ Delete your account
+ 刪除您的帳號
+
+ 1
+
+
+
+ Delete my account
+ 刪除我的帳號
+
+ 1
+
+
+
+ Your account is deleted.
+ 您的帳號已刪除。
+
+ 1
+
+ Profile updated.設定檔已更新。
@@ -2289,6 +2467,20 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ To import
+ 匯入
+
+ 1
+
+
+
+ Unable to find user id or verification string.
+ 找不到使用者 id 或驗證字串。
+
+ 1
+
+ Cannot retrieve OAuth Client credentials: .
@@ -2319,9 +2511,9 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Unable to find user id or verification string.
- 找不到使用者 id 或驗證字串。
+
+ An email with the reset password instructions will be sent to .
+ 一封包含重設密碼方式的電子郵件將會傳送到 。1
@@ -2340,6 +2532,69 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Last 7 days
+ 過去 7 天
+
+ 1
+
+
+
+ Last 30 days
+ 過去 30 天
+
+ 1
+
+
+
+ Last 365 days
+ 過去 365 天
+
+ 1
+
+
+
+ Short (< 4 min)
+ 短(小於 4 分鐘)
+
+ 1
+
+
+
+ Long (> 10 min)
+ 長(大於 10 分鐘)
+
+ 1
+
+
+
+ Medium (4-10 min)
+ 中(介於 4 到 10 分鐘)
+
+ 1
+
+
+
+ Relevance
+ 關聯
+
+ 1
+
+
+
+ Publish date
+ 發佈日期
+
+ 1
+
+
+
+ Views
+ 檢視
+
+ 1
+
+ Search搜尋
@@ -2389,6 +2644,27 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Captions cache size is required.
+ 字幕快取大小必填。
+
+ 1
+
+
+
+ Captions cache size must be greater than 1.
+ 字幕快取大小必須大於 1。
+
+ 1
+
+
+
+ Captions cache size must be a number.
+ 字幕快取大小必須為數字。
+
+ 1
+
+ Signup limit is required.註冊限制必填。
@@ -2431,13 +2707,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Transcoding threads must be greater than 1.
- 轉換編碼執行緒必須大於 1。
-
- 1
-
- Username is required.使用者名稱必填。
@@ -2508,6 +2777,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ The new password and the confirmed password do not correspond.
+ 新密碼與密碼確認不相符。
+
+ 1
+
+ Video quota is required.影片配額必填。
@@ -2564,6 +2840,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ You must to agree with the instance terms in order to registering on it.
+ 您必須同意實體的條款才能在上面註冊。
+
+ 1
+
+ Report reason is required.回報理由必填。
@@ -2585,6 +2868,20 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ Video caption language is required.
+ 影片字幕語言必填。
+
+ 1
+
+
+
+ Video caption file is required.
+ 影片字幕檔案必填。
+
+ 1
+
+ Description cannot be more than 500 characters long.描述不能多於 500 個字元。
@@ -2711,6 +3008,13 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ This file is too large.
+ 這個檔案太大了。
+
+ 1
+
+ All unsaved data will be lost, are you sure you want to leave this page?所有未儲存的資料都將會遺失,您確定您想要離開此頁面嗎?
@@ -3047,6 +3351,41 @@ When you will upload a video in this channel, the video support field will be au
1
+
+ ~
+ ~
+
+ 1
+
+
+
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+ {VAR_PLURAL, plural, =1 {minute} other {minutes} }
+
+ 1
+
+
+
+ of full HD videos
+ 的 Full HD 影片
+
+ 1
+
+
+
+ of HD videos
+ 的 HD 影片
+
+ 1
+
+
+
+ of average quality videos
+ 的平均畫質影片
+
+ 1
+
+ years ago 年前
@@ -3201,37 +3540,16 @@ When you will upload a video in this channel, the video support field will be au
1
-
- ~
- ~
+
+ Video to import updated.
+ 要匯入的影片已更新。1
-
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
- {VAR_PLURAL, plural, =1 {minute} other {minutes} }
-
- 1
-
-
-
- of full HD videos
- 的 Full HD 影片
-
- 1
-
-
-
- of HD videos
- 的 HD 影片
-
- 1
-
-
-
- of average quality videos
- 的平均畫質影片
+
+ Your video was uploaded to your account and is private.
+ 您的影片已上傳到您的帳號並為私人影片。1
@@ -3264,9 +3582,9 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Your video quota is exceeded with this video (video size: , used: , quota: )
- 此影片大小超過了您的影片配額(影片大小:,已用:,配額:)
+
+ We are sorry but PeerTube cannot handle videos > 8GB
+ 我們很抱歉,但 PeerTube 無法處理大於 8GB 的影片1
@@ -3306,20 +3624,6 @@ When you will upload a video in this channel, the video support field will be au
1
-
- Do you really want to blacklist this video?
- 您真的想要將此影片加入黑名單嗎?
-
- 1
-
-
-
- Video had been blacklisted.
- 影片 已被加入黑名單。
-
- 1
-
- Do you really want to delete this video?您真的想要刪除此影片嗎?
diff --git a/client/src/locale/target/iso639_gl_ES.xml b/client/src/locale/target/iso639_gl_ES.xml
index 4be71a8f8..203a65207 100644
--- a/client/src/locale/target/iso639_gl_ES.xml
+++ b/client/src/locale/target/iso639_gl_ES.xml
@@ -507,10 +507,6 @@
NyanjaNyanja
-
- Occitan (post 1500)
- Occitano (post 1500)
- OjibwaOjibwa
diff --git a/client/src/locale/target/iso639_nl_NL.xml b/client/src/locale/target/iso639_nl_NL.xml
index f25b7b679..9c0e2fd9e 100644
--- a/client/src/locale/target/iso639_nl_NL.xml
+++ b/client/src/locale/target/iso639_nl_NL.xml
@@ -495,10 +495,6 @@
NyanjaNyanja
-
- Occitan (post 1500)
- Occitaans (na 1500)
- OjibwaOjibwe
diff --git a/client/src/locale/target/player_zh_Hant_TW.json b/client/src/locale/target/player_zh_Hant_TW.json
index f564d80bc..f7a867458 100644
--- a/client/src/locale/target/player_zh_Hant_TW.json
+++ b/client/src/locale/target/player_zh_Hant_TW.json
@@ -1 +1 @@
-{"Audio Player":"音訊播放器","Video Player":"視訊播放器","Play":"播放","Pause":"暫停","Replay":"重播","Current Time":"目前時間","Duration":"長度","Remaining Time":"剩餘時間","Stream Type":"串流類型","LIVE":"直播","Loaded":"已載入","Progress":"進度","Progress Bar":"進度條","progress bar timing: currentTime={1} duration={2}":"{1} 之 {2}","Fullscreen":"全螢幕","Non-Fullscreen":"非全螢幕","Mute":"靜音","Unmute":"取消靜音","Playback Rate":"播放速率","Subtitles":"字幕","subtitles off":"字幕關閉","Captions":"標題","captions off":"標題關閉","Chapters":"章節","Descriptions":"描述","descriptions off":"描述關閉","Audio Track":"音訊軌","Volume Level":"音訊等級","You aborted the media playback":"您中止了媒體播放","A network error caused the media download to fail part-way.":"網路錯誤造成媒體下載部份失敗。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"媒體無法載入,可能是因為伺服器或網路故障,或為不支援的格式。","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"媒體播放因損毀或該媒體使用了您的瀏覽器不支援的功能而中止。","No compatible source was found for this media.":"找不到此媒體的相容來源。","The media is encrypted and we do not have the keys to decrypt it.":"媒體已加密,我們沒有金鑰可以將其解密。","Play Video":"播放影片","Close":"關閉","Close Modal Dialog":"關閉程式對話框","Modal Window":"程式視窗","This is a modal window":"這是一個程式視窗","This modal can be closed by pressing the Escape key or activating the close button.":"這個程式可以夠過按下 Esc 鍵或啟動關閉按鈕來關閉。",", opens captions settings dialog":",開啟標題設定對話框",", opens subtitles settings dialog":",開啟字幕設定對話框",", opens descriptions settings dialog":",開啟描述設定對話框",", selected":",已選取","captions settings":"標題設定","subtitles settings":"字幕設定","descriptions settings":"描述設定","Text":"文字","White":"白色","Black":"黑色","Red":"紅色","Green":"綠色","Blue":"藍色","Yellow":"黃色","Magenta":"洋紅色","Cyan":"深藍色","Background":"背景","Window":"視窗","Transparent":"透明","Semi-Transparent":"半透明","Opaque":"不透明","Font Size":"字型大小","Text Edge Style":"文字邊緣樣式","None":"無","Raised":"凸起","Depressed":"扁平","Uniform":"均勻","Dropshadow":"陰影效果","Font Family":"字型家族","Proportional Sans-Serif":"比例無襯線","Monospace Sans-Serif":"等寬無襯線","Proportional Serif":"比例襯線","Monospace Serif":"等寬襯線","Casual":"華麗","Script":"手寫","Small Caps":"小型大寫字母","Reset":"重設","restore all settings to the default values":"將所有設定復原為預設值","Done":"完成","Caption Settings Dialog":"標題設定對話框","Beginning of dialog window. Escape will cancel and close the window.":"對話框視窗開始。Esc 將會取消並關閉視窗。","End of dialog window.":"對話框視窗結束。","{1} is loading.":"{1} 正在載入。","Quality":"品質","Auto":"自動","Speed":"速度","peers":"peer","Go to the video page":"到影片頁面","Settings":"設定","Uses P2P, others may know you are watching this video.":"使用 P2P,其他人可能會知道您正在觀看這部影片。","Copy the video URL":"複製影片 URL","Copy the video URL at the current time":"複製目前影片時間的 URL","Copy embed code":"複製嵌入程式碼"}
\ No newline at end of file
+{"Audio Player":"音訊播放器","Video Player":"視訊播放器","Play":"播放","Pause":"暫停","Replay":"重播","Current Time":"目前時間","Duration":"長度","Remaining Time":"剩餘時間","Stream Type":"串流類型","LIVE":"直播","Loaded":"已載入","Progress":"進度","Progress Bar":"進度條","progress bar timing: currentTime={1} duration={2}":"{1} 之 {2}","Fullscreen":"全螢幕","Non-Fullscreen":"非全螢幕","Mute":"靜音","Unmute":"取消靜音","Playback Rate":"播放速率","Subtitles":"字幕","subtitles off":"字幕關閉","Captions":"標題","captions off":"標題關閉","Chapters":"章節","Descriptions":"描述","descriptions off":"描述關閉","Audio Track":"音訊軌","Volume Level":"音訊等級","You aborted the media playback":"您中止了媒體播放","A network error caused the media download to fail part-way.":"網路錯誤造成媒體下載部份失敗。","The media could not be loaded, either because the server or network failed or because the format is not supported.":"媒體無法載入,可能是因為伺服器或網路故障,或為不支援的格式。","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"媒體播放因損毀或該媒體使用了您的瀏覽器不支援的功能而中止。","No compatible source was found for this media.":"找不到此媒體的相容來源。","The media is encrypted and we do not have the keys to decrypt it.":"媒體已加密,我們沒有金鑰可以將其解密。","Play Video":"播放影片","Close":"關閉","Close Modal Dialog":"關閉程式對話框","Modal Window":"程式視窗","This is a modal window":"這是一個程式視窗","This modal can be closed by pressing the Escape key or activating the close button.":"這個程式可以夠過按下 Esc 鍵或啟動關閉按鈕來關閉。",", opens captions settings dialog":",開啟標題設定對話框",", opens subtitles settings dialog":",開啟字幕設定對話框",", opens descriptions settings dialog":",開啟描述設定對話框",", selected":",已選取","captions settings":"標題設定","subtitles settings":"字幕設定","descriptions settings":"描述設定","Text":"文字","White":"白色","Black":"黑色","Red":"紅色","Green":"綠色","Blue":"藍色","Yellow":"黃色","Magenta":"洋紅色","Cyan":"深藍色","Background":"背景","Window":"視窗","Transparent":"透明","Semi-Transparent":"半透明","Opaque":"不透明","Font Size":"字型大小","Text Edge Style":"文字邊緣樣式","None":"無","Raised":"凸起","Depressed":"扁平","Uniform":"均勻","Dropshadow":"陰影效果","Font Family":"字型家族","Proportional Sans-Serif":"比例無襯線","Monospace Sans-Serif":"等寬無襯線","Proportional Serif":"比例襯線","Monospace Serif":"等寬襯線","Casual":"華麗","Script":"手寫","Small Caps":"小型大寫字母","Reset":"重設","restore all settings to the default values":"將所有設定復原為預設值","Done":"完成","Caption Settings Dialog":"標題設定對話框","Beginning of dialog window. Escape will cancel and close the window.":"對話框視窗開始。Esc 將會取消並關閉視窗。","End of dialog window.":"對話框視窗結束。","{1} is loading.":"{1} 正在載入。","Quality":"品質","Auto":"自動","Speed":"速度","Subtitles/CC":"CC字幕","peers":"peer","Go to the video page":"到影片頁面","Settings":"設定","Uses P2P, others may know you are watching this video.":"使用 P2P,其他人可能會知道您正在觀看這部影片。","Copy the video URL":"複製影片 URL","Copy the video URL at the current time":"複製目前影片時間的 URL","Copy embed code":"複製嵌入程式碼"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_ca_ES.json b/client/src/locale/target/server_ca_ES.json
index a75d034b6..95994e618 100644
--- a/client/src/locale/target/server_ca_ES.json
+++ b/client/src/locale/target/server_ca_ES.json
@@ -1 +1 @@
-{"Music":"Música","Films":"Pel·lícules","Vehicles":"Vehicles","Art":"Art","Sports":"Esports","Travels":"Viatges","Gaming":"Jocs","People":"Gent","Comedy":"Comèdia","Entertainment":"Entreteniment","News":"Notícies","How To":"Com fer","Education":"Educació","Activism":"Activisme","Science & Technology":"Ciència i tecnologia","Animals":"Animals","Kids":"Nens","Food":"Aliments","Attribution":"Atribució","Attribution - Share Alike":"Atribució: Comparteix-ho per igual","Attribution - No Derivatives":"Atribució - Sense Derivats","Attribution - Non Commercial":"Atribució: No Comercial","Attribution - Non Commercial - Share Alike":"Atribució - No Comercial - Compartir per igual","Attribution - Non Commercial - No Derivatives":"Attribution - No Comercial - Sense Derivats","Public Domain Dedication":"Dedicació de Domini Públic","Public":"Públic","Unlisted":"No llistat","Private":"Privat","Misc":"Miscel·lània","Unknown":"Desconegut","Afar":"Àfar","Abkhazian":"Abkhaz","Afrikaans":"Afrikaans","Akan":"Àkan","Amharic":"Amhàric","Arabic":"Àrab","Aragonese":"Aragonès","American Sign Language":"Llengua de Signes Nord-Americana","Assamese":"Assamès","Avaric":"Àvar","Aymara":"Aimara","Azerbaijani":"Àzeri","Bashkir":"Baixkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalí","British Sign Language":"Llengua de Signes Britànica","Bislama":"Bislama","Tibetan":"Tibetà","Bosnian":"Bosnià","Breton":"Bretó","Bulgarian":"Búlgar","Brazilian Sign Language":"Llengua de Signes Brasiler","Catalan":"Català","Czech":"Txec","Chamorro":"Chamorro","Chechen":"Txetxè","Chuvash":"Txuvaix","Cornish":"Korni","Corsican":"Cors","Cree":"Cree","Czech Sign Language":"Llengua de Signes Txec","Chinese Sign Language":"Llengua de Signes Xinesa","Welsh":"Gal·lès","Danish":"Danès","German":"Alemany","Dhivehi":"Divehi","Danish Sign Language":"Llengua de Signes Danesa","Dzongkha":"Dzongka","Modern Greek (1453-)":"Grec modern (1453-)","English":"Anglès","Estonian":"Estonià","Basque":"Basc","Ewe":"Ewe","Faroese":"Feroès","Persian":"Persa","Fijian":"Fijià","Finnish":"Finlandès","French":"Francès","Western Frisian":"Frisó occidental","French Sign Language":"Llengua de Signes Francesa","Fulah":"Ful","Scottish Gaelic":"Gaèlic Escocès","Irish":"Irlandès","Galician":"Gallec","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Llengua de Signes Alemanya","Gujarati":"Gujarati","Haitian":"Haitià","Hausa":"Haussa","Serbo-Croatian":"Serbocroat","Hebrew":"Hebreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Hongarès","Armenian":"Armeni","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonesi","Inupiaq":"Inupiaq","Icelandic":"Islandès","Italian":"Italià","Javanese":"Javanès","Japanese":"Japonès","Japanese Sign Language":"Llengua de Signes Japonesa","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Caixmiri","Georgian":"Georgià","Kanuri":"Kanuri","Kazakh":"Kazakh","Khmer":"Khmer","Kikuyu":"Kikuiu","Kinyarwanda":"Ruandès","Kirghiz":"Kirguís","Komi":"Komi","Kongo":"Koongo","Korean":"Coreà","Kuanyama":"Kwanyama","Kurdish":"Kurd","Lao":"Laosià","Latvian":"Letó","Limburgan":"Limburgan","Lingala":"Lingala","Lithuanian":"Lituà","Luxembourgish":"Luxemburguès","Luba-Katanga":"Luba","Ganda":"Ganda","Marshallese":"Marshallès","Malayalam":"Malaialam","Marathi":"Marathi","Macedonian":"Macedoni","Malagasy":"Malgache","Maltese":"Maltès","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malai (macro llengua)","Burmese":"Birmà","Nauru":"Nauruà","Navajo":"Navaho","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalès (macro llengua)","Dutch":"Holandès","Norwegian Nynorsk":"Noruec Nynorsk","Norwegian Bokmål":"Noruec Bokmål","Norwegian":"Noruec","Nyanja":"Nyanga","Occitan (post 1500)":"Occità (post 1500)","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macro llengua)","Oromo":"Oromo","Ossetian":"Osset","Panjabi":"Panjabi","Pakistan Sign Language":"Llengua de Signes de Pakistan","Polish":"Polonès","Portuguese":"Portuguès","Pushto":"Paixtu","Quechua":"Quítxua","Romansh":"Romanx","Romanian":"Romanès","Russian Sign Language":"Llengua de Signes Russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","Saudi Arabian Sign Language":"Llengua de Signes de l'Aràbia Saudita","South African Sign Language":"Llengua de Signes Sud-Africana","Sinhala":"Singalès","Slovak":"Eslovac","Slovenian":"Eslovè","Northern Sami":"Sami del Nord","Samoan":"Samoà","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho del Sud","Spanish":"Espanyol","Albanian":"Albanès","Sardinian":"Sard","Serbian":"Serbi","Swati":"Swati","Sundanese":"Sundanès","Swahili (macrolanguage)":"Suahili (macro llengua)","Swedish":"Suec","Swedish Sign Language":"Llengua de Signes Sueca","Tahitian":"Tahití","Tamil":"Tàmil","Tatar":"Tàtar","Telugu":"Telugu","Tajik":"Tadjik","Tagalog":"Tagàlog","Thai":"Tailandès","Tigrinya":"Tigrinya","Tonga (Tonga Islands)":"Tongalès (arxipèlag de Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turcman","Turkish":"Turc","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraïnès","Urdu":"Urdú","Uzbek":"Uzbek","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Való","Wolof":"Wòlof","Xhosa":"Xosa","Yiddish":"Jiddisch","Yoruba":"Ioruba","Zhuang":"Zhuang","Chinese":"Xinès","Zulu":"Zulu"}
\ No newline at end of file
+{"Music":"Música","Films":"Pel·lícules","Vehicles":"Vehicles","Art":"Art","Sports":"Esports","Travels":"Viatges","Gaming":"Jocs","People":"Gent","Comedy":"Comèdia","Entertainment":"Entreteniment","News":"Notícies","How To":"Com fer","Education":"Educació","Activism":"Activisme","Science & Technology":"Ciència i tecnologia","Animals":"Animals","Kids":"Nens","Food":"Aliments","Attribution":"Atribució","Attribution - Share Alike":"Atribució: Comparteix-ho per igual","Attribution - No Derivatives":"Atribució - Sense Derivats","Attribution - Non Commercial":"Atribució: No Comercial","Attribution - Non Commercial - Share Alike":"Atribució - No Comercial - Compartir per igual","Attribution - Non Commercial - No Derivatives":"Attribution - No Comercial - Sense Derivats","Public Domain Dedication":"Dedicació de Domini Públic","Public":"Públic","Unlisted":"No llistat","Private":"Privat","Misc":"Miscel·lània","Unknown":"Desconegut","Afar":"Àfar","Abkhazian":"Abkhaz","Afrikaans":"Afrikaans","Akan":"Àkan","Amharic":"Amhàric","Arabic":"Àrab","Aragonese":"Aragonès","American Sign Language":"Llengua de Signes Nord-Americana","Assamese":"Assamès","Avaric":"Àvar","Aymara":"Aimara","Azerbaijani":"Àzeri","Bashkir":"Baixkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalí","British Sign Language":"Llengua de Signes Britànica","Bislama":"Bislama","Tibetan":"Tibetà","Bosnian":"Bosnià","Breton":"Bretó","Bulgarian":"Búlgar","Brazilian Sign Language":"Llengua de Signes Brasiler","Catalan":"Català","Czech":"Txec","Chamorro":"Chamorro","Chechen":"Txetxè","Chuvash":"Txuvaix","Cornish":"Korni","Corsican":"Cors","Cree":"Cree","Czech Sign Language":"Llengua de Signes Txec","Chinese Sign Language":"Llengua de Signes Xinesa","Welsh":"Gal·lès","Danish":"Danès","German":"Alemany","Dhivehi":"Divehi","Danish Sign Language":"Llengua de Signes Danesa","Dzongkha":"Dzongka","Modern Greek (1453-)":"Grec modern (1453-)","English":"Anglès","Estonian":"Estonià","Basque":"Basc","Ewe":"Ewe","Faroese":"Feroès","Persian":"Persa","Fijian":"Fijià","Finnish":"Finlandès","French":"Francès","Western Frisian":"Frisó occidental","French Sign Language":"Llengua de Signes Francesa","Fulah":"Ful","Scottish Gaelic":"Gaèlic Escocès","Irish":"Irlandès","Galician":"Gallec","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Llengua de Signes Alemanya","Gujarati":"Gujarati","Haitian":"Haitià","Hausa":"Haussa","Serbo-Croatian":"Serbocroat","Hebrew":"Hebreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Hongarès","Armenian":"Armeni","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonesi","Inupiaq":"Inupiaq","Icelandic":"Islandès","Italian":"Italià","Javanese":"Javanès","Japanese":"Japonès","Japanese Sign Language":"Llengua de Signes Japonesa","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Caixmiri","Georgian":"Georgià","Kanuri":"Kanuri","Kazakh":"Kazakh","Khmer":"Khmer","Kikuyu":"Kikuiu","Kinyarwanda":"Ruandès","Kirghiz":"Kirguís","Komi":"Komi","Kongo":"Koongo","Korean":"Coreà","Kuanyama":"Kwanyama","Kurdish":"Kurd","Lao":"Laosià","Latvian":"Letó","Limburgan":"Limburgan","Lingala":"Lingala","Lithuanian":"Lituà","Luxembourgish":"Luxemburguès","Luba-Katanga":"Luba","Ganda":"Ganda","Marshallese":"Marshallès","Malayalam":"Malaialam","Marathi":"Marathi","Macedonian":"Macedoni","Malagasy":"Malgache","Maltese":"Maltès","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malai (macro llengua)","Burmese":"Birmà","Nauru":"Nauruà","Navajo":"Navaho","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalès (macro llengua)","Dutch":"Holandès","Norwegian Nynorsk":"Noruec Nynorsk","Norwegian Bokmål":"Noruec Bokmål","Norwegian":"Noruec","Nyanja":"Nyanga","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macro llengua)","Oromo":"Oromo","Ossetian":"Osset","Panjabi":"Panjabi","Pakistan Sign Language":"Llengua de Signes de Pakistan","Polish":"Polonès","Portuguese":"Portuguès","Pushto":"Paixtu","Quechua":"Quítxua","Romansh":"Romanx","Romanian":"Romanès","Russian Sign Language":"Llengua de Signes Russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","Saudi Arabian Sign Language":"Llengua de Signes de l'Aràbia Saudita","South African Sign Language":"Llengua de Signes Sud-Africana","Sinhala":"Singalès","Slovak":"Eslovac","Slovenian":"Eslovè","Northern Sami":"Sami del Nord","Samoan":"Samoà","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho del Sud","Spanish":"Espanyol","Albanian":"Albanès","Sardinian":"Sard","Serbian":"Serbi","Swati":"Swati","Sundanese":"Sundanès","Swahili (macrolanguage)":"Suahili (macro llengua)","Swedish":"Suec","Swedish Sign Language":"Llengua de Signes Sueca","Tahitian":"Tahití","Tamil":"Tàmil","Tatar":"Tàtar","Telugu":"Telugu","Tajik":"Tadjik","Tagalog":"Tagàlog","Thai":"Tailandès","Tigrinya":"Tigrinya","Tonga (Tonga Islands)":"Tongalès (arxipèlag de Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turcman","Turkish":"Turc","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraïnès","Urdu":"Urdú","Uzbek":"Uzbek","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Való","Wolof":"Wòlof","Xhosa":"Xosa","Yiddish":"Jiddisch","Yoruba":"Ioruba","Zhuang":"Zhuang","Chinese":"Xinès","Zulu":"Zulu"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_cs_CZ.json b/client/src/locale/target/server_cs_CZ.json
index ec0283693..30267c3c6 100644
--- a/client/src/locale/target/server_cs_CZ.json
+++ b/client/src/locale/target/server_cs_CZ.json
@@ -1 +1 @@
-{"Music":"Hudba","Films":"Filmy","Vehicles":"Auta","Art":"Umění","Sports":"Sport","Travels":"Cestování","Gaming":"Hry","People":"Lidé","Comedy":"Komedie","Entertainment":"Zábava","News":"Zprávy","How To":"Jak na to","Education":"Výukové","Activism":"Aktivismus","Science & Technology":"Věda a technologie","Animals":"Zvířata","Kids":"Děti","Food":"Jídlo a vaření","Attribution":"Uveďte autora","Attribution - Share Alike":"Uveďte autora - Zachovejte licenci","Attribution - No Derivatives":"Uveďte autora - Nezpracovávejte","Attribution - Non Commercial":"Uveďte autora - Nešiřte dílo komerčně","Attribution - Non Commercial - Share Alike":"Uveďte autora - Nešiřte dílo komerčně - Zachovejte licenci","Attribution - Non Commercial - No Derivatives":"Uveďte autora - Nešiřte dílo komerčně - Nezpracovávejte","Public Domain Dedication":"Volné dílo","Public":"Veřejné","Unlisted":"Nezobrazeno","Private":"Soukromé","Misc":"Různé","Unknown":"Neznámé","Afar":"Afarština","Abkhazian":"Abcházština","Afrikaans":"Afrikánština","Akan":"Akanština","Amharic":"Amharština","Arabic":"Arabština","Aragonese":"Aragonština","American Sign Language":"Americká znaková řeč","Assamese":"Ásámština","Avaric":"Avarština","Aymara":"Ajmarština","Azerbaijani":"Ázerbájdžánština","Bashkir":"Baškirština","Bambara":"Bambarština","Belarusian":"Běloruština","Bengali":"Bengálština","British Sign Language":"Britská znaková řeč","Bislama":"Bislamština","Tibetan":"Tibetština","Bosnian":"Bosenština","Breton":"Bretonština","Bulgarian":"Bulharština","Brazilian Sign Language":"Brazilská znaková řeč","Catalan":"Katalánština","Czech":"Čeština","Chamorro":"Chamorro","Chechen":"Čečenština","Chuvash":"Čuvaština","Cornish":"Kornština","Corsican":"Korsičtina","Cree":"Kríjština","Czech Sign Language":"Česká znaková řeč","Chinese Sign Language":"Čínská znaková řeč","Welsh":"Velština","Danish":"Dánština","German":"Němčina","Dhivehi":"Maledivština","Danish Sign Language":"Dánská znaková řeč","Dzongkha":"Dzongkä","Modern Greek (1453-)":"Moderní řečtina","English":"Angličtina","Estonian":"Estonština","Basque":"Baskičtina","Ewe":"Eveština","Faroese":"Faerština","Persian":"Perština","Fijian":"Fidžijština","Finnish":"Finština","French":"Francouzština","Western Frisian":"Západofríština","French Sign Language":"Francouzská znaková řeč","Fulah":"Fulbština","Scottish Gaelic":"Skotská gaelština","Irish":"Irština","Galician":"Galicijština","Manx":"Manština","Guarani":"Guaranština","German Sign Language":"Německá znaková řeč","Gujarati":"Gudžarátština","Haitian":"Haitská kreolština","Hausa":"Hauština","Serbo-Croatian":"Srcbochorvatšinta","Hebrew":"Hebrejština","Herero":"Herero","Hindi":"Hindština","Hiri Motu":"Hiri Motu","Croatian":"Chorvatština","Hungarian":"Maďarština","Armenian":"Arménština","Igbo":"Igboština","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitutština","Indonesian":"Indonéština","Inupiaq":"Inupiaq","Icelandic":"Islandština","Italian":"Italština","Javanese":"Javánština","Japanese":"Japonština","Japanese Sign Language":"Japonská znaková řeč","Kalaallisut":"Grónština","Kannada":"Kannadština","Kashmiri":"Kašmírština","Georgian":"Gruzínština","Kanuri":"Kanurijština","Kazakh":"Kazaština","Khmer":"Khmerština","Kikuyu":"Kikujština","Kinyarwanda":"Rwandština","Kirghiz":"Kyrgyzština","Komi":"Komi","Kongo":"Konžština","Korean":"Korejština","Kuanyama":"Kuanyama","Kurdish":"Kurdština","Lao":"Laoština","Latvian":"Lotyština","Limburgan":"Limburština","Lingala":"Ngalština","Lithuanian":"Litevština","Luxembourgish":"Lucemburština","Luba-Katanga":"Luba-Katanga","Ganda":"Gandština","Marshallese":"Maršálština","Malayalam":"Malajálamština","Marathi":"Maráthština","Macedonian":"Makedonština","Malagasy":"Malgaština","Maltese":"Maltština","Mongolian":"Mongolština","Maori":"Maorština","Malay (macrolanguage)":"Malajština","Burmese":"Barmština","Nauru":"Naurština","Navajo":"Navažština","South Ndebele":"Jižní ndebelština","North Ndebele":"Severní ndebelština","Ndonga":"Ndondština","Nepali (macrolanguage)":"Nepálština","Dutch":"Dánština","Norwegian Nynorsk":"Norština Nynorsk","Norwegian Bokmål":"Norština Bokmål","Norwegian":"Norština ","Nyanja":"Čičevština","Occitan (post 1500)":"Okcitánština","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Urijština","Oromo":"Oromština","Ossetian":"Osetština","Panjabi":"Paňdžábština","Pakistan Sign Language":"Pakistánská znaková řeč","Polish":"Polština","Portuguese":"Portugalština","Pushto":"Paštština","Quechua":"Kečuánština","Romansh":"Rétorománština","Romanian":"Rumunština","Russian Sign Language":"Ruská znaková řeč","Rundi":"Kirundi","Russian":"Ruština","Sango":"Sango","Saudi Arabian Sign Language":"Saudská arabská znaková řeč","South African Sign Language":"Jihoafrická znaková řeč","Sinhala":"Sinhálština","Slovak":"Slovenština","Slovenian":"Slovinština","Northern Sami":"Severní sámština","Samoan":"Samojština","Shona":"Shona","Sindhi":"Sindhština","Somali":"Somálština","Southern Sotho":"Jižní sotština","Spanish":"Španělština","Albanian":"Albánština","Sardinian":"Sardínština","Serbian":"Srbština","Swati":"Swati","Sundanese":"Sundština","Swahili (macrolanguage)":"Svahilština","Swedish":"Švédština","Swedish Sign Language":"Švédská znaková řeč","Tahitian":"Tahitština","Tamil":"Tamilština","Tatar":"Tatarština","Telugu":"Telugština","Tajik":"Tádžičtina","Tagalog":"Tagalog","Thai":"Thajština","Tigrinya":"Tigrinya","Tonga (Tonga Islands)":"Tongánština","Tswana":"Setswanština","Tsonga":"Tsongština","Turkmen":"Turkmenština","Turkish":"Turečtina","Twi":"Twi","Uighur":"Ujgurština","Ukrainian":"Ukrajinština","Urdu":"Urdština","Uzbek":"Uzbečtina","Venda":"Vendština","Vietnamese":"Vietnamština","Walloon":"Valonština","Wolof":"Wolof ","Xhosa":"Xhoština","Yiddish":"Jidiš","Yoruba":"Jorubština","Zhuang":"Čuangština","Chinese":"Čínština","Zulu":"Zuluština"}
\ No newline at end of file
+{"Music":"Hudba","Films":"Filmy","Vehicles":"Auta","Art":"Umění","Sports":"Sport","Travels":"Cestování","Gaming":"Hry","People":"Lidé","Comedy":"Komedie","Entertainment":"Zábava","News":"Zprávy","How To":"Jak na to","Education":"Výukové","Activism":"Aktivismus","Science & Technology":"Věda a technologie","Animals":"Zvířata","Kids":"Děti","Food":"Jídlo a vaření","Attribution":"Uveďte autora","Attribution - Share Alike":"Uveďte autora - Zachovejte licenci","Attribution - No Derivatives":"Uveďte autora - Nezpracovávejte","Attribution - Non Commercial":"Uveďte autora - Nešiřte dílo komerčně","Attribution - Non Commercial - Share Alike":"Uveďte autora - Nešiřte dílo komerčně - Zachovejte licenci","Attribution - Non Commercial - No Derivatives":"Uveďte autora - Nešiřte dílo komerčně - Nezpracovávejte","Public Domain Dedication":"Volné dílo","Public":"Veřejné","Unlisted":"Nezobrazeno","Private":"Soukromé","Misc":"Různé","Unknown":"Neznámé","Afar":"Afarština","Abkhazian":"Abcházština","Afrikaans":"Afrikánština","Akan":"Akanština","Amharic":"Amharština","Arabic":"Arabština","Aragonese":"Aragonština","American Sign Language":"Americká znaková řeč","Assamese":"Ásámština","Avaric":"Avarština","Aymara":"Ajmarština","Azerbaijani":"Ázerbájdžánština","Bashkir":"Baškirština","Bambara":"Bambarština","Belarusian":"Běloruština","Bengali":"Bengálština","British Sign Language":"Britská znaková řeč","Bislama":"Bislamština","Tibetan":"Tibetština","Bosnian":"Bosenština","Breton":"Bretonština","Bulgarian":"Bulharština","Brazilian Sign Language":"Brazilská znaková řeč","Catalan":"Katalánština","Czech":"Čeština","Chamorro":"Chamorro","Chechen":"Čečenština","Chuvash":"Čuvaština","Cornish":"Kornština","Corsican":"Korsičtina","Cree":"Kríjština","Czech Sign Language":"Česká znaková řeč","Chinese Sign Language":"Čínská znaková řeč","Welsh":"Velština","Danish":"Dánština","German":"Němčina","Dhivehi":"Maledivština","Danish Sign Language":"Dánská znaková řeč","Dzongkha":"Dzongkä","Modern Greek (1453-)":"Moderní řečtina","English":"Angličtina","Estonian":"Estonština","Basque":"Baskičtina","Ewe":"Eveština","Faroese":"Faerština","Persian":"Perština","Fijian":"Fidžijština","Finnish":"Finština","French":"Francouzština","Western Frisian":"Západofríština","French Sign Language":"Francouzská znaková řeč","Fulah":"Fulbština","Scottish Gaelic":"Skotská gaelština","Irish":"Irština","Galician":"Galicijština","Manx":"Manština","Guarani":"Guaranština","German Sign Language":"Německá znaková řeč","Gujarati":"Gudžarátština","Haitian":"Haitská kreolština","Hausa":"Hauština","Serbo-Croatian":"Srcbochorvatšinta","Hebrew":"Hebrejština","Herero":"Herero","Hindi":"Hindština","Hiri Motu":"Hiri Motu","Croatian":"Chorvatština","Hungarian":"Maďarština","Armenian":"Arménština","Igbo":"Igboština","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitutština","Indonesian":"Indonéština","Inupiaq":"Inupiaq","Icelandic":"Islandština","Italian":"Italština","Javanese":"Javánština","Japanese":"Japonština","Japanese Sign Language":"Japonská znaková řeč","Kalaallisut":"Grónština","Kannada":"Kannadština","Kashmiri":"Kašmírština","Georgian":"Gruzínština","Kanuri":"Kanurijština","Kazakh":"Kazaština","Khmer":"Khmerština","Kikuyu":"Kikujština","Kinyarwanda":"Rwandština","Kirghiz":"Kyrgyzština","Komi":"Komi","Kongo":"Konžština","Korean":"Korejština","Kuanyama":"Kuanyama","Kurdish":"Kurdština","Lao":"Laoština","Latvian":"Lotyština","Limburgan":"Limburština","Lingala":"Ngalština","Lithuanian":"Litevština","Luxembourgish":"Lucemburština","Luba-Katanga":"Luba-Katanga","Ganda":"Gandština","Marshallese":"Maršálština","Malayalam":"Malajálamština","Marathi":"Maráthština","Macedonian":"Makedonština","Malagasy":"Malgaština","Maltese":"Maltština","Mongolian":"Mongolština","Maori":"Maorština","Malay (macrolanguage)":"Malajština","Burmese":"Barmština","Nauru":"Naurština","Navajo":"Navažština","South Ndebele":"Jižní ndebelština","North Ndebele":"Severní ndebelština","Ndonga":"Ndondština","Nepali (macrolanguage)":"Nepálština","Dutch":"Dánština","Norwegian Nynorsk":"Norština Nynorsk","Norwegian Bokmål":"Norština Bokmål","Norwegian":"Norština ","Nyanja":"Čičevština","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Urijština","Oromo":"Oromština","Ossetian":"Osetština","Panjabi":"Paňdžábština","Pakistan Sign Language":"Pakistánská znaková řeč","Polish":"Polština","Portuguese":"Portugalština","Pushto":"Paštština","Quechua":"Kečuánština","Romansh":"Rétorománština","Romanian":"Rumunština","Russian Sign Language":"Ruská znaková řeč","Rundi":"Kirundi","Russian":"Ruština","Sango":"Sango","Saudi Arabian Sign Language":"Saudská arabská znaková řeč","South African Sign Language":"Jihoafrická znaková řeč","Sinhala":"Sinhálština","Slovak":"Slovenština","Slovenian":"Slovinština","Northern Sami":"Severní sámština","Samoan":"Samojština","Shona":"Shona","Sindhi":"Sindhština","Somali":"Somálština","Southern Sotho":"Jižní sotština","Spanish":"Španělština","Albanian":"Albánština","Sardinian":"Sardínština","Serbian":"Srbština","Swati":"Swati","Sundanese":"Sundština","Swahili (macrolanguage)":"Svahilština","Swedish":"Švédština","Swedish Sign Language":"Švédská znaková řeč","Tahitian":"Tahitština","Tamil":"Tamilština","Tatar":"Tatarština","Telugu":"Telugština","Tajik":"Tádžičtina","Tagalog":"Tagalog","Thai":"Thajština","Tigrinya":"Tigrinya","Tonga (Tonga Islands)":"Tongánština","Tswana":"Setswanština","Tsonga":"Tsongština","Turkmen":"Turkmenština","Turkish":"Turečtina","Twi":"Twi","Uighur":"Ujgurština","Ukrainian":"Ukrajinština","Urdu":"Urdština","Uzbek":"Uzbečtina","Venda":"Vendština","Vietnamese":"Vietnamština","Walloon":"Valonština","Wolof":"Wolof ","Xhosa":"Xhoština","Yiddish":"Jidiš","Yoruba":"Jorubština","Zhuang":"Čuangština","Chinese":"Čínština","Zulu":"Zuluština"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_de_DE.json b/client/src/locale/target/server_de_DE.json
index 5a4d2d16a..48d572982 100644
--- a/client/src/locale/target/server_de_DE.json
+++ b/client/src/locale/target/server_de_DE.json
@@ -1 +1 @@
-{"Music":"Musik","Films":"Filme","Vehicles":"Fahrzeuge","Art":"Kunst","Sports":"Sport","Travels":"Reisen","Gaming":"Spiele","People":"Leute","Comedy":"Komödie","Entertainment":"Unterhaltung","News":"Nachrichten","How To":"How-to","Education":"Bildung","Activism":"Aktivismus","Science & Technology":"Wissenschaft und Technologie","Animals":"Tiere","Kids":"Kinder","Food":"Essen","Attribution":"Namensnennung","Attribution - Share Alike":"Namensnennung - Weitergabe unter gleichen Bedingungen","Attribution - No Derivatives":"Namensnennung - Keine Bearbeitung","Attribution - Non Commercial":"Namensnennung - nicht kommerziell","Attribution - Non Commercial - Share Alike":"Namensnennung - nicht kommerziell, Weitergabe unter gleichen Bedingungen","Attribution - Non Commercial - No Derivatives":"Namensnennung - nicht kommerziell, keine Bearbeitung","Public Domain Dedication":"In Gemeinfreiheit entlassen","Public":"Öffentlich","Unlisted":"Ungelistet","Private":"Privat","Published":"Veröffentlicht","To transcode":"Zu transkodieren","To import":"Zu importieren","Pending":"Ausstehend","Success":"Erfolg","Failed":"Fehlgeschlagen","Misc":"Verschiedenes","Unknown":"Unbekannt","Afar":"Afar","Abkhazian":"Abchasisch","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharisch","Arabic":"Arabisch","Aragonese":"Aragonesisch","American Sign Language":"Amerikanische Gebärdensprache","Assamese":"Assamesisch","Avaric":"Awarisch","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Aserbeidschanisch","Bashkir":"Baschkirisch","Bambara":"Bambara","Belarusian":"Weißrussisch","Bengali":"Bengali","British Sign Language":"Britische Gebärdensprache","Bislama":"Beach-la-mar","Tibetan":"Tibetisch","Bosnian":"Bosnisch","Breton":"Bretonisch","Bulgarian":"Bulgarisch","Brazilian Sign Language":"Brasilianische Gebärdensprache","Catalan":"Katalanisch","Czech":"Tschechisch","Chamorro":"Chamorro","Chechen":"Tschetschenisch","Chuvash":"Tschuwaschisch","Cornish":"Kornisch","Corsican":"Korsisch","Cree":"Cree","Czech Sign Language":"Tschechische Gebärdensprache","Chinese Sign Language":"Chinesiche Gebärdensprache","Welsh":"Kymrisch","Danish":"Dänisch","German":"Deutsch","Dhivehi":"Maledivisch","Danish Sign Language":"Dänische Gebärdensprache","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Neugriechisch","English":"Englisch","Esperanto":"Esperanto","Estonian":"Estnisch","Basque":"Baskisch","Ewe":"Ewe","Faroese":"Färöisch","Persian":"Persisch","Fijian":"Fidschi","Finnish":"Finnisch","French":"Französisch","Western Frisian":"Friesisch","French Sign Language":"Französiche Gebärdensprache","Fulah":"Ful","Scottish Gaelic":"Gälisch-Schottisch","Irish":"Irisch","Galician":"Galicisch","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Deutsche Gebärdensprache","Gujarati":"Gujarati","Haitian":"Haïtien (Haiti-Kreolisch)","Hausa":"Hausa","Serbo-Croatian":"Serbokroatisch","Hebrew":"Hebräisch","Herero":"Otjiherero","Hindi":"Hindi","Hiri Motu":"Hiri-Motu","Croatian":"Kroatisch","Hungarian":"Ungarisch","Armenian":"Armenisch","Igbo":"Igbo","Sichuan Yi":"Yi","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupik","Icelandic":"Isländisch","Italian":"Italienisch","Javanese":"Javanisch","Lojban":"Lojban","Japanese":"Japanisch","Japanese Sign Language":"Japanische Gebärdensprache","Kalaallisut":"Grönländisch","Kannada":"Kannada","Kashmiri":"Kaschmiri","Georgian":"Georgisch","Kanuri":"Kanuri","Kazakh":"Kasachisch","Khmer":"Kambodschanisch","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirgisisch","Komi":"Komi","Kongo":"Kikongo","Korean":"Koreanisch","Kuanyama":"Kuanyama","Kurdish":"Kurdisch","Lao":"Laotisch","Latvian":"Lettisch","Limburgan":"Limburgisch","Lingala":"Lingala","Lithuanian":"Litauisch","Luxembourgish":"Luxemburgisch","Luba-Katanga":"Kiluba","Ganda":"Luganda","Marshallese":"Marschallesisch","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Makedonisch","Malagasy":"Malagassi","Maltese":"Maltesisch","Mongolian":"Mongolisch","Maori":"Māori","Malay (macrolanguage)":"Malaiisch","Burmese":"Birmanisch","Nauru":"Nauruanisch","Navajo":"Navajo","South Ndebele":"Süd-Ndebele","North Ndebele":"Nord-Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali","Dutch":"Niederländisch","Norwegian Nynorsk":"Nynorsk","Norwegian Bokmål":"Bokmål","Norwegian":"Norwegisch","Nyanja":"Nyanja-Sprache","Occitan (post 1500)":"Okzitanisch","Ojibwa":"Ojibwa-Sprache","Oriya (macrolanguage)":"Oriya-Sprache","Oromo":"Galla-Sprache","Ossetian":"Ossetisch","Panjabi":"Pandschabi-Sprache","Pakistan Sign Language":"Pakistanische Gebärdensprache","Polish":"Polnisch","Portuguese":"Portugiesisch","Pushto":"Paschtu","Quechua":"Quechua-Sprache","Romansh":"Rätoromanisch","Romanian":"Rumänisch","Russian Sign Language":"Russische Gebärdensprache","Rundi":"Rundi-Sprache","Russian":"Russisch","Sango":"Sango-Sprache","Saudi Arabian Sign Language":"Saudi-arabische Gebärdensprache","South African Sign Language":"Südafrikanische Gebärdensprache","Sinhala":"Singhalesisch","Slovak":"Slowakisch","Slovenian":"Slowenisch","Northern Sami":"Nordsaamisch","Samoan":"Samoanisch","Shona":"Schona-Sprache","Sindhi":"Sindhi-Sprache","Somali":"Somali","Southern Sotho":"Süd-Sotho-Sprache","Spanish":"Spanisch","Albanian":"Albanisch","Sardinian":"Sardisch","Serbian":"Serbisch","Swati":"Swasi-Sprache","Sundanese":"Sundanesisch","Swahili (macrolanguage)":"Swahili","Swedish":"Schwedisch","Swedish Sign Language":"Schwedische Gebärdensprache","Tahitian":"Tahitisch","Tamil":"Tamil","Tatar":"Tatarisch","Telugu":"Telugu-Sprache","Tajik":"Tadschikisch","Tagalog":"Tagalog","Thai":"Thailändisch","Tigrinya":"Tigrinja-Sprache","Klingon":"Klingonisch","Tonga (Tonga Islands)":"Tongaisch","Tswana":"Tswana-Sprache","Tsonga":"Tsonga-Sprache","Turkmen":"Turkmenisch","Turkish":"Türkisch","Twi":"Twi-Sprache","Uighur":"Uigurisch","Ukrainian":"Ukrainisch","Urdu":"Urdu","Uzbek":"Usbekisch","Venda":"Venda-Sprache","Vietnamese":"Vietnamesisch","Walloon":"Wallonisch","Wolof":"Wolof-Sprache","Xhosa":"Xhosa-Sprache","Yiddish":"Jiddisch","Yoruba":"Yoruba-Sprache","Zhuang":"Zhuang","Chinese":"Chinesisch","Zulu":"Zulu-Sprache"}
\ No newline at end of file
+{"Music":"Musik","Films":"Filme","Vehicles":"Fahrzeuge","Art":"Kunst","Sports":"Sport","Travels":"Reisen","Gaming":"Spiele","People":"Leute","Comedy":"Komödie","Entertainment":"Unterhaltung","News":"Nachrichten","How To":"How-to","Education":"Bildung","Activism":"Aktivismus","Science & Technology":"Wissenschaft und Technologie","Animals":"Tiere","Kids":"Kinder","Food":"Essen","Attribution":"Namensnennung","Attribution - Share Alike":"Namensnennung - Weitergabe unter gleichen Bedingungen","Attribution - No Derivatives":"Namensnennung - Keine Bearbeitung","Attribution - Non Commercial":"Namensnennung - nicht kommerziell","Attribution - Non Commercial - Share Alike":"Namensnennung - nicht kommerziell, Weitergabe unter gleichen Bedingungen","Attribution - Non Commercial - No Derivatives":"Namensnennung - nicht kommerziell, keine Bearbeitung","Public Domain Dedication":"In Gemeinfreiheit entlassen","Public":"Öffentlich","Unlisted":"Nicht gelistet","Private":"Privat","Published":"Veröffentlicht","To transcode":"Zu transkodieren","To import":"Zu importieren","Pending":"Ausstehend","Success":"Erfolg","Failed":"Fehlgeschlagen","Misc":"Verschiedenes","Unknown":"Unbekannt","Afar":"Afar","Abkhazian":"Abchasisch","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharisch","Arabic":"Arabisch","Aragonese":"Aragonesisch","American Sign Language":"Amerikanische Gebärdensprache","Assamese":"Assamesisch","Avaric":"Awarisch","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Aserbeidschanisch","Bashkir":"Baschkirisch","Bambara":"Bambara","Belarusian":"Weißrussisch","Bengali":"Bengali","British Sign Language":"Britische Gebärdensprache","Bislama":"Beach-la-mar","Tibetan":"Tibetisch","Bosnian":"Bosnisch","Breton":"Bretonisch","Bulgarian":"Bulgarisch","Brazilian Sign Language":"Brasilianische Gebärdensprache","Catalan":"Katalanisch","Czech":"Tschechisch","Chamorro":"Chamorro","Chechen":"Tschetschenisch","Chuvash":"Tschuwaschisch","Cornish":"Kornisch","Corsican":"Korsisch","Cree":"Cree","Czech Sign Language":"Tschechische Gebärdensprache","Chinese Sign Language":"Chinesiche Gebärdensprache","Welsh":"Kymrisch","Danish":"Dänisch","German":"Deutsch","Dhivehi":"Maledivisch","Danish Sign Language":"Dänische Gebärdensprache","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Neugriechisch","English":"Englisch","Esperanto":"Esperanto","Estonian":"Estnisch","Basque":"Baskisch","Ewe":"Ewe","Faroese":"Färöisch","Persian":"Persisch","Fijian":"Fidschi","Finnish":"Finnisch","French":"Französisch","Western Frisian":"Friesisch","French Sign Language":"Französiche Gebärdensprache","Fulah":"Ful","Scottish Gaelic":"Gälisch-Schottisch","Irish":"Irisch","Galician":"Galicisch","Manx":"Manx","Guarani":"Guaraní","German Sign Language":"Deutsche Gebärdensprache","Gujarati":"Gujarati","Haitian":"Haïtien (Haiti-Kreolisch)","Hausa":"Hausa","Serbo-Croatian":"Serbokroatisch","Hebrew":"Hebräisch","Herero":"Otjiherero","Hindi":"Hindi","Hiri Motu":"Hiri-Motu","Croatian":"Kroatisch","Hungarian":"Ungarisch","Armenian":"Armenisch","Igbo":"Igbo","Sichuan Yi":"Yi","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupik","Icelandic":"Isländisch","Italian":"Italienisch","Javanese":"Javanisch","Lojban":"Lojban","Japanese":"Japanisch","Japanese Sign Language":"Japanische Gebärdensprache","Kalaallisut":"Grönländisch","Kannada":"Kannada","Kashmiri":"Kaschmiri","Georgian":"Georgisch","Kanuri":"Kanuri","Kazakh":"Kasachisch","Khmer":"Kambodschanisch","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirgisisch","Komi":"Komi","Kongo":"Kikongo","Korean":"Koreanisch","Kuanyama":"Kuanyama","Kurdish":"Kurdisch","Lao":"Laotisch","Latvian":"Lettisch","Limburgan":"Limburgisch","Lingala":"Lingala","Lithuanian":"Litauisch","Luxembourgish":"Luxemburgisch","Luba-Katanga":"Kiluba","Ganda":"Luganda","Marshallese":"Marschallesisch","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Makedonisch","Malagasy":"Malagassi","Maltese":"Maltesisch","Mongolian":"Mongolisch","Maori":"Māori","Malay (macrolanguage)":"Malaiisch","Burmese":"Birmanisch","Nauru":"Nauruanisch","Navajo":"Navajo","South Ndebele":"Süd-Ndebele","North Ndebele":"Nord-Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali","Dutch":"Niederländisch","Norwegian Nynorsk":"Nynorsk","Norwegian Bokmål":"Bokmål","Norwegian":"Norwegisch","Nyanja":"Nyanja-Sprache","Ojibwa":"Ojibwa-Sprache","Oriya (macrolanguage)":"Oriya-Sprache","Oromo":"Galla-Sprache","Ossetian":"Ossetisch","Panjabi":"Pandschabi-Sprache","Pakistan Sign Language":"Pakistanische Gebärdensprache","Polish":"Polnisch","Portuguese":"Portugiesisch","Pushto":"Paschtu","Quechua":"Quechua-Sprache","Romansh":"Rätoromanisch","Romanian":"Rumänisch","Russian Sign Language":"Russische Gebärdensprache","Rundi":"Rundi-Sprache","Russian":"Russisch","Sango":"Sango-Sprache","Saudi Arabian Sign Language":"Saudi-arabische Gebärdensprache","South African Sign Language":"Südafrikanische Gebärdensprache","Sinhala":"Singhalesisch","Slovak":"Slowakisch","Slovenian":"Slowenisch","Northern Sami":"Nordsaamisch","Samoan":"Samoanisch","Shona":"Schona-Sprache","Sindhi":"Sindhi-Sprache","Somali":"Somali","Southern Sotho":"Süd-Sotho-Sprache","Spanish":"Spanisch","Albanian":"Albanisch","Sardinian":"Sardisch","Serbian":"Serbisch","Swati":"Swasi-Sprache","Sundanese":"Sundanesisch","Swahili (macrolanguage)":"Swahili","Swedish":"Schwedisch","Swedish Sign Language":"Schwedische Gebärdensprache","Tahitian":"Tahitisch","Tamil":"Tamil","Tatar":"Tatarisch","Telugu":"Telugu-Sprache","Tajik":"Tadschikisch","Tagalog":"Tagalog","Thai":"Thailändisch","Tigrinya":"Tigrinja-Sprache","Klingon":"Klingonisch","Tonga (Tonga Islands)":"Tongaisch","Tswana":"Tswana-Sprache","Tsonga":"Tsonga-Sprache","Turkmen":"Turkmenisch","Turkish":"Türkisch","Twi":"Twi-Sprache","Uighur":"Uigurisch","Ukrainian":"Ukrainisch","Urdu":"Urdu","Uzbek":"Usbekisch","Venda":"Venda-Sprache","Vietnamese":"Vietnamesisch","Walloon":"Wallonisch","Wolof":"Wolof-Sprache","Xhosa":"Xhosa-Sprache","Yiddish":"Jiddisch","Yoruba":"Yoruba-Sprache","Zhuang":"Zhuang","Chinese":"Chinesisch","Zulu":"Zulu-Sprache"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_eo.json b/client/src/locale/target/server_eo.json
index 0e2a74bc0..43cfef5ff 100644
--- a/client/src/locale/target/server_eo.json
+++ b/client/src/locale/target/server_eo.json
@@ -1 +1 @@
-{"Music":"Muziko","Films":"Filmoj","Vehicles":"Veturiloj","Art":"Arto","Sports":"Sporto","Travels":"Vojaĝado","Gaming":"Ludoj","People":"Homoj","Comedy":"Komedio","Entertainment":"Amuzo","News":"Novaĵoj","How To":"Instrukcioj","Education":"Instruado","Activism":"Aktivismo","Science & Technology":"Scienco ϗ teĥnikaro","Animals":"Bestoj","Kids":"Infanoj","Food":"Manĝo","Attribution":"Atribuite","Attribution - Share Alike":"Atribuite – Samkondiĉe","Attribution - No Derivatives":"Atribuite – Nemodifite","Attribution - Non Commercial":"Atribuite – Nekomerce","Attribution - Non Commercial - Share Alike":"Atribuite – Nekomerce – Samkondiĉe","Attribution - Non Commercial - No Derivatives":"Atribuite – Nekomerce – Nemodifite","Public Domain Dedication":"Dediĉo al publika posedo","Public":"Publika","Unlisted":"Nelistigata","Private":"Privata","Success":"Sukcesis","Failed":"Malsukcesis","Misc":"Diversaĵoj","Unknown":"Nekonata","Afar":"Afara","Abkhazian":"Abĥaza","Afrikaans":"Afrikansa","Akan":"Akana","Amharic":"Amhara","Arabic":"Araba","Aragonese":"Aragona","American Sign Language":"Usona gestlingvo","Assamese":"Asama","Avaric":"Avara","Kotava":"Kotavo","Aymara":"Ajmara","Azerbaijani":"Azerbajĝana","Bashkir":"Baŝkira","Bambara":"Bambara","Belarusian":"Belorusa","Bengali":"Bengala","British Sign Language":"Brita gestlingvo","Bislama":"Bislama","Tibetan":"Tibeta","Bosnian":"Bosna","Breton":"Bretona","Bulgarian":"Bulgara","Brazilian Sign Language":"Brazila gestlingvo","Catalan":"Kataluna","Czech":"Ĉeĥa","Chamorro":"Ĉamora","Chechen":"Ĉeĉena","Chuvash":"Ĉuvaŝa","Cornish":"Kornvala","Corsican":"Korsika","Czech Sign Language":"Ĉeĥa gestlingvo","Chinese Sign Language":"Ĉina gestlingvo","Welsh":"Kimra","Danish":"Dana","German":"Germana","Dhivehi":"Maldiva","Danish Sign Language":"Dana gestlingvo","Dzongkha":"Butana","Modern Greek (1453-)":"Novgreka","English":"Angla","Esperanto":"Esperanto","Estonian":"Estona","Basque":"Eŭska","Ewe":"Evea","Faroese":"Feroa","Persian":"Persa","Fijian":"Fiĝia","Finnish":"Finna","French":"Franca","Western Frisian":"Okcidentfrisa","French Sign Language":"Franca gestlingvo","Fulah":"Fula","Scottish Gaelic":"Skotgaela","Irish":"Irlanda","Galician":"Galega","Manx":"Manksa","Guarani":"Gvarania","German Sign Language":"Germana gestlingvo","Gujarati":"Guĝarata","Haitian":"Haitia","Hausa":"Haŭsa","Serbo-Croatian":"Kroatserba","Hebrew":"Hebrea","Herero":"Herera","Hindi":"Hinda","Hiri Motu":"Hirimotua","Croatian":"Kroata","Hungarian":"Hungara","Armenian":"Armena","Igbo":"Igba","Sichuan Yi":"Jia","Inuktitut":"Inuktituta","Indonesian":"Indonezia","Inupiaq":"Inupiko","Icelandic":"Islanda","Italian":"Itala","Javanese":"Java","Lojban":"Loĵbano","Japanese":"Japana","Japanese Sign Language":"Japana gestlingvo","Kalaallisut":"Gronlanda","Kannada":"Kanara","Kashmiri":"Kaŝmira","Georgian":"Kartvela","Kanuri":"Kanuria","Kazakh":"Kazaĥa","Khmer":"Kmera","Kirghiz":"Kirgiza","Komi":"Komia","Kongo":"Konga","Korean":"Korea","Kuanyama":"Kvanjama","Kurdish":"Kurda","Lao":"Laosa","Latvian":"Latva","Limburgan":"Limburga","Lingala":"Lingala","Lithuanian":"Litova","Luxembourgish":"Luksemburga","Marshallese":"Marŝalinsula","Malayalam":"Malajalama","Marathi":"Marata","Macedonian":"Makedona","Malagasy":"Malgaŝa","Maltese":"Malta","Mongolian":"Mongola","Maori":"Maoria","Malay (macrolanguage)":"Malaja","Burmese":"Birma","Nauru":"Naura","Navajo":"Navajo","South Ndebele":"Sudndebela","North Ndebele":"Nordndebela","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepala","Dutch":"Nederlanda","Norwegian Nynorsk":"Novnorvega","Norwegian Bokmål":"Bukmolo","Norwegian":"Norvega","Nyanja":"Ĉiĉeva","Occitan (post 1500)":"Okcitana","Ojibwa":"Oĝibua","Oriya (macrolanguage)":"Orisa","Oromo":"Oroma","Ossetian":"Oseta","Panjabi":"Panĝaba","Pakistan Sign Language":"Pakistana gestlingvo","Polish":"Pola","Portuguese":"Portugala","Pushto":"Paŝtua","Quechua":"Keĉua","Romansh":"Romanĉa","Romanian":"Rumana","Russian Sign Language":"Rusa gestlingvo","Russian":"Rusa","Saudi Arabian Sign Language":"Saudarabuja gestlingvo","South African Sign Language":"Sudafrika gestlingvo","Sinhala":"Sinhala","Slovak":"Slovaka","Slovenian":"Slovena","Northern Sami":"Nordlapona","Samoan":"Samoa","Shona":"Ŝona","Sindhi":"Sinda","Somali":"Somala","Southern Sotho":"Sudsota","Spanish":"Hispana","Albanian":"Albana","Sardinian":"Sarda","Serbian":"Serba","Swati":"Svazia","Sundanese":"Sunda","Swahili (macrolanguage)":"Svahila","Swedish":"Sveda","Swedish Sign Language":"Sveda gestlingvo","Tahitian":"Tahitia","Tamil":"Tamula","Tatar":"Tatara","Telugu":"Telugua","Tajik":"Taĝika","Tagalog":"Tagaloga","Thai":"Taja","Klingon":"Klingona","Tonga (Tonga Islands)":"Tonga","Tswana":"Cvana","Tsonga":"Conga","Turkmen":"Turkmena","Turkish":"Turka","Uighur":"Ujgura","Ukrainian":"Ukrajna","Urdu":"Urdua","Uzbek":"Uzbeka","Venda":"Vendaa","Vietnamese":"Vjetnama","Walloon":"Valona","Wolof":"Volofa","Xhosa":"Kosa","Yiddish":"Jido","Yoruba":"Joruba","Zhuang":"Ĉuanga","Chinese":"Ĉina","Zulu":"Zulua"}
\ No newline at end of file
+{"Music":"Muziko","Films":"Filmoj","Vehicles":"Veturiloj","Art":"Arto","Sports":"Sporto","Travels":"Vojaĝado","Gaming":"Ludoj","People":"Homoj","Comedy":"Komedio","Entertainment":"Amuzo","News":"Novaĵoj","How To":"Instrukcioj","Education":"Instruado","Activism":"Aktivismo","Science & Technology":"Scienco ϗ teĥnikaro","Animals":"Bestoj","Kids":"Infanoj","Food":"Manĝo","Attribution":"Atribuite","Attribution - Share Alike":"Atribuite – Samkondiĉe","Attribution - No Derivatives":"Atribuite – Nemodifite","Attribution - Non Commercial":"Atribuite – Nekomerce","Attribution - Non Commercial - Share Alike":"Atribuite – Nekomerce – Samkondiĉe","Attribution - Non Commercial - No Derivatives":"Atribuite – Nekomerce – Nemodifite","Public Domain Dedication":"Dediĉo al publika posedo","Public":"Publika","Unlisted":"Nelistigata","Private":"Privata","Success":"Sukcesis","Failed":"Malsukcesis","Misc":"Diversaĵoj","Unknown":"Nekonata","Afar":"Afara","Abkhazian":"Abĥaza","Afrikaans":"Afrikansa","Akan":"Akana","Amharic":"Amhara","Arabic":"Araba","Aragonese":"Aragona","American Sign Language":"Usona gestlingvo","Assamese":"Asama","Avaric":"Avara","Kotava":"Kotavo","Aymara":"Ajmara","Azerbaijani":"Azerbajĝana","Bashkir":"Baŝkira","Bambara":"Bambara","Belarusian":"Belorusa","Bengali":"Bengala","British Sign Language":"Brita gestlingvo","Bislama":"Bislama","Tibetan":"Tibeta","Bosnian":"Bosna","Breton":"Bretona","Bulgarian":"Bulgara","Brazilian Sign Language":"Brazila gestlingvo","Catalan":"Kataluna","Czech":"Ĉeĥa","Chamorro":"Ĉamora","Chechen":"Ĉeĉena","Chuvash":"Ĉuvaŝa","Cornish":"Kornvala","Corsican":"Korsika","Czech Sign Language":"Ĉeĥa gestlingvo","Chinese Sign Language":"Ĉina gestlingvo","Welsh":"Kimra","Danish":"Dana","German":"Germana","Dhivehi":"Maldiva","Danish Sign Language":"Dana gestlingvo","Dzongkha":"Butana","Modern Greek (1453-)":"Novgreka","English":"Angla","Esperanto":"Esperanto","Estonian":"Estona","Basque":"Eŭska","Ewe":"Evea","Faroese":"Feroa","Persian":"Persa","Fijian":"Fiĝia","Finnish":"Finna","French":"Franca","Western Frisian":"Okcidentfrisa","French Sign Language":"Franca gestlingvo","Fulah":"Fula","Scottish Gaelic":"Skotgaela","Irish":"Irlanda","Galician":"Galega","Manx":"Manksa","Guarani":"Gvarania","German Sign Language":"Germana gestlingvo","Gujarati":"Guĝarata","Haitian":"Haitia","Hausa":"Haŭsa","Serbo-Croatian":"Kroatserba","Hebrew":"Hebrea","Herero":"Herera","Hindi":"Hinda","Hiri Motu":"Hirimotua","Croatian":"Kroata","Hungarian":"Hungara","Armenian":"Armena","Igbo":"Igba","Sichuan Yi":"Jia","Inuktitut":"Inuktituta","Indonesian":"Indonezia","Inupiaq":"Inupiko","Icelandic":"Islanda","Italian":"Itala","Javanese":"Java","Lojban":"Loĵbano","Japanese":"Japana","Japanese Sign Language":"Japana gestlingvo","Kalaallisut":"Gronlanda","Kannada":"Kanara","Kashmiri":"Kaŝmira","Georgian":"Kartvela","Kanuri":"Kanuria","Kazakh":"Kazaĥa","Khmer":"Kmera","Kirghiz":"Kirgiza","Komi":"Komia","Kongo":"Konga","Korean":"Korea","Kuanyama":"Kvanjama","Kurdish":"Kurda","Lao":"Laosa","Latvian":"Latva","Limburgan":"Limburga","Lingala":"Lingala","Lithuanian":"Litova","Luxembourgish":"Luksemburga","Marshallese":"Marŝalinsula","Malayalam":"Malajalama","Marathi":"Marata","Macedonian":"Makedona","Malagasy":"Malgaŝa","Maltese":"Malta","Mongolian":"Mongola","Maori":"Maoria","Malay (macrolanguage)":"Malaja","Burmese":"Birma","Nauru":"Naura","Navajo":"Navajo","South Ndebele":"Sudndebela","North Ndebele":"Nordndebela","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepala","Dutch":"Nederlanda","Norwegian Nynorsk":"Novnorvega","Norwegian Bokmål":"Bukmolo","Norwegian":"Norvega","Nyanja":"Ĉiĉeva","Ojibwa":"Oĝibua","Oriya (macrolanguage)":"Orisa","Oromo":"Oroma","Ossetian":"Oseta","Panjabi":"Panĝaba","Pakistan Sign Language":"Pakistana gestlingvo","Polish":"Pola","Portuguese":"Portugala","Pushto":"Paŝtua","Quechua":"Keĉua","Romansh":"Romanĉa","Romanian":"Rumana","Russian Sign Language":"Rusa gestlingvo","Russian":"Rusa","Saudi Arabian Sign Language":"Saudarabuja gestlingvo","South African Sign Language":"Sudafrika gestlingvo","Sinhala":"Sinhala","Slovak":"Slovaka","Slovenian":"Slovena","Northern Sami":"Nordlapona","Samoan":"Samoa","Shona":"Ŝona","Sindhi":"Sinda","Somali":"Somala","Southern Sotho":"Sudsota","Spanish":"Hispana","Albanian":"Albana","Sardinian":"Sarda","Serbian":"Serba","Swati":"Svazia","Sundanese":"Sunda","Swahili (macrolanguage)":"Svahila","Swedish":"Sveda","Swedish Sign Language":"Sveda gestlingvo","Tahitian":"Tahitia","Tamil":"Tamula","Tatar":"Tatara","Telugu":"Telugua","Tajik":"Taĝika","Tagalog":"Tagaloga","Thai":"Taja","Klingon":"Klingona","Tonga (Tonga Islands)":"Tonga","Tswana":"Cvana","Tsonga":"Conga","Turkmen":"Turkmena","Turkish":"Turka","Uighur":"Ujgura","Ukrainian":"Ukrajna","Urdu":"Urdua","Uzbek":"Uzbeka","Venda":"Vendaa","Vietnamese":"Vjetnama","Walloon":"Valona","Wolof":"Volofa","Xhosa":"Kosa","Yiddish":"Jido","Yoruba":"Joruba","Zhuang":"Ĉuanga","Chinese":"Ĉina","Zulu":"Zulua"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_es_ES.json b/client/src/locale/target/server_es_ES.json
index 089b94cec..21831df98 100644
--- a/client/src/locale/target/server_es_ES.json
+++ b/client/src/locale/target/server_es_ES.json
@@ -1 +1 @@
-{"Music":"Música","Films":"Películas","Vehicles":"Transporte","Art":"Arte","Sports":"Deportes","Travels":"Viajes","Gaming":"Juegos","People":"Personalidades","Comedy":"Comedia","Entertainment":"Entretenimiento","News":"Noticias","How To":"Tutorial","Education":"Educación","Activism":"Activismo","Science & Technology":"Cienca & Tecnología","Animals":"Animales","Kids":"Niños","Food":"Cocina","Attribution":"Atribución","Attribution - Share Alike":"Atribución - Compartir Igual","Attribution - No Derivatives":"Atribución - No Derivadas","Attribution - Non Commercial":"Atribución - No Comercial","Attribution - Non Commercial - Share Alike":"Atribución - No Comercial - Compartir Igual","Attribution - Non Commercial - No Derivatives":"Atribución - No Comercial - No Derivadas","Public Domain Dedication":"Dominio Público","Public":"Público","Unlisted":"Sin listar","Private":"Privado","Misc":"Miscelánea","Unknown":"Desconocido","Afar":"Afar","Abkhazian":"Abjasio","Afrikaans":"Afrikáans","Akan":"Acano","Amharic":"Amhárico","Arabic":"Árabe","Aragonese":"Aragonés","American Sign Language":"Lengua de signos americana","Assamese":"Asamés","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aimara","Azerbaijani":"Azerí","Bashkir":"Baskir","Bambara":"Bambara","Belarusian":"Bielorruso","Bengali":"Bengalí","British Sign Language":"Lenga de signos británica","Bislama":"Bislama","Tibetan":"Tibetano","Bosnian":"Bosnio","Breton":"Bretón","Bulgarian":"Búlgaro","Brazilian Sign Language":"Lengua de signos brasileña","Catalan":"Catalán","Czech":"Checo","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Chuvasio","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Lengua de signos checa","Chinese Sign Language":"Lengua de signos china","Welsh":"Gaélico","Danish":"Danés","German":"Alemán","Dhivehi":"Maldivo","Danish Sign Language":"Lengua de signos danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Griego moderno","English":"Inglés","Esperanto":"Esperanto","Estonian":"Estonio","Basque":"Euskera","Ewe":"Ewé","Faroese":"Feroés","Persian":"Persa","Fijian":"Fiyiano","Finnish":"Finés","French":"Francés","Western Frisian":"Frisón occidental","French Sign Language":"Lengua de signos francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico escocés","Irish":"Irlandés","Galician":"Gallego","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lengua de signos alemana","Gujarati":"Gujaratí","Haitian":"Haitiano","Hausa":"Hausa","Serbo-Croatian":"Serbocroata","Hebrew":"Hebreo","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armenio","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuit","Indonesian":"Indonesio","Inupiaq":"Iñupiaq","Icelandic":"Islandés","Italian":"Italiano","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lengua de signos japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Kashmiri":"Cachemir","Georgian":"Georgiano","Kanuri":"Kanurí","Kazakh":"Kazajo","Khmer":"Camboyano","Kikuyu":"Kikuyú","Kinyarwanda":"Kiñaruanda","Kirghiz":"Kirguís","Komi":"Komi","Kongo":"Kongo","Korean":"Coreano","Kuanyama":"Kuanyama","Kurdish":"Kurdo","Lao":"Lao","Latvian":"Letón","Limburgan":"Limburgués","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburgués","Luba-Katanga":"Luba oriental","Ganda":"Luganda","Marshallese":"Mashalés","Malayalam":"Malabar","Marathi":"Maratí","Macedonian":"Macedonio","Malagasy":"Malgache","Maltese":"Maltés","Mongolian":"Mongol","Maori":"Maorí","Malay (macrolanguage)":"Malayo","Burmese":"Birmano","Nauru":"Nauruano","Navajo":"Navajo","South Ndebele":"Ndebele del sur","North Ndebele":"Ndebele del norte","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalí","Dutch":"Neerlandés","Norwegian Nynorsk":"Nynorsk","Norwegian Bokmål":"Bokmål","Norwegian":"Noruego","Nyanja":"Chichewa","Occitan (post 1500)":"Occitano","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Oromo","Ossetian":"Osetio","Panjabi":"Panyabí","Pakistan Sign Language":"Lengua de signos pakistaní","Polish":"Polaco","Portuguese":"Portugués","Pushto":"Pastún","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Rumano","Russian Sign Language":"Lengua de signos rusa","Rundi":"Kirundí","Russian":"Ruso","Sango":"Sango","Saudi Arabian Sign Language":"Lengua de signos saudí","South African Sign Language":"Lengua de signos sudafricana","Sinhala":"Cingalés","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami septentrional","Samoan":"Samoano","Shona":"Shona","Sindhi":"Sindi","Somali":"Somalí","Southern Sotho":"Soto meridional","Spanish":"Español","Albanian":"Albano","Sardinian":"Sardo","Serbian":"Serbio","Swati":"Suazi","Sundanese":"Sudanés","Swahili (macrolanguage)":"Suajili","Swedish":"Sueco","Swedish Sign Language":"Lengua de signos sueca","Tahitian":"Tahitiano","Tamil":"Támil","Tatar":"Tártaro","Telugu":"Télugu","Tajik":"Tayiko","Tagalog":"Tagalo","Thai":"Tailandés","Tigrinya":"Tigriña","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongano","Tswana":"Setsuana","Tsonga":"Tsonga","Turkmen":"Turcomano","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeko","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valón","Wolof":"Wólof","Xhosa":"Xhosa","Yiddish":"Yidis","Yoruba":"Yoruba","Zhuang":"Chuang","Chinese":"Chino","Zulu":"Zulú"}
\ No newline at end of file
+{"Music":"Música","Films":"Películas","Vehicles":"Transporte","Art":"Arte","Sports":"Deportes","Travels":"Viajes","Gaming":"Juegos","People":"Personalidades","Comedy":"Comedia","Entertainment":"Entretenimiento","News":"Noticias","How To":"Tutorial","Education":"Educación","Activism":"Activismo","Science & Technology":"Cienca & Tecnología","Animals":"Animales","Kids":"Niños","Food":"Cocina","Attribution":"Atribución","Attribution - Share Alike":"Atribución - Compartir Igual","Attribution - No Derivatives":"Atribución - No Derivadas","Attribution - Non Commercial":"Atribución - No Comercial","Attribution - Non Commercial - Share Alike":"Atribución - No Comercial - Compartir Igual","Attribution - Non Commercial - No Derivatives":"Atribución - No Comercial - No Derivadas","Public Domain Dedication":"Dominio Público","Public":"Público","Unlisted":"Sin listar","Private":"Privado","Published":"Pulicados","To transcode":"Para codificar","To import":"Para importar","Pending":"Pendientes","Misc":"Miscelánea","Unknown":"Desconocido","Afar":"Afar","Abkhazian":"Abjasio","Afrikaans":"Afrikáans","Akan":"Acano","Amharic":"Amhárico","Arabic":"Árabe","Aragonese":"Aragonés","American Sign Language":"Lengua de signos americana","Assamese":"Asamés","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aimara","Azerbaijani":"Azerí","Bashkir":"Baskir","Bambara":"Bambara","Belarusian":"Bielorruso","Bengali":"Bengalí","British Sign Language":"Lenga de signos británica","Bislama":"Bislama","Tibetan":"Tibetano","Bosnian":"Bosnio","Breton":"Bretón","Bulgarian":"Búlgaro","Brazilian Sign Language":"Lengua de signos brasileña","Catalan":"Catalán","Czech":"Checo","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Chuvasio","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Lengua de signos checa","Chinese Sign Language":"Lengua de signos china","Welsh":"Gaélico","Danish":"Danés","German":"Alemán","Dhivehi":"Maldivo","Danish Sign Language":"Lengua de signos danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Griego moderno","English":"Inglés","Esperanto":"Esperanto","Estonian":"Estonio","Basque":"Euskera","Ewe":"Ewé","Faroese":"Feroés","Persian":"Persa","Fijian":"Fiyiano","Finnish":"Finés","French":"Francés","Western Frisian":"Frisón occidental","French Sign Language":"Lengua de signos francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico escocés","Irish":"Irlandés","Galician":"Gallego","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lengua de signos alemana","Gujarati":"Gujaratí","Haitian":"Haitiano","Hausa":"Hausa","Serbo-Croatian":"Serbocroata","Hebrew":"Hebreo","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armenio","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuit","Indonesian":"Indonesio","Inupiaq":"Iñupiaq","Icelandic":"Islandés","Italian":"Italiano","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lengua de signos japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Kashmiri":"Cachemir","Georgian":"Georgiano","Kanuri":"Kanurí","Kazakh":"Kazajo","Khmer":"Camboyano","Kikuyu":"Kikuyú","Kinyarwanda":"Kiñaruanda","Kirghiz":"Kirguís","Komi":"Komi","Kongo":"Kongo","Korean":"Coreano","Kuanyama":"Kuanyama","Kurdish":"Kurdo","Lao":"Lao","Latvian":"Letón","Limburgan":"Limburgués","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburgués","Luba-Katanga":"Luba oriental","Ganda":"Luganda","Marshallese":"Mashalés","Malayalam":"Malabar","Marathi":"Maratí","Macedonian":"Macedonio","Malagasy":"Malgache","Maltese":"Maltés","Mongolian":"Mongol","Maori":"Maorí","Malay (macrolanguage)":"Malayo","Burmese":"Birmano","Nauru":"Nauruano","Navajo":"Navajo","South Ndebele":"Ndebele del sur","North Ndebele":"Ndebele del norte","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalí","Dutch":"Neerlandés","Norwegian Nynorsk":"Nynorsk","Norwegian Bokmål":"Bokmål","Norwegian":"Noruego","Nyanja":"Chichewa","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Oromo","Ossetian":"Osetio","Panjabi":"Panyabí","Pakistan Sign Language":"Lengua de signos pakistaní","Polish":"Polaco","Portuguese":"Portugués","Pushto":"Pastún","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Rumano","Russian Sign Language":"Lengua de signos rusa","Rundi":"Kirundí","Russian":"Ruso","Sango":"Sango","Saudi Arabian Sign Language":"Lengua de signos saudí","South African Sign Language":"Lengua de signos sudafricana","Sinhala":"Cingalés","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami septentrional","Samoan":"Samoano","Shona":"Shona","Sindhi":"Sindi","Somali":"Somalí","Southern Sotho":"Soto meridional","Spanish":"Español","Albanian":"Albano","Sardinian":"Sardo","Serbian":"Serbio","Swati":"Suazi","Sundanese":"Sudanés","Swahili (macrolanguage)":"Suajili","Swedish":"Sueco","Swedish Sign Language":"Lengua de signos sueca","Tahitian":"Tahitiano","Tamil":"Támil","Tatar":"Tártaro","Telugu":"Télugu","Tajik":"Tayiko","Tagalog":"Tagalo","Thai":"Tailandés","Tigrinya":"Tigriña","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongano","Tswana":"Setsuana","Tsonga":"Tsonga","Turkmen":"Turcomano","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeko","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valón","Wolof":"Wólof","Xhosa":"Xhosa","Yiddish":"Yidis","Yoruba":"Yoruba","Zhuang":"Chuang","Chinese":"Chino","Zulu":"Zulú"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_eu_ES.json b/client/src/locale/target/server_eu_ES.json
index bfffd851b..f97d9e30d 100644
--- a/client/src/locale/target/server_eu_ES.json
+++ b/client/src/locale/target/server_eu_ES.json
@@ -1 +1 @@
-{"Music":"Musika","Films":"Filmak","Vehicles":"Ibilgailuak","Art":"Artea","Sports":"Kirolak","Travels":"Bidaiak","Gaming":"Jolasak","People":"Jendea","Comedy":"Komedia","Entertainment":"Aisia","News":"Berriak","How To":"Argibideak","Education":"Hezkuntza","Activism":"Aktibismoa","Science & Technology":"Zientzia eta teknologia","Animals":"Animaliak","Kids":"Haurrak","Food":"Janaria","Attribution":"Atribuzioa","Attribution - Share Alike":"Atribuzioa - Partekatu berdin","Attribution - No Derivatives":"Atribuzioa - Eratorririk ez","Attribution - Non Commercial":"Atribuzioa - Ez komertziala","Attribution - Non Commercial - Share Alike":"Atribuzioa - Ez komertziala - Partekatu berdin","Attribution - Non Commercial - No Derivatives":"Atribuzioa - Ez komertziala - Eratorririk ez","Public Domain Dedication":"Domeinu publikoa","Public":"Publikoa","Unlisted":"Zerrendatu gabea","Private":"Pribatua","Published":"Argitaratua","To transcode":"Transkodetzeko","To import":"Inportatzeko","Pending":"Egiteke","Success":"Arrakasta","Failed":"Hutsa","Misc":"Denetarik","Unknown":"Ezezaguna","Afar":"Afar","Abkhazian":"Abkhaziera","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharera","Arabic":"Arabiera","Aragonese":"Aragoiera","American Sign Language":"Amerikako zeinu-hizkuntza ","Assamese":"Assamera","Avaric":"Avarera","Kotava":"Kotava","Aymara":"Aimara","Azerbaijani":"Azerbaijanera","Bashkir":"Baxkirera","Bambara":"Banbara","Belarusian":"Bielorrusiera","Bengali":"Bengalera","British Sign Language":"Britainiako zeinu-hizkuntza","Bislama":"Bislama","Tibetan":"Tibetera","Bosnian":"Bosniera","Breton":"Bretoiera","Bulgarian":"Bulgariera","Brazilian Sign Language":"Brasilgo zeinu-hizkuntza","Catalan":"Katalana","Czech":"Txekiera","Chamorro":"Chamorro","Chechen":"Txetxenera","Chuvash":"Txuvaxera","Cornish":"Kornubiera","Corsican":"Korsikera","Cree":"Cree","Czech Sign Language":"Txekiako zeinu-hizkuntza","Chinese Sign Language":"Txinako zeinu-hizkuntza","Welsh":"Galesa","Danish":"Daniera","German":"Alemana","Dhivehi":"Dhivehi (maldivera) ","Danish Sign Language":"Danimarkako zeinu-hizkuntza","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Greziera moernoa (1453-)","English":"Ingelesa","Esperanto":"Esperantoa","Estonian":"Estoniera","Basque":"Euskara","Ewe":"Eweera","Faroese":"Faroera","Persian":"Persiera","Fijian":"Fijiera","Finnish":"Suomiera","French":"Frantsesa","Western Frisian":"Mendebaldeko frisiera","French Sign Language":"Frantziako zeinu-hizkuntza","Fulah":"Fula","Scottish Gaelic":"Eskoziako gaelikoa","Irish":"Irlandera","Galician":"Galiziera","Manx":"Manera","Guarani":"Guaraniera","German Sign Language":"Alemaniako zeinu-hizkuntza","Gujarati":"Gujaratera","Haitian":"Haitiko kreolera","Hausa":"Hausa","Serbo-Croatian":"Serbokroaziera ","Hebrew":"Hebreera","Herero":"Hereroera","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Kroaziera","Hungarian":"Hungariera","Armenian":"Armeniera","Igbo":"Igboera","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitutera","Indonesian":"Indonesiera","Inupiaq":"Inupiaq","Icelandic":"Islandiera","Italian":"Italiera","Javanese":"Javera","Lojban":"Lojban","Japanese":"Japoniera","Japanese Sign Language":"Japoniako zeinu-hizkuntza","Kalaallisut":"Groenlandiera","Kannada":"Kannada","Kashmiri":"Kaxmirera","Georgian":"Georgiera / Kartveliera ","Kanuri":"Kanuri","Kazakh":"Kazakhera","Khmer":"Khmerera","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyaruanda","Kirghiz":"Kirgizera","Komi":"Komiera","Kongo":"Kikongo","Korean":"Koreera","Kuanyama":"Kuanyama","Kurdish":"Kurduera","Lao":"Laosera","Latvian":"Letoniera","Limburgan":"Limburgera","Lingala":"Lingala","Lithuanian":"Lituaniera","Luxembourgish":"Luxenburgera","Luba-Katanga":"Luba-Katanga","Ganda":"Luganda","Marshallese":"Marshallera","Malayalam":"Malabarera","Marathi":"Marathera","Macedonian":"Mazedoniera","Malagasy":"Malgaxe","Maltese":"Maltera","Mongolian":"Mongoliera","Maori":"Maoriera","Malay (macrolanguage)":"Malaysiera (makro-hizkuntza)","Burmese":"Birmaniera","Nauru":"Nauruera","Navajo":"Navajoa","South Ndebele":"Hego Ndebele","North Ndebele":"Ipar Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalera (makro-hizkuntza)","Dutch":"Nederlandera","Norwegian Nynorsk":"Norvegiako Nynorsk","Norwegian Bokmål":"Norvegiako Bokmål","Norwegian":"Norvegiera","Nyanja":"Txewera","Occitan (post 1500)":"Okzitanoa (1500etik aurrerakoa)","Ojibwa":"Ojibwera","Oriya (macrolanguage)":"Oriya (makro-hizkuntza)","Oromo":"Oromoera","Ossetian":"Osetiera","Panjabi":"Punjabera","Pakistan Sign Language":"Pakistango zeinu-hizkuntza","Polish":"Poloniera","Portuguese":"Portugesa","Pushto":"Paxtuera","Quechua":"Kitxua","Romansh":"Erromantxea","Romanian":"Errumaniera","Russian Sign Language":"Errusiako zeinu-hizkuntza","Rundi":"Kirundi","Russian":"Errusiera","Sango":"Sango","Saudi Arabian Sign Language":"Saudi Arabiako zeinu-hizkuntza","South African Sign Language":"Hego Afrikako zeinu-hizkuntza","Sinhala":"Sinhala","Slovak":"Eslovakiera","Slovenian":"Esloveniera","Northern Sami":"Ipar Samiera","Samoan":"Samoera","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somaliera","Southern Sotho":"Sothoera","Spanish":"Espainiera","Albanian":"Albaniera","Sardinian":"Sardiniera","Serbian":"Serbiera","Swati":"Swaziera","Sundanese":"Sundera","Swahili (macrolanguage)":"Swahili (makro-hizkuntza)","Swedish":"Suediera","Swedish Sign Language":"Suediako zeinu-hizkuntza","Tahitian":"Maoriera","Tamil":"Tamilera","Tatar":"Tatarera","Telugu":"Telugu","Tajik":"Tajikera","Tagalog":"Tagaloa","Thai":"Thailandiera","Tigrinya":"Tigrinyera","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Tonga irlak)","Tswana":"Tswanera","Tsonga":"Tsongera","Turkmen":"Turkmenera","Turkish":"Turkiera","Twi":"Twi","Uighur":"Uigurrera","Ukrainian":"Ukrainera","Urdu":"Urduera","Uzbek":"Uzbekera","Venda":"Vendera","Vietnamese":"Vietnamera","Walloon":"Valoniera","Wolof":"Wolofera","Xhosa":"Xhosera","Yiddish":"Yiddish","Yoruba":"Jorubera","Zhuang":"Zhuang","Chinese":"Txinera","Zulu":"Zuluera"}
\ No newline at end of file
+{"Music":"Musika","Films":"Filmak","Vehicles":"Ibilgailuak","Art":"Artea","Sports":"Kirolak","Travels":"Bidaiak","Gaming":"Jolasak","People":"Jendea","Comedy":"Komedia","Entertainment":"Aisia","News":"Berriak","How To":"Argibideak","Education":"Hezkuntza","Activism":"Aktibismoa","Science & Technology":"Zientzia eta teknologia","Animals":"Animaliak","Kids":"Haurrak","Food":"Janaria","Attribution":"Atribuzioa","Attribution - Share Alike":"Atribuzioa - Partekatu berdin","Attribution - No Derivatives":"Atribuzioa - Eratorririk ez","Attribution - Non Commercial":"Atribuzioa - Ez komertziala","Attribution - Non Commercial - Share Alike":"Atribuzioa - Ez komertziala - Partekatu berdin","Attribution - Non Commercial - No Derivatives":"Atribuzioa - Ez komertziala - Eratorririk ez","Public Domain Dedication":"Domeinu publikoa","Public":"Publikoa","Unlisted":"Zerrendatu gabea","Private":"Pribatua","Published":"Argitaratua","To transcode":"Transkodetzeko","To import":"Inportatzeko","Pending":"Egiteke","Success":"Arrakasta","Failed":"Hutsa","Misc":"Denetarik","Unknown":"Ezezaguna","Afar":"Afar","Abkhazian":"Abkhaziera","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharera","Arabic":"Arabiera","Aragonese":"Aragoiera","American Sign Language":"Amerikako zeinu-hizkuntza ","Assamese":"Assamera","Avaric":"Avarera","Kotava":"Kotava","Aymara":"Aimara","Azerbaijani":"Azerbaijanera","Bashkir":"Baxkirera","Bambara":"Banbara","Belarusian":"Bielorrusiera","Bengali":"Bengalera","British Sign Language":"Britainiako zeinu-hizkuntza","Bislama":"Bislama","Tibetan":"Tibetera","Bosnian":"Bosniera","Breton":"Bretoiera","Bulgarian":"Bulgariera","Brazilian Sign Language":"Brasilgo zeinu-hizkuntza","Catalan":"Katalana","Czech":"Txekiera","Chamorro":"Chamorro","Chechen":"Txetxenera","Chuvash":"Txuvaxera","Cornish":"Kornubiera","Corsican":"Korsikera","Cree":"Cree","Czech Sign Language":"Txekiako zeinu-hizkuntza","Chinese Sign Language":"Txinako zeinu-hizkuntza","Welsh":"Galesa","Danish":"Daniera","German":"Alemana","Dhivehi":"Dhivehi (maldivera) ","Danish Sign Language":"Danimarkako zeinu-hizkuntza","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Greziera moernoa (1453-)","English":"Ingelesa","Esperanto":"Esperantoa","Estonian":"Estoniera","Basque":"Euskara","Ewe":"Eweera","Faroese":"Faroera","Persian":"Persiera","Fijian":"Fijiera","Finnish":"Suomiera","French":"Frantsesa","Western Frisian":"Mendebaldeko frisiera","French Sign Language":"Frantziako zeinu-hizkuntza","Fulah":"Fula","Scottish Gaelic":"Eskoziako gaelikoa","Irish":"Irlandera","Galician":"Galiziera","Manx":"Manera","Guarani":"Guaraniera","German Sign Language":"Alemaniako zeinu-hizkuntza","Gujarati":"Gujaratera","Haitian":"Haitiko kreolera","Hausa":"Hausa","Serbo-Croatian":"Serbokroaziera ","Hebrew":"Hebreera","Herero":"Hereroera","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Kroaziera","Hungarian":"Hungariera","Armenian":"Armeniera","Igbo":"Igboera","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitutera","Indonesian":"Indonesiera","Inupiaq":"Inupiaq","Icelandic":"Islandiera","Italian":"Italiera","Javanese":"Javera","Lojban":"Lojban","Japanese":"Japoniera","Japanese Sign Language":"Japoniako zeinu-hizkuntza","Kalaallisut":"Groenlandiera","Kannada":"Kannada","Kashmiri":"Kaxmirera","Georgian":"Georgiera / Kartveliera ","Kanuri":"Kanuri","Kazakh":"Kazakhera","Khmer":"Khmerera","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyaruanda","Kirghiz":"Kirgizera","Komi":"Komiera","Kongo":"Kikongo","Korean":"Koreera","Kuanyama":"Kuanyama","Kurdish":"Kurduera","Lao":"Laosera","Latvian":"Letoniera","Limburgan":"Limburgera","Lingala":"Lingala","Lithuanian":"Lituaniera","Luxembourgish":"Luxenburgera","Luba-Katanga":"Luba-Katanga","Ganda":"Luganda","Marshallese":"Marshallera","Malayalam":"Malabarera","Marathi":"Marathera","Macedonian":"Mazedoniera","Malagasy":"Malgaxe","Maltese":"Maltera","Mongolian":"Mongoliera","Maori":"Maoriera","Malay (macrolanguage)":"Malaysiera (makro-hizkuntza)","Burmese":"Birmaniera","Nauru":"Nauruera","Navajo":"Navajoa","South Ndebele":"Hego Ndebele","North Ndebele":"Ipar Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepalera (makro-hizkuntza)","Dutch":"Nederlandera","Norwegian Nynorsk":"Norvegiako Nynorsk","Norwegian Bokmål":"Norvegiako Bokmål","Norwegian":"Norvegiera","Nyanja":"Txewera","Ojibwa":"Ojibwera","Oriya (macrolanguage)":"Oriya (makro-hizkuntza)","Oromo":"Oromoera","Ossetian":"Osetiera","Panjabi":"Punjabera","Pakistan Sign Language":"Pakistango zeinu-hizkuntza","Polish":"Poloniera","Portuguese":"Portugesa","Pushto":"Paxtuera","Quechua":"Kitxua","Romansh":"Erromantxea","Romanian":"Errumaniera","Russian Sign Language":"Errusiako zeinu-hizkuntza","Rundi":"Kirundi","Russian":"Errusiera","Sango":"Sango","Saudi Arabian Sign Language":"Saudi Arabiako zeinu-hizkuntza","South African Sign Language":"Hego Afrikako zeinu-hizkuntza","Sinhala":"Sinhala","Slovak":"Eslovakiera","Slovenian":"Esloveniera","Northern Sami":"Ipar Samiera","Samoan":"Samoera","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somaliera","Southern Sotho":"Sothoera","Spanish":"Espainiera","Albanian":"Albaniera","Sardinian":"Sardiniera","Serbian":"Serbiera","Swati":"Swaziera","Sundanese":"Sundera","Swahili (macrolanguage)":"Swahili (makro-hizkuntza)","Swedish":"Suediera","Swedish Sign Language":"Suediako zeinu-hizkuntza","Tahitian":"Maoriera","Tamil":"Tamilera","Tatar":"Tatarera","Telugu":"Telugu","Tajik":"Tajikera","Tagalog":"Tagaloa","Thai":"Thailandiera","Tigrinya":"Tigrinyera","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Tonga irlak)","Tswana":"Tswanera","Tsonga":"Tsongera","Turkmen":"Turkmenera","Turkish":"Turkiera","Twi":"Twi","Uighur":"Uigurrera","Ukrainian":"Ukrainera","Urdu":"Urduera","Uzbek":"Uzbekera","Venda":"Vendera","Vietnamese":"Vietnamera","Walloon":"Valoniera","Wolof":"Wolofera","Xhosa":"Xhosera","Yiddish":"Yiddish","Yoruba":"Jorubera","Zhuang":"Zhuang","Chinese":"Txinera","Zulu":"Zuluera"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_fr_FR.json b/client/src/locale/target/server_fr_FR.json
index 4c5b116b5..f4576da02 100644
--- a/client/src/locale/target/server_fr_FR.json
+++ b/client/src/locale/target/server_fr_FR.json
@@ -1 +1 @@
-{"Music":"Musiques","Films":"Films","Vehicles":"Transport","Art":"Art","Sports":"Sports","Travels":"Voyages","Gaming":"Jeux vidéos","People":"Personnalités","Comedy":"Humour","Entertainment":"Divertissement","News":"Actualités","How To":"Tutoriels","Education":"Éducation","Activism":"Militantisme","Science & Technology":"Science & Technologie","Animals":"Animaux","Kids":"Enfants","Food":"Cuisine","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Public Domain Dedication":"Domaine public","Public":"Publique","Unlisted":"Non listée","Private":"Privée","Published":"Publier","To transcode":"À transcoder","To import":"À importer","Pending":"En cours","Success":"Succès","Failed":"Échoué","Misc":"Divers","Unknown":"Inconnu","Afar":"Afar","Abkhazian":"Abkhaze","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharique","Arabic":"Arabe","Aragonese":"Aragonais","American Sign Language":"Langue des signes américaine","Assamese":"Assamais","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azéri","Bashkir":"Bachkir","Bambara":"Bambara","Belarusian":"Biélorusse","Bengali":"Bengali","British Sign Language":"Langue des signes britannique","Bislama":"Bichlamar","Tibetan":"Tibétain","Bosnian":"Bosniaque","Breton":"Breton","Bulgarian":"Bulgare","Brazilian Sign Language":"Langue des signes brésilienne","Catalan":"Catalan","Czech":"Tchèque","Chamorro":"Chamorro","Chechen":"Tchétchène","Chuvash":"Tchouvache","Cornish":"Cornique","Corsican":"Corse","Cree":"Cree","Czech Sign Language":"Langue des signes tchèque","Chinese Sign Language":"Langue des signes chinoise","Welsh":"Gallois","Danish":"Danois","German":"Allemand","Dhivehi":"Maldivien","Danish Sign Language":"Langue des signes danoise","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grec moderne (après 1453)","English":"Anglais","Esperanto":"Espéranto","Estonian":"Estonien","Basque":"Basque","Ewe":"Éwé","Faroese":"Féroïen","Persian":"Persan","Fijian":"Fidjien","Finnish":"Finnois","French":"Français","Western Frisian":"Frison occidental","French Sign Language":"Langue des signes française","Fulah":"Peul","Scottish Gaelic":"Gaélique","Irish":"Irlandais","Galician":"Galicien","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Langue des signes allemande","Gujarati":"Goudjrati","Haitian":"Haïtien","Hausa":"Haoussa","Serbo-Croatian":"Serbo-croate","Hebrew":"Hébreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croate","Hungarian":"Hongrois","Armenian":"Arménien","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonésien","Inupiaq":"Inupiaq","Icelandic":"Islandais","Italian":"Italien","Javanese":"Javanais","Lojban":"Lojban","Japanese":"Japonais","Japanese Sign Language":"Langue des signes japonaise","Kalaallisut":"Groenlandais","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Géorgien","Kanuri":"Kanouri","Kazakh":"Kazakh","Khmer":"Khmer central","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirghiz","Komi":"Kom","Kongo":"Kongo","Korean":"Coréen","Kuanyama":"Kuanyama","Kurdish":"Kurde","Lao":"Lao","Latvian":"Letton","Limburgan":"Limbourgeois","Lingala":"Lingala","Lithuanian":"Lituanien","Luxembourgish":"Luxembourgeois","Luba-Katanga":"Luba-katanga","Ganda":"Ganda","Marshallese":"Marshall","Malayalam":"Malayalam","Marathi":"Marathe","Macedonian":"Macédonien","Malagasy":"Malgache","Maltese":"Maltais","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malais","Burmese":"Birman","Nauru":"Nauruan","Navajo":"Navaho","South Ndebele":"Ndébélé du Sud","North Ndebele":"Ndébélé du Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Népalais","Dutch":"Néerlandais","Norwegian Nynorsk":"Norvégien nynorsk","Norwegian Bokmål":"Norvégien bokmål","Norwegian":"Norvégien","Nyanja":"Chichewa","Occitan (post 1500)":"Occitan (après 1500)","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Galla","Ossetian":"Ossète","Panjabi":"Pendjabi","Pakistan Sign Language":"Langue des signes pakistanaise","Polish":"Polonais","Portuguese":"Portugais","Pushto":"Pachto","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Roumain","Russian Sign Language":"Langue des signes russe","Rundi":"Rundi","Russian":"Russe","Sango":"Sango","Saudi Arabian Sign Language":"Langue des signes saoudienne","South African Sign Language":"Langue des signes sud-africaine","Sinhala":"Singhalais","Slovak":"Slovaque","Slovenian":"Slovène","Northern Sami":"Sami du Nord","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho du Sud","Spanish":"Espagnol","Albanian":"Albanais","Sardinian":"Sarde","Serbian":"Serbe","Swati":"Swati","Sundanese":"Soundanais","Swahili (macrolanguage)":"Swahili","Swedish":"Suédois","Swedish Sign Language":"Langue des signes suédoise","Tahitian":"Tahitien","Tamil":"Tamoul","Tatar":"Tatar","Telugu":"Télougou","Tajik":"Tadjik","Tagalog":"Tagalog","Thai":"Thaï","Tigrinya":"Tigrigna","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongan (Îles Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmène","Turkish":"Turc","Twi":"Twi","Uighur":"Ouïgour","Ukrainian":"Ukrainien","Urdu":"Ourdou","Uzbek":"Ouszbek","Venda":"Venda","Vietnamese":"Vietnamien","Walloon":"Wallon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinois","Zulu":"Zoulou"}
\ No newline at end of file
+{"Music":"Musiques","Films":"Films","Vehicles":"Transport","Art":"Art","Sports":"Sports","Travels":"Voyages","Gaming":"Jeux vidéos","People":"Personnalités","Comedy":"Humour","Entertainment":"Divertissement","News":"Actualités","How To":"Tutoriels","Education":"Éducation","Activism":"Militantisme","Science & Technology":"Science & Technologie","Animals":"Animaux","Kids":"Enfants","Food":"Cuisine","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Public Domain Dedication":"Domaine public","Public":"Publique","Unlisted":"Non listée","Private":"Privée","Published":"Publier","To transcode":"À transcoder","To import":"À importer","Pending":"En cours","Success":"Succès","Failed":"Échoué","Misc":"Divers","Unknown":"Inconnu","Afar":"Afar","Abkhazian":"Abkhaze","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharique","Arabic":"Arabe","Aragonese":"Aragonais","American Sign Language":"Langue des signes américaine","Assamese":"Assamais","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azéri","Bashkir":"Bachkir","Bambara":"Bambara","Belarusian":"Biélorusse","Bengali":"Bengali","British Sign Language":"Langue des signes britannique","Bislama":"Bichlamar","Tibetan":"Tibétain","Bosnian":"Bosniaque","Breton":"Breton","Bulgarian":"Bulgare","Brazilian Sign Language":"Langue des signes brésilienne","Catalan":"Catalan","Czech":"Tchèque","Chamorro":"Chamorro","Chechen":"Tchétchène","Chuvash":"Tchouvache","Cornish":"Cornique","Corsican":"Corse","Cree":"Cree","Czech Sign Language":"Langue des signes tchèque","Chinese Sign Language":"Langue des signes chinoise","Welsh":"Gallois","Danish":"Danois","German":"Allemand","Dhivehi":"Maldivien","Danish Sign Language":"Langue des signes danoise","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grec moderne (après 1453)","English":"Anglais","Esperanto":"Espéranto","Estonian":"Estonien","Basque":"Basque","Ewe":"Éwé","Faroese":"Féroïen","Persian":"Persan","Fijian":"Fidjien","Finnish":"Finnois","French":"Français","Western Frisian":"Frison occidental","French Sign Language":"Langue des signes française","Fulah":"Peul","Scottish Gaelic":"Gaélique","Irish":"Irlandais","Galician":"Galicien","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Langue des signes allemande","Gujarati":"Goudjrati","Haitian":"Haïtien","Hausa":"Haoussa","Serbo-Croatian":"Serbo-croate","Hebrew":"Hébreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croate","Hungarian":"Hongrois","Armenian":"Arménien","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonésien","Inupiaq":"Inupiaq","Icelandic":"Islandais","Italian":"Italien","Javanese":"Javanais","Lojban":"Lojban","Japanese":"Japonais","Japanese Sign Language":"Langue des signes japonaise","Kalaallisut":"Groenlandais","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Géorgien","Kanuri":"Kanouri","Kazakh":"Kazakh","Khmer":"Khmer central","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirghiz","Komi":"Kom","Kongo":"Kongo","Korean":"Coréen","Kuanyama":"Kuanyama","Kurdish":"Kurde","Lao":"Lao","Latvian":"Letton","Limburgan":"Limbourgeois","Lingala":"Lingala","Lithuanian":"Lituanien","Luxembourgish":"Luxembourgeois","Luba-Katanga":"Luba-katanga","Ganda":"Ganda","Marshallese":"Marshall","Malayalam":"Malayalam","Marathi":"Marathe","Macedonian":"Macédonien","Malagasy":"Malgache","Maltese":"Maltais","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malais","Burmese":"Birman","Nauru":"Nauruan","Navajo":"Navaho","South Ndebele":"Ndébélé du Sud","North Ndebele":"Ndébélé du Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Népalais","Dutch":"Néerlandais","Norwegian Nynorsk":"Norvégien nynorsk","Norwegian Bokmål":"Norvégien bokmål","Norwegian":"Norvégien","Nyanja":"Chichewa","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Galla","Ossetian":"Ossète","Panjabi":"Pendjabi","Pakistan Sign Language":"Langue des signes pakistanaise","Polish":"Polonais","Portuguese":"Portugais","Pushto":"Pachto","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Roumain","Russian Sign Language":"Langue des signes russe","Rundi":"Rundi","Russian":"Russe","Sango":"Sango","Saudi Arabian Sign Language":"Langue des signes saoudienne","South African Sign Language":"Langue des signes sud-africaine","Sinhala":"Singhalais","Slovak":"Slovaque","Slovenian":"Slovène","Northern Sami":"Sami du Nord","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho du Sud","Spanish":"Espagnol","Albanian":"Albanais","Sardinian":"Sarde","Serbian":"Serbe","Swati":"Swati","Sundanese":"Soundanais","Swahili (macrolanguage)":"Swahili","Swedish":"Suédois","Swedish Sign Language":"Langue des signes suédoise","Tahitian":"Tahitien","Tamil":"Tamoul","Tatar":"Tatar","Telugu":"Télougou","Tajik":"Tadjik","Tagalog":"Tagalog","Thai":"Thaï","Tigrinya":"Tigrigna","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongan (Îles Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmène","Turkish":"Turc","Twi":"Twi","Uighur":"Ouïgour","Ukrainian":"Ukrainien","Urdu":"Ourdou","Uzbek":"Ouszbek","Venda":"Venda","Vietnamese":"Vietnamien","Walloon":"Wallon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinois","Zulu":"Zoulou"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_oc.json b/client/src/locale/target/server_oc.json
index dd7690b7c..09f7b3d7f 100644
--- a/client/src/locale/target/server_oc.json
+++ b/client/src/locale/target/server_oc.json
@@ -1 +1 @@
-{"Music":"Musica","Films":"Films","Vehicles":"Veituras","Art":"Art","Sports":"Espòrts","Travels":"Viatges","Gaming":"Vidèo jòc","People":"Gent","Comedy":"Comèdia","Entertainment":"Léser ","News":"Actualitat","How To":"Demonstracions","Education":"Educacion","Activism":"Activisme","Science & Technology":"Sciéncia & Tecnologia","Animals":"Animals","Kids":"Mainatges","Food":"Manjar","Attribution":"Atribucion","Attribution - Share Alike":"Atribucion - Partejar a l’identic","Attribution - No Derivatives":"Atribucion - Cap de derivacion","Attribution - Non Commercial":"Atribucion - Pas comercial","Attribution - Non Commercial - Share Alike":"Atribucion - Pas comercial - Partejar a l’identic","Attribution - Non Commercial - No Derivatives":"Atribucion - Pas comercial - Cap de derivacion","Public Domain Dedication":"Domeni public","Public":"Public","Unlisted":"Pas listat","Private":"Privat","Published":"Publicada","To transcode":"De transcodar","To import":"D’importar","Pending":"En espèra","Success":"Reüssida","Failed":"Fracàs","Misc":"Divèrs","Unknown":"Desconegut","Afar":"Afar","Abkhazian":"Abcaz","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabi","Aragonese":"Aragonés","American Sign Language":"Lenga de signes americana","Assamese":"Assamés","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azèri","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalin","British Sign Language":"Lenga de signes britanica","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgar","Brazilian Sign Language":"Lenga de signes brasiliana","Catalan":"Catalan","Czech":"Chèc","Chamorro":"Chamorro","Chechen":"Chenchèn","Chuvash":"Chuvash","Cornish":"Cornic","Corsican":"Còrs","Cree":"Cree","Czech Sign Language":"Lenga de signes chèca","Chinese Sign Language":"Lenga de signes chinesa","Welsh":"Galés","Danish":"Danés","German":"Alemand","Danish Sign Language":"Lenga de signes danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grèc","English":"Anglés","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basc","Ewe":"Ewe","Faroese":"Faroés","Fijian":"Fijian","Finnish":"Finés","French":"Francés","Western Frisian":"Frison occitendal","French Sign Language":"Lenga de signes francesa","Fulah":"Fulah","Scottish Gaelic":"Gaelic escossés","Irish":"Irlandés","Galician":"Galician","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lenga de signes alemanda","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Sèrbocroat","Hebrew":"Ebrieu","Herero":"Herero","Hindi":"Indi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Ongrés","Armenian":"Armèni","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupiaq","Icelandic":"Islandés","Italian":"Italian","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lenga de signes japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Cazac","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Kongo","Korean":"Corean","Kurdish":"Curd","Lao":"Laosian","Latvian":"Leton","Limburgan":"Limborgués","Lingala":"Lingala","Lithuanian":"Lituanian","Luxembourgish":"Luxemborgés","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallés","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malgash","Maltese":"Maltés","Mongolian":"Mongòl","Maori":"Maòri","Malay (macrolanguage)":"Malai (macrolengatge)","Burmese":"Birman","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nòrd","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolengatge)","Dutch":"Neerlandés","Norwegian Nynorsk":"Norvegian Nynorsk","Norwegian Bokmål":"Norvegian","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan (post 1500)":"Occitan","Ojibwa":"Ojibwa","Oromo":"Oromo","Panjabi":"Panjabi","Polish":"Polonés","Portuguese":"Portugués","Pushto":"Pushto","Quechua":"Quíchoa","Romansh":"Romanch","Romanian":"Romanés","Russian Sign Language":"Lenga de signes russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","South African Sign Language":"Lenga de signes d’Africa del sud","Sinhala":"Singalés","Slovak":"Eslovac","Slovenian":"Eslovèn","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Spanish":"Espanhòl","Albanian":"Albanés","Sardinian":"Sard","Serbian":"Sèrbe","Swati":"Swati","Sundanese":"Sodanés","Swahili (macrolanguage)":"Swahili (macrolengatge)","Swedish":"Suedés","Swedish Sign Language":"Lenga de signes suedesa","Tahitian":"Tahician","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalòg","Thai":"Tailandés","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tònga (islas Tònga)","Tswana":"Tswana","Turkmen":"Turcmèn","Turkish":"Turc","Uighur":"Oigors","Ukrainian":"Ucraïnian","Urdu":"Ordo","Uzbek":"Uzbec","Venda":"Venda","Vietnamese":"Vietnamian","Walloon":"Valon","Wolof":"Wolòf","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinés","Zulu":"Zulu"}
\ No newline at end of file
+{"Music":"Musica","Films":"Films","Vehicles":"Veituras","Art":"Art","Sports":"Espòrts","Travels":"Viatges","Gaming":"Vidèo jòc","People":"Gent","Comedy":"Comèdia","Entertainment":"Léser ","News":"Actualitat","How To":"Demonstracions","Education":"Educacion","Activism":"Activisme","Science & Technology":"Sciéncia & Tecnologia","Animals":"Animals","Kids":"Mainatges","Food":"Manjar","Attribution":"Atribucion","Attribution - Share Alike":"Atribucion - Partejar a l’identic","Attribution - No Derivatives":"Atribucion - Cap de derivacion","Attribution - Non Commercial":"Atribucion - Pas comercial","Attribution - Non Commercial - Share Alike":"Atribucion - Pas comercial - Partejar a l’identic","Attribution - Non Commercial - No Derivatives":"Atribucion - Pas comercial - Cap de derivacion","Public Domain Dedication":"Domeni public","Public":"Public","Unlisted":"Pas listat","Private":"Privat","Published":"Publicada","To transcode":"De transcodar","To import":"D’importar","Pending":"En espèra","Success":"Reüssida","Failed":"Fracàs","Misc":"Divèrs","Unknown":"Desconegut","Afar":"Afar","Abkhazian":"Abcaz","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabi","Aragonese":"Aragonés","American Sign Language":"Lenga de signes americana","Assamese":"Assamés","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azèri","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Bielorús","Bengali":"Bengalin","British Sign Language":"Lenga de signes britanica","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgar","Brazilian Sign Language":"Lenga de signes brasiliana","Catalan":"Catalan","Czech":"Chèc","Chamorro":"Chamorro","Chechen":"Chenchèn","Chuvash":"Chuvash","Cornish":"Cornic","Corsican":"Còrs","Cree":"Cree","Czech Sign Language":"Lenga de signes chèca","Chinese Sign Language":"Lenga de signes chinesa","Welsh":"Galés","Danish":"Danés","German":"Alemand","Danish Sign Language":"Lenga de signes danesa","Dzongkha":"Dzongkha","Modern Greek (1453-)":"Grèc","English":"Anglés","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basc","Ewe":"Ewe","Faroese":"Faroés","Persian":"Persan","Fijian":"Fijian","Finnish":"Finés","French":"Francés","Western Frisian":"Frison occitendal","French Sign Language":"Lenga de signes francesa","Fulah":"Fulah","Scottish Gaelic":"Gaelic escossés","Irish":"Irlandés","Galician":"Galician","Manx":"Manés","Guarani":"Guaraní","German Sign Language":"Lenga de signes alemanda","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Sèrbocroat","Hebrew":"Ebrieu","Herero":"Herero","Hindi":"Indi","Hiri Motu":"Hiri Motu","Croatian":"Croat","Hungarian":"Ongrés","Armenian":"Armèni","Igbo":"Igbo","Sichuan Yi":"Nuosu","Inuktitut":"Inuktitut","Indonesian":"Bahasa Indonesia","Inupiaq":"Inupiaq","Icelandic":"Islandés","Italian":"Italian","Javanese":"Javanés","Lojban":"Lojban","Japanese":"Japonés","Japanese Sign Language":"Lenga de signes japonesa","Kalaallisut":"Kalaallisut","Kannada":"Canarés","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Cazac","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Kongo","Korean":"Corean","Kuanyama":"Kuanyama","Kurdish":"Curd","Lao":"Laosian","Latvian":"Leton","Limburgan":"Limborgués","Lingala":"Lingala","Lithuanian":"Lituanian","Luxembourgish":"Luxemborgés","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallés","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malgash","Maltese":"Maltés","Mongolian":"Mongòl","Maori":"Maòri","Malay (macrolanguage)":"Malai (macrolengatge)","Burmese":"Birman","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele del Sud","North Ndebele":"Ndebele del Nòrd","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolengatge)","Dutch":"Neerlandés","Norwegian Nynorsk":"Norvegian Nynorsk","Norwegian Bokmål":"Norvegian","Norwegian":"Norwegian","Nyanja":"Nyanja","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolengatge)","Oromo":"Oromo","Panjabi":"Panjabi","Polish":"Polonés","Portuguese":"Portugués","Pushto":"Pushto","Quechua":"Quíchoa","Romansh":"Romanch","Romanian":"Romanés","Russian Sign Language":"Lenga de signes russa","Rundi":"Rundi","Russian":"Rus","Sango":"Sango","South African Sign Language":"Lenga de signes d’Africa del Sud","Sinhala":"Singalés","Slovak":"Eslovac","Slovenian":"Eslovèn","Northern Sami":"Sami septentrional","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho meridional","Spanish":"Espanhòl","Albanian":"Albanés","Sardinian":"Sard","Serbian":"Sèrbe","Swati":"Swati","Sundanese":"Sodanés","Swahili (macrolanguage)":"Swahili (macrolengatge)","Swedish":"Suedés","Swedish Sign Language":"Lenga de signes suedesa","Tahitian":"Tahician","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalòg","Thai":"Tailandés","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tònga (islas Tònga)","Tswana":"Tswana","Turkmen":"Turcmèn","Turkish":"Turc","Uighur":"Oigors","Ukrainian":"Ucraïnian","Urdu":"Ordo","Uzbek":"Uzbec","Venda":"Venda","Vietnamese":"Vietnamian","Walloon":"Valon","Wolof":"Wolòf","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinés","Zulu":"Zulu"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_pt_BR.json b/client/src/locale/target/server_pt_BR.json
index 06eb8270d..55db27c5c 100644
--- a/client/src/locale/target/server_pt_BR.json
+++ b/client/src/locale/target/server_pt_BR.json
@@ -1 +1 @@
-{"Music":"Músicas","Films":"Filmes","Vehicles":"Veículos","Art":"Arte","Sports":"Esportes","Travels":"Viagens","Gaming":"Jogos","People":"Pessoas","Comedy":"Comédia","Entertainment":"Entretenimento","News":"Notícias","How To":"Como fazer","Education":"Educação","Activism":"Ativismo","Science & Technology":"Ciência & Tecnologia","Animals":"Animais","Kids":"Infantil","Food":"Comida","Attribution":"Atribuição","Attribution - Share Alike":"Atribuição - Compartilha Igual","Attribution - No Derivatives":"Atribuição - Sem Derivações","Attribution - Non Commercial":"Atribuição - Não Comercial","Attribution - Non Commercial - Share Alike":"Atribuição - Não Comercial - Compartilha Igual","Attribution - Non Commercial - No Derivatives":"Atribuição - Não Comercial - Sem Derivações","Public Domain Dedication":"Dedicação para Domínio Público","Public":"Público","Unlisted":"Não listado","Private":"Privado","Published":"Publicado","To transcode":"Para transcodificar","To import":"Para importar","Pending":"Pendente","Success":"Sucesso","Failed":"Falhou","Misc":"Diversos","Unknown":"Desconhecido","Afar":"Afar","Abkhazian":"Abcázio","Afrikaans":"Africâner","Akan":"Akan","Amharic":"Amárico","Arabic":"Árabe","Aragonese":"Aragonês","American Sign Language":"Língua de sinais americana","Assamese":"Assamês","Avaric":"Avárico","Kotava":"Coreano","Aymara":"Aimará","Azerbaijani":"Azerbaidjano","Bashkir":"Basquir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengali","British Sign Language":"Língua de sinais britânica","Bislama":"Bislamá","Tibetan":"Tibetano","Bosnian":"Bósnio","Breton":"Bretão","Bulgarian":"Búlgaro","Brazilian Sign Language":"Língua de sinais brasileira","Catalan":"Catalão","Czech":"Tcheco","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Tchuvache","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Língua de sinais tcheca","Chinese Sign Language":"Língua de sinais chinesa","Welsh":"Galês","Danish":"Dinamarquês","German":"Alemão","Dhivehi":"Sérvio","Danish Sign Language":"Língua de sinais dinamarquesa","Dzongkha":"Butanês","Modern Greek (1453-)":"Grego, Moderno (1453-)","English":"Inglês","Esperanto":"Esperanto","Estonian":"Estoniano","Basque":"Basco","Ewe":"Jeje","Faroese":"Faroês","Persian":"Persa","Fijian":"Fidjiano","Finnish":"Finlandês","French":"Francês","Western Frisian":"Frísio ocidental","French Sign Language":"Língua de sinais francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico Escocês","Irish":"Irlandês","Galician":"Galego","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Língua de sinais alemã","Gujarati":"Gujerati","Haitian":"Italiano","Hausa":"Hauçá","Serbo-Croatian":"Croata","Hebrew":"Hebraico","Herero":"Hereró","Hindi":"Híndi","Hiri Motu":"Hiri Motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armênio","Igbo":"Ibo","Sichuan Yi":"Lituano","Inuktitut":"Inuktitut","Indonesian":"Indonésio","Inupiaq":"Inupiaque","Icelandic":"Islandês","Italian":"Italiano","Javanese":"Javanês","Lojban":"Lojban","Japanese":"Japonês","Japanese Sign Language":"Língua de sinais japonesa","Kalaallisut":"Groenlandês (Kalaallisut)","Kannada":"Canarês","Kashmiri":"Caxemira","Georgian":"Georgiano","Kanuri":"Canúri","Kazakh":"Cazaque","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Ruanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Congo","Korean":"Coreano","Kuanyama":"Cuanhama","Kurdish":"Curdo","Lao":"Laosiano","Latvian":"Letão","Limburgan":"Lituano","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburguês","Luba-Katanga":"Baluba","Ganda":"Nganda","Marshallese":"Marshalês","Malayalam":"Malaiala","Marathi":"Marati","Macedonian":"Macedônio","Malagasy":"Malgaxe","Maltese":"Maltês","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malaiala (macrolíngua)","Burmese":"Birmanês","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele do Sul","North Ndebele":"Ndebele do Norte","Ndonga":"Ovampo","Nepali (macrolanguage)":"Nepalês (macrolíngua)","Dutch":"Holandês","Norwegian Nynorsk":"Norueguês Nynorsk","Norwegian Bokmål":"Norueguês Nynorsk","Norwegian":"Norueguês","Nyanja":"Lituano","Occitan (post 1500)":"Occitâno (pós-1500)","Ojibwa":"Obíjua","Oriya (macrolanguage)":"Oriá (macrolíngua)","Oromo":"Oromo","Ossetian":"Ossétio","Panjabi":"Panjabi","Pakistan Sign Language":"Língua de sinais paquistanesa","Polish":"Polonês","Portuguese":"Português","Pushto":"Pachto","Quechua":"Quíchua","Romansh":"Romanche","Romanian":"Romeno","Russian Sign Language":"Idiomas de Sinais","Rundi":"Kirundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Língua de sinais da Arábia Saudita","South African Sign Language":"Língua de sinais da África do Sul","Sinhala":"Cingalês","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami do norte","Samoan":"Samoano","Shona":"Xona","Sindhi":"Síndi","Somali":"Somali","Southern Sotho":"Soto do Sul","Spanish":"Espanhol","Albanian":"Albanês","Sardinian":"Sardo","Serbian":"Sérvio","Swati":"Swati","Sundanese":"Sundanês","Swahili (macrolanguage)":"Suaíli (macrolíngua)","Swedish":"Sueco","Swedish Sign Language":"Língua de sinais sueca","Tahitian":"Taitiano","Tamil":"Tâmil","Tatar":"Tártaro","Telugu":"Télugo","Tajik":"Tadjique","Tagalog":"Tagalo","Thai":"Tailandês","Tigrinya":"Tigrínia","Klingon":"Letão","Tonga (Tonga Islands)":"Tonga","Tswana":"Tsuana","Tsonga":"Tsonga","Turkmen":"Turcomeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeque","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valão","Wolof":"Uólofe","Xhosa":"Xhosa","Yiddish":"Iídiche","Yoruba":"Ioruba","Zhuang":"Zuni","Chinese":"Chinês","Zulu":"Zulu"}
\ No newline at end of file
+{"Music":"Músicas","Films":"Filmes","Vehicles":"Veículos","Art":"Arte","Sports":"Esportes","Travels":"Viagens","Gaming":"Jogos","People":"Pessoas","Comedy":"Comédia","Entertainment":"Entretenimento","News":"Notícias","How To":"Como fazer","Education":"Educação","Activism":"Ativismo","Science & Technology":"Ciência & Tecnologia","Animals":"Animais","Kids":"Infantil","Food":"Comida","Attribution":"Atribuição","Attribution - Share Alike":"Atribuição - Compartilha Igual","Attribution - No Derivatives":"Atribuição - Sem Derivações","Attribution - Non Commercial":"Atribuição - Não Comercial","Attribution - Non Commercial - Share Alike":"Atribuição - Não Comercial - Compartilha Igual","Attribution - Non Commercial - No Derivatives":"Atribuição - Não Comercial - Sem Derivações","Public Domain Dedication":"Dedicação para Domínio Público","Public":"Público","Unlisted":"Não listado","Private":"Privado","Published":"Publicado","To transcode":"Para transcodificar","To import":"Para importar","Pending":"Pendente","Success":"Sucesso","Failed":"Falhou","Misc":"Diversos","Unknown":"Desconhecido","Afar":"Afar","Abkhazian":"Abcázio","Afrikaans":"Africâner","Akan":"Akan","Amharic":"Amárico","Arabic":"Árabe","Aragonese":"Aragonês","American Sign Language":"Língua de sinais americana","Assamese":"Assamês","Avaric":"Avárico","Kotava":"Coreano","Aymara":"Aimará","Azerbaijani":"Azerbaidjano","Bashkir":"Basquir","Bambara":"Bambara","Belarusian":"Bielorusso","Bengali":"Bengali","British Sign Language":"Língua de sinais britânica","Bislama":"Bislamá","Tibetan":"Tibetano","Bosnian":"Bósnio","Breton":"Bretão","Bulgarian":"Búlgaro","Brazilian Sign Language":"Língua de sinais brasileira","Catalan":"Catalão","Czech":"Tcheco","Chamorro":"Chamorro","Chechen":"Checheno","Chuvash":"Tchuvache","Cornish":"Córnico","Corsican":"Corso","Cree":"Cree","Czech Sign Language":"Língua de sinais tcheca","Chinese Sign Language":"Língua de sinais chinesa","Welsh":"Galês","Danish":"Dinamarquês","German":"Alemão","Dhivehi":"Sérvio","Danish Sign Language":"Língua de sinais dinamarquesa","Dzongkha":"Butanês","Modern Greek (1453-)":"Grego, Moderno (1453-)","English":"Inglês","Esperanto":"Esperanto","Estonian":"Estoniano","Basque":"Basco","Ewe":"Jeje","Faroese":"Faroês","Persian":"Persa","Fijian":"Fidjiano","Finnish":"Finlandês","French":"Francês","Western Frisian":"Frísio ocidental","French Sign Language":"Língua de sinais francesa","Fulah":"Fula","Scottish Gaelic":"Gaélico Escocês","Irish":"Irlandês","Galician":"Galego","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Língua de sinais alemã","Gujarati":"Gujerati","Haitian":"Italiano","Hausa":"Hauçá","Serbo-Croatian":"Croata","Hebrew":"Hebraico","Herero":"Hereró","Hindi":"Híndi","Hiri Motu":"Hiri Motu","Croatian":"Croata","Hungarian":"Húngaro","Armenian":"Armênio","Igbo":"Ibo","Sichuan Yi":"Lituano","Inuktitut":"Inuktitut","Indonesian":"Indonésio","Inupiaq":"Inupiaque","Icelandic":"Islandês","Italian":"Italiano","Javanese":"Javanês","Lojban":"Lojban","Japanese":"Japonês","Japanese Sign Language":"Língua de sinais japonesa","Kalaallisut":"Groenlandês (Kalaallisut)","Kannada":"Canarês","Kashmiri":"Caxemira","Georgian":"Georgiano","Kanuri":"Canúri","Kazakh":"Cazaque","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Ruanda","Kirghiz":"Quirguiz","Komi":"Komi","Kongo":"Congo","Korean":"Coreano","Kuanyama":"Cuanhama","Kurdish":"Curdo","Lao":"Laosiano","Latvian":"Letão","Limburgan":"Lituano","Lingala":"Lingala","Lithuanian":"Lituano","Luxembourgish":"Luxemburguês","Luba-Katanga":"Baluba","Ganda":"Nganda","Marshallese":"Marshalês","Malayalam":"Malaiala","Marathi":"Marati","Macedonian":"Macedônio","Malagasy":"Malgaxe","Maltese":"Maltês","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malaiala (macrolíngua)","Burmese":"Birmanês","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"Ndebele do Sul","North Ndebele":"Ndebele do Norte","Ndonga":"Ovampo","Nepali (macrolanguage)":"Nepalês (macrolíngua)","Dutch":"Holandês","Norwegian Nynorsk":"Norueguês Nynorsk","Norwegian Bokmål":"Norueguês Nynorsk","Norwegian":"Norueguês","Nyanja":"Lituano","Ojibwa":"Obíjua","Oriya (macrolanguage)":"Oriá (macrolíngua)","Oromo":"Oromo","Ossetian":"Ossétio","Panjabi":"Panjabi","Pakistan Sign Language":"Língua de sinais paquistanesa","Polish":"Polonês","Portuguese":"Português","Pushto":"Pachto","Quechua":"Quíchua","Romansh":"Romanche","Romanian":"Romeno","Russian Sign Language":"Idiomas de Sinais","Rundi":"Kirundi","Russian":"Russo","Sango":"Sango","Saudi Arabian Sign Language":"Língua de sinais da Arábia Saudita","South African Sign Language":"Língua de sinais da África do Sul","Sinhala":"Cingalês","Slovak":"Eslovaco","Slovenian":"Esloveno","Northern Sami":"Sami do norte","Samoan":"Samoano","Shona":"Xona","Sindhi":"Síndi","Somali":"Somali","Southern Sotho":"Soto do Sul","Spanish":"Espanhol","Albanian":"Albanês","Sardinian":"Sardo","Serbian":"Sérvio","Swati":"Swati","Sundanese":"Sundanês","Swahili (macrolanguage)":"Suaíli (macrolíngua)","Swedish":"Sueco","Swedish Sign Language":"Língua de sinais sueca","Tahitian":"Taitiano","Tamil":"Tâmil","Tatar":"Tártaro","Telugu":"Télugo","Tajik":"Tadjique","Tagalog":"Tagalo","Thai":"Tailandês","Tigrinya":"Tigrínia","Klingon":"Letão","Tonga (Tonga Islands)":"Tonga","Tswana":"Tsuana","Tsonga":"Tsonga","Turkmen":"Turcomeno","Turkish":"Turco","Twi":"Twi","Uighur":"Uigur","Ukrainian":"Ucraniano","Urdu":"Urdu","Uzbek":"Uzbeque","Venda":"Venda","Vietnamese":"Vietnamita","Walloon":"Valão","Wolof":"Uólofe","Xhosa":"Xhosa","Yiddish":"Iídiche","Yoruba":"Ioruba","Zhuang":"Zuni","Chinese":"Chinês","Zulu":"Zulu"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_sv_SE.json b/client/src/locale/target/server_sv_SE.json
index 7de6605ab..0067f6063 100644
--- a/client/src/locale/target/server_sv_SE.json
+++ b/client/src/locale/target/server_sv_SE.json
@@ -1 +1 @@
-{"Music":"Musik","Films":"Filmer","Vehicles":"Fordon","Art":"Konst","Sports":"Sport","Travels":"Resor","Gaming":"Spel","People":"Människor","Comedy":"Komedi","Entertainment":"Underhållning","News":"Nyheter","How To":"Instruktioner","Education":"Utbildning","Activism":"Aktivism","Science & Technology":"Vetenskap och teknik","Animals":"Djur","Kids":"Barn","Food":"Mat","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Offentlig","Unlisted":"Olistad","Private":"Privat","Published":"Publicerad","To transcode":"Att omkoda","To import":"Att importera","Pending":"I kö","Success":"Lyckades","Failed":"Misslyckades","Misc":"Diverse","Unknown":"Okänd","Afar":"afar","Abkhazian":"abchaziska","Afrikaans":"afrikaans","Akan":"akan","Amharic":"amhariska","Arabic":"arabiska","Aragonese":"aragonska","American Sign Language":"amerikanskt teckenspråk","Assamese":"assamesiska","Avaric":"avariska","Kotava":"kotava","Aymara":"aymara","Azerbaijani":"azerbajdzjanska","Bashkir":"basjkiriska","Bambara":"bambara","Belarusian":"vitryska","Bengali":"bengali","British Sign Language":"brittiskt teckenspråk","Bislama":"bislama","Tibetan":"tibetanska","Bosnian":"bosniska","Breton":"bretonska","Bulgarian":"bulgariska","Brazilian Sign Language":"brasilianskt teckenspråk","Catalan":"katalanska","Czech":"tjeckiska","Chamorro":"chamorro","Chechen":"tjetjenska","Chuvash":"tjuvasjiska","Cornish":"korniska","Corsican":"korsikanska","Cree":"cree","Czech Sign Language":"tjeckiskt teckenspråk","Chinese Sign Language":"kinesiskt teckenspråk","Welsh":"kymriska","Danish":"danska","German":"tyska","Dhivehi":"divehi","Danish Sign Language":"danskt teckenspråk","Dzongkha":"dzongkha","Modern Greek (1453-)":"modern grekiska (1453–)","English":"engelska","Esperanto":"esperanto","Estonian":"estniska","Basque":"baskiska","Ewe":"ewe","Faroese":"färöiska","Persian":"persiska","Fijian":"fijianska","Finnish":"finska","French":"franska","Western Frisian":"västfrisiska","French Sign Language":"franskt teckenspråk","Fulah":"fula","Scottish Gaelic":"skotsk gäliska","Irish":"iriska","Galician":"galiciska","Manx":"manx","Guarani":"guaraní","German Sign Language":"tyskt teckenspråk","Gujarati":"gujarati","Haitian":"haitisk kreol","Hausa":"hausa","Serbo-Croatian":"serbokroatiska","Hebrew":"hebreiska","Herero":"herero","Hindi":"hindi","Hiri Motu":"hiri motu","Croatian":"kroatiska","Hungarian":"ungerska","Armenian":"armeniska","Igbo":"igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"inuktitut","Indonesian":"indonesiska","Inupiaq":"iñupiaq","Icelandic":"isländska","Italian":"italienska","Javanese":"javanesiska","Lojban":"lojban","Japanese":"japanska","Japanese Sign Language":"japanskt teckenspråk","Kalaallisut":"kalaallisut","Kannada":"kannada","Kashmiri":"kashmiri","Georgian":"georgiska","Kanuri":"kanuri","Kazakh":"kazakiska","Khmer":"khmer","Kikuyu":"kikuyu","Kinyarwanda":"rwanda","Kirghiz":"kirgiziska","Komi":"komi","Kongo":"kikongo","Korean":"koreanska","Kuanyama":"kwanyama","Kurdish":"kurdiska","Lao":"lao","Latvian":"lettiska","Limburgan":"limburgiska","Lingala":"lingala","Lithuanian":"litauiska","Luxembourgish":"luxemburgiska","Luba-Katanga":"luba-katanga","Ganda":"luganda","Marshallese":"marshallesiska","Malayalam":"malayalam","Marathi":"marathi","Macedonian":"makedonska","Malagasy":"malagassiska","Maltese":"maltesiska","Mongolian":"mongoliska","Maori":"maori","Malay (macrolanguage)":"malajiska","Burmese":"burmesiska","Nauru":"nauruanska","Navajo":"navajo","South Ndebele":"sydndebele","North Ndebele":"nordndebele","Ndonga":"ndonga","Nepali (macrolanguage)":"nepali","Dutch":"nederländska","Norwegian Nynorsk":"nynorska","Norwegian Bokmål":"bokmål","Norwegian":"norska","Nyanja":"chichewa","Occitan (post 1500)":"occitanska","Ojibwa":"ojibwa","Oriya (macrolanguage)":"oriya","Oromo":"oromo","Ossetian":"ossetiska","Panjabi":"punjabi","Pakistan Sign Language":"pakistanskt teckenspråk","Polish":"polska","Portuguese":"portugisiska","Pushto":"pashto","Quechua":"quechua","Romansh":"rätoromanska","Romanian":"rumänska","Russian Sign Language":"ryskt teckenspråk","Rundi":"kirundi","Russian":"ryska","Sango":"sango","Saudi Arabian Sign Language":"saudiarabiskt teckenspråk","South African Sign Language":"sydafrikanskt teckenspråk","Sinhala":"singalesiska","Slovak":"slovakiska","Slovenian":"slovenska","Northern Sami":"nordsamiska","Samoan":"samoanska","Shona":"shona","Sindhi":"sindhi","Somali":"somaliska","Southern Sotho":"sesotho","Spanish":"spanska","Albanian":"albanska","Sardinian":"sardiska","Serbian":"serbiska","Swati":"siSwati","Sundanese":"sundanesiska","Swahili (macrolanguage)":"swahili","Swedish":"svenska","Swedish Sign Language":"svenskt teckenspråk","Tahitian":"tahitiska","Tamil":"tamil","Tatar":"tatariska","Telugu":"telugu","Tajik":"tadzjikiska","Tagalog":"tagalog","Thai":"thai","Tigrinya":"tigrinska","Klingon":"klingon","Tonga (Tonga Islands)":"tonganska","Tswana":"setswana","Tsonga":"tsonga","Turkmen":"turkmeniska","Turkish":"turkiska","Twi":"twi","Uighur":"uiguriska","Ukrainian":"ukrainska","Urdu":"urdu","Uzbek":"uzbekiska","Venda":"venda","Vietnamese":"vietnamesiska","Walloon":"vallonska","Wolof":"wolof","Xhosa":"xhosa","Yiddish":"jiddisch","Yoruba":"yoruba","Zhuang":"zhuang","Chinese":"kinesiska","Zulu":"zulu"}
\ No newline at end of file
+{"Music":"Musik","Films":"Filmer","Vehicles":"Fordon","Art":"Konst","Sports":"Sport","Travels":"Resor","Gaming":"Spel","People":"Människor","Comedy":"Komedi","Entertainment":"Underhållning","News":"Nyheter","How To":"Instruktioner","Education":"Utbildning","Activism":"Aktivism","Science & Technology":"Vetenskap och teknik","Animals":"Djur","Kids":"Barn","Food":"Mat","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Offentlig","Unlisted":"Olistad","Private":"Privat","Published":"Publicerad","To transcode":"Att omkoda","To import":"Att importera","Pending":"I kö","Success":"Lyckades","Failed":"Misslyckades","Misc":"Diverse","Unknown":"Okänd","Afar":"afar","Abkhazian":"abchaziska","Afrikaans":"afrikaans","Akan":"akan","Amharic":"amhariska","Arabic":"arabiska","Aragonese":"aragonska","American Sign Language":"amerikanskt teckenspråk","Assamese":"assamesiska","Avaric":"avariska","Kotava":"kotava","Aymara":"aymara","Azerbaijani":"azerbajdzjanska","Bashkir":"basjkiriska","Bambara":"bambara","Belarusian":"vitryska","Bengali":"bengali","British Sign Language":"brittiskt teckenspråk","Bislama":"bislama","Tibetan":"tibetanska","Bosnian":"bosniska","Breton":"bretonska","Bulgarian":"bulgariska","Brazilian Sign Language":"brasilianskt teckenspråk","Catalan":"katalanska","Czech":"tjeckiska","Chamorro":"chamorro","Chechen":"tjetjenska","Chuvash":"tjuvasjiska","Cornish":"korniska","Corsican":"korsikanska","Cree":"cree","Czech Sign Language":"tjeckiskt teckenspråk","Chinese Sign Language":"kinesiskt teckenspråk","Welsh":"kymriska","Danish":"danska","German":"tyska","Dhivehi":"divehi","Danish Sign Language":"danskt teckenspråk","Dzongkha":"dzongkha","Modern Greek (1453-)":"modern grekiska (1453–)","English":"engelska","Esperanto":"esperanto","Estonian":"estniska","Basque":"baskiska","Ewe":"ewe","Faroese":"färöiska","Persian":"persiska","Fijian":"fijianska","Finnish":"finska","French":"franska","Western Frisian":"västfrisiska","French Sign Language":"franskt teckenspråk","Fulah":"fula","Scottish Gaelic":"skotsk gäliska","Irish":"iriska","Galician":"galiciska","Manx":"manx","Guarani":"guaraní","German Sign Language":"tyskt teckenspråk","Gujarati":"gujarati","Haitian":"haitisk kreol","Hausa":"hausa","Serbo-Croatian":"serbokroatiska","Hebrew":"hebreiska","Herero":"herero","Hindi":"hindi","Hiri Motu":"hiri motu","Croatian":"kroatiska","Hungarian":"ungerska","Armenian":"armeniska","Igbo":"igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"inuktitut","Indonesian":"indonesiska","Inupiaq":"iñupiaq","Icelandic":"isländska","Italian":"italienska","Javanese":"javanesiska","Lojban":"lojban","Japanese":"japanska","Japanese Sign Language":"japanskt teckenspråk","Kalaallisut":"kalaallisut","Kannada":"kannada","Kashmiri":"kashmiri","Georgian":"georgiska","Kanuri":"kanuri","Kazakh":"kazakiska","Khmer":"khmer","Kikuyu":"kikuyu","Kinyarwanda":"rwanda","Kirghiz":"kirgiziska","Komi":"komi","Kongo":"kikongo","Korean":"koreanska","Kuanyama":"kwanyama","Kurdish":"kurdiska","Lao":"lao","Latvian":"lettiska","Limburgan":"limburgiska","Lingala":"lingala","Lithuanian":"litauiska","Luxembourgish":"luxemburgiska","Luba-Katanga":"luba-katanga","Ganda":"luganda","Marshallese":"marshallesiska","Malayalam":"malayalam","Marathi":"marathi","Macedonian":"makedonska","Malagasy":"malagassiska","Maltese":"maltesiska","Mongolian":"mongoliska","Maori":"maori","Malay (macrolanguage)":"malajiska","Burmese":"burmesiska","Nauru":"nauruanska","Navajo":"navajo","South Ndebele":"sydndebele","North Ndebele":"nordndebele","Ndonga":"ndonga","Nepali (macrolanguage)":"nepali","Dutch":"nederländska","Norwegian Nynorsk":"nynorska","Norwegian Bokmål":"bokmål","Norwegian":"norska","Nyanja":"chichewa","Ojibwa":"ojibwa","Oriya (macrolanguage)":"oriya","Oromo":"oromo","Ossetian":"ossetiska","Panjabi":"punjabi","Pakistan Sign Language":"pakistanskt teckenspråk","Polish":"polska","Portuguese":"portugisiska","Pushto":"pashto","Quechua":"quechua","Romansh":"rätoromanska","Romanian":"rumänska","Russian Sign Language":"ryskt teckenspråk","Rundi":"kirundi","Russian":"ryska","Sango":"sango","Saudi Arabian Sign Language":"saudiarabiskt teckenspråk","South African Sign Language":"sydafrikanskt teckenspråk","Sinhala":"singalesiska","Slovak":"slovakiska","Slovenian":"slovenska","Northern Sami":"nordsamiska","Samoan":"samoanska","Shona":"shona","Sindhi":"sindhi","Somali":"somaliska","Southern Sotho":"sesotho","Spanish":"spanska","Albanian":"albanska","Sardinian":"sardiska","Serbian":"serbiska","Swati":"siSwati","Sundanese":"sundanesiska","Swahili (macrolanguage)":"swahili","Swedish":"svenska","Swedish Sign Language":"svenskt teckenspråk","Tahitian":"tahitiska","Tamil":"tamil","Tatar":"tatariska","Telugu":"telugu","Tajik":"tadzjikiska","Tagalog":"tagalog","Thai":"thai","Tigrinya":"tigrinska","Klingon":"klingon","Tonga (Tonga Islands)":"tonganska","Tswana":"setswana","Tsonga":"tsonga","Turkmen":"turkmeniska","Turkish":"turkiska","Twi":"twi","Uighur":"uiguriska","Ukrainian":"ukrainska","Urdu":"urdu","Uzbek":"uzbekiska","Venda":"venda","Vietnamese":"vietnamesiska","Walloon":"vallonska","Wolof":"wolof","Xhosa":"xhosa","Yiddish":"jiddisch","Yoruba":"yoruba","Zhuang":"zhuang","Chinese":"kinesiska","Zulu":"zulu"}
\ No newline at end of file
diff --git a/client/src/locale/target/server_zh_Hant_TW.json b/client/src/locale/target/server_zh_Hant_TW.json
index bb52ed51c..8e2960c16 100644
--- a/client/src/locale/target/server_zh_Hant_TW.json
+++ b/client/src/locale/target/server_zh_Hant_TW.json
@@ -1 +1 @@
-{"Music":"音樂","Films":"電影","Vehicles":"汽車","Art":"藝術","Sports":"運動","Travels":"旅遊","Gaming":"遊戲","People":"大眾","Comedy":"喜劇","Entertainment":"娛樂","News":"新聞","How To":"How To","Education":"教育","Activism":"行動","Science & Technology":"科學與科技","Animals":"動物","Kids":"兒童","Food":"食物","Attribution":"姓名標示","Attribution - Share Alike":"姓名標示 - 相同方式分享","Attribution - No Derivatives":"姓名標示 - 禁止改作","Attribution - Non Commercial":"姓名標示 - 非商業性","Attribution - Non Commercial - Share Alike":"姓名標示 - 非商業性 - 相同方式分享","Attribution - Non Commercial - No Derivatives":"姓名標示 - 非商業性 - 禁止改作","Public Domain Dedication":"公有領域","Public":"公開","Unlisted":"不列出","Private":"私人","Misc":"雜項","Unknown":"未知","Afar":"阿法爾語","Abkhazian":"阿布哈茲語","Afrikaans":"南非語","Akan":"阿寒語","Amharic":"阿姆哈拉語","Arabic":"阿拉伯語","Aragonese":"亞拉岡語","American Sign Language":"美國手語","Assamese":"阿薩姆語","Avaric":"阿瓦爾語","Aymara":"艾馬拉語","Azerbaijani":"亞塞拜然語","Bashkir":"巴什基爾語","Bambara":"班巴拉語","Belarusian":"白俄羅斯語","Bengali":"孟加拉語","British Sign Language":"英國手語","Bislama":"比斯拉馬語","Tibetan":"藏語","Bosnian":"波士尼亞語","Breton":"布列塔尼語","Bulgarian":"保加利亞語","Brazilian Sign Language":"巴西手語","Catalan":"加泰隆尼亞語","Czech":"捷克語","Chamorro":"查莫羅語","Chechen":"車臣語","Chuvash":"楚瓦什語","Cornish":"康瓦爾語","Corsican":"科西嘉語","Cree":"克里語","Czech Sign Language":"捷克手語","Chinese Sign Language":"中國手語","Welsh":"威爾斯語","Danish":"丹麥語","German":"德語","Dhivehi":"迪維西語","Danish Sign Language":"丹麥手語","Dzongkha":"不丹語","Modern Greek (1453-)":"現代希臘語(1453年後)","English":"英語","Estonian":"愛沙尼亞語","Basque":"巴斯克語","Ewe":"埃維語","Faroese":"法羅語","Persian":"波斯語","Fijian":"斐濟語","Finnish":"芬蘭語","French":"法語","Western Frisian":"西菲士蘭語","French Sign Language":"法國手語","Fulah":"富拉語","Scottish Gaelic":"蘇格蘭蓋爾語","Irish":"愛爾蘭語","Galician":"加利西亞語","Manx":"曼島語","Guarani":"瓜拉尼語","German Sign Language":"德國手語","Gujarati":"古吉拉特語","Haitian":"海地語","Hausa":"豪薩語","Serbo-Croatian":"塞爾維亞-克羅埃西亞語","Hebrew":"希伯來語","Herero":"赫雷羅語","Hindi":"印地語","Hiri Motu":"希里摩圖語","Croatian":"克羅埃西亞語","Hungarian":"匈牙利語","Armenian":"亞美尼亞語","Igbo":"伊博語","Sichuan Yi":"彝語北部方言","Inuktitut":"因紐特語","Indonesian":"印尼語","Inupiaq":"因紐皮雅特語","Icelandic":"冰島語","Italian":"義大利語","Javanese":"爪哇語","Japanese":"日語","Japanese Sign Language":"日本手語","Kalaallisut":"格陵蘭語","Kannada":"康納達語","Kashmiri":"喀什米爾語","Georgian":"喬治亞語","Kanuri":"卡努里語","Kazakh":"哈薩克語","Khmer":"高棉語","Kikuyu":"基庫尤語","Kinyarwanda":"盧安達語","Kirghiz":"吉爾吉斯語","Komi":"科米語","Kongo":"剛果語","Korean":"韓語","Kuanyama":"Kuanyama 語","Kurdish":"庫德語","Lao":"寮語","Latvian":"拉脫維亞語","Limburgan":"林堡語","Lingala":"林格拉語","Lithuanian":"立陶宛語","Luxembourgish":"盧森堡語","Luba-Katanga":"盧巴卡丹加語","Ganda":"盧干達語","Marshallese":"馬紹爾語","Malayalam":"馬拉雅拉姆語","Marathi":"馬拉提語","Macedonian":"馬其頓語","Malagasy":"馬拉加斯語","Maltese":"馬爾他語","Mongolian":"蒙古語","Maori":"毛利語","Malay (macrolanguage)":"馬來語","Burmese":"緬甸語","Nauru":"諾魯語","Navajo":"納瓦荷語","South Ndebele":"南恩德貝勒語","North Ndebele":"北恩德貝勒語","Ndonga":"恩敦加語","Nepali (macrolanguage)":"尼泊爾語","Dutch":"荷蘭語","Norwegian Nynorsk":"新挪威語","Norwegian Bokmål":"書面挪威語","Norwegian":"挪威語","Nyanja":"尼揚賈語","Occitan (post 1500)":"奧克語","Ojibwa":"歐及布威語","Oriya (macrolanguage)":"歐利亞語","Oromo":"奧羅莫語","Ossetian":"奧塞提亞語","Panjabi":"旁遮普語","Pakistan Sign Language":"巴基斯坦手語","Polish":"波蘭語","Portuguese":"葡萄牙語","Pushto":"普什圖語","Quechua":"奇楚瓦語","Romansh":"羅曼什語","Romanian":"羅馬尼亞語","Russian Sign Language":"俄羅斯手語","Rundi":"克倫地語","Russian":"俄語","Sango":"桑戈語","Saudi Arabian Sign Language":"沙烏地阿拉伯手語","South African Sign Language":"南非手語","Sinhala":"僧伽羅語","Slovak":"斯洛伐克語","Slovenian":"斯洛維尼亞語","Northern Sami":"北方薩米語","Samoan":"薩摩亞語","Shona":"修納語","Sindhi":"信德語","Somali":"索馬利亞語","Southern Sotho":"塞索托語","Spanish":"西班牙語","Albanian":"阿爾巴尼亞語","Sardinian":"薩丁尼亞語","Serbian":"塞爾維亞語","Swati":"史瓦濟語","Sundanese":"巽他語","Swahili (macrolanguage)":"斯瓦希里語","Swedish":"瑞典語","Swedish Sign Language":"瑞典手語","Tahitian":"大溪地語","Tamil":"坦米爾語","Tatar":"韃靼語","Telugu":"泰盧固語","Tajik":"塔吉克語","Tagalog":"他加祿語","Thai":"泰語","Tigrinya":"提格利尼亞語","Tonga (Tonga Islands)":"東加語","Tswana":"札那語","Tsonga":"宋加語","Turkmen":"土庫曼語","Turkish":"土耳其語","Twi":"契維語","Uighur":"維吾爾語","Ukrainian":"烏克蘭語","Urdu":"烏爾都語","Uzbek":"烏茲別克語","Venda":"文達語","Vietnamese":"越南語","Walloon":"瓦隆語","Wolof":"沃洛夫語","Xhosa":"科薩語","Yiddish":"意第緒語","Yoruba":"約魯巴語","Zhuang":"壯語","Chinese":"漢語","Zulu":"祖魯語"}
\ No newline at end of file
+{"Music":"音樂","Films":"電影","Vehicles":"汽車","Art":"藝術","Sports":"運動","Travels":"旅遊","Gaming":"遊戲","People":"大眾","Comedy":"喜劇","Entertainment":"娛樂","News":"新聞","How To":"How To","Education":"教育","Activism":"行動","Science & Technology":"科學與科技","Animals":"動物","Kids":"兒童","Food":"食物","Attribution":"姓名標示","Attribution - Share Alike":"姓名標示 - 相同方式分享","Attribution - No Derivatives":"姓名標示 - 禁止改作","Attribution - Non Commercial":"姓名標示 - 非商業性","Attribution - Non Commercial - Share Alike":"姓名標示 - 非商業性 - 相同方式分享","Attribution - Non Commercial - No Derivatives":"姓名標示 - 非商業性 - 禁止改作","Public Domain Dedication":"公有領域","Public":"公開","Unlisted":"不列出","Private":"私人","Published":"已發佈","To transcode":"待轉換編碼","To import":"待匯入","Pending":"擱置中","Success":"成功","Failed":"失敗","Misc":"雜項","Unknown":"未知","Afar":"阿法爾語","Abkhazian":"阿布哈茲語","Afrikaans":"南非語","Akan":"阿寒語","Amharic":"阿姆哈拉語","Arabic":"阿拉伯語","Aragonese":"亞拉岡語","American Sign Language":"美國手語","Assamese":"阿薩姆語","Avaric":"阿瓦爾語","Kotava":"Kotava 語","Aymara":"艾馬拉語","Azerbaijani":"亞塞拜然語","Bashkir":"巴什基爾語","Bambara":"班巴拉語","Belarusian":"白俄羅斯語","Bengali":"孟加拉語","British Sign Language":"英國手語","Bislama":"比斯拉馬語","Tibetan":"藏語","Bosnian":"波士尼亞語","Breton":"布列塔尼語","Bulgarian":"保加利亞語","Brazilian Sign Language":"巴西手語","Catalan":"加泰隆尼亞語","Czech":"捷克語","Chamorro":"查莫羅語","Chechen":"車臣語","Chuvash":"楚瓦什語","Cornish":"康瓦爾語","Corsican":"科西嘉語","Cree":"克里語","Czech Sign Language":"捷克手語","Chinese Sign Language":"中國手語","Welsh":"威爾斯語","Danish":"丹麥語","German":"德語","Dhivehi":"迪維西語","Danish Sign Language":"丹麥手語","Dzongkha":"不丹語","Modern Greek (1453-)":"現代希臘語(1453年後)","English":"英語","Esperanto":"世界語","Estonian":"愛沙尼亞語","Basque":"巴斯克語","Ewe":"埃維語","Faroese":"法羅語","Persian":"波斯語","Fijian":"斐濟語","Finnish":"芬蘭語","French":"法語","Western Frisian":"西菲士蘭語","French Sign Language":"法國手語","Fulah":"富拉語","Scottish Gaelic":"蘇格蘭蓋爾語","Irish":"愛爾蘭語","Galician":"加利西亞語","Manx":"曼島語","Guarani":"瓜拉尼語","German Sign Language":"德國手語","Gujarati":"古吉拉特語","Haitian":"海地語","Hausa":"豪薩語","Serbo-Croatian":"塞爾維亞-克羅埃西亞語","Hebrew":"希伯來語","Herero":"赫雷羅語","Hindi":"印地語","Hiri Motu":"希里摩圖語","Croatian":"克羅埃西亞語","Hungarian":"匈牙利語","Armenian":"亞美尼亞語","Igbo":"伊博語","Sichuan Yi":"彝語北部方言","Inuktitut":"因紐特語","Indonesian":"印尼語","Inupiaq":"因紐皮雅特語","Icelandic":"冰島語","Italian":"義大利語","Javanese":"爪哇語","Lojban":"邏輯語","Japanese":"日語","Japanese Sign Language":"日本手語","Kalaallisut":"格陵蘭語","Kannada":"康納達語","Kashmiri":"喀什米爾語","Georgian":"喬治亞語","Kanuri":"卡努里語","Kazakh":"哈薩克語","Khmer":"高棉語","Kikuyu":"基庫尤語","Kinyarwanda":"盧安達語","Kirghiz":"吉爾吉斯語","Komi":"科米語","Kongo":"剛果語","Korean":"韓語","Kuanyama":"Kuanyama 語","Kurdish":"庫德語","Lao":"寮語","Latvian":"拉脫維亞語","Limburgan":"林堡語","Lingala":"林格拉語","Lithuanian":"立陶宛語","Luxembourgish":"盧森堡語","Luba-Katanga":"盧巴卡丹加語","Ganda":"盧干達語","Marshallese":"馬紹爾語","Malayalam":"馬拉雅拉姆語","Marathi":"馬拉提語","Macedonian":"馬其頓語","Malagasy":"馬拉加斯語","Maltese":"馬爾他語","Mongolian":"蒙古語","Maori":"毛利語","Malay (macrolanguage)":"馬來語","Burmese":"緬甸語","Nauru":"諾魯語","Navajo":"納瓦荷語","South Ndebele":"南恩德貝勒語","North Ndebele":"北恩德貝勒語","Ndonga":"恩敦加語","Nepali (macrolanguage)":"尼泊爾語","Dutch":"荷蘭語","Norwegian Nynorsk":"新挪威語","Norwegian Bokmål":"書面挪威語","Norwegian":"挪威語","Nyanja":"尼揚賈語","Ojibwa":"歐及布威語","Oriya (macrolanguage)":"歐利亞語","Oromo":"奧羅莫語","Ossetian":"奧塞提亞語","Panjabi":"旁遮普語","Pakistan Sign Language":"巴基斯坦手語","Polish":"波蘭語","Portuguese":"葡萄牙語","Pushto":"普什圖語","Quechua":"奇楚瓦語","Romansh":"羅曼什語","Romanian":"羅馬尼亞語","Russian Sign Language":"俄羅斯手語","Rundi":"克倫地語","Russian":"俄語","Sango":"桑戈語","Saudi Arabian Sign Language":"沙烏地阿拉伯手語","South African Sign Language":"南非手語","Sinhala":"僧伽羅語","Slovak":"斯洛伐克語","Slovenian":"斯洛維尼亞語","Northern Sami":"北方薩米語","Samoan":"薩摩亞語","Shona":"修納語","Sindhi":"信德語","Somali":"索馬利亞語","Southern Sotho":"塞索托語","Spanish":"西班牙語","Albanian":"阿爾巴尼亞語","Sardinian":"薩丁尼亞語","Serbian":"塞爾維亞語","Swati":"史瓦濟語","Sundanese":"巽他語","Swahili (macrolanguage)":"斯瓦希里語","Swedish":"瑞典語","Swedish Sign Language":"瑞典手語","Tahitian":"大溪地語","Tamil":"坦米爾語","Tatar":"韃靼語","Telugu":"泰盧固語","Tajik":"塔吉克語","Tagalog":"他加祿語","Thai":"泰語","Tigrinya":"提格利尼亞語","Klingon":"克林貢語","Tonga (Tonga Islands)":"東加語","Tswana":"札那語","Tsonga":"宋加語","Turkmen":"土庫曼語","Turkish":"土耳其語","Twi":"契維語","Uighur":"維吾爾語","Ukrainian":"烏克蘭語","Urdu":"烏爾都語","Uzbek":"烏茲別克語","Venda":"文達語","Vietnamese":"越南語","Walloon":"瓦隆語","Wolof":"沃洛夫語","Xhosa":"科薩語","Yiddish":"意第緒語","Yoruba":"約魯巴語","Zhuang":"壯語","Chinese":"漢語","Zulu":"祖魯語"}
\ No newline at end of file