aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/search/search.component.html14
-rw-r--r--client/src/locale/source/angular_en_US.xml601
-rw-r--r--client/src/locale/source/iso639_en_US.xml16
-rw-r--r--client/src/locale/source/player_en_US.xml4
-rw-r--r--client/src/locale/target/angular_cs_CZ.xml18
-rw-r--r--client/src/locale/target/angular_de_DE.xml1385
-rw-r--r--client/src/locale/target/angular_fr_FR.xml28
-rw-r--r--client/src/locale/target/angular_oc.xml36
-rw-r--r--client/src/locale/target/angular_pl_PL.xml462
-rw-r--r--client/src/locale/target/angular_pt_BR.xml675
-rw-r--r--client/src/locale/target/angular_zh_Hant_TW.xml625
-rw-r--r--client/src/locale/target/iso639_de_DE.xml100
-rw-r--r--client/src/locale/target/iso639_es_ES.xml268
-rw-r--r--client/src/locale/target/iso639_oc.xml52
-rw-r--r--client/src/locale/target/iso639_uk_UA.xml131
-rw-r--r--client/src/locale/target/player_de_DE.xml294
-rw-r--r--client/src/locale/target/player_eo.json2
-rw-r--r--client/src/locale/target/player_uk_UA.xml175
-rw-r--r--client/src/locale/target/server_de_DE.xml36
-rw-r--r--client/src/locale/target/server_eo.json2
-rw-r--r--client/src/locale/target/server_es_ES.xml20
21 files changed, 4672 insertions, 272 deletions
diff --git a/client/src/app/search/search.component.html b/client/src/app/search/search.component.html
index 9d14daa4b..7fb2d4f7d 100644
--- a/client/src/app/search/search.component.html
+++ b/client/src/app/search/search.component.html
@@ -1,13 +1,11 @@
1<div myInfiniteScroller [autoLoading]="true" (nearOfBottom)="onNearOfBottom()" class="search-result"> 1<div myInfiniteScroller [autoLoading]="true" (nearOfBottom)="onNearOfBottom()" class="search-result">
2 <div i18n class="results-header"> 2 <div class="results-header">
3 <div class="first-line"> 3 <div class="first-line">
4 <div class="results-counter"> 4 <div class="results-counter" *ngIf="pagination.totalItems">
5 <ng-container *ngIf="pagination.totalItems"> 5 <span i18n>{{ pagination.totalItems | myNumberFormatter }} results</span>
6 {{ pagination.totalItems | myNumberFormatter }} results 6 <span *ngIf="currentSearch" i18n>
7 <span *ngIf="currentSearch"> 7 for <span class="search-value">{{ currentSearch }}</span>
8 for <span class="search-value">{{ currentSearch }}</span> 8 </span>
9 </span>
10 </ng-container>
11 </div> 9 </div>
12 10
13 <div 11 <div
diff --git a/client/src/locale/source/angular_en_US.xml b/client/src/locale/source/angular_en_US.xml
index 9d113d307..825634a5b 100644
--- a/client/src/locale/source/angular_en_US.xml
+++ b/client/src/locale/source/angular_en_US.xml
@@ -16,7 +16,11 @@
16 </context-group> 16 </context-group>
17 <context-group purpose="location"> 17 <context-group purpose="location">
18 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.ts</context> 18 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.ts</context>
19 <context context-type="linenumber">27</context> 19 <context context-type="linenumber">26</context>
20 </context-group>
21 <context-group purpose="location">
22 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.ts</context>
23 <context context-type="linenumber">35</context>
20 </context-group> 24 </context-group>
21 <context-group purpose="location"> 25 <context-group purpose="location">
22 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.ts</context> 26 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.ts</context>
@@ -28,7 +32,13 @@
28 </context-group> 32 </context-group>
29 <context-group purpose="location"> 33 <context-group purpose="location">
30 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.ts</context> 34 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.ts</context>
31 <context context-type="linenumber">40</context> 35 <context context-type="linenumber">45</context>
36 </context-group>
37 </trans-unit><trans-unit id="1d19634967b06f93fd7f20c0663742f8254e6d46" datatype="html">
38 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/&gt;, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxFileSize | bytes }}"/&gt;)</source>
39 <context-group purpose="location">
40 <context context-type="sourcefile">app/shared/forms/reactive-file.component.ts</context>
41 <context context-type="linenumber">11</context>
32 </context-group> 42 </context-group>
33 </trans-unit><trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8" datatype="html"> 43 </trans-unit><trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8" datatype="html">
34 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 44 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
@@ -36,6 +46,10 @@
36 <context context-type="sourcefile">app/shared/video/video-miniature.component.ts</context> 46 <context context-type="sourcefile">app/shared/video/video-miniature.component.ts</context>
37 <context context-type="linenumber">12</context> 47 <context context-type="linenumber">12</context>
38 </context-group> 48 </context-group>
49 <context-group purpose="location">
50 <context context-type="sourcefile">app/search/search.component.ts</context>
51 <context context-type="linenumber">34</context>
52 </context-group>
39 </trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 53 </trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
40 <source>Edit</source> 54 <source>Edit</source>
41 <context-group purpose="location"> 55 <context-group purpose="location">
@@ -58,7 +72,7 @@
58 <source>Get help</source> 72 <source>Get help</source>
59 <context-group purpose="location"> 73 <context-group purpose="location">
60 <context context-type="sourcefile">app/shared/misc/help.component.ts</context> 74 <context context-type="sourcefile">app/shared/misc/help.component.ts</context>
61 <context context-type="linenumber">17</context> 75 <context context-type="linenumber">18</context>
62 </context-group> 76 </context-group>
63 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html"> 77 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
64 <source> 78 <source>
@@ -270,6 +284,34 @@
270 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 284 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
271 <context context-type="linenumber">86</context> 285 <context context-type="linenumber">86</context>
272 </context-group> 286 </context-group>
287 </trans-unit><trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a" datatype="html">
288 <source>&lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/&gt; results</source>
289 <context-group purpose="location">
290 <context context-type="sourcefile">app/search/search.component.ts</context>
291 <context context-type="linenumber">5</context>
292 </context-group>
293 </trans-unit><trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
294 <source>
295 for &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/&gt;&lt;x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/&gt;&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/&gt;
296 </source>
297 <context-group purpose="location">
298 <context context-type="sourcefile">app/search/search.component.ts</context>
299 <context context-type="linenumber">6</context>
300 </context-group>
301 </trans-unit><trans-unit id="1298c1d2bbbb7415f5494e800f6775fdb70f4df6" datatype="html">
302 <source>Filters</source>
303 <context-group purpose="location">
304 <context context-type="sourcefile">app/search/search.component.ts</context>
305 <context context-type="linenumber">16</context>
306 </context-group>
307 </trans-unit><trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d" datatype="html">
308 <source>
309 No results found
310 </source>
311 <context-group purpose="location">
312 <context context-type="sourcefile">app/search/search.component.ts</context>
313 <context context-type="linenumber">25</context>
314 </context-group>
273 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html"> 315 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html">
274 <source>Change the language</source> 316 <source>Change the language</source>
275 <context-group purpose="location"> 317 <context-group purpose="location">
@@ -386,6 +428,106 @@
386 <context context-type="sourcefile">app/header/header.component.ts</context> 428 <context context-type="sourcefile">app/header/header.component.ts</context>
387 <context context-type="linenumber">9</context> 429 <context context-type="linenumber">9</context>
388 </context-group> 430 </context-group>
431 </trans-unit><trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html">
432 <source>Sort</source>
433 <context-group purpose="location">
434 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
435 <context context-type="linenumber">6</context>
436 </context-group>
437 </trans-unit><trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e" datatype="html">
438 <source>Published date</source>
439 <context-group purpose="location">
440 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
441 <context context-type="linenumber">15</context>
442 </context-group>
443 </trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
444 <source>Duration</source>
445 <context-group purpose="location">
446 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
447 <context context-type="linenumber">24</context>
448 </context-group>
449 </trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
450 <source>Display sensitive content</source>
451 <context-group purpose="location">
452 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
453 <context context-type="linenumber">33</context>
454 </context-group>
455 </trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
456 <source>Yes</source>
457 <context-group purpose="location">
458 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
459 <context context-type="linenumber">37</context>
460 </context-group>
461 </trans-unit><trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd" datatype="html">
462 <source>No</source>
463 <context-group purpose="location">
464 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
465 <context context-type="linenumber">42</context>
466 </context-group>
467 </trans-unit><trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html">
468 <source>Category</source>
469 <context-group purpose="location">
470 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
471 <context context-type="linenumber">50</context>
472 </context-group>
473 <context-group purpose="location">
474 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
475 <context context-type="linenumber">44</context>
476 </context-group>
477 <context-group purpose="location">
478 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
479 <context context-type="linenumber">143</context>
480 </context-group>
481 </trans-unit><trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html">
482 <source>Licence</source>
483 <context-group purpose="location">
484 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
485 <context context-type="linenumber">60</context>
486 </context-group>
487 <context-group purpose="location">
488 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
489 <context context-type="linenumber">58</context>
490 </context-group>
491 <context-group purpose="location">
492 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
493 <context context-type="linenumber">152</context>
494 </context-group>
495 </trans-unit><trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html">
496 <source>Language</source>
497 <context-group purpose="location">
498 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
499 <context context-type="linenumber">70</context>
500 </context-group>
501 <context-group purpose="location">
502 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.ts</context>
503 <context context-type="linenumber">11</context>
504 </context-group>
505 <context-group purpose="location">
506 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
507 <context context-type="linenumber">72</context>
508 </context-group>
509 <context-group purpose="location">
510 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
511 <context context-type="linenumber">161</context>
512 </context-group>
513 </trans-unit><trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8" datatype="html">
514 <source>All of these tags</source>
515 <context-group purpose="location">
516 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
517 <context context-type="linenumber">82</context>
518 </context-group>
519 </trans-unit><trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab" datatype="html">
520 <source>One of these tags</source>
521 <context-group purpose="location">
522 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
523 <context context-type="linenumber">87</context>
524 </context-group>
525 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
526 <source>Filter</source>
527 <context-group purpose="location">
528 <context context-type="sourcefile">app/search/search-filters.component.ts</context>
529 <context context-type="linenumber">94</context>
530 </context-group>
389 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 531 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
390 <source>No results.</source> 532 <source>No results.</source>
391 <context-group purpose="location"> 533 <context-group purpose="location">
@@ -401,10 +543,6 @@
401 <context context-type="linenumber">7</context> 543 <context context-type="linenumber">7</context>
402 </context-group> 544 </context-group>
403 <context-group purpose="location"> 545 <context-group purpose="location">
404 <context context-type="sourcefile">app/videos/video-list/video-search.component.ts</context>
405 <context context-type="linenumber">7</context>
406 </context-group>
407 <context-group purpose="location">
408 <context context-type="sourcefile">app/+accounts/account-videos/account-videos.component.ts</context> 546 <context context-type="sourcefile">app/+accounts/account-videos/account-videos.component.ts</context>
409 <context context-type="linenumber">7</context> 547 <context context-type="linenumber">7</context>
410 </context-group> 548 </context-group>
@@ -854,37 +992,37 @@
854 <source>Signup enabled</source> 992 <source>Signup enabled</source>
855 <context-group purpose="location"> 993 <context-group purpose="location">
856 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 994 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
857 <context context-type="linenumber">92</context> 995 <context context-type="linenumber">90</context>
858 </context-group> 996 </context-group>
859 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 997 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
860 <source>Signup limit</source> 998 <source>Signup limit</source>
861 <context-group purpose="location"> 999 <context-group purpose="location">
862 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1000 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
863 <context context-type="linenumber">96</context> 1001 <context context-type="linenumber">94</context>
864 </context-group> 1002 </context-group>
865 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 1003 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
866 <source>Administrator</source> 1004 <source>Administrator</source>
867 <context-group purpose="location"> 1005 <context-group purpose="location">
868 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1006 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
869 <context context-type="linenumber">106</context> 1007 <context context-type="linenumber">104</context>
870 </context-group> 1008 </context-group>
871 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 1009 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
872 <source>Admin email</source> 1010 <source>Admin email</source>
873 <context-group purpose="location"> 1011 <context-group purpose="location">
874 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1012 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
875 <context context-type="linenumber">109</context> 1013 <context context-type="linenumber">107</context>
876 </context-group> 1014 </context-group>
877 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 1015 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
878 <source>Users</source> 1016 <source>Users</source>
879 <context-group purpose="location"> 1017 <context-group purpose="location">
880 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1018 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
881 <context context-type="linenumber">119</context> 1019 <context context-type="linenumber">117</context>
882 </context-group> 1020 </context-group>
883 </trans-unit><trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09" datatype="html"> 1021 </trans-unit><trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09" datatype="html">
884 <source>User default video quota</source> 1022 <source>User default video quota</source>
885 <context-group purpose="location"> 1023 <context-group purpose="location">
886 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1024 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
887 <context context-type="linenumber">122</context> 1025 <context context-type="linenumber">120</context>
888 </context-group> 1026 </context-group>
889 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 1027 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
890 <source>Basic configuration</source> 1028 <source>Basic configuration</source>
@@ -896,25 +1034,25 @@
896 <source>Twitter</source> 1034 <source>Twitter</source>
897 <context-group purpose="location"> 1035 <context-group purpose="location">
898 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1036 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
899 <context context-type="linenumber">138</context> 1037 <context context-type="linenumber">136</context>
900 </context-group> 1038 </context-group>
901 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 1039 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
902 <source>Your Twitter username</source> 1040 <source>Your Twitter username</source>
903 <context-group purpose="location"> 1041 <context-group purpose="location">
904 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1042 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
905 <context context-type="linenumber">141</context> 1043 <context context-type="linenumber">139</context>
906 </context-group> 1044 </context-group>
907 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html"> 1045 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html">
908 <source>Indicates the Twitter account for the website or platform on which the content was published.</source> 1046 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
909 <context-group purpose="location"> 1047 <context-group purpose="location">
910 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1048 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
911 <context context-type="linenumber">144</context> 1049 <context context-type="linenumber">142</context>
912 </context-group> 1050 </context-group>
913 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 1051 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
914 <source>Instance whitelisted by Twitter</source> 1052 <source>Instance whitelisted by Twitter</source>
915 <context-group purpose="location"> 1053 <context-group purpose="location">
916 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1054 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
917 <context context-type="linenumber">159</context> 1055 <context context-type="linenumber">155</context>
918 </context-group> 1056 </context-group>
919 </trans-unit><trans-unit id="3f008a1a07ca42c6ad258fde1bbd80ed74ada19b" datatype="html"> 1057 </trans-unit><trans-unit id="3f008a1a07ca42c6ad258fde1bbd80ed74ada19b" datatype="html">
920 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt; 1058 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;br /&gt;
@@ -922,79 +1060,89 @@ If the instance is not whitelisted, we use an image link card that will redirect
922Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos; href=&apos;https://cards-dev.twitter.com/validator&apos;&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source> 1060Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on &lt;a target=&apos;_blank&apos; rel=&apos;noopener noreferrer&apos; href=&apos;https://cards-dev.twitter.com/validator&apos;&gt;https://cards-dev.twitter.com/validator&lt;/a&gt; to see if you instance is whitelisted.</source>
923 <context-group purpose="location"> 1061 <context-group purpose="location">
924 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1062 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
925 <context context-type="linenumber">162</context> 1063 <context context-type="linenumber">156</context>
926 </context-group> 1064 </context-group>
927 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 1065 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
928 <source>Services</source> 1066 <source>Services</source>
929 <context-group purpose="location"> 1067 <context-group purpose="location">
930 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1068 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
931 <context context-type="linenumber">136</context> 1069 <context context-type="linenumber">134</context>
932 </context-group> 1070 </context-group>
933 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html"> 1071 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html">
934 <source>Transcoding</source> 1072 <source>Transcoding</source>
935 <context-group purpose="location"> 1073 <context-group purpose="location">
936 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1074 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
937 <context context-type="linenumber">172</context> 1075 <context context-type="linenumber">164</context>
938 </context-group> 1076 </context-group>
939 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 1077 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
940 <source>Transcoding enabled</source> 1078 <source>Transcoding enabled</source>
941 <context-group purpose="location"> 1079 <context-group purpose="location">
942 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1080 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
943 <context context-type="linenumber">178</context> 1081 <context context-type="linenumber">168</context>
944 </context-group> 1082 </context-group>
945 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 1083 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
946 <source>If you disable transcoding, many videos from your users will not work!</source> 1084 <source>If you disable transcoding, many videos from your users will not work!</source>
947 <context-group purpose="location"> 1085 <context-group purpose="location">
948 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1086 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
949 <context context-type="linenumber">180</context> 1087 <context context-type="linenumber">169</context>
950 </context-group> 1088 </context-group>
951 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 1089 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
952 <source>Transcoding threads</source> 1090 <source>Transcoding threads</source>
953 <context-group purpose="location"> 1091 <context-group purpose="location">
954 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1092 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
955 <context context-type="linenumber">186</context> 1093 <context context-type="linenumber">175</context>
956 </context-group> 1094 </context-group>
957 </trans-unit><trans-unit id="6aff7f4b4f140702c4ce791cc9990932623862f0" datatype="html"> 1095 </trans-unit><trans-unit id="5afc7e831e59c325e8fb3e208ec108ff53fb3500" datatype="html">
958 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{ resolution }}"/&gt; enabled</source> 1096 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution}}"/&gt; enabled</source>
959 <context-group purpose="location"> 1097 <context-group purpose="location">
960 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1098 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
961 <context context-type="linenumber">205</context> 1099 <context context-type="linenumber">191</context>
1100 </context-group>
1101 </trans-unit><trans-unit id="f86acfe567b75b7ea85af6f1cb3efb88085dfb9a" datatype="html">
1102 <source>
1103 Cache
1104
1105 &lt;x id="START_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;my-help&gt;"/&gt;&lt;x id="CLOSE_TAG_MY-HELP" ctype="x-my-help" equiv-text="&lt;/my-help&gt;"/&gt;
1106 </source>
1107 <context-group purpose="location">
1108 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
1109 <context context-type="linenumber">197</context>
962 </context-group> 1110 </context-group>
963 </trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html"> 1111 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
964 <source>Cache</source> 1112 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
965 <context-group purpose="location"> 1113 <context-group purpose="location">
966 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1114 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
967 <context context-type="linenumber">209</context> 1115 <context context-type="linenumber">202</context>
968 </context-group> 1116 </context-group>
969 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html"> 1117 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
970 <source>Previews cache size</source> 1118 <source>Previews cache size</source>
971 <context-group purpose="location"> 1119 <context-group purpose="location">
972 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1120 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
973 <context context-type="linenumber">212</context> 1121 <context context-type="linenumber">207</context>
974 </context-group> 1122 </context-group>
975 </trans-unit><trans-unit id="bf91318659ada3d3ad1b0ca1e63ae427e5a857d5" datatype="html"> 1123 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
976 <source>Previews are not federated. We fetch them directly from the origin instance and cache them.</source> 1124 <source>Video captions cache size</source>
977 <context-group purpose="location"> 1125 <context-group purpose="location">
978 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1126 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
979 <context context-type="linenumber">215</context> 1127 <context context-type="linenumber">218</context>
980 </context-group> 1128 </context-group>
981 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html"> 1129 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
982 <source>Customizations</source> 1130 <source>Customizations</source>
983 <context-group purpose="location"> 1131 <context-group purpose="location">
984 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1132 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
985 <context context-type="linenumber">227</context> 1133 <context context-type="linenumber">228</context>
986 </context-group> 1134 </context-group>
987 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 1135 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
988 <source>JavaScript</source> 1136 <source>JavaScript</source>
989 <context-group purpose="location"> 1137 <context-group purpose="location">
990 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1138 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
991 <context context-type="linenumber">230</context> 1139 <context context-type="linenumber">231</context>
992 </context-group> 1140 </context-group>
993 </trans-unit><trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c" datatype="html"> 1141 </trans-unit><trans-unit id="fda2339a6e6ba017ee43b560caf660ed4022333c" datatype="html">
994 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log(&apos;my instance is amazing&apos;);&lt;/pre&gt;</source> 1142 <source>Write directly JavaScript code.&lt;br /&gt;Example: &lt;pre&gt;console.log(&apos;my instance is amazing&apos;);&lt;/pre&gt;</source>
995 <context-group purpose="location"> 1143 <context-group purpose="location">
996 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1144 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
997 <context context-type="linenumber">233</context> 1145 <context context-type="linenumber">234</context>
998 </context-group> 1146 </context-group>
999 </trans-unit><trans-unit id="f133b08d6519081bfb8ef51cff4bf2b3af23dde6" datatype="html"> 1147 </trans-unit><trans-unit id="f133b08d6519081bfb8ef51cff4bf2b3af23dde6" datatype="html">
1000 <source> 1148 <source>
@@ -1014,25 +1162,25 @@ Check this checkbox, save the configuration and test with a video URL of your in
1014 </source> 1162 </source>
1015 <context-group purpose="location"> 1163 <context-group purpose="location">
1016 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1164 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
1017 <context context-type="linenumber">249</context> 1165 <context context-type="linenumber">250</context>
1018 </context-group> 1166 </context-group>
1019 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 1167 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
1020 <source>Advanced configuration</source> 1168 <source>Advanced configuration</source>
1021 <context-group purpose="location"> 1169 <context-group purpose="location">
1022 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1170 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
1023 <context context-type="linenumber">170</context> 1171 <context context-type="linenumber">162</context>
1024 </context-group> 1172 </context-group>
1025 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 1173 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
1026 <source>Update configuration</source> 1174 <source>Update configuration</source>
1027 <context-group purpose="location"> 1175 <context-group purpose="location">
1028 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1176 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
1029 <context context-type="linenumber">276</context> 1177 <context context-type="linenumber">277</context>
1030 </context-group> 1178 </context-group>
1031 </trans-unit><trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca" datatype="html"> 1179 </trans-unit><trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca" datatype="html">
1032 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source> 1180 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1033 <context-group purpose="location"> 1181 <context-group purpose="location">
1034 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 1182 <context context-type="sourcefile">app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
1035 <context context-type="linenumber">277</context> 1183 <context context-type="linenumber">278</context>
1036 </context-group> 1184 </context-group>
1037 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html"> 1185 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
1038 <source> 1186 <source>
@@ -1411,17 +1559,21 @@ Check this checkbox, save the configuration and test with a video URL of your in
1411 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source> 1559 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/&gt; - &lt;x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/&gt; views</source>
1412 <context-group purpose="location"> 1560 <context-group purpose="location">
1413 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.ts</context> 1561 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.ts</context>
1414 <context context-type="linenumber">20</context> 1562 <context context-type="linenumber">19</context>
1415 </context-group> 1563 </context-group>
1416 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html"> 1564 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
1417 <source>Delete</source> 1565 <source>Delete</source>
1418 <context-group purpose="location"> 1566 <context-group purpose="location">
1419 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.ts</context> 1567 <context context-type="sourcefile">app/+my-account/my-account-videos/my-account-videos.component.ts</context>
1420 <context context-type="linenumber">33</context> 1568 <context context-type="linenumber">32</context>
1569 </context-group>
1570 <context-group purpose="location">
1571 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1572 <context context-type="linenumber">148</context>
1421 </context-group> 1573 </context-group>
1422 <context-group purpose="location"> 1574 <context-group purpose="location">
1423 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 1575 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1424 <context context-type="linenumber">101</context> 1576 <context context-type="linenumber">106</context>
1425 </context-group> 1577 </context-group>
1426 <context-group purpose="location"> 1578 <context-group purpose="location">
1427 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment.component.ts</context> 1579 <context context-type="sourcefile">app/videos/+video-watch/comment/video-comment.component.ts</context>
@@ -1506,13 +1658,13 @@ When you will upload a video in this channel, the video support field will be au
1506 <source>Automatically plays video</source> 1658 <source>Automatically plays video</source>
1507 <context-group purpose="location"> 1659 <context-group purpose="location">
1508 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 1660 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
1509 <context context-type="linenumber">24</context> 1661 <context context-type="linenumber">20</context>
1510 </context-group> 1662 </context-group>
1511 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 1663 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
1512 <source>Save</source> 1664 <source>Save</source>
1513 <context-group purpose="location"> 1665 <context-group purpose="location">
1514 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 1666 <context context-type="sourcefile">app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
1515 <context context-type="linenumber">27</context> 1667 <context context-type="linenumber">23</context>
1516 </context-group> 1668 </context-group>
1517 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html"> 1669 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html">
1518 <source>Update my profile</source> 1670 <source>Update my profile</source>
@@ -1608,6 +1760,10 @@ When you will upload a video in this channel, the video support field will be au
1608 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1760 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1609 <context context-type="linenumber">86</context> 1761 <context context-type="linenumber">86</context>
1610 </context-group> 1762 </context-group>
1763 <context-group purpose="location">
1764 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1765 <context context-type="linenumber">138</context>
1766 </context-group>
1611 </trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html"> 1767 </trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
1612 <source>Publish will be available when upload is finished</source> 1768 <source>Publish will be available when upload is finished</source>
1613 <context-group purpose="location"> 1769 <context-group purpose="location">
@@ -1620,6 +1776,32 @@ When you will upload a video in this channel, the video support field will be au
1620 <context context-type="sourcefile">app/videos/+video-edit/video-add.component.ts</context> 1776 <context context-type="sourcefile">app/videos/+video-edit/video-add.component.ts</context>
1621 <context context-type="linenumber">61</context> 1777 <context context-type="linenumber">61</context>
1622 </context-group> 1778 </context-group>
1779 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1780 <source>Add caption</source>
1781 <context-group purpose="location">
1782 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.ts</context>
1783 <context context-type="linenumber">7</context>
1784 </context-group>
1785 </trans-unit><trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8" datatype="html">
1786 <source>Select the caption file</source>
1787 <context-group purpose="location">
1788 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.ts</context>
1789 <context context-type="linenumber">25</context>
1790 </context-group>
1791 </trans-unit><trans-unit id="a40a8a9f8359eda00c6a79809e9499100fde3ffd" datatype="html">
1792 <source>
1793 This will replace an existing caption!
1794 </source>
1795 <context-group purpose="location">
1796 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.ts</context>
1797 <context context-type="linenumber">30</context>
1798 </context-group>
1799 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1800 <source>Add this caption</source>
1801 <context-group purpose="location">
1802 <context context-type="sourcefile">app/videos/+video-edit/shared/video-caption-add-modal.component.ts</context>
1803 <context context-type="linenumber">40</context>
1804 </context-group>
1623 </trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html"> 1805 </trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1624 <source>Title</source> 1806 <source>Title</source>
1625 <context-group purpose="location"> 1807 <context-group purpose="location">
@@ -1632,6 +1814,10 @@ When you will upload a video in this channel, the video support field will be au
1632 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1814 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1633 <context context-type="linenumber">15</context> 1815 <context context-type="linenumber">15</context>
1634 </context-group> 1816 </context-group>
1817 <context-group purpose="location">
1818 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1819 <context context-type="linenumber">170</context>
1820 </context-group>
1635 </trans-unit><trans-unit id="935e7146fe6c12169abfda18536c5856935cfd82" datatype="html"> 1821 </trans-unit><trans-unit id="935e7146fe6c12169abfda18536c5856935cfd82" datatype="html">
1636 <source>(press Enter to add)</source> 1822 <source>(press Enter to add)</source>
1637 <context-group purpose="location"> 1823 <context-group purpose="location">
@@ -1644,24 +1830,6 @@ When you will upload a video in this channel, the video support field will be au
1644 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1830 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1645 <context context-type="linenumber">24</context> 1831 <context context-type="linenumber">24</context>
1646 </context-group> 1832 </context-group>
1647 </trans-unit><trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html">
1648 <source>Category</source>
1649 <context-group purpose="location">
1650 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1651 <context context-type="linenumber">44</context>
1652 </context-group>
1653 </trans-unit><trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html">
1654 <source>Licence</source>
1655 <context-group purpose="location">
1656 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1657 <context context-type="linenumber">58</context>
1658 </context-group>
1659 </trans-unit><trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html">
1660 <source>Language</source>
1661 <context-group purpose="location">
1662 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1663 <context context-type="linenumber">72</context>
1664 </context-group>
1665 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 1833 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
1666 <source>Schedule publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/&gt;)</source> 1834 <source>Schedule publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/&gt;)</source>
1667 <context-group purpose="location"> 1835 <context-group purpose="location">
@@ -1672,31 +1840,31 @@ When you will upload a video in this channel, the video support field will be au
1672 <source>This video contains mature or explicit content</source> 1840 <source>This video contains mature or explicit content</source>
1673 <context-group purpose="location"> 1841 <context-group purpose="location">
1674 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1842 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1675 <context context-type="linenumber">116</context> 1843 <context context-type="linenumber">115</context>
1676 </context-group> 1844 </context-group>
1677 </trans-unit><trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html"> 1845 </trans-unit><trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html">
1678 <source>Some instances do not list videos containing mature or explicit content by default.</source> 1846 <source>Some instances do not list videos containing mature or explicit content by default.</source>
1679 <context-group purpose="location"> 1847 <context-group purpose="location">
1680 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1848 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1681 <context context-type="linenumber">119</context> 1849 <context context-type="linenumber">116</context>
1682 </context-group> 1850 </context-group>
1683 </trans-unit><trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html"> 1851 </trans-unit><trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html">
1684 <source>Enable video comments</source> 1852 <source>Enable video comments</source>
1685 <context-group purpose="location"> 1853 <context-group purpose="location">
1686 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1854 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1687 <context context-type="linenumber">126</context> 1855 <context context-type="linenumber">121</context>
1688 </context-group> 1856 </context-group>
1689 </trans-unit><trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html"> 1857 </trans-unit><trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html">
1690 <source>Wait transcoding before publishing the video</source> 1858 <source>Wait transcoding before publishing the video</source>
1691 <context-group purpose="location"> 1859 <context-group purpose="location">
1692 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1860 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1693 <context context-type="linenumber">132</context> 1861 <context context-type="linenumber">126</context>
1694 </context-group> 1862 </context-group>
1695 </trans-unit><trans-unit id="0001ec53fe3dfd603b7ad80fd32d262170e3d9a5" datatype="html"> 1863 </trans-unit><trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html">
1696 <source>If you decide to not wait transcoding before publishing the video, it can be unplayable until it transcoding ends.</source> 1864 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
1697 <context-group purpose="location"> 1865 <context-group purpose="location">
1698 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1866 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1699 <context context-type="linenumber">135</context> 1867 <context context-type="linenumber">127</context>
1700 </context-group> 1868 </context-group>
1701 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html"> 1869 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html">
1702 <source>Basic info</source> 1870 <source>Basic info</source>
@@ -1704,23 +1872,35 @@ When you will upload a video in this channel, the video support field will be au
1704 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1872 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1705 <context context-type="linenumber">4</context> 1873 <context context-type="linenumber">4</context>
1706 </context-group> 1874 </context-group>
1875 </trans-unit><trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22" datatype="html">
1876 <source>Add another caption</source>
1877 <context-group purpose="location">
1878 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1879 <context context-type="linenumber">139</context>
1880 </context-group>
1881 </trans-unit><trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html">
1882 <source>Captions</source>
1883 <context-group purpose="location">
1884 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1885 <context context-type="linenumber">133</context>
1886 </context-group>
1707 </trans-unit><trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513" datatype="html"> 1887 </trans-unit><trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513" datatype="html">
1708 <source>Upload thumbnail</source> 1888 <source>Upload thumbnail</source>
1709 <context-group purpose="location"> 1889 <context-group purpose="location">
1710 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1890 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1711 <context context-type="linenumber">146</context> 1891 <context context-type="linenumber">163</context>
1712 </context-group> 1892 </context-group>
1713 </trans-unit><trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639" datatype="html"> 1893 </trans-unit><trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639" datatype="html">
1714 <source>Upload preview</source> 1894 <source>Upload preview</source>
1715 <context-group purpose="location"> 1895 <context-group purpose="location">
1716 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1896 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1717 <context context-type="linenumber">153</context> 1897 <context context-type="linenumber">170</context>
1718 </context-group> 1898 </context-group>
1719 </trans-unit><trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html"> 1899 </trans-unit><trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html">
1720 <source>Support</source> 1900 <source>Support</source>
1721 <context-group purpose="location"> 1901 <context-group purpose="location">
1722 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1902 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1723 <context context-type="linenumber">159</context> 1903 <context context-type="linenumber">176</context>
1724 </context-group> 1904 </context-group>
1725 <context-group purpose="location"> 1905 <context-group purpose="location">
1726 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.ts</context> 1906 <context context-type="sourcefile">app/videos/+video-watch/modal/video-support.component.ts</context>
@@ -1728,25 +1908,19 @@ When you will upload a video in this channel, the video support field will be au
1728 </context-group> 1908 </context-group>
1729 <context-group purpose="location"> 1909 <context-group purpose="location">
1730 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 1910 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1731 <context context-type="linenumber">61</context> 1911 <context context-type="linenumber">66</context>
1732 </context-group> 1912 </context-group>
1733 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html"> 1913 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
1734 <source>Short text to tell people how they can support you (membership platform...).</source> 1914 <source>Short text to tell people how they can support you (membership platform...).</source>
1735 <context-group purpose="location"> 1915 <context-group purpose="location">
1736 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1916 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1737 <context context-type="linenumber">160</context> 1917 <context context-type="linenumber">177</context>
1738 </context-group> 1918 </context-group>
1739 </trans-unit><trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html"> 1919 </trans-unit><trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html">
1740 <source>Advanced settings</source> 1920 <source>Advanced settings</source>
1741 <context-group purpose="location"> 1921 <context-group purpose="location">
1742 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context> 1922 <context context-type="sourcefile">app/videos/+video-edit/shared/video-edit.component.ts</context>
1743 <context context-type="linenumber">142</context> 1923 <context context-type="linenumber">159</context>
1744 </context-group>
1745 </trans-unit><trans-unit id="c07377d8b52fde03fcf70824a980346b9222d056" datatype="html">
1746 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ videoImageExtensions }}"/&gt;, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/&gt;)</source>
1747 <context-group purpose="location">
1748 <context context-type="sourcefile">app/videos/+video-edit/shared/video-image.component.ts</context>
1749 <context context-type="linenumber">11</context>
1750 </context-group> 1924 </context-group>
1751 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html"> 1925 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html">
1752 <source> 1926 <source>
@@ -1760,11 +1934,11 @@ When you will upload a video in this channel, the video support field will be au
1760 <source>Update</source> 1934 <source>Update</source>
1761 <context-group purpose="location"> 1935 <context-group purpose="location">
1762 <context context-type="sourcefile">app/videos/+video-edit/video-update.component.ts</context> 1936 <context context-type="sourcefile">app/videos/+video-edit/video-update.component.ts</context>
1763 <context context-type="linenumber">16</context> 1937 <context context-type="linenumber">17</context>
1764 </context-group> 1938 </context-group>
1765 <context-group purpose="location"> 1939 <context-group purpose="location">
1766 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 1940 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1767 <context context-type="linenumber">95</context> 1941 <context context-type="linenumber">100</context>
1768 </context-group> 1942 </context-group>
1769 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 1943 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html">
1770 <source>Download video</source> 1944 <source>Download video</source>
@@ -1798,7 +1972,7 @@ When you will upload a video in this channel, the video support field will be au
1798 </context-group> 1972 </context-group>
1799 <context-group purpose="location"> 1973 <context-group purpose="location">
1800 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 1974 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1801 <context context-type="linenumber">77</context> 1975 <context context-type="linenumber">82</context>
1802 </context-group> 1976 </context-group>
1803 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 1977 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
1804 <source>Report video</source> 1978 <source>Report video</source>
@@ -1834,7 +2008,7 @@ When you will upload a video in this channel, the video support field will be au
1834 </context-group> 2008 </context-group>
1835 <context-group purpose="location"> 2009 <context-group purpose="location">
1836 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2010 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1837 <context context-type="linenumber">66</context> 2011 <context context-type="linenumber">71</context>
1838 </context-group> 2012 </context-group>
1839 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html"> 2013 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html">
1840 <source>URL</source> 2014 <source>URL</source>
@@ -1856,13 +2030,19 @@ When you will upload a video in this channel, the video support field will be au
1856 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.ts</context> 2030 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.ts</context>
1857 <context context-type="linenumber">35</context> 2031 <context context-type="linenumber">35</context>
1858 </context-group> 2032 </context-group>
2033 </trans-unit><trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html">
2034 <source>QR-Code</source>
2035 <context-group purpose="location">
2036 <context context-type="sourcefile">app/videos/+video-watch/modal/video-share.component.ts</context>
2037 <context context-type="linenumber">40</context>
2038 </context-group>
1859 </trans-unit><trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304" datatype="html"> 2039 </trans-unit><trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304" datatype="html">
1860 <source> 2040 <source>
1861 The video is being transcoded, it may not work properly. 2041 The video is being transcoded, it may not work properly.
1862 </source> 2042 </source>
1863 <context-group purpose="location"> 2043 <context-group purpose="location">
1864 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2044 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1865 <context context-type="linenumber">6</context> 2045 <context context-type="linenumber">11</context>
1866 </context-group> 2046 </context-group>
1867 </trans-unit><trans-unit id="fbc205ea3d06fa8f65973fa3b490ae172f71c087" datatype="html"> 2047 </trans-unit><trans-unit id="fbc205ea3d06fa8f65973fa3b490ae172f71c087" datatype="html">
1868 <source> 2048 <source>
@@ -1870,7 +2050,7 @@ When you will upload a video in this channel, the video support field will be au
1870 </source> 2050 </source>
1871 <context-group purpose="location"> 2051 <context-group purpose="location">
1872 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2052 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1873 <context context-type="linenumber">10</context> 2053 <context context-type="linenumber">15</context>
1874 </context-group> 2054 </context-group>
1875 </trans-unit><trans-unit id="643ab402461b1169eebbe2ed790e12a9a83551aa" datatype="html"> 2055 </trans-unit><trans-unit id="643ab402461b1169eebbe2ed790e12a9a83551aa" datatype="html">
1876 <source> 2056 <source>
@@ -1878,137 +2058,97 @@ When you will upload a video in this channel, the video support field will be au
1878 </source> 2058 </source>
1879 <context-group purpose="location"> 2059 <context-group purpose="location">
1880 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2060 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1881 <context context-type="linenumber">21</context> 2061 <context context-type="linenumber">26</context>
1882 </context-group> 2062 </context-group>
1883 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html"> 2063 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html">
1884 <source>Go the channel page</source> 2064 <source>Go the channel page</source>
1885 <context-group purpose="location"> 2065 <context-group purpose="location">
1886 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2066 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1887 <context context-type="linenumber">26</context> 2067 <context context-type="linenumber">31</context>
1888 </context-group> 2068 </context-group>
1889 </trans-unit><trans-unit id="57075c778cf28b81272df4eb17da944366c98e51" datatype="html"> 2069 </trans-unit><trans-unit id="57075c778cf28b81272df4eb17da944366c98e51" datatype="html">
1890 <source>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 &lt;strong&gt;@&lt;x id="INTERPOLATION" equiv-text="{{video.account.name}}"/&gt;@&lt;x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/&gt;&lt;/strong&gt; and subscribe there. Subscription as a PeerTube user is being worked on in &lt;a href=&apos;https://github.com/Chocobozzz/PeerTube/issues/470&apos;&gt;#470&lt;/a&gt;.</source> 2070 <source>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 &lt;strong&gt;@&lt;x id="INTERPOLATION" equiv-text="{{video.account.name}}"/&gt;@&lt;x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/&gt;&lt;/strong&gt; and subscribe there. Subscription as a PeerTube user is being worked on in &lt;a href=&apos;https://github.com/Chocobozzz/PeerTube/issues/470&apos;&gt;#470&lt;/a&gt;.</source>
1891 <context-group purpose="location"> 2071 <context-group purpose="location">
1892 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2072 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1893 <context context-type="linenumber">32</context> 2073 <context context-type="linenumber">37</context>
1894 </context-group> 2074 </context-group>
1895 </trans-unit><trans-unit id="ccc07df383b7a32be3e2e105faa5488caf261c1c" datatype="html"> 2075 </trans-unit><trans-unit id="ccc07df383b7a32be3e2e105faa5488caf261c1c" datatype="html">
1896 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.by }}"/&gt;</source> 2076 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.by }}"/&gt;</source>
1897 <context-group purpose="location"> 2077 <context-group purpose="location">
1898 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2078 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1899 <context context-type="linenumber">37</context> 2079 <context context-type="linenumber">42</context>
1900 </context-group> 2080 </context-group>
1901 </trans-unit><trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html"> 2081 </trans-unit><trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
1902 <source>Go to the account page</source> 2082 <source>Go to the account page</source>
1903 <context-group purpose="location"> 2083 <context-group purpose="location">
1904 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2084 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1905 <context context-type="linenumber">36</context> 2085 <context context-type="linenumber">41</context>
1906 </context-group> 2086 </context-group>
1907 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html"> 2087 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html">
1908 <source>Like this video</source> 2088 <source>Like this video</source>
1909 <context-group purpose="location"> 2089 <context-group purpose="location">
1910 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2090 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1911 <context context-type="linenumber">49</context> 2091 <context context-type="linenumber">54</context>
1912 </context-group> 2092 </context-group>
1913 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html"> 2093 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html">
1914 <source>Dislike this video</source> 2094 <source>Dislike this video</source>
1915 <context-group purpose="location"> 2095 <context-group purpose="location">
1916 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2096 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1917 <context context-type="linenumber">56</context> 2097 <context context-type="linenumber">61</context>
1918 </context-group> 2098 </context-group>
1919 </trans-unit><trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2" datatype="html"> 2099 </trans-unit><trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2" datatype="html">
1920 <source>Download the video</source> 2100 <source>Download the video</source>
1921 <context-group purpose="location"> 2101 <context-group purpose="location">
1922 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2102 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1923 <context context-type="linenumber">76</context> 2103 <context context-type="linenumber">81</context>
1924 </context-group> 2104 </context-group>
1925 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html"> 2105 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
1926 <source>Report</source> 2106 <source>Report</source>
1927 <context-group purpose="location"> 2107 <context-group purpose="location">
1928 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2108 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1929 <context context-type="linenumber">83</context> 2109 <context context-type="linenumber">88</context>
1930 </context-group> 2110 </context-group>
1931 </trans-unit><trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf" datatype="html"> 2111 </trans-unit><trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf" datatype="html">
1932 <source>Report this video</source> 2112 <source>Report this video</source>
1933 <context-group purpose="location"> 2113 <context-group purpose="location">
1934 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2114 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1935 <context context-type="linenumber">82</context> 2115 <context context-type="linenumber">87</context>
1936 </context-group> 2116 </context-group>
1937 </trans-unit><trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html"> 2117 </trans-unit><trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
1938 <source>Blacklist</source> 2118 <source>Blacklist</source>
1939 <context-group purpose="location"> 2119 <context-group purpose="location">
1940 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2120 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1941 <context context-type="linenumber">89</context> 2121 <context context-type="linenumber">94</context>
1942 </context-group> 2122 </context-group>
1943 </trans-unit><trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037" datatype="html"> 2123 </trans-unit><trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037" datatype="html">
1944 <source>Blacklist this video</source> 2124 <source>Blacklist this video</source>
1945 <context-group purpose="location"> 2125 <context-group purpose="location">
1946 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2126 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1947 <context context-type="linenumber">88</context> 2127 <context context-type="linenumber">93</context>
1948 </context-group> 2128 </context-group>
1949 </trans-unit><trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1" datatype="html"> 2129 </trans-unit><trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1" datatype="html">
1950 <source>Update this video</source> 2130 <source>Update this video</source>
1951 <context-group purpose="location"> 2131 <context-group purpose="location">
1952 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2132 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1953 <context context-type="linenumber">94</context> 2133 <context context-type="linenumber">99</context>
1954 </context-group> 2134 </context-group>
1955 </trans-unit><trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5" datatype="html"> 2135 </trans-unit><trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5" datatype="html">
1956 <source>Delete this video</source> 2136 <source>Delete this video</source>
1957 <context-group purpose="location"> 2137 <context-group purpose="location">
1958 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2138 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1959 <context context-type="linenumber">100</context> 2139 <context context-type="linenumber">105</context>
1960 </context-group> 2140 </context-group>
1961 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html"> 2141 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html">
1962 <source>Show more</source> 2142 <source>Show more</source>
1963 <context-group purpose="location"> 2143 <context-group purpose="location">
1964 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2144 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1965 <context context-type="linenumber">120</context> 2145 <context context-type="linenumber">125</context>
1966 </context-group> 2146 </context-group>
1967 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html"> 2147 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html">
1968 <source>Show less</source> 2148 <source>Show less</source>
1969 <context-group purpose="location"> 2149 <context-group purpose="location">
1970 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2150 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1971 <context context-type="linenumber">126</context> 2151 <context context-type="linenumber">131</context>
1972 </context-group>
1973 </trans-unit><trans-unit id="8057a9b7f9e908ff350edfd71417b96c174e5911" datatype="html">
1974 <source>
1975 Privacy
1976 </source>
1977 <context-group purpose="location">
1978 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1979 <context context-type="linenumber">133</context>
1980 </context-group>
1981 </trans-unit><trans-unit id="bd407eca607a8905a26a9e30c9d0cd70f4465db8" datatype="html">
1982 <source>
1983 Category
1984 </source>
1985 <context-group purpose="location">
1986 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1987 <context context-type="linenumber">142</context>
1988 </context-group>
1989 </trans-unit><trans-unit id="af5072bd79ea3cd767ab74a6622d2eee791b3832" datatype="html">
1990 <source>
1991 Licence
1992 </source>
1993 <context-group purpose="location">
1994 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
1995 <context context-type="linenumber">151</context>
1996 </context-group>
1997 </trans-unit><trans-unit id="a911eee019174741b0aec6fcf3fbd5752fab3e67" datatype="html">
1998 <source>
1999 Language
2000 </source>
2001 <context-group purpose="location">
2002 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2003 <context context-type="linenumber">160</context>
2004 </context-group>
2005 </trans-unit><trans-unit id="ecf7007c2842cc26a7b91d08d48c7a4f5f749fb3" datatype="html">
2006 <source>
2007 Tags
2008 </source>
2009 <context-group purpose="location">
2010 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2011 <context context-type="linenumber">169</context>
2012 </context-group> 2152 </context-group>
2013 </trans-unit><trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html"> 2153 </trans-unit><trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1" datatype="html">
2014 <source> 2154 <source>
@@ -2016,13 +2156,13 @@ When you will upload a video in this channel, the video support field will be au
2016 </source> 2156 </source>
2017 <context-group purpose="location"> 2157 <context-group purpose="location">
2018 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2158 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2019 <context context-type="linenumber">183</context> 2159 <context context-type="linenumber">182</context>
2020 </context-group> 2160 </context-group>
2021 </trans-unit><trans-unit id="fb779d2b25c4d0ffa7d52c823a240717e8c1fe6c" datatype="html"> 2161 </trans-unit><trans-unit id="fb779d2b25c4d0ffa7d52c823a240717e8c1fe6c" datatype="html">
2022 <source>Friendly Reminder:</source> 2162 <source>Friendly Reminder:</source>
2023 <context-group purpose="location"> 2163 <context-group purpose="location">
2024 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2164 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2025 <context context-type="linenumber">195</context> 2165 <context context-type="linenumber">194</context>
2026 </context-group> 2166 </context-group>
2027 </trans-unit><trans-unit id="329900dd14bc4ca33cec3775d25c246e4cde7867" datatype="html"> 2167 </trans-unit><trans-unit id="329900dd14bc4ca33cec3775d25c246e4cde7867" datatype="html">
2028 <source> 2168 <source>
@@ -2030,19 +2170,19 @@ When you will upload a video in this channel, the video support field will be au
2030 </source> 2170 </source>
2031 <context-group purpose="location"> 2171 <context-group purpose="location">
2032 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2172 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2033 <context context-type="linenumber">197</context> 2173 <context context-type="linenumber">196</context>
2034 </context-group> 2174 </context-group>
2035 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html"> 2175 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2036 <source>More information</source> 2176 <source>More information</source>
2037 <context-group purpose="location"> 2177 <context-group purpose="location">
2038 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2178 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2039 <context context-type="linenumber">200</context> 2179 <context context-type="linenumber">199</context>
2040 </context-group> 2180 </context-group>
2041 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html"> 2181 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2042 <source>Get more information</source> 2182 <source>Get more information</source>
2043 <context-group purpose="location"> 2183 <context-group purpose="location">
2044 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2184 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2045 <context context-type="linenumber">200</context> 2185 <context context-type="linenumber">199</context>
2046 </context-group> 2186 </context-group>
2047 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html"> 2187 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2048 <source> 2188 <source>
@@ -2050,7 +2190,7 @@ When you will upload a video in this channel, the video support field will be au
2050 </source> 2190 </source>
2051 <context-group purpose="location"> 2191 <context-group purpose="location">
2052 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context> 2192 <context context-type="sourcefile">app/videos/+video-watch/video-watch.component.ts</context>
2053 <context context-type="linenumber">203</context> 2193 <context context-type="linenumber">202</context>
2054 </context-group> 2194 </context-group>
2055 </trans-unit><trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7" datatype="html"> 2195 </trans-unit><trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7" datatype="html">
2056 <source> 2196 <source>
@@ -2244,7 +2384,11 @@ When you will upload a video in this channel, the video support field will be au
2244 <context context-type="linenumber">1</context> 2384 <context context-type="linenumber">1</context>
2245 </context-group> 2385 </context-group>
2246 <context-group purpose="location"> 2386 <context-group purpose="location">
2247 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-image.component.ts</context> 2387 <context context-type="sourcefile">src/app/search/search.component.ts</context>
2388 <context context-type="linenumber">1</context>
2389 </context-group>
2390 <context-group purpose="location">
2391 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
2248 <context context-type="linenumber">1</context> 2392 <context context-type="linenumber">1</context>
2249 </context-group> 2393 </context-group>
2250 <context-group purpose="location"> 2394 <context-group purpose="location">
@@ -2786,8 +2930,8 @@ When you will upload a video in this channel, the video support field will be au
2786 <context context-type="linenumber">1</context> 2930 <context context-type="linenumber">1</context>
2787 </context-group> 2931 </context-group>
2788 </trans-unit> 2932 </trans-unit>
2789 <trans-unit id="4fe245955c7ec7d53a4236fda7a985edcb63124c" datatype="html"> 2933 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1" datatype="html">
2790 <source>An email with the reset password instructions will be sent to &lt;x id="INTERPOLATION" equiv-text="{{ email }}"/&gt;.</source> 2934 <source>An email with the reset password instructions will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/&gt;.</source>
2791 <context-group purpose="location"> 2935 <context-group purpose="location">
2792 <context context-type="sourcefile">src/app/login/login.component.ts</context> 2936 <context context-type="sourcefile">src/app/login/login.component.ts</context>
2793 <context context-type="linenumber">1</context> 2937 <context context-type="linenumber">1</context>
@@ -2807,6 +2951,87 @@ When you will upload a video in this channel, the video support field will be au
2807 <context context-type="linenumber">1</context> 2951 <context context-type="linenumber">1</context>
2808 </context-group> 2952 </context-group>
2809 </trans-unit> 2953 </trans-unit>
2954 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
2955 <source>Today</source>
2956 <context-group purpose="location">
2957 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
2958 <context context-type="linenumber">1</context>
2959 </context-group>
2960 <context-group purpose="location">
2961 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
2962 <context context-type="linenumber">1</context>
2963 </context-group>
2964 </trans-unit>
2965 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d" datatype="html">
2966 <source>Last 7 days</source>
2967 <context-group purpose="location">
2968 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
2969 <context context-type="linenumber">1</context>
2970 </context-group>
2971 </trans-unit>
2972 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8" datatype="html">
2973 <source>Last 30 days</source>
2974 <context-group purpose="location">
2975 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
2976 <context context-type="linenumber">1</context>
2977 </context-group>
2978 </trans-unit>
2979 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca" datatype="html">
2980 <source>Last 365 days</source>
2981 <context-group purpose="location">
2982 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
2983 <context context-type="linenumber">1</context>
2984 </context-group>
2985 </trans-unit>
2986 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc" datatype="html">
2987 <source>Short (&lt; 4 min)</source>
2988 <context-group purpose="location">
2989 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
2990 <context context-type="linenumber">1</context>
2991 </context-group>
2992 </trans-unit>
2993 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
2994 <source>Long (&gt; 10 min)</source>
2995 <context-group purpose="location">
2996 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
2997 <context context-type="linenumber">1</context>
2998 </context-group>
2999 </trans-unit>
3000 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889" datatype="html">
3001 <source>Medium (4-10 min)</source>
3002 <context-group purpose="location">
3003 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
3004 <context context-type="linenumber">1</context>
3005 </context-group>
3006 </trans-unit>
3007 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca" datatype="html">
3008 <source>Relevance</source>
3009 <context-group purpose="location">
3010 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
3011 <context context-type="linenumber">1</context>
3012 </context-group>
3013 </trans-unit>
3014 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e" datatype="html">
3015 <source>Publish date</source>
3016 <context-group purpose="location">
3017 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
3018 <context context-type="linenumber">1</context>
3019 </context-group>
3020 </trans-unit>
3021 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html">
3022 <source>Views</source>
3023 <context-group purpose="location">
3024 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
3025 <context context-type="linenumber">1</context>
3026 </context-group>
3027 </trans-unit>
3028 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016" datatype="html">
3029 <source>Search</source>
3030 <context-group purpose="location">
3031 <context context-type="sourcefile">src/app/search/search.component.ts</context>
3032 <context context-type="linenumber">1</context>
3033 </context-group>
3034 </trans-unit>
2810 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html"> 3035 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
2811 <source>Instance name is required.</source> 3036 <source>Instance name is required.</source>
2812 <context-group purpose="location"> 3037 <context-group purpose="location">
@@ -2849,6 +3074,27 @@ When you will upload a video in this channel, the video support field will be au
2849 <context context-type="linenumber">1</context> 3074 <context context-type="linenumber">1</context>
2850 </context-group> 3075 </context-group>
2851 </trans-unit> 3076 </trans-unit>
3077 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8" datatype="html">
3078 <source>Captions cache size is required.</source>
3079 <context-group purpose="location">
3080 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
3081 <context context-type="linenumber">1</context>
3082 </context-group>
3083 </trans-unit>
3084 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c" datatype="html">
3085 <source>Captions cache size must be greater than 1.</source>
3086 <context-group purpose="location">
3087 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
3088 <context context-type="linenumber">1</context>
3089 </context-group>
3090 </trans-unit>
3091 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e" datatype="html">
3092 <source>Captions cache size must be a number.</source>
3093 <context-group purpose="location">
3094 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
3095 <context context-type="linenumber">1</context>
3096 </context-group>
3097 </trans-unit>
2852 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html"> 3098 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html">
2853 <source>Signup limit is required.</source> 3099 <source>Signup limit is required.</source>
2854 <context-group purpose="location"> 3100 <context-group purpose="location">
@@ -3069,6 +3315,20 @@ When you will upload a video in this channel, the video support field will be au
3069 <context context-type="linenumber">1</context> 3315 <context context-type="linenumber">1</context>
3070 </context-group> 3316 </context-group>
3071 </trans-unit> 3317 </trans-unit>
3318 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e" datatype="html">
3319 <source>Video caption language is required.</source>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
3322 <context context-type="linenumber">1</context>
3323 </context-group>
3324 </trans-unit>
3325 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963" datatype="html">
3326 <source>Video caption file is required.</source>
3327 <context-group purpose="location">
3328 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
3329 <context context-type="linenumber">1</context>
3330 </context-group>
3331 </trans-unit>
3072 <trans-unit id="fac936be125163a8494f3d7e7f21d65c7e4f1ff6" datatype="html"> 3332 <trans-unit id="fac936be125163a8494f3d7e7f21d65c7e4f1ff6" datatype="html">
3073 <source>Description cannot be more than 500 characters long.</source> 3333 <source>Description cannot be more than 500 characters long.</source>
3074 <context-group purpose="location"> 3334 <context-group purpose="location">
@@ -3195,6 +3455,13 @@ When you will upload a video in this channel, the video support field will be au
3195 <context context-type="linenumber">1</context> 3455 <context context-type="linenumber">1</context>
3196 </context-group> 3456 </context-group>
3197 </trans-unit> 3457 </trans-unit>
3458 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4" datatype="html">
3459 <source>This file is too large.</source>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
3462 <context context-type="linenumber">1</context>
3463 </context-group>
3464 </trans-unit>
3198 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html"> 3465 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html">
3199 <source>All unsaved data will be lost, are you sure you want to leave this page?</source> 3466 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
3200 <context-group purpose="location"> 3467 <context-group purpose="location">
@@ -3546,13 +3813,6 @@ When you will upload a video in this channel, the video support field will be au
3546 </context-group> 3813 </context-group>
3547 <note priority="1" from="description">Month name short</note> 3814 <note priority="1" from="description">Month name short</note>
3548 </trans-unit> 3815 </trans-unit>
3549 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
3550 <source>Today</source>
3551 <context-group purpose="location">
3552 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
3553 <context context-type="linenumber">1</context>
3554 </context-group>
3555 </trans-unit>
3556 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html"> 3816 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html">
3557 <source>Clear</source> 3817 <source>Clear</source>
3558 <context-group purpose="location"> 3818 <context-group purpose="location">
@@ -3757,13 +4017,6 @@ When you will upload a video in this channel, the video support field will be au
3757 <context context-type="linenumber">1</context> 4017 <context context-type="linenumber">1</context>
3758 </context-group> 4018 </context-group>
3759 </trans-unit> 4019 </trans-unit>
3760 <trans-unit id="6d0fdbf0a14c9ac51e12b52f8781152ba5c87793" datatype="html">
3761 <source>This image is too large.</source>
3762 <context-group purpose="location">
3763 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-image.component.ts</context>
3764 <context context-type="linenumber">1</context>
3765 </context-group>
3766 </trans-unit>
3767 <trans-unit id="1e876f14d96cdf3b334c080fe795a2e0ab53aa3a" datatype="html"> 4020 <trans-unit id="1e876f14d96cdf3b334c080fe795a2e0ab53aa3a" datatype="html">
3768 <source>Your video was uploaded in your account and is private.</source> 4021 <source>Your video was uploaded in your account and is private.</source>
3769 <context-group purpose="location"> 4022 <context-group purpose="location">
@@ -3876,13 +4129,6 @@ When you will upload a video in this channel, the video support field will be au
3876 <context context-type="linenumber">1</context> 4129 <context context-type="linenumber">1</context>
3877 </context-group> 4130 </context-group>
3878 </trans-unit> 4131 </trans-unit>
3879 <trans-unit id="4a400b174208188dcb46f2c23f4af9accfabaa3f" datatype="html">
3880 <source>Cannot fetch video from server, maybe down.</source>
3881 <context-group purpose="location">
3882 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
3883 <context context-type="linenumber">1</context>
3884 </context-group>
3885 </trans-unit>
3886 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html"> 4132 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html">
3887 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source> 4133 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
3888 <context-group purpose="location"> 4134 <context-group purpose="location">
@@ -3897,13 +4143,6 @@ When you will upload a video in this channel, the video support field will be au
3897 <context context-type="linenumber">1</context> 4143 <context context-type="linenumber">1</context>
3898 </context-group> 4144 </context-group>
3899 </trans-unit> 4145 </trans-unit>
3900 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016" datatype="html">
3901 <source>Search</source>
3902 <context-group purpose="location">
3903 <context context-type="sourcefile">src/app/videos/video-list/video-search.component.ts</context>
3904 <context context-type="linenumber">1</context>
3905 </context-group>
3906 </trans-unit>
3907 </body> 4146 </body>
3908 </file> 4147 </file>
3909</xliff> 4148</xliff>
diff --git a/client/src/locale/source/iso639_en_US.xml b/client/src/locale/source/iso639_en_US.xml
index 4bed9617c..7c2a6a6e0 100644
--- a/client/src/locale/source/iso639_en_US.xml
+++ b/client/src/locale/source/iso639_en_US.xml
@@ -41,6 +41,10 @@
41 <source>Avaric</source> 41 <source>Avaric</source>
42 <target>undefined</target> 42 <target>undefined</target>
43 </trans-unit> 43 </trans-unit>
44 <trans-unit id="Kotava">
45 <source>Kotava</source>
46 <target>undefined</target>
47 </trans-unit>
44 <trans-unit id="Aymara"> 48 <trans-unit id="Aymara">
45 <source>Aymara</source> 49 <source>Aymara</source>
46 <target>undefined</target> 50 <target>undefined</target>
@@ -165,6 +169,10 @@
165 <source>English</source> 169 <source>English</source>
166 <target>undefined</target> 170 <target>undefined</target>
167 </trans-unit> 171 </trans-unit>
172 <trans-unit id="Esperanto">
173 <source>Esperanto</source>
174 <target>undefined</target>
175 </trans-unit>
168 <trans-unit id="Estonian"> 176 <trans-unit id="Estonian">
169 <source>Estonian</source> 177 <source>Estonian</source>
170 <target>undefined</target> 178 <target>undefined</target>
@@ -309,6 +317,10 @@
309 <source>Javanese</source> 317 <source>Javanese</source>
310 <target>undefined</target> 318 <target>undefined</target>
311 </trans-unit> 319 </trans-unit>
320 <trans-unit id="Lojban">
321 <source>Lojban</source>
322 <target>undefined</target>
323 </trans-unit>
312 <trans-unit id="Japanese"> 324 <trans-unit id="Japanese">
313 <source>Japanese</source> 325 <source>Japanese</source>
314 <target>undefined</target> 326 <target>undefined</target>
@@ -673,6 +685,10 @@
673 <source>Tigrinya</source> 685 <source>Tigrinya</source>
674 <target>undefined</target> 686 <target>undefined</target>
675 </trans-unit> 687 </trans-unit>
688 <trans-unit id="Klingon">
689 <source>Klingon</source>
690 <target>undefined</target>
691 </trans-unit>
676 <trans-unit id="Tonga (Tonga Islands)"> 692 <trans-unit id="Tonga (Tonga Islands)">
677 <source>Tonga (Tonga Islands)</source> 693 <source>Tonga (Tonga Islands)</source>
678 <target>undefined</target> 694 <target>undefined</target>
diff --git a/client/src/locale/source/player_en_US.xml b/client/src/locale/source/player_en_US.xml
index 5bb6afdf7..3666a907d 100644
--- a/client/src/locale/source/player_en_US.xml
+++ b/client/src/locale/source/player_en_US.xml
@@ -345,6 +345,10 @@
345 <source>Speed</source> 345 <source>Speed</source>
346 <target>undefined</target> 346 <target>undefined</target>
347 </trans-unit> 347 </trans-unit>
348 <trans-unit id="Subtitles/CC">
349 <source>Subtitles/CC</source>
350 <target>undefined</target>
351 </trans-unit>
348 <trans-unit id="peers"> 352 <trans-unit id="peers">
349 <source>peers</source> 353 <source>peers</source>
350 <target>undefined</target> 354 <target>undefined</target>
diff --git a/client/src/locale/target/angular_cs_CZ.xml b/client/src/locale/target/angular_cs_CZ.xml
index 4d6ed6486..53a6ca3df 100644
--- a/client/src/locale/target/angular_cs_CZ.xml
+++ b/client/src/locale/target/angular_cs_CZ.xml
@@ -16,7 +16,7 @@
16 </trans-unit> 16 </trans-unit>
17 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8"> 17 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
18 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 18 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
19 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> shlédnutí</target> 19 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí</target>
20 <context-group name="null"> 20 <context-group name="null">
21 <context context-type="linenumber">12</context> 21 <context context-type="linenumber">12</context>
22 </context-group> 22 </context-group>
@@ -222,7 +222,7 @@
222 </trans-unit> 222 </trans-unit>
223 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 223 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
224 <source>Change the language</source> 224 <source>Change the language</source>
225 <target>Vytvořit účet</target> 225 <target>Změnit jazyk</target>
226 <context-group name="null"> 226 <context-group name="null">
227 <context context-type="linenumber">76</context> 227 <context context-type="linenumber">76</context>
228 </context-group> 228 </context-group>
@@ -533,7 +533,7 @@
533 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video 533 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
534 </source> 534 </source>
535 <target> 535 <target>
536 Pokud je IP adresa uložena v trackeru, neznamená to, že osoba za IP adresou (pokud nějaká existuje) opravdu shlédla dané video</target> 536 Pokud je IP adresa uložena v trackeru, neznamená to, že osoba za IP adresou (pokud nějaká existuje) opravdu zhlédla dané video</target>
537 <context-group name="null"> 537 <context-group name="null">
538 <context context-type="linenumber">47</context> 538 <context context-type="linenumber">47</context>
539 </context-group> 539 </context-group>
@@ -940,7 +940,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
940 </trans-unit> 940 </trans-unit>
941 <trans-unit id="bf91318659ada3d3ad1b0ca1e63ae427e5a857d5"> 941 <trans-unit id="bf91318659ada3d3ad1b0ca1e63ae427e5a857d5">
942 <source>Previews are not federated. We fetch them directly from the origin instance and cache them.</source> 942 <source>Previews are not federated. We fetch them directly from the origin instance and cache them.</source>
943 <target>Náhledy nejsou federovány. Získáváme je přímo z původní instrance a ukládáme do mezipaměti.</target> 943 <target>Náhledy nejsou federovány. Získáváme je přímo z původní instance a ukládáme do mezipaměti.</target>
944 <context-group name="null"> 944 <context-group name="null">
945 <context context-type="linenumber">215</context> 945 <context context-type="linenumber">215</context>
946 </context-group> 946 </context-group>
@@ -1108,7 +1108,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
1108 </trans-unit> 1108 </trans-unit>
1109 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437"> 1109 <trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437">
1110 <source>Add following</source> 1110 <source>Add following</source>
1111 <target>Přidat k odeběrům</target> 1111 <target>Přidat k odběrům</target>
1112 <context-group name="null"> 1112 <context-group name="null">
1113 <context context-type="linenumber">21</context> 1113 <context context-type="linenumber">21</context>
1114 </context-group> 1114 </context-group>
@@ -1303,7 +1303,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
1303 </trans-unit> 1303 </trans-unit>
1304 <trans-unit id="cd5ca5da9e2fa21571e9f86a24a5c3b45a3ddc51"> 1304 <trans-unit id="cd5ca5da9e2fa21571e9f86a24a5c3b45a3ddc51">
1305 <source>Views <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1305 <source>Views <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
1306 <target>Shlednutí <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 1306 <target>Zhlednutí <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
1307 <context-group name="null"> 1307 <context-group name="null">
1308 <context context-type="linenumber">13</context> 1308 <context context-type="linenumber">13</context>
1309 </context-group> 1309 </context-group>
@@ -1394,7 +1394,7 @@ Zakšrtněne tuto možnost, uložte nastavení a vyzkoušejte adresu videa z va
1394 </trans-unit> 1394 </trans-unit>
1395 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79"> 1395 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
1396 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 1396 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
1397 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> shlédnutí</target> 1397 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí</target>
1398 <context-group name="null"> 1398 <context-group name="null">
1399 <context context-type="linenumber">20</context> 1399 <context context-type="linenumber">20</context>
1400 </context-group> 1400 </context-group>
@@ -1871,7 +1871,7 @@ When you will upload a video in this channel, the video support field will be au
1871 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views 1871 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
1872 </source> 1872 </source>
1873 <target> 1873 <target>
1874 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> shlédnutí 1874 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> zhlédnutí
1875 </target> 1875 </target>
1876 <context-group name="null"> 1876 <context-group name="null">
1877 <context context-type="linenumber">21</context> 1877 <context context-type="linenumber">21</context>
@@ -2104,7 +2104,7 @@ When you will upload a video in this channel, the video support field will be au
2104 </trans-unit> 2104 </trans-unit>
2105 <trans-unit id="da8a38f72f92714cf8680560c99982dc651480d5"> 2105 <trans-unit id="da8a38f72f92714cf8680560c99982dc651480d5">
2106 <source>You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; and find back the video. Direct commenting capabilities are being worked on in &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/224'&gt;#224&lt;/a&gt;.</source> 2106 <source>You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; and find back the video. Direct commenting capabilities are being worked on in &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/224'&gt;#224&lt;/a&gt;.</source>
2107 <target>Můžete komentovat video na stránkách instance, kde je vaše video federováno s PeerTube účtem nebo pomocí kterékoliv instance obsahující ActivityPub federaci. V instantích s Mastodon nebo Pleroma napište do vyhledávacího pole &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; a najděte video. Na přímém komentování se pracuje: &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/224'&gt;#224&lt;/a&gt;.</target> 2107 <target>Můžete komentovat video na stránkách instance, kde je vaše video federováno s PeerTube účtem nebo pomocí kterékoliv instance obsahující ActivityPub federaci. V instancích s Mastodon nebo Pleroma napište do vyhledávacího pole &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; a najděte video. Na přímém komentování se pracuje: &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/224'&gt;#224&lt;/a&gt;.</target>
2108 <context-group name="null"> 2108 <context-group name="null">
2109 <context context-type="linenumber">8</context> 2109 <context context-type="linenumber">8</context>
2110 </context-group> 2110 </context-group>
diff --git a/client/src/locale/target/angular_de_DE.xml b/client/src/locale/target/angular_de_DE.xml
index e4357b25e..1d1db325d 100644
--- a/client/src/locale/target/angular_de_DE.xml
+++ b/client/src/locale/target/angular_de_DE.xml
@@ -3,6 +3,106 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="de-DE"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="de-DE">
5 <body> 5 <body>
6 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
7 <source>
8 Cancel
9 </source>
10 <target>
11 Abbrechen
12 </target>
13 <context-group name="null">
14 <context context-type="linenumber">40</context>
15 </context-group>
16 </trans-unit>
17 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
18 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
19 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target>
20 <context-group name="null">
21 <context context-type="linenumber">12</context>
22 </context-group>
23 </trans-unit>
24 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
25 <source>Edit</source>
26 <target>Bearbeiten</target>
27 <context-group name="null">
28 <context context-type="linenumber">3</context>
29 </context-group>
30 </trans-unit>
31 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
32 <source>Truncated preview</source>
33 <target>Gekürzte Vorschau</target>
34 <context-group name="null">
35 <context context-type="linenumber">9</context>
36 </context-group>
37 </trans-unit>
38 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
39 <source>Complete preview</source>
40 <target>Vollständige Vorschau</target>
41 <context-group name="null">
42 <context context-type="linenumber">10</context>
43 </context-group>
44 </trans-unit>
45 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
46 <source>Get help</source>
47 <target>Hilfe</target>
48 <context-group name="null">
49 <context context-type="linenumber">17</context>
50 </context-group>
51 </trans-unit>
52 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
53 <source>
54 Login
55 </source>
56 <target>
57 Anmelden
58 </target>
59 <context-group name="null">
60 <context context-type="linenumber">2</context>
61 </context-group>
62 </trans-unit>
63 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
64 <source>User</source>
65 <target>Benutzer</target>
66 <context-group name="null">
67 <context context-type="linenumber">11</context>
68 </context-group>
69 </trans-unit>
70 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
71 <source>Username or email address</source>
72 <target>Benutzername und E-Mail-Adresse</target>
73 <context-group name="null">
74 <context context-type="linenumber">13</context>
75 </context-group>
76 </trans-unit>
77 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
78 <source>
79 or create an account
80 </source>
81 <target>
82 oder erstelle ein Konto
83 </target>
84 <context-group name="null">
85 <context context-type="linenumber">16</context>
86 </context-group>
87 </trans-unit>
88 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
89 <source>
90 or create an account on another instance
91 </source>
92 <target>
93 oder erstelle ein Konto auf einer anderen Instanz
94 </target>
95 <context-group name="null">
96 <context context-type="linenumber">20</context>
97 </context-group>
98 </trans-unit>
99 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
100 <source>User registration is not allowed on this instance, but you can register on many others!</source>
101 <target>Die Benutzerregistrierung ist hier nicht möglich, dafür auf vielen anderen Instanzen!</target>
102 <context-group name="null">
103 <context context-type="linenumber">26</context>
104 </context-group>
105 </trans-unit>
6 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 106 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
7 <source>Password</source> 107 <source>Password</source>
8 <target>Passwort</target> 108 <target>Passwort</target>
@@ -10,6 +110,20 @@
10 <context context-type="linenumber">28</context> 110 <context context-type="linenumber">28</context>
11 </context-group> 111 </context-group>
12 </trans-unit> 112 </trans-unit>
113 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
114 <source>I forgot my password</source>
115 <target>Ich habe mein Passwort vergessen.</target>
116 <context-group name="null">
117 <context context-type="linenumber">42</context>
118 </context-group>
119 </trans-unit>
120 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
121 <source>Forgot your password</source>
122 <target>Passwort vergessen</target>
123 <context-group name="null">
124 <context context-type="linenumber">59</context>
125 </context-group>
126 </trans-unit>
13 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 127 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
14 <source>Email</source> 128 <source>Email</source>
15 <target>E-Mail</target> 129 <target>E-Mail</target>
@@ -19,11 +133,50 @@
19 </trans-unit> 133 </trans-unit>
20 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529"> 134 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
21 <source>Email address</source> 135 <source>Email address</source>
22 <target>E-Mail Adresse</target> 136 <target>E-Mail-Adresse</target>
23 <context-group name="null"> 137 <context-group name="null">
24 <context context-type="linenumber">66</context> 138 <context context-type="linenumber">66</context>
25 </context-group> 139 </context-group>
26 </trans-unit> 140 </trans-unit>
141 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
142 <source>Send me an email to reset my password</source>
143 <target>Mir eine E-Mail schicken, um mein Passwort zurückzusetzen</target>
144 <context-group name="null">
145 <context context-type="linenumber">77</context>
146 </context-group>
147 </trans-unit>
148 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
149 <source>
150 Reset my password
151 </source>
152 <target>
153 Mein Passwort zurücksetzen
154 </target>
155 <context-group name="null">
156 <context context-type="linenumber">2</context>
157 </context-group>
158 </trans-unit>
159 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
160 <source>Confirm password</source>
161 <target>Passwort bestätigen</target>
162 <context-group name="null">
163 <context context-type="linenumber">19</context>
164 </context-group>
165 </trans-unit>
166 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
167 <source>Confirmed password</source>
168 <target>Bestätigtes Passwort</target>
169 <context-group name="null">
170 <context context-type="linenumber">21</context>
171 </context-group>
172 </trans-unit>
173 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
174 <source>Reset my password</source>
175 <target>Passwort zurücksetzen</target>
176 <context-group name="null">
177 <context context-type="linenumber">29</context>
178 </context-group>
179 </trans-unit>
27 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d"> 180 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
28 <source> 181 <source>
29 Create an account 182 Create an account
@@ -34,12 +187,21 @@ Konto erstellen</target>
34 <context context-type="linenumber">3</context> 187 <context context-type="linenumber">3</context>
35 </context-group> 188 </context-group>
36 </trans-unit> 189 </trans-unit>
190 <trans-unit id="a6807b834e01ce165aa61fad157b0ff4288b6bf1">
191 <source>Initial video quota:</source>
192 <target>Kontingent für Videos zu Beginn:</target>
193 <context-group name="null">
194 <context context-type="linenumber">8</context>
195 </context-group>
196 </trans-unit>
37 <trans-unit id="87b6b2c26215c5e712d3bfe4cc86ba53bc23451c"> 197 <trans-unit id="87b6b2c26215c5e712d3bfe4cc86ba53bc23451c">
38 <source> 198 <source>
39 Unlimited 199 Unlimited
40 </source> 200 </source>
41 <target> 201 <target>
42Unbegrenzt</target> 202
203 Unbegrenzt
204 </target>
43 <context-group name="null"> 205 <context-group name="null">
44 <context context-type="linenumber">16</context> 206 <context context-type="linenumber">16</context>
45 </context-group> 207 </context-group>
@@ -51,6 +213,13 @@ Unbegrenzt</target>
51 <context context-type="linenumber">8</context> 213 <context context-type="linenumber">8</context>
52 </context-group> 214 </context-group>
53 </trans-unit> 215 </trans-unit>
216 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
217 <source>Signup</source>
218 <target>Registrieren</target>
219 <context-group name="null">
220 <context context-type="linenumber">86</context>
221 </context-group>
222 </trans-unit>
54 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96"> 223 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
55 <source>Change the language</source> 224 <source>Change the language</source>
56 <target>Sprache wechseln</target> 225 <target>Sprache wechseln</target>
@@ -58,6 +227,17 @@ Unbegrenzt</target>
58 <context context-type="linenumber">76</context> 227 <context context-type="linenumber">76</context>
59 </context-group> 228 </context-group>
60 </trans-unit> 229 </trans-unit>
230 <trans-unit id="b8ccc4f1b3f839fca9bd59e072f715fd487d540f">
231 <source>
232 My public profile
233 </source>
234 <target>
235 Mein öffentliches Profil
236 </target>
237 <context-group name="null">
238 <context context-type="linenumber">19</context>
239 </context-group>
240 </trans-unit>
61 <trans-unit id="c84b721e9325c9cce20d92f4dbd66898ab5ec947"> 241 <trans-unit id="c84b721e9325c9cce20d92f4dbd66898ab5ec947">
62 <source> 242 <source>
63 My account 243 My account
@@ -68,6 +248,17 @@ Mein Konto</target>
68 <context context-type="linenumber">23</context> 248 <context context-type="linenumber">23</context>
69 </context-group> 249 </context-group>
70 </trans-unit> 250 </trans-unit>
251 <trans-unit id="ba7378cdaaa60b4fee17a551b232ad3512dac17d">
252 <source>
253 Log out
254 </source>
255 <target>
256 Abmelden
257 </target>
258 <context-group name="null">
259 <context context-type="linenumber">27</context>
260 </context-group>
261 </trans-unit>
71 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9"> 262 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
72 <source>Login</source> 263 <source>Login</source>
73 <target>Anmelden</target> 264 <target>Anmelden</target>
@@ -82,6 +273,13 @@ Mein Konto</target>
82 <context context-type="linenumber">37</context> 273 <context context-type="linenumber">37</context>
83 </context-group> 274 </context-group>
84 </trans-unit> 275 </trans-unit>
276 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
277 <source>Videos</source>
278 <target>Videos</target>
279 <context-group name="null">
280 <context context-type="linenumber">21</context>
281 </context-group>
282 </trans-unit>
85 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 283 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
86 <source>Trending</source> 284 <source>Trending</source>
87 <target>Trend</target> 285 <target>Trend</target>
@@ -89,6 +287,27 @@ Mein Konto</target>
89 <context context-type="linenumber">45</context> 287 <context context-type="linenumber">45</context>
90 </context-group> 288 </context-group>
91 </trans-unit> 289 </trans-unit>
290 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
291 <source>Recently added</source>
292 <target>Kürzlich hinzugfügt</target>
293 <context-group name="null">
294 <context context-type="linenumber">50</context>
295 </context-group>
296 </trans-unit>
297 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
298 <source>Local</source>
299 <target>Lokal</target>
300 <context-group name="null">
301 <context context-type="linenumber">55</context>
302 </context-group>
303 </trans-unit>
304 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
305 <source>Administration</source>
306 <target>Administration</target>
307 <context-group name="null">
308 <context context-type="linenumber">64</context>
309 </context-group>
310 </trans-unit>
92 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a"> 311 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
93 <source>About</source> 312 <source>About</source>
94 <target>Info</target> 313 <target>Info</target>
@@ -112,7 +331,7 @@ Mein Konto</target>
112 </trans-unit> 331 </trans-unit>
113 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 332 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
114 <source>No results.</source> 333 <source>No results.</source>
115 <target>Keine Ergebnisse</target> 334 <target>Keine Ergebnisse.</target>
116 <context-group name="null"> 335 <context-group name="null">
117 <context context-type="linenumber">7</context> 336 <context context-type="linenumber">7</context>
118 </context-group> 337 </context-group>
@@ -131,5 +350,1165 @@ Mein Konto</target>
131 <context context-type="linenumber">7</context> 350 <context context-type="linenumber">7</context>
132 </context-group> 351 </context-group>
133 </trans-unit> 352 </trans-unit>
353 <trans-unit id="5849c589454817c1e991639d3091d8da0e8d6bd2">
354 <source>
355 About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance
356</source>
357 <target>
358 Über die Instanz <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/>
359</target>
360 <context-group name="null">
361 <context context-type="linenumber">1</context>
362 </context-group>
363 </trans-unit>
364 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
365 <source>Description</source>
366 <target>Beschreibung</target>
367 <context-group name="null">
368 <context context-type="linenumber">23</context>
369 </context-group>
370 </trans-unit>
371 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
372 <source>Terms</source>
373 <target>Bestimmungen</target>
374 <context-group name="null">
375 <context context-type="linenumber">43</context>
376 </context-group>
377 </trans-unit>
378 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
379 <source>User registration is allowed and</source>
380 <target>Benutzerregistrierung ist möglich und</target>
381 <context-group name="null">
382 <context context-type="linenumber">25</context>
383 </context-group>
384 </trans-unit>
385 <trans-unit id="ac324b07e7c3c972f1c33894eda02dc2917eda5e">
386 <source>
387 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
388 </source>
389 <target>
390 diese Instanz stellt für die Videos ihrer Nutzer einen Speicherplatz von <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> zur Verfügung.
391 </target>
392 <context-group name="null">
393 <context context-type="linenumber">27</context>
394 </context-group>
395 </trans-unit>
396 <trans-unit id="a6865ec6abf6af58f808501d84c8ed6ff8ce46ae">
397 <source>
398 this instance provides unlimited space for the videos of its users.
399 </source>
400 <target> diese Instanz stellt unbegrenzten Speicherplatz für die Videos ihrer Nutzer zur Verfügung.
401 </target>
402 <context-group name="null">
403 <context context-type="linenumber">31</context>
404 </context-group>
405 </trans-unit>
406 <trans-unit id="31b3275d999af45fe64c6824e6e017d2e2704f09">
407 <source>User default video quota</source>
408 <target>Standard-Kontingent für die Videos eines Nutzers</target>
409 <context-group name="null">
410 <context context-type="linenumber">122</context>
411 </context-group>
412 </trans-unit>
413 <trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b">
414 <source>Video quota</source>
415 <target>Video-Kontingent</target>
416 <context-group name="null">
417 <context context-type="linenumber">18</context>
418 </context-group>
419 </trans-unit>
420 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
421 <source>
422 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
423 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
424 </source>
425 <target>
426 Das Transcodieren ist auf diesem Server eingeschaltet. Das Video-Kontingent berücksichtigt nur das <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ursprüngliche<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> Video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
427 Dieser Nutzer kann maximal ca. <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> nutzen.</target>
428 <context-group name="null">
429 <context context-type="linenumber">65</context>
430 </context-group>
431 </trans-unit>
432 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
433 <source>Users list</source>
434 <target>Benutzerliste</target>
435 <context-group name="null">
436 <context context-type="linenumber">2</context>
437 </context-group>
438 </trans-unit>
439 <trans-unit id="4ba250869daa372b54d24fafc0ea934769ee4076">
440 <source>Reason</source>
441 <target>Grund</target>
442 <context-group name="null">
443 <context context-type="linenumber">11</context>
444 </context-group>
445 </trans-unit>
446 <trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2">
447 <source>Reporter</source>
448 <target>Melder</target>
449 <context-group name="null">
450 <context context-type="linenumber">12</context>
451 </context-group>
452 </trans-unit>
453 <trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4">
454 <source>Video</source>
455 <target>Video</target>
456 <context-group name="null">
457 <context context-type="linenumber">14</context>
458 </context-group>
459 </trans-unit>
460 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
461 <source>Go to the account</source>
462 <target>Zum Konto gehen</target>
463 <context-group name="null">
464 <context context-type="linenumber">22</context>
465 </context-group>
466 </trans-unit>
467 <trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5">
468 <source>Go to the video</source>
469 <target>Zum Video gehen</target>
470 <context-group name="null">
471 <context context-type="linenumber">28</context>
472 </context-group>
473 </trans-unit>
474 <trans-unit id="00ecde6001106fe7406a34cc3459cc5b88e4aec1">
475 <source>Blacklisted videos</source>
476 <target>Videos auf der Blacklist</target>
477 <context-group name="null">
478 <context context-type="linenumber">2</context>
479 </context-group>
480 </trans-unit>
481 <trans-unit id="7c02d113e9b7884037834cddecf2a32a5538b35b">
482 <source>Name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
483 <target>Name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
484 <context-group name="null">
485 <context context-type="linenumber">11</context>
486 </context-group>
487 </trans-unit>
488 <trans-unit id="cd5ca5da9e2fa21571e9f86a24a5c3b45a3ddc51">
489 <source>Views <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
490 <target>Aufrufe <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
491 <context-group name="null">
492 <context context-type="linenumber">13</context>
493 </context-group>
494 </trans-unit>
495 <trans-unit id="d4717113115ca7106a354a5aac54d1c0126261d9">
496 <source>NSFW</source>
497 <target>NSFW (Nicht zur Ansicht am Arbeitsplatz geeignet)</target>
498 <context-group name="null">
499 <context context-type="linenumber">14</context>
500 </context-group>
501 </trans-unit>
502 <trans-unit id="8c87d9527af7ff2ada84c911516a9e43a352e401">
503 <source>UUID</source>
504 <target>UUID</target>
505 <context-group name="null">
506 <context context-type="linenumber">15</context>
507 </context-group>
508 </trans-unit>
509 <trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff">
510 <source>Unblacklist</source>
511 <target>Von der Blacklist nehmen</target>
512 <context-group name="null">
513 <context context-type="linenumber">30</context>
514 </context-group>
515 </trans-unit>
516 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6">
517 <source>My settings</source>
518 <target>Meine Einstellungen</target>
519 <context-group name="null">
520 <context context-type="linenumber">3</context>
521 </context-group>
522 </trans-unit>
523 <trans-unit id="520d68b2c9f7dacaf2a5073716cad9bd328ea7e7">
524 <source>My video channels</source>
525 <target>Meine Video-Kanäle</target>
526 <context-group name="null">
527 <context context-type="linenumber">5</context>
528 </context-group>
529 </trans-unit>
530 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894">
531 <source>My videos</source>
532 <target>Meine Videos</target>
533 <context-group name="null">
534 <context context-type="linenumber">7</context>
535 </context-group>
536 </trans-unit>
537 <trans-unit id="7cadf30b337f4ef9b05b7d02e13ec3cf79de9dba">
538 <source><x id="INTERPOLATION" equiv-text="{{ user.account?.followersCount }}"/> subscribers</source>
539 <target><x id="INTERPOLATION" equiv-text="{{ user.account?.followersCount }}"/> Abonnenten</target>
540 <context-group name="null">
541 <context context-type="linenumber">9</context>
542 </context-group>
543 </trans-unit>
544 <trans-unit id="3fb9a5f7268114445d8c109a8f48102e93471f5a">
545 <source>Change your avatar</source>
546 <target>Ändere deinen Avatar</target>
547 <context-group name="null">
548 <context context-type="linenumber">14</context>
549 </context-group>
550 </trans-unit>
551 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
552 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
553 <target>(zulässige Datei-Erweiterungen: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, maximale Größe: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
554 <context-group name="null">
555 <context context-type="linenumber">17</context>
556 </context-group>
557 </trans-unit>
558 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
559 <source>Video quota:</source>
560 <target>Video-Kontingent:</target>
561 <context-group name="null">
562 <context context-type="linenumber">20</context>
563 </context-group>
564 </trans-unit>
565 <trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8">
566 <source>Profile</source>
567 <target>Profil</target>
568 <context-group name="null">
569 <context context-type="linenumber">24</context>
570 </context-group>
571 </trans-unit>
572 <trans-unit id="b5398623f87ee72ed23f5023918db1707771e925">
573 <source>Video settings</source>
574 <target>Video-Einstellungen</target>
575 <context-group name="null">
576 <context context-type="linenumber">31</context>
577 </context-group>
578 </trans-unit>
579 <trans-unit id="8057bddbed23d6cd911df8cc3a4ec24d1f258b79">
580 <source><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
581 <target><x id="INTERPOLATION" equiv-text="{{ video.createdAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe</target>
582 <context-group name="null">
583 <context context-type="linenumber">20</context>
584 </context-group>
585 </trans-unit>
586 <trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7">
587 <source>Delete</source>
588 <target>Löschen</target>
589 <context-group name="null">
590 <context context-type="linenumber">15</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="73c1cefc348a6f361497210dea1ed79499fd1260">
594 <source>Create another video channel</source>
595 <target>Einen weiteren Video-Kanal erstellen</target>
596 <context-group name="null">
597 <context context-type="linenumber">4</context>
598 </context-group>
599 </trans-unit>
600 <trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2">
601 <source>Go to the channel</source>
602 <target>Zum Kanal gehne</target>
603 <context-group name="null">
604 <context context-type="linenumber">15</context>
605 </context-group>
606 </trans-unit>
607 <trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68">
608 <source>Create a video channel</source>
609 <target>Einen Video-Kanal erstellen</target>
610 <context-group name="null">
611 <context context-type="linenumber">1</context>
612 </context-group>
613 </trans-unit>
614 <trans-unit id="9277e6f7b8ed9538d1f6ad812b620384252ffe56">
615 <source>Update <x id="INTERPOLATION" equiv-text="{{ videoChannel?.displayName }}"/></source>
616 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel?.displayName }}"/> aktualisieren</target>
617 <context-group name="null">
618 <context context-type="linenumber">2</context>
619 </context-group>
620 </trans-unit>
621 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
622 <source>Display name</source>
623 <target>Anzeigename</target>
624 <context-group name="null">
625 <context context-type="linenumber">6</context>
626 </context-group>
627 </trans-unit>
628 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
629 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
630When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
631 <target>Ein kurzer Text, der anderen erklärt, wie sie deinen Kanal unterstützen können.&lt;br /&gt;&lt;br /&gt;
632Wenn du ein Video in diesen Kanal hochlädst, wird das entsprechende Feld automatisch mit diesem Text gefüllt.</target>
633 <context-group name="null">
634 <context context-type="linenumber">32</context>
635 </context-group>
636 </trans-unit>
637 <trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9">
638 <source>Change password</source>
639 <target>Passwort ändern</target>
640 <context-group name="null">
641 <context context-type="linenumber">19</context>
642 </context-group>
643 </trans-unit>
644 <trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229">
645 <source>New password</source>
646 <target>Neues Passwort</target>
647 <context-group name="null">
648 <context context-type="linenumber">7</context>
649 </context-group>
650 </trans-unit>
651 <trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b">
652 <source>Confirm new password</source>
653 <target>Neues Passwort bestätigen</target>
654 <context-group name="null">
655 <context context-type="linenumber">15</context>
656 </context-group>
657 </trans-unit>
658 <trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2">
659 <source>Automatically plays video</source>
660 <target>Spiel das Video automatisch ab.</target>
661 <context-group name="null">
662 <context context-type="linenumber">24</context>
663 </context-group>
664 </trans-unit>
665 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
666 <source>Save</source>
667 <target>Speichern</target>
668 <context-group name="null">
669 <context context-type="linenumber">27</context>
670 </context-group>
671 </trans-unit>
672 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
673 <source>Update my profile</source>
674 <target>Mein Profil aktualisieren</target>
675 <context-group name="null">
676 <context context-type="linenumber">27</context>
677 </context-group>
678 </trans-unit>
679 <trans-unit id="e242e3e8608a3c4a944327eb3d5c221dc6e4e3cd">
680 <source>
681 Sorry, but we couldn't find the page you were looking for.
682</source>
683 <target>
684 Ups, leider konnten wir die Seite, die du suchst, nicht finden.
685</target>
686 <context-group name="null">
687 <context context-type="linenumber">1</context>
688 </context-group>
689 </trans-unit>
690 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
691 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
692 <target>Erstellt von <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
693 <context-group name="null">
694 <context context-type="linenumber">14</context>
695 </context-group>
696 </trans-unit>
697 <trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8">
698 <source>Support this channel</source>
699 <target>Unterstütze diesen Kanal</target>
700 <context-group name="null">
701 <context context-type="linenumber">9</context>
702 </context-group>
703 </trans-unit>
704 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
705 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
706 <target>Erstellt am <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
707 <context-group name="null">
708 <context context-type="linenumber">17</context>
709 </context-group>
710 </trans-unit>
711 <trans-unit id="d4dcf74163f127ca9afa84d55b5d95846958faa0">
712 <source>Upload your video</source>
713 <target>Lade dein Video hoch</target>
714 <context-group name="null">
715 <context context-type="linenumber">3</context>
716 </context-group>
717 </trans-unit>
718 <trans-unit id="1af3dcf5aad5b7f4b3251da88a89dc9a184445dd">
719 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoFileName }}"/></source>
720 <target><x id="INTERPOLATION" equiv-text="{{ videoFileName }}"/> hochladen</target>
721 <context-group name="null">
722 <context context-type="linenumber">4</context>
723 </context-group>
724 </trans-unit>
725 <trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9">
726 <source>Select the file to upload</source>
727 <target>Wähle die Datei zum Hochladen aus</target>
728 <context-group name="null">
729 <context context-type="linenumber">12</context>
730 </context-group>
731 </trans-unit>
732 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
733 <source>Channel</source>
734 <target>Kanal</target>
735 <context-group name="null">
736 <context context-type="linenumber">35</context>
737 </context-group>
738 </trans-unit>
739 <trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427">
740 <source>Privacy</source>
741 <target>Privatsphäre</target>
742 <context-group name="null">
743 <context context-type="linenumber">86</context>
744 </context-group>
745 </trans-unit>
746 <trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215">
747 <source>Publish will be available when upload is finished</source>
748 <target>Veröffentlichung ist möglich, sobald das Hochladen abgeschlossen ist</target>
749 <context-group name="null">
750 <context context-type="linenumber">53</context>
751 </context-group>
752 </trans-unit>
753 <trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3">
754 <source>Publish</source>
755 <target>Veröffentlichen</target>
756 <context-group name="null">
757 <context context-type="linenumber">60</context>
758 </context-group>
759 </trans-unit>
760 <trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e">
761 <source>Title</source>
762 <target>Titel</target>
763 <context-group name="null">
764 <context context-type="linenumber">7</context>
765 </context-group>
766 </trans-unit>
767 <trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b">
768 <source>Tags</source>
769 <target>Tags</target>
770 <context-group name="null">
771 <context context-type="linenumber">15</context>
772 </context-group>
773 </trans-unit>
774 <trans-unit id="935e7146fe6c12169abfda18536c5856935cfd82">
775 <source>(press Enter to add)</source>
776 <target>(zum Hinzufügen Eingabetaste drücken)</target>
777 <context-group name="null">
778 <context context-type="linenumber">15</context>
779 </context-group>
780 </trans-unit>
781 <trans-unit id="50f53834157770b8205ada0e7a6e235211e4765e">
782 <source>Video descriptions are truncated by default and require manual action to expand them.</source>
783 <target>Video-Beschreibungen sind standardmäßig gekürzt und müssen manuell aufgeklappt werden.</target>
784 <context-group name="null">
785 <context context-type="linenumber">24</context>
786 </context-group>
787 </trans-unit>
788 <trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94">
789 <source>Category</source>
790 <target>Kategorie</target>
791 <context-group name="null">
792 <context context-type="linenumber">44</context>
793 </context-group>
794 </trans-unit>
795 <trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c">
796 <source>Licence</source>
797 <target>Lizenz</target>
798 <context-group name="null">
799 <context context-type="linenumber">58</context>
800 </context-group>
801 </trans-unit>
802 <trans-unit id="fe46ccaae902ce974e2441abe752399288298619">
803 <source>Language</source>
804 <target>Sprache</target>
805 <context-group name="null">
806 <context context-type="linenumber">72</context>
807 </context-group>
808 </trans-unit>
809 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
810 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
811 <target>Veröffentlichung planen (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
812 <context-group name="null">
813 <context context-type="linenumber">101</context>
814 </context-group>
815 </trans-unit>
816 <trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee">
817 <source>This video contains mature or explicit content</source>
818 <target>Dieses Video enthält Inhalte, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden.</target>
819 <context-group name="null">
820 <context context-type="linenumber">116</context>
821 </context-group>
822 </trans-unit>
823 <trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644">
824 <source>Some instances do not list videos containing mature or explicit content by default.</source>
825 <target>Einige Instanzen zeigen keine Videos, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden.</target>
826 <context-group name="null">
827 <context context-type="linenumber">119</context>
828 </context-group>
829 </trans-unit>
830 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
831 <source>Enable video comments</source>
832 <target>Video-Kommentare zulassen</target>
833 <context-group name="null">
834 <context context-type="linenumber">126</context>
835 </context-group>
836 </trans-unit>
837 <trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0">
838 <source>Wait transcoding before publishing the video</source>
839 <target>Warte das Transcodieren ab, bevor du das Video veröffentlichst</target>
840 <context-group name="null">
841 <context context-type="linenumber">132</context>
842 </context-group>
843 </trans-unit>
844 <trans-unit id="0001ec53fe3dfd603b7ad80fd32d262170e3d9a5">
845 <source>If you decide to not wait transcoding before publishing the video, it can be unplayable until it transcoding ends.</source>
846 <target>Wenn du dich entschließt, das Transcodieren vor Veröffentlichung des Videos nicht abzuwarten, ist es möglicherweise nicht abspielbar, bis das Transcodieren abgeschlossen ist.</target>
847 <context-group name="null">
848 <context context-type="linenumber">135</context>
849 </context-group>
850 </trans-unit>
851 <trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7">
852 <source>Basic info</source>
853 <target>Grundlegende Infos</target>
854 <context-group name="null">
855 <context context-type="linenumber">4</context>
856 </context-group>
857 </trans-unit>
858 <trans-unit id="1dd793abd1cb8d16a7a2cb71ca5549a7111ee513">
859 <source>Upload thumbnail</source>
860 <target>Miniaturansicht hochladen</target>
861 <context-group name="null">
862 <context context-type="linenumber">146</context>
863 </context-group>
864 </trans-unit>
865 <trans-unit id="9df3f57e251c077bef7e7da81677cb971c55b639">
866 <source>Upload preview</source>
867 <target>Vorschau hochladen</target>
868 <context-group name="null">
869 <context context-type="linenumber">153</context>
870 </context-group>
871 </trans-unit>
872 <trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604">
873 <source>Support</source>
874 <target>Unterstützen</target>
875 <context-group name="null">
876 <context context-type="linenumber">59</context>
877 </context-group>
878 </trans-unit>
879 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
880 <source>Short text to tell people how they can support you (membership platform...).</source>
881 <target>Ein kurzer Text, der anderen erklärt, wie sie dich unterstützen können.</target>
882 <context-group name="null">
883 <context context-type="linenumber">160</context>
884 </context-group>
885 </trans-unit>
886 <trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1">
887 <source>Advanced settings</source>
888 <target>Erweiterte Einstellungen</target>
889 <context-group name="null">
890 <context context-type="linenumber">142</context>
891 </context-group>
892 </trans-unit>
893 <trans-unit id="c07377d8b52fde03fcf70824a980346b9222d056">
894 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ videoImageExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
895 <target>(zulässige Datei-Erweiterungen: <x id="INTERPOLATION" equiv-text="{{ videoImageExtensions }}"/>, maximale Größe: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
896 <context-group name="null">
897 <context context-type="linenumber">11</context>
898 </context-group>
899 </trans-unit>
900 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
901 <source>
902 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
903 </source>
904 <target>
905 <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> aktualisieren
906 </target>
907 <context-group name="null">
908 <context context-type="linenumber">2</context>
909 </context-group>
910 </trans-unit>
911 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
912 <source>Update</source>
913 <target>Aktualisieren</target>
914 <context-group name="null">
915 <context context-type="linenumber">93</context>
916 </context-group>
917 </trans-unit>
918 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
919 <source>Download video</source>
920 <target>Video herunterladen</target>
921 <context-group name="null">
922 <context context-type="linenumber">7</context>
923 </context-group>
924 </trans-unit>
925 <trans-unit id="b92eaf680d6d1cd83e1bc61c3ee88b1b7754eb66">
926 <source>Torrent</source>
927 <target>Torrent</target>
928 <context-group name="null">
929 <context context-type="linenumber">20</context>
930 </context-group>
931 </trans-unit>
932 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
933 <source>Direct download</source>
934 <target>Direkter Download</target>
935 <context-group name="null">
936 <context context-type="linenumber">25</context>
937 </context-group>
938 </trans-unit>
939 <trans-unit id="6ac01cebf6f87418b309a83d5ce965d77b4ab740">
940 <source>Torrent (magnet)</source>
941 <target>Torrent (Magnet)</target>
942 <context-group name="null">
943 <context context-type="linenumber">30</context>
944 </context-group>
945 </trans-unit>
946 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
947 <source>Download</source>
948 <target>Herunterladen</target>
949 <context-group name="null">
950 <context context-type="linenumber">75</context>
951 </context-group>
952 </trans-unit>
953 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
954 <source>Report video</source>
955 <target>Video melden</target>
956 <context-group name="null">
957 <context context-type="linenumber">7</context>
958 </context-group>
959 </trans-unit>
960 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
961 <source>Reason...</source>
962 <target>Grund...</target>
963 <context-group name="null">
964 <context context-type="linenumber">14</context>
965 </context-group>
966 </trans-unit>
967 <trans-unit id="0e6b8229bd65f93bc8040d0fb598967f220740c7">
968 <source>
969 Cancel
970 </source>
971 <target>
972 Abbrechen
973 </target>
974 <context-group name="null">
975 <context context-type="linenumber">22</context>
976 </context-group>
977 </trans-unit>
978 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
979 <source>Submit</source>
980 <target>Abschicken</target>
981 <context-group name="null">
982 <context context-type="linenumber">27</context>
983 </context-group>
984 </trans-unit>
985 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
986 <source>Share</source>
987 <target>Teilen</target>
988 <context-group name="null">
989 <context context-type="linenumber">64</context>
990 </context-group>
991 </trans-unit>
992 <trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6">
993 <source>URL</source>
994 <target>URL</target>
995 <context-group name="null">
996 <context context-type="linenumber">12</context>
997 </context-group>
998 </trans-unit>
999 <trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c">
1000 <source>Embed</source>
1001 <target>Einbetten</target>
1002 <context-group name="null">
1003 <context context-type="linenumber">24</context>
1004 </context-group>
1005 </trans-unit>
1006 <trans-unit id="239fe0316cfe91aa6e1e7bf1ef19e3b7772131f8">
1007 <source>
1008 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).
1009 </source>
1010 <target>
1011 Diese URL ist nicht sicher (kein HTTPS), das Video kann als nicht in Webseiten eingebettet werden, die über HTTPS ausgeliefert werden (Web-Browser blockieren unsichere HTTP-Verbindungen auf sicheren HTTPS-Webseiten).
1012 </target>
1013 <context-group name="null">
1014 <context context-type="linenumber">35</context>
1015 </context-group>
1016 </trans-unit>
1017 <trans-unit id="9ed65ae88f6c982bc44d6fed2796e55f47dbf304">
1018 <source>
1019 The video is being transcoded, it may not work properly.
1020 </source>
1021 <target>
1022 Dieses Video wird transcodiert, es funktioniert daher möglicherweise nicht ganz.
1023 </target>
1024 <context-group name="null">
1025 <context context-type="linenumber">6</context>
1026 </context-group>
1027 </trans-unit>
1028 <trans-unit id="fbc205ea3d06fa8f65973fa3b490ae172f71c087">
1029 <source>
1030 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>
1031 </source>
1032 <target>
1033 Dieses Video wird am <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/> veröffentlicht
1034 </target>
1035 <context-group name="null">
1036 <context context-type="linenumber">10</context>
1037 </context-group>
1038 </trans-unit>
1039 <trans-unit id="643ab402461b1169eebbe2ed790e12a9a83551aa">
1040 <source>
1041 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views
1042 </source>
1043 <target>
1044 <x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe
1045 </target>
1046 <context-group name="null">
1047 <context context-type="linenumber">21</context>
1048 </context-group>
1049 </trans-unit>
1050 <trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33">
1051 <source>Go the channel page</source>
1052 <target>Zur Seite des Kanals gehen</target>
1053 <context-group name="null">
1054 <context context-type="linenumber">26</context>
1055 </context-group>
1056 </trans-unit>
1057 <trans-unit id="ccc07df383b7a32be3e2e105faa5488caf261c1c">
1058 <source>By <x id="INTERPOLATION" equiv-text="{{ video.by }}"/></source>
1059 <target>Von <x id="INTERPOLATION" equiv-text="{{ video.by }}"/></target>
1060 <context-group name="null">
1061 <context context-type="linenumber">35</context>
1062 </context-group>
1063 </trans-unit>
1064 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1065 <source>Go to the account page</source>
1066 <target>Zur Konto-Seite gehen</target>
1067 <context-group name="null">
1068 <context context-type="linenumber">34</context>
1069 </context-group>
1070 </trans-unit>
1071 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
1072 <source>Like this video</source>
1073 <target>Das Video gefällt mir</target>
1074 <context-group name="null">
1075 <context context-type="linenumber">47</context>
1076 </context-group>
1077 </trans-unit>
1078 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
1079 <source>Dislike this video</source>
1080 <target>Das Video gefällt mir nicht</target>
1081 <context-group name="null">
1082 <context context-type="linenumber">54</context>
1083 </context-group>
1084 </trans-unit>
1085 <trans-unit id="144fff5c40b85414d59e644d8dee7cfefba925a2">
1086 <source>Download the video</source>
1087 <target>Video herunterladen</target>
1088 <context-group name="null">
1089 <context context-type="linenumber">74</context>
1090 </context-group>
1091 </trans-unit>
1092 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a">
1093 <source>Report</source>
1094 <target>Melden</target>
1095 <context-group name="null">
1096 <context context-type="linenumber">81</context>
1097 </context-group>
1098 </trans-unit>
1099 <trans-unit id="2f4894617d9c44010f87473e583bd4604b7d6ecf">
1100 <source>Report this video</source>
1101 <target>Dieses Vieo melden</target>
1102 <context-group name="null">
1103 <context context-type="linenumber">80</context>
1104 </context-group>
1105 </trans-unit>
1106 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61">
1107 <source>Blacklist</source>
1108 <target>Auf die Blacklist setzen</target>
1109 <context-group name="null">
1110 <context context-type="linenumber">87</context>
1111 </context-group>
1112 </trans-unit>
1113 <trans-unit id="803c6317abd2dbafcc93226c4e273c62932e3037">
1114 <source>Blacklist this video</source>
1115 <target>Dieses Video auf die Blacklist setzen</target>
1116 <context-group name="null">
1117 <context context-type="linenumber">86</context>
1118 </context-group>
1119 </trans-unit>
1120 <trans-unit id="cd27f761b923a5bdb16ba9844da632edd878f1b1">
1121 <source>Update this video</source>
1122 <target>Dieses Video aktualisieren</target>
1123 <context-group name="null">
1124 <context context-type="linenumber">92</context>
1125 </context-group>
1126 </trans-unit>
1127 <trans-unit id="3dbfdc68f83d91cb360172eb65578cae94e7cbe5">
1128 <source>Delete this video</source>
1129 <target>Dieses Video löschen</target>
1130 <context-group name="null">
1131 <context context-type="linenumber">98</context>
1132 </context-group>
1133 </trans-unit>
1134 <trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b">
1135 <source>Show more</source>
1136 <target>Mehr anzeigen</target>
1137 <context-group name="null">
1138 <context context-type="linenumber">118</context>
1139 </context-group>
1140 </trans-unit>
1141 <trans-unit id="5403a767248e304199592271bba3366d2ca3f903">
1142 <source>Show less</source>
1143 <target>Weniger anzeigen</target>
1144 <context-group name="null">
1145 <context context-type="linenumber">124</context>
1146 </context-group>
1147 </trans-unit>
1148 <trans-unit id="8057a9b7f9e908ff350edfd71417b96c174e5911">
1149 <source>
1150 Privacy
1151 </source>
1152 <target>
1153 Privatsphäre
1154 </target>
1155 <context-group name="null">
1156 <context context-type="linenumber">131</context>
1157 </context-group>
1158 </trans-unit>
1159 <trans-unit id="bd407eca607a8905a26a9e30c9d0cd70f4465db8">
1160 <source>
1161 Category
1162 </source>
1163 <target>
1164 Kategorie
1165 </target>
1166 <context-group name="null">
1167 <context context-type="linenumber">140</context>
1168 </context-group>
1169 </trans-unit>
1170 <trans-unit id="af5072bd79ea3cd767ab74a6622d2eee791b3832">
1171 <source>
1172 Licence
1173 </source>
1174 <target>
1175 Lizenz
1176 </target>
1177 <context-group name="null">
1178 <context context-type="linenumber">149</context>
1179 </context-group>
1180 </trans-unit>
1181 <trans-unit id="a911eee019174741b0aec6fcf3fbd5752fab3e67">
1182 <source>
1183 Language
1184 </source>
1185 <target>
1186 Sprache
1187 </target>
1188 <context-group name="null">
1189 <context context-type="linenumber">158</context>
1190 </context-group>
1191 </trans-unit>
1192 <trans-unit id="ecf7007c2842cc26a7b91d08d48c7a4f5f749fb3">
1193 <source>
1194 Tags
1195 </source>
1196 <target>
1197 Tags
1198 </target>
1199 <context-group name="null">
1200 <context context-type="linenumber">167</context>
1201 </context-group>
1202 </trans-unit>
1203 <trans-unit id="7ce8b0d7cc34d4c1ef4a21e990b0a001337bedd1">
1204 <source>
1205 Other videos
1206 </source>
1207 <target>
1208 Andere Videos
1209 </target>
1210 <context-group name="null">
1211 <context context-type="linenumber">181</context>
1212 </context-group>
1213 </trans-unit>
1214 <trans-unit id="fb779d2b25c4d0ffa7d52c823a240717e8c1fe6c">
1215 <source>Friendly Reminder:</source>
1216 <target>Freundliche Erinnerung:</target>
1217 <context-group name="null">
1218 <context context-type="linenumber">193</context>
1219 </context-group>
1220 </trans-unit>
1221 <trans-unit id="4c2fca29fd9d7e85abe85a206958a4226f403be2">
1222 <source>
1223 The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be accessed publicly.
1224 </source>
1225 <target>
1226 Die Technik, die von diesem Video genutzt wird, macht einige technische Informationen über dein System (wie die öffentliche IP-Adresse) öffentlich zugänglich.
1227 </target>
1228 <context-group name="null">
1229 <context context-type="linenumber">195</context>
1230 </context-group>
1231 </trans-unit>
1232 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
1233 <source>More information</source>
1234 <target>Weitere Informationen</target>
1235 <context-group name="null">
1236 <context context-type="linenumber">198</context>
1237 </context-group>
1238 </trans-unit>
1239 <trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318">
1240 <source>Get more information</source>
1241 <target>Weitere Informationen bekommen</target>
1242 <context-group name="null">
1243 <context context-type="linenumber">198</context>
1244 </context-group>
1245 </trans-unit>
1246 <trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f">
1247 <source>
1248 OK
1249 </source>
1250 <target>
1251 OK
1252 </target>
1253 <context-group name="null">
1254 <context context-type="linenumber">201</context>
1255 </context-group>
1256 </trans-unit>
1257 <trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7">
1258 <source>
1259 Comments
1260 </source>
1261 <target>
1262 Kommentare
1263 </target>
1264 <context-group name="null">
1265 <context context-type="linenumber">3</context>
1266 </context-group>
1267 </trans-unit>
1268 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d">
1269 <source>Short description should not be longer than 250 characters.</source>
1270 <target>Die Kurzbeschreibung sollte nicht mehr als 250 Zeichen umfassen.</target>
1271 <context-group name="null">
1272 <context context-type="linenumber">1</context>
1273 </context-group>
1274 </trans-unit>
1275 <trans-unit id="05ad6b99d9bf7b51968aa0b0b939e8627a329bea">
1276 <source>Username must be at least 3 characters long.</source>
1277 <target>Der Benutzername muss mindestens 3 Zeichen lang sein.</target>
1278 <context-group name="null">
1279 <context context-type="linenumber">1</context>
1280 </context-group>
1281 </trans-unit>
1282 <trans-unit id="d4b11fd0ddeea39b33f911d3aac1e82799cdaaef">
1283 <source>Username cannot be more than 20 characters long.</source>
1284 <target>Der Benutzername darf nicht länger als 20 Zeichen lang sein.</target>
1285 <context-group name="null">
1286 <context context-type="linenumber">1</context>
1287 </context-group>
1288 </trans-unit>
1289 <trans-unit id="5acbe0aa7a7157b1f09057a98ba01ab578a303a9">
1290 <source>Username should be only lowercase alphanumeric characters.</source>
1291 <target>Der Benutzername sollte nur kleine alphanumerische Zeichen enthalten.</target>
1292 <context-group name="null">
1293 <context context-type="linenumber">1</context>
1294 </context-group>
1295 </trans-unit>
1296 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
1297 <source>Password must be at least 6 characters long.</source>
1298 <target>Das Passwort muss mindestens 6 Zeichen lang sein.</target>
1299 <context-group name="null">
1300 <context context-type="linenumber">1</context>
1301 </context-group>
1302 </trans-unit>
1303 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
1304 <source>Password cannot be more than 255 characters long.</source>
1305 <target>Das Passwort darf nicht länger als 255 Zeichen lang sein.</target>
1306 <context-group name="null">
1307 <context context-type="linenumber">1</context>
1308 </context-group>
1309 </trans-unit>
1310 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
1311 <source>Video quota is required.</source>
1312 <target>Das Video-Kontingent muss angegeben werden.</target>
1313 <context-group name="null">
1314 <context context-type="linenumber">1</context>
1315 </context-group>
1316 </trans-unit>
1317 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
1318 <source>Quota must be greater than -1.</source>
1319 <target>Das Kontingent muss größer als -1 sein.</target>
1320 <context-group name="null">
1321 <context context-type="linenumber">1</context>
1322 </context-group>
1323 </trans-unit>
1324 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
1325 <source>User role is required.</source>
1326 <target>Die Benutzerrolle muss angegeben werden.</target>
1327 <context-group name="null">
1328 <context context-type="linenumber">1</context>
1329 </context-group>
1330 </trans-unit>
1331 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
1332 <source>Display name is required.</source>
1333 <target>Der Anzeigename muss angegeben werden.</target>
1334 <context-group name="null">
1335 <context context-type="linenumber">1</context>
1336 </context-group>
1337 </trans-unit>
1338 <trans-unit id="bdeb1a8e69e137572df795d64120ea85069b7674">
1339 <source>Display name must be at least 3 characters long.</source>
1340 <target>Der Anzeigename muss mindestens 3 Zeichen lang sein.</target>
1341 <context-group name="null">
1342 <context context-type="linenumber">1</context>
1343 </context-group>
1344 </trans-unit>
1345 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
1346 <source>Display name cannot be more than 120 characters long.</source>
1347 <target>Der Anzeigename darf nicht länger als 120 Zeichen lang sein.</target>
1348 <context-group name="null">
1349 <context context-type="linenumber">1</context>
1350 </context-group>
1351 </trans-unit>
1352 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
1353 <source>Description must be at least 3 characters long.</source>
1354 <target>Die Beschreibung muss mindestens 3 Zeichen umfassen.</target>
1355 <context-group name="null">
1356 <context context-type="linenumber">1</context>
1357 </context-group>
1358 </trans-unit>
1359 <trans-unit id="916a6e4fd83ece1dc54c6135eb3b8cd064b4bac3">
1360 <source>Description cannot be more than 250 characters long.</source>
1361 <target>Die Beschreibung darf nicht mehr als 250 Zeichen umfassen.</target>
1362 <context-group name="null">
1363 <context context-type="linenumber">1</context>
1364 </context-group>
1365 </trans-unit>
1366 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
1367 <source>Report reason is required.</source>
1368 <target>Es muss ein Grund für den Bericht angegeben werden.</target>
1369 <context-group name="null">
1370 <context context-type="linenumber">1</context>
1371 </context-group>
1372 </trans-unit>
1373 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
1374 <source>Report reason must be at least 2 characters long.</source>
1375 <target>Der Grund für die Meldung muss mindestens 2 Zeichen umfassen.</target>
1376 <context-group name="null">
1377 <context context-type="linenumber">1</context>
1378 </context-group>
1379 </trans-unit>
1380 <trans-unit id="7de2178ed1036844fb1c3ad8b7899a039fcdcdb9">
1381 <source>Report reason cannot be more than 300 characters long.</source>
1382 <target>Der Grund für die Meldung darf nicht mehr als 300 Zeichen umfassen.</target>
1383 <context-group name="null">
1384 <context context-type="linenumber">1</context>
1385 </context-group>
1386 </trans-unit>
1387 <trans-unit id="fac936be125163a8494f3d7e7f21d65c7e4f1ff6">
1388 <source>Description cannot be more than 500 characters long.</source>
1389 <target>Die Beschreibung darf nicht mehr als 500 Zeichen umfassen.</target>
1390 <context-group name="null">
1391 <context context-type="linenumber">1</context>
1392 </context-group>
1393 </trans-unit>
1394 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
1395 <source>Support text must be at least 3 characters long.</source>
1396 <target>Die Beschreibung zur Unterstützung muss mindestens 3 Zeichen umfassen.</target>
1397 <context-group name="null">
1398 <context context-type="linenumber">1</context>
1399 </context-group>
1400 </trans-unit>
1401 <trans-unit id="3fe80c71378e127dda2dda9dbcd66b059d362813">
1402 <source>Support text cannot be more than 500 characters long.</source>
1403 <target>Die Beschreibung zur Unterstützung darf nicht mehr als 500 Zeichen umfassen</target>
1404 <context-group name="null">
1405 <context context-type="linenumber">1</context>
1406 </context-group>
1407 </trans-unit>
1408 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
1409 <source>Comment must be at least 2 characters long.</source>
1410 <target>Der Kommentar muss mindestens 2 Zeichen umfassen.</target>
1411 <context-group name="null">
1412 <context context-type="linenumber">1</context>
1413 </context-group>
1414 </trans-unit>
1415 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
1416 <source>Comment cannot be more than 3000 characters long.</source>
1417 <target>Der Kommentar darf nicht mehr als 3000 Zeichen umfassen.</target>
1418 <context-group name="null">
1419 <context context-type="linenumber">1</context>
1420 </context-group>
1421 </trans-unit>
1422 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
1423 <source>Video name must be at least 3 characters long.</source>
1424 <target>Der Name des Videos muss mindestens 3 Zeichen lang sein.</target>
1425 <context-group name="null">
1426 <context context-type="linenumber">1</context>
1427 </context-group>
1428 </trans-unit>
1429 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
1430 <source>Video name cannot be more than 120 characters long.</source>
1431 <target>Der Name des Videos darf nicht länger als 120 Zeichen lang sein.</target>
1432 <context-group name="null">
1433 <context context-type="linenumber">1</context>
1434 </context-group>
1435 </trans-unit>
1436 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
1437 <source>Video description must be at least 3 characters long.</source>
1438 <target>Die Beschreibung des Videos muss mindestens 3 Zeichen umfassen.</target>
1439 <context-group name="null">
1440 <context context-type="linenumber">1</context>
1441 </context-group>
1442 </trans-unit>
1443 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
1444 <source>Video description cannot be more than 10000 characters long.</source>
1445 <target>Die Beschreibung des Videos darf nicht nicht mehr als 10000 Zeichen umfassen.</target>
1446 <context-group name="null">
1447 <context context-type="linenumber">1</context>
1448 </context-group>
1449 </trans-unit>
1450 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
1451 <source>A tag should be more than 2 characters long.</source>
1452 <target>Ein Tag sollte mindestens 2 Zeichen lang sein.</target>
1453 <context-group name="null">
1454 <context context-type="linenumber">1</context>
1455 </context-group>
1456 </trans-unit>
1457 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
1458 <source>A tag should be less than 30 characters long.</source>
1459 <target>Ein Tag sollte weniger als 30 Zeichen lang sein.</target>
1460 <context-group name="null">
1461 <context context-type="linenumber">1</context>
1462 </context-group>
1463 </trans-unit>
1464 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
1465 <source>Video support must be at least 3 characters long.</source>
1466 <target>Die Beschreibung zur Unterstützung muss mindestens 3 Zeichen umfassen.</target>
1467 <context-group name="null">
1468 <context context-type="linenumber">1</context>
1469 </context-group>
1470 </trans-unit>
1471 <trans-unit id="e61f1c05121fa5effa6ccddf5be6dcf1c822ff4b">
1472 <source>Video support cannot be more than 500 characters long.</source>
1473 <target>Die Beschreibung zur Unterstützung darf nicht mehr als 500 Zeichen umfassen.</target>
1474 <context-group name="null">
1475 <context context-type="linenumber">1</context>
1476 </context-group>
1477 </trans-unit>
1478 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
1479 <source>Server error. Please retry later.</source>
1480 <target>Server-Fehler. Bitte später erneut versuchen.</target>
1481 <context-group name="null">
1482 <context context-type="linenumber">1</context>
1483 </context-group>
1484 </trans-unit>
1485 <trans-unit id="d31d39e8ee9b2f20bffb3468ee062eaa5409c59f">
1486 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{ videoSize }}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{ videoQuotaUsed }}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{ videoQuota }}"/>)</source>
1487 <target>Dein Video-Kontingent ist mit diesem Video erschöpft (Größe des Videos: <x id="INTERPOLATION" equiv-text="{{ videoSize }}"/>, genutzt: <x id="INTERPOLATION_1" equiv-text="{{ videoQuotaUsed }}"/>, Kontingent: <x id="INTERPOLATION_2" equiv-text="{{ videoQuota }}"/>)</target>
1488 <context-group name="null">
1489 <context context-type="linenumber">1</context>
1490 </context-group>
1491 </trans-unit>
1492 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
1493 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
1494 <target>Dieses Video enthält Inhalte, die möglicherweise für bestimmte Zuschauer ungeeignet sind oder von diesen als anstößig empfunden werden. Möchtest du es wirklich ansehen?</target>
1495 <context-group name="null">
1496 <context context-type="linenumber">1</context>
1497 </context-group>
1498 </trans-unit>
1499 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
1500 <source>Mature or explicit content</source>
1501 <target>Inhalt, der möglicherweise für bestimmte Zuschauer ungeeignet oder anstößig ist</target>
1502 <context-group name="null">
1503 <context context-type="linenumber">1</context>
1504 </context-group>
1505 </trans-unit>
1506 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
1507 <source>Search</source>
1508 <target>Suche</target>
1509 <context-group name="null">
1510 <context context-type="linenumber">1</context>
1511 </context-group>
1512 </trans-unit>
134 </body> 1513 </body>
135 </file></xliff> \ No newline at end of file 1514 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_fr_FR.xml b/client/src/locale/target/angular_fr_FR.xml
index 7ad0013a1..681f65e7f 100644
--- a/client/src/locale/target/angular_fr_FR.xml
+++ b/client/src/locale/target/angular_fr_FR.xml
@@ -1517,7 +1517,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
1517 </trans-unit> 1517 </trans-unit>
1518 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 1518 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
1519 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 1519 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
1520 <target>Créé par <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 1520 <target>Créée par <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
1521 <context-group name="null"> 1521 <context-group name="null">
1522 <context context-type="linenumber">14</context> 1522 <context context-type="linenumber">14</context>
1523 </context-group> 1523 </context-group>
@@ -1904,7 +1904,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
1904 </trans-unit> 1904 </trans-unit>
1905 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c"> 1905 <trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c">
1906 <source>Go to the account page</source> 1906 <source>Go to the account page</source>
1907 <target>Aller sur la page du compte</target> 1907 <target>Accéder au profil public de l'utilisateur</target>
1908 <context-group name="null"> 1908 <context-group name="null">
1909 <context context-type="linenumber">34</context> 1909 <context context-type="linenumber">34</context>
1910 </context-group> 1910 </context-group>
@@ -3294,77 +3294,77 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
3294 </trans-unit> 3294 </trans-unit>
3295 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 3295 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
3296 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 3296 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
3297 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target> 3297 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target>
3298 <context-group name="null"> 3298 <context-group name="null">
3299 <context context-type="linenumber">1</context> 3299 <context context-type="linenumber">1</context>
3300 </context-group> 3300 </context-group>
3301 </trans-unit> 3301 </trans-unit>
3302 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 3302 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
3303 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 3303 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
3304 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 3304 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
3305 <context-group name="null"> 3305 <context-group name="null">
3306 <context context-type="linenumber">1</context> 3306 <context context-type="linenumber">1</context>
3307 </context-group> 3307 </context-group>
3308 </trans-unit> 3308 </trans-unit>
3309 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 3309 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
3310 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 3310 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
3311 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 3311 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
3312 <context-group name="null"> 3312 <context-group name="null">
3313 <context context-type="linenumber">1</context> 3313 <context context-type="linenumber">1</context>
3314 </context-group> 3314 </context-group>
3315 </trans-unit> 3315 </trans-unit>
3316 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 3316 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
3317 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 3317 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
3318 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target> 3318 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target>
3319 <context-group name="null"> 3319 <context-group name="null">
3320 <context context-type="linenumber">1</context> 3320 <context context-type="linenumber">1</context>
3321 </context-group> 3321 </context-group>
3322 </trans-unit> 3322 </trans-unit>
3323 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 3323 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
3324 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 3324 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
3325 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target> 3325 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target>
3326 <context-group name="null"> 3326 <context-group name="null">
3327 <context context-type="linenumber">1</context> 3327 <context context-type="linenumber">1</context>
3328 </context-group> 3328 </context-group>
3329 </trans-unit> 3329 </trans-unit>
3330 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 3330 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
3331 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 3331 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
3332 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target> 3332 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target>
3333 <context-group name="null"> 3333 <context-group name="null">
3334 <context context-type="linenumber">1</context> 3334 <context context-type="linenumber">1</context>
3335 </context-group> 3335 </context-group>
3336 </trans-unit> 3336 </trans-unit>
3337 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 3337 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
3338 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 3338 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
3339 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target> 3339 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target>
3340 <context-group name="null"> 3340 <context-group name="null">
3341 <context context-type="linenumber">1</context> 3341 <context context-type="linenumber">1</context>
3342 </context-group> 3342 </context-group>
3343 </trans-unit> 3343 </trans-unit>
3344 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 3344 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
3345 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 3345 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
3346 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target> 3346 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target>
3347 <context-group name="null"> 3347 <context-group name="null">
3348 <context context-type="linenumber">1</context> 3348 <context context-type="linenumber">1</context>
3349 </context-group> 3349 </context-group>
3350 </trans-unit> 3350 </trans-unit>
3351 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 3351 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
3352 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 3352 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
3353 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target> 3353 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target>
3354 <context-group name="null"> 3354 <context-group name="null">
3355 <context context-type="linenumber">1</context> 3355 <context context-type="linenumber">1</context>
3356 </context-group> 3356 </context-group>
3357 </trans-unit> 3357 </trans-unit>
3358 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 3358 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
3359 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 3359 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
3360 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target> 3360 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target>
3361 <context-group name="null"> 3361 <context-group name="null">
3362 <context context-type="linenumber">1</context> 3362 <context context-type="linenumber">1</context>
3363 </context-group> 3363 </context-group>
3364 </trans-unit> 3364 </trans-unit>
3365 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 3365 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
3366 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 3366 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
3367 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target> 3367 <target>Publiée, il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target>
3368 <context-group name="null"> 3368 <context-group name="null">
3369 <context context-type="linenumber">1</context> 3369 <context context-type="linenumber">1</context>
3370 </context-group> 3370 </context-group>
@@ -3623,7 +3623,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
3623 </trans-unit> 3623 </trans-unit>
3624 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016"> 3624 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
3625 <source>Search</source> 3625 <source>Search</source>
3626 <target>Chercher</target> 3626 <target>Résultats de la recherche</target>
3627 <context-group name="null"> 3627 <context-group name="null">
3628 <context context-type="linenumber">1</context> 3628 <context context-type="linenumber">1</context>
3629 </context-group> 3629 </context-group>
diff --git a/client/src/locale/target/angular_oc.xml b/client/src/locale/target/angular_oc.xml
index d58000bdb..553df7050 100644
--- a/client/src/locale/target/angular_oc.xml
+++ b/client/src/locale/target/angular_oc.xml
@@ -380,6 +380,17 @@
380 <context context-type="linenumber">25</context> 380 <context context-type="linenumber">25</context>
381 </context-group> 381 </context-group>
382 </trans-unit> 382 </trans-unit>
383 <trans-unit id="ac324b07e7c3c972f1c33894eda02dc2917eda5e">
384 <source>
385 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
386 </source>
387 <target>
388 aquesta instància provesís un quòta de basa de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> d’espaci per las vidèos de sos utilizaires.
389 </target>
390 <context-group name="null">
391 <context context-type="linenumber">27</context>
392 </context-group>
393 </trans-unit>
383 <trans-unit id="a6865ec6abf6af58f808501d84c8ed6ff8ce46ae"> 394 <trans-unit id="a6865ec6abf6af58f808501d84c8ed6ff8ce46ae">
384 <source> 395 <source>
385 this instance provides unlimited space for the videos of its users. 396 this instance provides unlimited space for the videos of its users.
@@ -418,6 +429,17 @@
418 <context context-type="linenumber">6</context> 429 <context context-type="linenumber">6</context>
419 </context-group> 430 </context-group>
420 </trans-unit> 431 </trans-unit>
432 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
433 <source>
434 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
435 </source>
436 <target>
437 Es un logicial liure e open-source, jos la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licéncia AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
438 </target>
439 <context-group name="null">
440 <context context-type="linenumber">8</context>
441 </context-group>
442 </trans-unit>
421 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a"> 443 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
422 <source> 444 <source>
423 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 445 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
@@ -499,6 +521,13 @@
499 <context context-type="linenumber">16</context> 521 <context context-type="linenumber">16</context>
500 </context-group> 522 </context-group>
501 </trans-unit> 523 </trans-unit>
524 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
525 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
526 <target>Arribat lo <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
527 <context-group name="null">
528 <context context-type="linenumber">10</context>
529 </context-group>
530 </trans-unit>
502 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3"> 531 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
503 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source> 532 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
504 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> abonats</target> 533 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> abonats</target>
@@ -639,6 +668,13 @@
639 <context context-type="linenumber">141</context> 668 <context context-type="linenumber">141</context>
640 </context-group> 669 </context-group>
641 </trans-unit> 670 </trans-unit>
671 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
672 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
673 <target>Indica lo compte Twitter del site o de la plataforma ont lo contengut foguèt publicat.</target>
674 <context-group name="null">
675 <context context-type="linenumber">144</context>
676 </context-group>
677 </trans-unit>
642 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 678 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
643 <source>Instance whitelisted by Twitter</source> 679 <source>Instance whitelisted by Twitter</source>
644 <target>Instàncias en lista blanca per Twitter</target> 680 <target>Instàncias en lista blanca per Twitter</target>
diff --git a/client/src/locale/target/angular_pl_PL.xml b/client/src/locale/target/angular_pl_PL.xml
index acd4333ad..5bc09d040 100644
--- a/client/src/locale/target/angular_pl_PL.xml
+++ b/client/src/locale/target/angular_pl_PL.xml
@@ -227,6 +227,17 @@
227 <context context-type="linenumber">76</context> 227 <context context-type="linenumber">76</context>
228 </context-group> 228 </context-group>
229 </trans-unit> 229 </trans-unit>
230 <trans-unit id="b8ccc4f1b3f839fca9bd59e072f715fd487d540f">
231 <source>
232 My public profile
233 </source>
234 <target>
235 Mój profil publiczny
236 </target>
237 <context-group name="null">
238 <context context-type="linenumber">19</context>
239 </context-group>
240 </trans-unit>
230 <trans-unit id="c84b721e9325c9cce20d92f4dbd66898ab5ec947"> 241 <trans-unit id="c84b721e9325c9cce20d92f4dbd66898ab5ec947">
231 <source> 242 <source>
232 My account 243 My account
@@ -340,6 +351,17 @@
340 <context context-type="linenumber">7</context> 351 <context context-type="linenumber">7</context>
341 </context-group> 352 </context-group>
342 </trans-unit> 353 </trans-unit>
354 <trans-unit id="5849c589454817c1e991639d3091d8da0e8d6bd2">
355 <source>
356 About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance
357</source>
358 <target>
359 O instancji <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/>
360</target>
361 <context-group name="null">
362 <context context-type="linenumber">1</context>
363 </context-group>
364 </trans-unit>
343 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0"> 365 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
344 <source>Description</source> 366 <source>Description</source>
345 <target>Opis</target> 367 <target>Opis</target>
@@ -361,6 +383,79 @@
361 <context context-type="linenumber">25</context> 383 <context context-type="linenumber">25</context>
362 </context-group> 384 </context-group>
363 </trans-unit> 385 </trans-unit>
386 <trans-unit id="ac324b07e7c3c972f1c33894eda02dc2917eda5e">
387 <source>
388 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
389 </source>
390 <target>
391 ta instancja oferuje podstawową powierzchnię <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> na filmy swoich użytkowników.
392 </target>
393 <context-group name="null">
394 <context context-type="linenumber">27</context>
395 </context-group>
396 </trans-unit>
397 <trans-unit id="a6865ec6abf6af58f808501d84c8ed6ff8ce46ae">
398 <source>
399 this instance provides unlimited space for the videos of its users.
400 </source>
401 <target>
402 ta instancja oferuje nieograniczoną powierzchnię na filmy dla swoich użytkowników.
403 </target>
404 <context-group name="null">
405 <context context-type="linenumber">31</context>
406 </context-group>
407 </trans-unit>
408 <trans-unit id="5c856a6a233b6f6c4cc8eed46436d31d2da63fc1">
409 <source>
410 User registration is currently not allowed.
411 </source>
412 <target>
413 Rejestracja użytkowników nie jest obecnie dozwolona.
414 </target>
415 <context-group name="null">
416 <context context-type="linenumber">36</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
420 <source>
421 About PeerTube
422</source>
423 <target>
424 O PeerTube
425</target>
426 <context-group name="null">
427 <context context-type="linenumber">1</context>
428 </context-group>
429 </trans-unit>
430 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
431 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
432 <target>PeerTube jest sfederowaną (ActivityPub) platformą streamingową filmów korzystającą z P2P (WebTorrent) bezpośrednio w przeglądarce.</target>
433 <context-group name="null">
434 <context context-type="linenumber">6</context>
435 </context-group>
436 </trans-unit>
437 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
438 <source>
439 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
440 </source>
441 <target>
442 Jest to wolne i otwartoźródłowe oprogramowanie udostępniane na licencji <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
443 </target>
444 <context-group name="null">
445 <context context-type="linenumber">8</context>
446 </context-group>
447 </trans-unit>
448 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
449 <source>
450 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
451 </source>
452 <target>
453 Aby uzyskać więcej informacji, odwiedź <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
454 </target>
455 <context-group name="null">
456 <context context-type="linenumber">12</context>
457 </context-group>
458 </trans-unit>
364 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1"> 459 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
365 <source>P2P &amp; Privacy</source> 460 <source>P2P &amp; Privacy</source>
366 <target>P2P i prywatność</target> 461 <target>P2P i prywatność</target>
@@ -368,6 +463,219 @@
368 <context context-type="linenumber">18</context> 463 <context context-type="linenumber">18</context>
369 </context-group> 464 </context-group>
370 </trans-unit> 465 </trans-unit>
466 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
467 <source>
468 PeerTube uses the BitTorrent protocol to share bandwidth between users.
469 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
470 </source>
471 <target>
472 PeerTube używa protokołu BitTorrent, aby dzielić przepustowość pomiędzy użytkowników.
473 Oznacza to, że Twój adres IP jest przechowywany przez tracker BitTorrent instancji tak długo, jak pobierasz lub oglądasz film.
474 </target>
475 <context-group name="null">
476 <context context-type="linenumber">20</context>
477 </context-group>
478 </trans-unit>
479 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
480 <source>What are the consequences?</source>
481 <target>Jakie są tego konsekwencje?</target>
482 <context-group name="null">
483 <context context-type="linenumber">25</context>
484 </context-group>
485 </trans-unit>
486 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
487 <source>
488 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
489 In practice, this is much more difficult because:
490 </source>
491 <target>
492 Teoretycznie, osoba mająca wystarczające umiejętności techniczne mogłaby utworzyć skrypt zbierający informacje, które IP pobierają ten film.
493 W praktyce, jest to trochę bardziej skomplikowane, ponieważ:
494 </target>
495 <context-group name="null">
496 <context context-type="linenumber">27</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
500 <source>
501 An HTTP request has to be sent on each tracker for each video to spy.
502 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
503 </source>
504 <target>
505 Żądanie HTTP musiałoby zostać wysłane do każdego trackera dla każdego filmu.
506 Jeżeli chcemy szpiegować wszystkie filmy na PeerTube, musielibyśmy wysłać tyle zgłoszeń, ile jest filmów (potencjalnie bardzo dużo)
507 </target>
508 <context-group name="null">
509 <context context-type="linenumber">33</context>
510 </context-group>
511 </trans-unit>
512 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
513 <source>
514 For each request sent, the tracker returns random peers at a limited number.
515 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
516 </source>
517 <target>
518 Dla każdego wysłanego żądania tracker zwraca ograniczoną liczbę losowych peerów.
519 Na przykład, jeżeli łącznie peeruje 1000 osób a tracker zwraca 20 peerów dla każdego żądania, co najmniej 50 zgłoszeń musi zostać wykonanych, aby poznać wszystkich peerujących
520 </target>
521 <context-group name="null">
522 <context context-type="linenumber">38</context>
523 </context-group>
524 </trans-unit>
525 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
526 <source>
527 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
528 </source>
529 <target>
530 Te zgłoszenia muszą być wysyłane regularnie, aby wiedzieć kto zaczyna/kończy oglądać film. Łatwo jest wykryć takie zachowanie
531 </target>
532 <context-group name="null">
533 <context context-type="linenumber">43</context>
534 </context-group>
535 </trans-unit>
536 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
537 <source>
538 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
539 </source>
540 <target>
541 To, że adres IP jest przechowywany przez tracker nie oznacza, że osoba posługująca się tym IP (jeżeli ta osoba istnieje) oglądała ten film
542 </target>
543 <context-group name="null">
544 <context context-type="linenumber">47</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
548 <source>
549 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
550 </source>
551 <target>
552 Adres IP nie jest precyzyjną informacją – zwykle zmienia się regularnie i może reprezentować wiele jednostek
553 </target>
554 <context-group name="null">
555 <context context-type="linenumber">51</context>
556 </context-group>
557 </trans-unit>
558 <trans-unit id="c5e62151cca9610f4248c9616909f7acaf5e5a32">
559 <source>
560 Web peers are not directly sent by the tracker: because we use WebRTC inside the web browser, the protocol is different from classic BitTorrent.
561 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.
562 See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
563 </source>
564 <context-group name="null">
565 <context context-type="linenumber">55</context>
566 </context-group>
567 </trans-unit>
568 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
569 <source>
570 The worst-case scenario of an average person spying on their friends is quite unlikely.
571 There are much more effective ways to get that kind of information.
572 </source>
573 <target>
574 Najgorszy przypadek, gdy przeciętna osoba szpieguje swoich znajomych jest mało prawdopodobny.
575 Jest wiele bardziej skutecznych sposobów, aby uzyskać takie informacje.
576 </target>
577 <context-group name="null">
578 <context context-type="linenumber">62</context>
579 </context-group>
580 </trans-unit>
581 <trans-unit id="b7801222ec2b04de2f61d3ff01d18a04bfa17505">
582 <source>How does PeerTube compares to YouTube?</source>
583 <target>Jak to wygląda w porównaniu do YouTube?</target>
584 <context-group name="null">
585 <context context-type="linenumber">67</context>
586 </context-group>
587 </trans-unit>
588 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
589 <source>
590 The threats to privacy in YouTube are different from PeerTube's.
591 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
592 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
593 </source>
594 <target>
595 Zagrożenia dla prywatności na YouTube różnią się od tych na PeerTube.
596 W przypadku YouTube, platforma zdobywa ogromną liczbę informacji osobistych (nie tylko IP), aby analizować je i śledzić Cię.
597 Co więcej, YouTube należy do Google/Alphabet – firmy która śledzi Cię na wielu stronach (za pośrednictwem AdSense i Google Analytics).
598 </target>
599 <context-group name="null">
600 <context context-type="linenumber">69</context>
601 </context-group>
602 </trans-unit>
603 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
604 <source>What can I do to limit the exposure of my IP address?</source>
605 <target>Jak mogę ograniczyć widoczność mojego adresu IP?</target>
606 <context-group name="null">
607 <context context-type="linenumber">75</context>
608 </context-group>
609 </trans-unit>
610 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
611 <source>
612 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.
613 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.
614 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
615 </source>
616 <target>
617 Twój adres IP jest publiczny, więc za każdym razem gdy odwiedzasz stronę, wiele podmiotów (poza końcową stroną) ma dostęp do Twojego IP w dziennikach połączeń: ISP/routery/trackery/CDN i więcej.
618 PeerTube jest przejrzysty pod tym względem – ostrzegamy, że jeżeli chcesz ukryć swój adres IP, musisz używać VPN-a lub przeglądarki TOR Browser.
619 Myślenie, że usunięcie P2P z PeerTube przywróci anonimowość nie miałoby sensu.
620 </target>
621 <context-group name="null">
622 <context context-type="linenumber">77</context>
623 </context-group>
624 </trans-unit>
625 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
626 <source>What will be done to mitigate this problem?</source>
627 <target>Co zostanie zrobione, aby złagodzić ten problem?</target>
628 <context-group name="null">
629 <context context-type="linenumber">83</context>
630 </context-group>
631 </trans-unit>
632 <trans-unit id="d8f1c6b816aaf1ebcb936a705dbe88bcef28eaa8">
633 <source>
634 PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released.
635 In the meantime, we want to test different ideas related to this issue:
636 </source>
637 <target>
638 PeerTube jest dopiero w fazie beta, zamierzamy dostarczyć najlepsze możliwe środki zaradcze wraz z wersją stabilną.
639 W międzyczasie, zamierzamy przetestować różne pomysły związane z tym problemem:
640 </target>
641 <context-group name="null">
642 <context context-type="linenumber">85</context>
643 </context-group>
644 </trans-unit>
645 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
646 <source>Set a limit to the number of peers sent by the tracker</source>
647 <target>Ustawienie maksymalnej liczby peerów wysłanych przez tracker</target>
648 <context-group name="null">
649 <context context-type="linenumber">91</context>
650 </context-group>
651 </trans-unit>
652 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
653 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
654 <target>Ustawienie maksymalnej częstotliwości otrzymywania żądań przez tracker (jest testowane)</target>
655 <context-group name="null">
656 <context context-type="linenumber">92</context>
657 </context-group>
658 </trans-unit>
659 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
660 <source>Ring a bell if there are unusual requests (being tested)</source>
661 <target>Reagowanie na nietypowe żądania (jest testowane)</target>
662 <context-group name="null">
663 <context context-type="linenumber">93</context>
664 </context-group>
665 </trans-unit>
666 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
667 <source>Disable P2P from the administration interface</source>
668 <target>Wyłącz P2P z interfejsu administracyjnego</target>
669 <context-group name="null">
670 <context context-type="linenumber">94</context>
671 </context-group>
672 </trans-unit>
673 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
674 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
675 <context-group name="null">
676 <context context-type="linenumber">95</context>
677 </context-group>
678 </trans-unit>
371 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 679 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
372 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 680 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
373 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subskrybentów</target> 681 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subskrybentów</target>
@@ -424,6 +732,12 @@
424 <context context-type="linenumber">21</context> 732 <context context-type="linenumber">21</context>
425 </context-group> 733 </context-group>
426 </trans-unit> 734 </trans-unit>
735 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
736 <source>Default client route</source>
737 <context-group name="null">
738 <context context-type="linenumber">54</context>
739 </context-group>
740 </trans-unit>
427 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948"> 741 <trans-unit id="1cbeb1eb589bfbe5efce94184cacd3095ca26948">
428 <source>Videos Trending</source> 742 <source>Videos Trending</source>
429 <target>Filmy na czasie</target> 743 <target>Filmy na czasie</target>
@@ -543,6 +857,13 @@
543 <context context-type="linenumber">141</context> 857 <context context-type="linenumber">141</context>
544 </context-group> 858 </context-group>
545 </trans-unit> 859 </trans-unit>
860 <trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c">
861 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
862 <target>Oznacza konto Twittera dla strony lub platformy na której została opublikowana zawartość.</target>
863 <context-group name="null">
864 <context context-type="linenumber">144</context>
865 </context-group>
866 </trans-unit>
546 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 867 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
547 <source>Instance whitelisted by Twitter</source> 868 <source>Instance whitelisted by Twitter</source>
548 <target>Instancja jest na białej liście Twittera</target> 869 <target>Instancja jest na białej liście Twittera</target>
@@ -584,7 +905,7 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
584 </trans-unit> 905 </trans-unit>
585 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 906 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
586 <source>If you disable transcoding, many videos from your users will not work!</source> 907 <source>If you disable transcoding, many videos from your users will not work!</source>
587 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać</target> 908 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target>
588 <context-group name="null"> 909 <context-group name="null">
589 <context context-type="linenumber">180</context> 910 <context context-type="linenumber">180</context>
590 </context-group> 911 </context-group>
@@ -694,6 +1015,13 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
694 <context context-type="linenumber">276</context> 1015 <context context-type="linenumber">276</context>
695 </context-group> 1016 </context-group>
696 </trans-unit> 1017 </trans-unit>
1018 <trans-unit id="3e459b5c3861d8c80084d21d233b7c8e2edd3cca">
1019 <source>It seems the configuration is invalid. Please search potential errors in the different tabs.</source>
1020 <target>Wygląda na to, że konfiguracja jest nieprawidłowa. Poszukaj możliwych błędów w innych kartach.</target>
1021 <context-group name="null">
1022 <context context-type="linenumber">277</context>
1023 </context-group>
1024 </trans-unit>
697 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c"> 1025 <trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c">
698 <source> 1026 <source>
699 Users 1027 Users
@@ -806,6 +1134,12 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
806 <context context-type="linenumber">8</context> 1134 <context context-type="linenumber">8</context>
807 </context-group> 1135 </context-group>
808 </trans-unit> 1136 </trans-unit>
1137 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
1138 <source>State</source>
1139 <context-group name="null">
1140 <context context-type="linenumber">20</context>
1141 </context-group>
1142 </trans-unit>
809 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 1143 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
810 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source> 1144 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
811 <target>Utworzono <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 1145 <target>Utworzono <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target>
@@ -883,6 +1217,15 @@ Zaznacz ten element, zapisz konfigurację i przetestuj odnośnik do filmu z tej
883 <context context-type="linenumber">18</context> 1217 <context context-type="linenumber">18</context>
884 </context-group> 1218 </context-group>
885 </trans-unit> 1219 </trans-unit>
1220 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
1221 <source>
1222 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1223 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
1224 </source>
1225 <context-group name="null">
1226 <context context-type="linenumber">65</context>
1227 </context-group>
1228 </trans-unit>
886 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f"> 1229 <trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f">
887 <source>Users list</source> 1230 <source>Users list</source>
888 <target>Lista użytkowników</target> 1231 <target>Lista użytkowników</target>
@@ -1311,7 +1654,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1311 </trans-unit> 1654 </trans-unit>
1312 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a"> 1655 <trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a">
1313 <source>Enable video comments</source> 1656 <source>Enable video comments</source>
1314 <target>Włącz komentarze do filmu.</target> 1657 <target>Włącz komentarze do filmu</target>
1315 <context-group name="null"> 1658 <context-group name="null">
1316 <context context-type="linenumber">126</context> 1659 <context context-type="linenumber">126</context>
1317 </context-group> 1660 </context-group>
@@ -1418,6 +1761,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1418 <context context-type="linenumber">25</context> 1761 <context context-type="linenumber">25</context>
1419 </context-group> 1762 </context-group>
1420 </trans-unit> 1763 </trans-unit>
1764 <trans-unit id="6ac01cebf6f87418b309a83d5ce965d77b4ab740">
1765 <source>Torrent (magnet)</source>
1766 <target>Torrent (magnet)</target>
1767 <context-group name="null">
1768 <context context-type="linenumber">30</context>
1769 </context-group>
1770 </trans-unit>
1421 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd"> 1771 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
1422 <source>Download</source> 1772 <source>Download</source>
1423 <target>Pobierz</target> 1773 <target>Pobierz</target>
@@ -1529,6 +1879,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1529 <context context-type="linenumber">26</context> 1879 <context context-type="linenumber">26</context>
1530 </context-group> 1880 </context-group>
1531 </trans-unit> 1881 </trans-unit>
1882 <trans-unit id="57075c778cf28b81272df4eb17da944366c98e51">
1883 <source>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 &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; and subscribe there. Subscription as a PeerTube user is being worked on in &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/470'&gt;#470&lt;/a&gt;.</source>
1884 <target>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 &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; i zasubskrybować je. Subskrybowanie jako użytkownik PeerTube jest przygotowywane w &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/470'&gt;#470&lt;/a&gt;.</target>
1885 <context-group name="null">
1886 <context context-type="linenumber">30</context>
1887 </context-group>
1888 </trans-unit>
1532 <trans-unit id="ccc07df383b7a32be3e2e105faa5488caf261c1c"> 1889 <trans-unit id="ccc07df383b7a32be3e2e105faa5488caf261c1c">
1533 <source>By <x id="INTERPOLATION" equiv-text="{{ video.by }}"/></source> 1890 <source>By <x id="INTERPOLATION" equiv-text="{{ video.by }}"/></source>
1534 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.by }}"/></target> 1891 <target>Od <x id="INTERPOLATION" equiv-text="{{ video.by }}"/></target>
@@ -1692,6 +2049,17 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1692 <context context-type="linenumber">193</context> 2049 <context context-type="linenumber">193</context>
1693 </context-group> 2050 </context-group>
1694 </trans-unit> 2051 </trans-unit>
2052 <trans-unit id="4c2fca29fd9d7e85abe85a206958a4226f403be2">
2053 <source>
2054 The sharing system used by this video implies that some technical information about your system (such as a public IP address) can be accessed publicly.
2055 </source>
2056 <target>
2057 Technologia udostępniania używana przez ten film oznacza, że część technicznych informacji o Twoim systemie (tj. publiczny adres IP) może być dostępna dla innych.
2058 </target>
2059 <context-group name="null">
2060 <context context-type="linenumber">195</context>
2061 </context-group>
2062 </trans-unit>
1695 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e"> 2063 <trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e">
1696 <source>More information</source> 2064 <source>More information</source>
1697 <target>Więcej informacji</target> 2065 <target>Więcej informacji</target>
@@ -1728,6 +2096,12 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1728 <context context-type="linenumber">3</context> 2096 <context context-type="linenumber">3</context>
1729 </context-group> 2097 </context-group>
1730 </trans-unit> 2098 </trans-unit>
2099 <trans-unit id="da8a38f72f92714cf8680560c99982dc651480d5">
2100 <source>You can either comment on the page of your instance where this video is federated with your PeerTube account, or via any ActivityPub-capable fediverse instance. For instance with Mastodon or Pleroma you can type in the search box &lt;strong&gt;@<x id="INTERPOLATION" equiv-text="{{video.account.name}}"/>@<x id="INTERPOLATION_1" equiv-text="{{video.account.host}}"/>&lt;/strong&gt; and find back the video. Direct commenting capabilities are being worked on in &lt;a href='https://github.com/Chocobozzz/PeerTube/issues/224'&gt;#224&lt;/a&gt;.</source>
2101 <context-group name="null">
2102 <context context-type="linenumber">8</context>
2103 </context-group>
2104 </trans-unit>
1731 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4"> 2105 <trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4">
1732 <source>No comments.</source> 2106 <source>No comments.</source>
1733 <target>Brak komentarzy.</target> 2107 <target>Brak komentarzy.</target>
@@ -1829,7 +2203,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
1829 </trans-unit> 2203 </trans-unit>
1830 <trans-unit id="865bc18d22e223101ede0916967ead0abd515d0e"> 2204 <trans-unit id="865bc18d22e223101ede0916967ead0abd515d0e">
1831 <source>This could lead to security issues or bugs if you do not understand it. </source> 2205 <source>This could lead to security issues or bugs if you do not understand it. </source>
1832 <target>Może to spowodować błędy lub problemy z bezpieczeństwem, jeżeli tego nie rozumiesz.</target> 2206 <target>Może to spowodować błędy lub problemy z bezpieczeństwem, jeżeli tego nie rozumiesz. </target>
1833 <context-group name="null"> 2207 <context-group name="null">
1834 <context context-type="linenumber">1</context> 2208 <context context-type="linenumber">1</context>
1835 </context-group> 2209 </context-group>
@@ -2130,7 +2504,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2130 </trans-unit> 2504 </trans-unit>
2131 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2"> 2505 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2">
2132 <source>Publication scheduled on </source> 2506 <source>Publication scheduled on </source>
2133 <target>Publikacja zaplanowana na</target> 2507 <target>Publikacja zaplanowana na </target>
2134 <context-group name="null"> 2508 <context-group name="null">
2135 <context context-type="linenumber">1</context> 2509 <context context-type="linenumber">1</context>
2136 </context-group> 2510 </context-group>
@@ -2149,6 +2523,15 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2149 <context context-type="linenumber">1</context> 2523 <context context-type="linenumber">1</context>
2150 </context-group> 2524 </context-group>
2151 </trans-unit> 2525 </trans-unit>
2526 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
2527 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
2528</source>
2529 <target>Nie można otrzymać danych uwierzytelniających OAuth Client: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
2530</target>
2531 <context-group name="null">
2532 <context context-type="linenumber">1</context>
2533 </context-group>
2534 </trans-unit>
2152 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319"> 2535 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319">
2153 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source> 2536 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source>
2154 <target>Upewnij się, że prawidłowo skonfigurowałeś PeerTube (katalog config/), szczególnie sekcję „webserver”.</target> 2537 <target>Upewnij się, że prawidłowo skonfigurowałeś PeerTube (katalog config/), szczególnie sekcję „webserver”.</target>
@@ -2177,6 +2560,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2177 <context context-type="linenumber">1</context> 2560 <context context-type="linenumber">1</context>
2178 </context-group> 2561 </context-group>
2179 </trans-unit> 2562 </trans-unit>
2563 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752">
2564 <source>Unable to find user id or verification string.</source>
2565 <target>Nie można znaleźć ID użytkownika lub kodu weryfikującego.</target>
2566 <context-group name="null">
2567 <context context-type="linenumber">1</context>
2568 </context-group>
2569 </trans-unit>
2180 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26"> 2570 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26">
2181 <source>Your password has been successfully reset!</source> 2571 <source>Your password has been successfully reset!</source>
2182 <target>Pomyślnie zresetowano hasło!</target> 2572 <target>Pomyślnie zresetowano hasło!</target>
@@ -2429,6 +2819,20 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2429 <context context-type="linenumber">1</context> 2819 <context context-type="linenumber">1</context>
2430 </context-group> 2820 </context-group>
2431 </trans-unit> 2821 </trans-unit>
2822 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
2823 <source>Support text must be at least 3 characters long.</source>
2824 <target>Tekst o wsparciu musi zawierać przynajmniej 3 znaki.</target>
2825 <context-group name="null">
2826 <context context-type="linenumber">1</context>
2827 </context-group>
2828 </trans-unit>
2829 <trans-unit id="3fe80c71378e127dda2dda9dbcd66b059d362813">
2830 <source>Support text cannot be more than 500 characters long.</source>
2831 <target>Tekst o wsparciu nie może być dłuższy niż 500 znaków.</target>
2832 <context-group name="null">
2833 <context context-type="linenumber">1</context>
2834 </context-group>
2835 </trans-unit>
2432 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79"> 2836 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
2433 <source>Comment is required.</source> 2837 <source>Comment is required.</source>
2434 <target>Komentarz jest wymagany.</target> 2838 <target>Komentarz jest wymagany.</target>
@@ -2513,6 +2917,18 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2513 <context context-type="linenumber">1</context> 2917 <context context-type="linenumber">1</context>
2514 </context-group> 2918 </context-group>
2515 </trans-unit> 2919 </trans-unit>
2920 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
2921 <source>Video support must be at least 3 characters long.</source>
2922 <context-group name="null">
2923 <context context-type="linenumber">1</context>
2924 </context-group>
2925 </trans-unit>
2926 <trans-unit id="e61f1c05121fa5effa6ccddf5be6dcf1c822ff4b">
2927 <source>Video support cannot be more than 500 characters long.</source>
2928 <context-group name="null">
2929 <context context-type="linenumber">1</context>
2930 </context-group>
2931 </trans-unit>
2516 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0"> 2932 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
2517 <source>A date is required to schedule video update.</source> 2933 <source>A date is required to schedule video update.</source>
2518 <target>Data jest wymagana, aby zaplanować aktualizację filmu.</target> 2934 <target>Data jest wymagana, aby zaplanować aktualizację filmu.</target>
@@ -2858,7 +3274,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
2858 </trans-unit> 3274 </trans-unit>
2859 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5"> 3275 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5">
2860 <source>yy-mm-dd </source> 3276 <source>yy-mm-dd </source>
2861 <target>rr-mm-dd</target> 3277 <target>rr-mm-dd </target>
2862 <context-group name="null"> 3278 <context-group name="null">
2863 <context context-type="linenumber">1</context> 3279 <context context-type="linenumber">1</context>
2864 </context-group> 3280 </context-group>
@@ -3017,6 +3433,20 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3017 <context context-type="linenumber">1</context> 3433 <context context-type="linenumber">1</context>
3018 </context-group> 3434 </context-group>
3019 </trans-unit> 3435 </trans-unit>
3436 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
3437 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
3438 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
3439 <context-group name="null">
3440 <context context-type="linenumber">1</context>
3441 </context-group>
3442 </trans-unit>
3443 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
3444 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
3445 <target>{VAR_PLURAL, plural, =1 {minuta} few {minuty} other {minut} }</target>
3446 <context-group name="null">
3447 <context context-type="linenumber">1</context>
3448 </context-group>
3449 </trans-unit>
3020 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 3450 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
3021 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source> 3451 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
3022 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> filmów full HD</target> 3452 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> filmów full HD</target>
@@ -3038,6 +3468,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3038 <context context-type="linenumber">1</context> 3468 <context context-type="linenumber">1</context>
3039 </context-group> 3469 </context-group>
3040 </trans-unit> 3470 </trans-unit>
3471 <trans-unit id="6d0fdbf0a14c9ac51e12b52f8781152ba5c87793">
3472 <source>This image is too large.</source>
3473 <target>Obraz jest zbyt wielki.</target>
3474 <context-group name="null">
3475 <context context-type="linenumber">1</context>
3476 </context-group>
3477 </trans-unit>
3041 <trans-unit id="1e876f14d96cdf3b334c080fe795a2e0ab53aa3a"> 3478 <trans-unit id="1e876f14d96cdf3b334c080fe795a2e0ab53aa3a">
3042 <source>Your video was uploaded in your account and is private.</source> 3479 <source>Your video was uploaded in your account and is private.</source>
3043 <target>Twój film został wysłany na Twoje konto i jest prywatny.</target> 3480 <target>Twój film został wysłany na Twoje konto i jest prywatny.</target>
@@ -3080,6 +3517,13 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3080 <context context-type="linenumber">1</context> 3517 <context context-type="linenumber">1</context>
3081 </context-group> 3518 </context-group>
3082 </trans-unit> 3519 </trans-unit>
3520 <trans-unit id="d31d39e8ee9b2f20bffb3468ee062eaa5409c59f">
3521 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{ videoSize }}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{ videoQuotaUsed }}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{ videoQuota }}"/>)</source>
3522 <target>Twoja powierzchnia na filmy została przekroczona tym filmem (rozmiar filmu: <x id="INTERPOLATION" equiv-text="{{ videoSize }}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{ videoQuotaUsed }}"/>, powierzchnia: <x id="INTERPOLATION_2" equiv-text="{{ videoQuota }}"/>)</target>
3523 <context-group name="null">
3524 <context context-type="linenumber">1</context>
3525 </context-group>
3526 </trans-unit>
3083 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 3527 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
3084 <source>Video published.</source> 3528 <source>Video published.</source>
3085 <target>Opublikowano film.</target> 3529 <target>Opublikowano film.</target>
@@ -3103,7 +3547,7 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3103 </trans-unit> 3547 </trans-unit>
3104 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50"> 3548 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
3105 <source>Video reported.</source> 3549 <source>Video reported.</source>
3106 <target>Zgłoszono film</target> 3550 <target>Zgłoszono film.</target>
3107 <context-group name="null"> 3551 <context-group name="null">
3108 <context context-type="linenumber">1</context> 3552 <context context-type="linenumber">1</context>
3109 </context-group> 3553 </context-group>
@@ -3136,6 +3580,12 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
3136 <context context-type="linenumber">1</context> 3580 <context context-type="linenumber">1</context>
3137 </context-group> 3581 </context-group>
3138 </trans-unit> 3582 </trans-unit>
3583 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
3584 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
3585 <context-group name="null">
3586 <context context-type="linenumber">1</context>
3587 </context-group>
3588 </trans-unit>
3139 <trans-unit id="4a400b174208188dcb46f2c23f4af9accfabaa3f"> 3589 <trans-unit id="4a400b174208188dcb46f2c23f4af9accfabaa3f">
3140 <source>Cannot fetch video from server, maybe down.</source> 3590 <source>Cannot fetch video from server, maybe down.</source>
3141 <target>Nie można uzyskać filmu z serwera, może być niedostępny.</target> 3591 <target>Nie można uzyskać filmu z serwera, może być niedostępny.</target>
diff --git a/client/src/locale/target/angular_pt_BR.xml b/client/src/locale/target/angular_pt_BR.xml
index 73853d6e7..73af84038 100644
--- a/client/src/locale/target/angular_pt_BR.xml
+++ b/client/src/locale/target/angular_pt_BR.xml
@@ -3,6 +3,24 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="pt-BR"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="pt-BR">
5 <body> 5 <body>
6 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
7 <source>
8 Cancel
9 </source>
10 <target>
11 Cancelar
12 </target>
13 <context-group name="null">
14 <context context-type="linenumber">40</context>
15 </context-group>
16 </trans-unit>
17 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
18 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
19 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> visualizações</target>
20 <context-group name="null">
21 <context context-type="linenumber">12</context>
22 </context-group>
23 </trans-unit>
6 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 24 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
7 <source>Edit</source> 25 <source>Edit</source>
8 <target>Editar</target> 26 <target>Editar</target>
@@ -10,6 +28,13 @@
10 <context context-type="linenumber">3</context> 28 <context context-type="linenumber">3</context>
11 </context-group> 29 </context-group>
12 </trans-unit> 30 </trans-unit>
31 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
32 <source>Truncated preview</source>
33 <target>Pré-visualização truncada</target>
34 <context-group name="null">
35 <context context-type="linenumber">9</context>
36 </context-group>
37 </trans-unit>
13 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196"> 38 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
14 <source>Complete preview</source> 39 <source>Complete preview</source>
15 <target>Pré-visualização completa</target> 40 <target>Pré-visualização completa</target>
@@ -28,7 +53,9 @@
28 <source> 53 <source>
29 Login 54 Login
30 </source> 55 </source>
31 <target>Iniciar sessão</target> 56 <target>
57 Iniciar sessão
58 </target>
32 <context-group name="null"> 59 <context-group name="null">
33 <context context-type="linenumber">2</context> 60 <context context-type="linenumber">2</context>
34 </context-group> 61 </context-group>
@@ -58,6 +85,24 @@
58 <context context-type="linenumber">16</context> 85 <context context-type="linenumber">16</context>
59 </context-group> 86 </context-group>
60 </trans-unit> 87 </trans-unit>
88 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
89 <source>
90 or create an account on another instance
91 </source>
92 <target>
93 ou crie uma conta em outra instância
94 </target>
95 <context-group name="null">
96 <context context-type="linenumber">20</context>
97 </context-group>
98 </trans-unit>
99 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
100 <source>User registration is not allowed on this instance, but you can register on many others!</source>
101 <target>Registro de novos usuários não está permitida nesta instância, porém você pode registrar em muitas outras!</target>
102 <context-group name="null">
103 <context context-type="linenumber">26</context>
104 </context-group>
105 </trans-unit>
61 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407"> 106 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
62 <source>Password</source> 107 <source>Password</source>
63 <target>Senha</target> 108 <target>Senha</target>
@@ -72,6 +117,13 @@
72 <context context-type="linenumber">42</context> 117 <context context-type="linenumber">42</context>
73 </context-group> 118 </context-group>
74 </trans-unit> 119 </trans-unit>
120 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
121 <source>Forgot your password</source>
122 <target>Esqueceu sua senha</target>
123 <context-group name="null">
124 <context context-type="linenumber">59</context>
125 </context-group>
126 </trans-unit>
75 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc"> 127 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
76 <source>Email</source> 128 <source>Email</source>
77 <target>E-mail</target> 129 <target>E-mail</target>
@@ -86,5 +138,626 @@
86 <context context-type="linenumber">66</context> 138 <context context-type="linenumber">66</context>
87 </context-group> 139 </context-group>
88 </trans-unit> 140 </trans-unit>
141 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
142 <source>Send me an email to reset my password</source>
143 <target>Me envie um e-mail para redefinir minha senha</target>
144 <context-group name="null">
145 <context context-type="linenumber">77</context>
146 </context-group>
147 </trans-unit>
148 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
149 <source>
150 Reset my password
151 </source>
152 <target>
153 Redefinir minha senha
154 </target>
155 <context-group name="null">
156 <context context-type="linenumber">2</context>
157 </context-group>
158 </trans-unit>
159 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
160 <source>Confirm password</source>
161 <target>Confirme a senha</target>
162 <context-group name="null">
163 <context context-type="linenumber">19</context>
164 </context-group>
165 </trans-unit>
166 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
167 <source>Confirmed password</source>
168 <target>Senha confirmada</target>
169 <context-group name="null">
170 <context context-type="linenumber">21</context>
171 </context-group>
172 </trans-unit>
173 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
174 <source>Reset my password</source>
175 <target>Redefinir minha senha</target>
176 <context-group name="null">
177 <context context-type="linenumber">29</context>
178 </context-group>
179 </trans-unit>
180 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
181 <source>
182 Create an account
183 </source>
184 <target>
185 Criar conta
186 </target>
187 <context-group name="null">
188 <context context-type="linenumber">3</context>
189 </context-group>
190 </trans-unit>
191 <trans-unit id="a6807b834e01ce165aa61fad157b0ff4288b6bf1">
192 <source>Initial video quota:</source>
193 <target>Cota de vídeo inicial:</target>
194 <context-group name="null">
195 <context context-type="linenumber">8</context>
196 </context-group>
197 </trans-unit>
198 <trans-unit id="87b6b2c26215c5e712d3bfe4cc86ba53bc23451c">
199 <source>
200 Unlimited
201 </source>
202 <target>
203 Ilimitada
204 </target>
205 <context-group name="null">
206 <context context-type="linenumber">16</context>
207 </context-group>
208 </trans-unit>
209 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
210 <source>Username</source>
211 <target>Nome de usuário</target>
212 <context-group name="null">
213 <context context-type="linenumber">8</context>
214 </context-group>
215 </trans-unit>
216 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
217 <source>Signup</source>
218 <target>Inscrever-se</target>
219 <context-group name="null">
220 <context context-type="linenumber">86</context>
221 </context-group>
222 </trans-unit>
223 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
224 <source>Change the language</source>
225 <target>Alterar o idioma</target>
226 <context-group name="null">
227 <context context-type="linenumber">76</context>
228 </context-group>
229 </trans-unit>
230 <trans-unit id="b8ccc4f1b3f839fca9bd59e072f715fd487d540f">
231 <source>
232 My public profile
233 </source>
234 <target>
235 Meu perfil público
236 </target>
237 <context-group name="null">
238 <context context-type="linenumber">19</context>
239 </context-group>
240 </trans-unit>
241 <trans-unit id="c84b721e9325c9cce20d92f4dbd66898ab5ec947">
242 <source>
243 My account
244 </source>
245 <target>
246 Minha conta
247 </target>
248 <context-group name="null">
249 <context context-type="linenumber">23</context>
250 </context-group>
251 </trans-unit>
252 <trans-unit id="ba7378cdaaa60b4fee17a551b232ad3512dac17d">
253 <source>
254 Log out
255 </source>
256 <target>
257 Sair
258 </target>
259 <context-group name="null">
260 <context context-type="linenumber">27</context>
261 </context-group>
262 </trans-unit>
263 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
264 <source>Login</source>
265 <target>Entrar</target>
266 <context-group name="null">
267 <context context-type="linenumber">36</context>
268 </context-group>
269 </trans-unit>
270 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
271 <source>Create an account</source>
272 <target>Criar uma conta</target>
273 <context-group name="null">
274 <context context-type="linenumber">37</context>
275 </context-group>
276 </trans-unit>
277 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
278 <source>Videos</source>
279 <target>Vídeos</target>
280 <context-group name="null">
281 <context context-type="linenumber">21</context>
282 </context-group>
283 </trans-unit>
284 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
285 <source>Trending</source>
286 <target>Tendências</target>
287 <context-group name="null">
288 <context context-type="linenumber">45</context>
289 </context-group>
290 </trans-unit>
291 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
292 <source>Recently added</source>
293 <target>Adicionado recentemente</target>
294 <context-group name="null">
295 <context context-type="linenumber">50</context>
296 </context-group>
297 </trans-unit>
298 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
299 <source>Local</source>
300 <target>Local</target>
301 <context-group name="null">
302 <context context-type="linenumber">55</context>
303 </context-group>
304 </trans-unit>
305 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
306 <source>Administration</source>
307 <target>Administração</target>
308 <context-group name="null">
309 <context context-type="linenumber">64</context>
310 </context-group>
311 </trans-unit>
312 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
313 <source>About</source>
314 <target>Sobre</target>
315 <context-group name="null">
316 <context context-type="linenumber">23</context>
317 </context-group>
318 </trans-unit>
319 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
320 <source>Search...</source>
321 <target>Pesquisar...</target>
322 <context-group name="null">
323 <context context-type="linenumber">2</context>
324 </context-group>
325 </trans-unit>
326 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
327 <source>Upload</source>
328 <target>Carregar</target>
329 <context-group name="null">
330 <context context-type="linenumber">9</context>
331 </context-group>
332 </trans-unit>
333 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
334 <source>No results.</source>
335 <target>Nenhum resultado.</target>
336 <context-group name="null">
337 <context context-type="linenumber">7</context>
338 </context-group>
339 </trans-unit>
340 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
341 <source>Instance</source>
342 <target>Instância</target>
343 <context-group name="null">
344 <context context-type="linenumber">7</context>
345 </context-group>
346 </trans-unit>
347 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
348 <source>PeerTube</source>
349 <target>PeerTube</target>
350 <context-group name="null">
351 <context context-type="linenumber">7</context>
352 </context-group>
353 </trans-unit>
354 <trans-unit id="5849c589454817c1e991639d3091d8da0e8d6bd2">
355 <source>
356 About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance
357</source>
358 <target>
359 Sobre a instância <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/>
360</target>
361 <context-group name="null">
362 <context context-type="linenumber">1</context>
363 </context-group>
364 </trans-unit>
365 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
366 <source>Description</source>
367 <target>Descrição</target>
368 <context-group name="null">
369 <context context-type="linenumber">23</context>
370 </context-group>
371 </trans-unit>
372 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
373 <source>Terms</source>
374 <target>Termos</target>
375 <context-group name="null">
376 <context context-type="linenumber">43</context>
377 </context-group>
378 </trans-unit>
379 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
380 <source>User registration is allowed and</source>
381 <target>Registro de usuários não está permitida e</target>
382 <context-group name="null">
383 <context context-type="linenumber">25</context>
384 </context-group>
385 </trans-unit>
386 <trans-unit id="ac324b07e7c3c972f1c33894eda02dc2917eda5e">
387 <source>
388 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
389 </source>
390 <target>
391 esta instância fornece uma cota base de <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> espaço para os vídeos de seus usuários.
392 </target>
393 <context-group name="null">
394 <context context-type="linenumber">27</context>
395 </context-group>
396 </trans-unit>
397 <trans-unit id="a6865ec6abf6af58f808501d84c8ed6ff8ce46ae">
398 <source>
399 this instance provides unlimited space for the videos of its users.
400 </source>
401 <target>
402 esta instância fornece espaço ilimitado para os vídeos de seus usuários.
403 </target>
404 <context-group name="null">
405 <context context-type="linenumber">31</context>
406 </context-group>
407 </trans-unit>
408 <trans-unit id="5c856a6a233b6f6c4cc8eed46436d31d2da63fc1">
409 <source>
410 User registration is currently not allowed.
411 </source>
412 <target>
413 Registro de usuários atualmente não está permitido.
414 </target>
415 <context-group name="null">
416 <context context-type="linenumber">36</context>
417 </context-group>
418 </trans-unit>
419 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
420 <source>
421 About PeerTube
422</source>
423 <target>
424 Sobre PeerTube
425</target>
426 <context-group name="null">
427 <context context-type="linenumber">1</context>
428 </context-group>
429 </trans-unit>
430 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
431 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
432 <target>PeerTube é uma plataforma federada (ActivityPub) de transmissão de vídeo que utiliza P2P (WebTorrent) diretamente no browser.</target>
433 <context-group name="null">
434 <context context-type="linenumber">6</context>
435 </context-group>
436 </trans-unit>
437 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
438 <source>
439 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
440 </source>
441 <target>
442 Este é um software livre, sob a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licença AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
443 </target>
444 <context-group name="null">
445 <context context-type="linenumber">8</context>
446 </context-group>
447 </trans-unit>
448 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
449 <source>
450 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
451 </source>
452 <target>
453 Para mais informações por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
454 </target>
455 <context-group name="null">
456 <context context-type="linenumber">12</context>
457 </context-group>
458 </trans-unit>
459 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
460 <source>P2P &amp; Privacy</source>
461 <target>P2P &amp; Privacidade</target>
462 <context-group name="null">
463 <context context-type="linenumber">18</context>
464 </context-group>
465 </trans-unit>
466 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
467 <source>
468 PeerTube uses the BitTorrent protocol to share bandwidth between users.
469 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
470 </source>
471 <target>
472 PeerTube utiliza o protocolo BitTorrent para compartilhar a banda de Internet entre os usuários.
473 Isso significa que seu endereço IP é armazenado no rastreador BitTorrent da instância enquanto você baixa ou assiste o vídeo.
474 </target>
475 <context-group name="null">
476 <context context-type="linenumber">20</context>
477 </context-group>
478 </trans-unit>
479 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
480 <source>What are the consequences?</source>
481 <target>Quais são as consequências?</target>
482 <context-group name="null">
483 <context context-type="linenumber">25</context>
484 </context-group>
485 </trans-unit>
486 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
487 <source>
488 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
489 In practice, this is much more difficult because:
490 </source>
491 <target>
492 Em teoria, alguém com conhecimentos técnicos suficientes poderia criar um script para rastrear qual IP está baixando qual vídeo.
493 Na prática, isto é muito mais difícil porque:
494 </target>
495 <context-group name="null">
496 <context context-type="linenumber">27</context>
497 </context-group>
498 </trans-unit>
499 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
500 <source>
501 An HTTP request has to be sent on each tracker for each video to spy.
502 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
503 </source>
504 <target>
505 Uma requisição HTTP precisa ser enviada para cada rastreador de cada vídeo a ser espionado.
506 Se quizermos espionar todos os vídeos do PeerTube, nós temos que enviar tantas requisições quanto vídeos existentes (então muitas, potencialmente)
507 </target>
508 <context-group name="null">
509 <context context-type="linenumber">33</context>
510 </context-group>
511 </trans-unit>
512 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
513 <source>
514 For each request sent, the tracker returns random peers at a limited number.
515 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
516 </source>
517 <target>
518 Para cada requisição enviada, o rastreador retorna pares aleatórios até um número limite.
519 Por exemplo, se existem 1000 pares na multidão e o rastreador envia apenas 20 pares para cada requisição, devem existir pelo menos 50 requisições enviadas para conhecer todos os nós na multidão.
520 </target>
521 <context-group name="null">
522 <context context-type="linenumber">38</context>
523 </context-group>
524 </trans-unit>
525 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
526 <source>
527 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
528 </source>
529 <target>
530 Aquelas requisições precisam ser enviadas regularmente para saber quem iniciou/parou de assistir um vídeo. É fácil detectar aquele tipo de comportamento
531 </target>
532 <context-group name="null">
533 <context context-type="linenumber">43</context>
534 </context-group>
535 </trans-unit>
536 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
537 <source>
538 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
539 </source>
540 <target>
541 Se um endereço IP é armazenado em um rastreador isto não significa que a pessoa por trás do IP (se esta pessoa existe) assistiu o vídeo
542 </target>
543 <context-group name="null">
544 <context context-type="linenumber">47</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
548 <source>
549 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
550 </source>
551 <target>
552 O endereço IP é uma informação vaga : usualmente ele muda e pode representar muitas pessoas ou entidades
553 </target>
554 <context-group name="null">
555 <context context-type="linenumber">51</context>
556 </context-group>
557 </trans-unit>
558 <trans-unit id="c5e62151cca9610f4248c9616909f7acaf5e5a32">
559 <source>
560 Web peers are not directly sent by the tracker: because we use WebRTC inside the web browser, the protocol is different from classic BitTorrent.
561 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.
562 See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
563 </source>
564 <target>
565 Pares web não são enviados diretamente pelo rastreador: por utilizarmos WebRTC dentro do navegador web, o protocolo é diferente do BitTorrent clássico.
566 Quando você está em um navegador web, você envia um sinal contendo seu endereço IP para o rastreador que escolherá outros pares para encaminhá-los a informação.
567 Veja <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para mais informações
568 </target>
569 <context-group name="null">
570 <context context-type="linenumber">55</context>
571 </context-group>
572 </trans-unit>
573 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
574 <source>
575 The worst-case scenario of an average person spying on their friends is quite unlikely.
576 There are much more effective ways to get that kind of information.
577 </source>
578 <target>
579 O cenário de pior caso de uma pessoa comum espionando seus amigos é muito improvável.
580 Existem meios mais efetivos de obtenção daquele tipo de informação.
581 </target>
582 <context-group name="null">
583 <context context-type="linenumber">62</context>
584 </context-group>
585 </trans-unit>
586 <trans-unit id="b7801222ec2b04de2f61d3ff01d18a04bfa17505">
587 <source>How does PeerTube compares to YouTube?</source>
588 <target>Como o PeerTube se compara com o YouTube?</target>
589 <context-group name="null">
590 <context context-type="linenumber">67</context>
591 </context-group>
592 </trans-unit>
593 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
594 <source>
595 The threats to privacy in YouTube are different from PeerTube's.
596 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
597 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
598 </source>
599 <target>
600 As ameaças à privacidade no YouTube são diferentes às do PeerTube.
601 No caso do YouTube, a plataforma coleta uma grande quantidade dos seus dados pessoais (não apenas seu IP) para analizá-los e rastrear você.
602 Além disso, YouTube é propriedade do Google/Alphabet, uma empresa que rastreia você através de muitos sítios (via AdSense ou Google Analytics).
603 </target>
604 <context-group name="null">
605 <context context-type="linenumber">69</context>
606 </context-group>
607 </trans-unit>
608 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
609 <source>What can I do to limit the exposure of my IP address?</source>
610 <target>O que eu posso fazer para restringir a exposição do meu endereço IP?</target>
611 <context-group name="null">
612 <context context-type="linenumber">75</context>
613 </context-group>
614 </trans-unit>
615 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
616 <source>
617 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.
618 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.
619 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
620 </source>
621 <target>
622 Seu endereço IP é público por isso toda vez que você consulta um sítio web existe um número de atores (além do sítio web destino) visualizando seu IP nos seus logs de conexão: ISP/roteadores/rastreadores/CDN e outros.
623 PeerTube é transparente quanto a isso: nós lhe avisamos que se você desejar manter privado o seu endereço IP, você deve utilizar uma VPN ou o Navegador Tor.
624 Imaginar que removendo o P2P do PeerTube lhe devolverá a anonimidade, não faz sentido.
625 </target>
626 <context-group name="null">
627 <context context-type="linenumber">77</context>
628 </context-group>
629 </trans-unit>
630 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
631 <source>What will be done to mitigate this problem?</source>
632 <target>O que será feito para mitigar o problema?</target>
633 <context-group name="null">
634 <context context-type="linenumber">83</context>
635 </context-group>
636 </trans-unit>
637 <trans-unit id="d8f1c6b816aaf1ebcb936a705dbe88bcef28eaa8">
638 <source>
639 PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released.
640 In the meantime, we want to test different ideas related to this issue:
641 </source>
642 <target>
643 PeerTube está apenas em versão beta, e deseja entregar as melhores contramedidas possíveis enquanto a versão estável é disponibilizada.
644 Enquanto isso, queremos testar diferentes ideias relacionadas a essa questão:
645 </target>
646 <context-group name="null">
647 <context context-type="linenumber">85</context>
648 </context-group>
649 </trans-unit>
650 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
651 <source>Set a limit to the number of peers sent by the tracker</source>
652 <target>Defina um limite para o número de pares enviados pelo rastreador</target>
653 <context-group name="null">
654 <context context-type="linenumber">91</context>
655 </context-group>
656 </trans-unit>
657 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
658 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
659 <target>Defina um limite para a frequência de requisições recebidas pelo rastreador (sendo testado)</target>
660 <context-group name="null">
661 <context context-type="linenumber">92</context>
662 </context-group>
663 </trans-unit>
664 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
665 <source>Ring a bell if there are unusual requests (being tested)</source>
666 <target>Tocar um som se houverem requisições incomuns (em teste)</target>
667 <context-group name="null">
668 <context context-type="linenumber">93</context>
669 </context-group>
670 </trans-unit>
671 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
672 <source>Disable P2P from the administration interface</source>
673 <target>Desabilite P2P a partir da interface de administração</target>
674 <context-group name="null">
675 <context context-type="linenumber">94</context>
676 </context-group>
677 </trans-unit>
678 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
679 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
680 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> inscritos</target>
681 <context-group name="null">
682 <context context-type="linenumber">12</context>
683 </context-group>
684 </trans-unit>
685 <trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8">
686 <source>Video channels</source>
687 <target>Canais de vídeo</target>
688 <context-group name="null">
689 <context context-type="linenumber">19</context>
690 </context-group>
691 </trans-unit>
692 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
693 <source>Stats</source>
694 <target>Estatísticas</target>
695 <context-group name="null">
696 <context context-type="linenumber">16</context>
697 </context-group>
698 </trans-unit>
699 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
700 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
701 <target>Ingressou <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
702 <context-group name="null">
703 <context context-type="linenumber">10</context>
704 </context-group>
705 </trans-unit>
706 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
707 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
708 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> inscritos</target>
709 <context-group name="null">
710 <context context-type="linenumber">11</context>
711 </context-group>
712 </trans-unit>
713 <trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f">
714 <source>See this video channel</source>
715 <target>Veja este canal de vídeo</target>
716 <context-group name="null">
717 <context context-type="linenumber">4</context>
718 </context-group>
719 </trans-unit>
720 <trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59">
721 <source>Name</source>
722 <target>Nome</target>
723 <context-group name="null">
724 <context context-type="linenumber">9</context>
725 </context-group>
726 </trans-unit>
727 <trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b">
728 <source>Short description</source>
729 <target>Descrição curta</target>
730 <context-group name="null">
731 <context context-type="linenumber">21</context>
732 </context-group>
733 </trans-unit>
734 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
735 <source>Default client route</source>
736 <target>Rota padrão do cliente</target>
737 <context-group name="null">
738 <context context-type="linenumber">54</context>
739 </context-group>
740 </trans-unit>
741 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
742 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
743 <target>Este vídeo possui conteúdo adulto ou explícito. Você tem certeza que deseja assistí-lo?</target>
744 <context-group name="null">
745 <context context-type="linenumber">1</context>
746 </context-group>
747 </trans-unit>
748 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
749 <source>Mature or explicit content</source>
750 <target>Conteúdo adulto ou explícito</target>
751 <context-group name="null">
752 <context context-type="linenumber">1</context>
753 </context-group>
754 </trans-unit>
755 <trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016">
756 <source>Search</source>
757 <target>Pesquisar</target>
758 <context-group name="null">
759 <context context-type="linenumber">1</context>
760 </context-group>
761 </trans-unit>
89 </body> 762 </body>
90 </file></xliff> \ No newline at end of file 763 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/angular_zh_Hant_TW.xml b/client/src/locale/target/angular_zh_Hant_TW.xml
new file mode 100644
index 000000000..870c46855
--- /dev/null
+++ b/client/src/locale/target/angular_zh_Hant_TW.xml
@@ -0,0 +1,625 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="zh-Hant-TW">
5 <body>
6 <trans-unit id="17a9d3860d9ad593dd09a9f934e03999d9e76a7a">
7 <source>
8 Cancel
9 </source>
10 <target>
11 取消
12 </target>
13 <context-group name="null">
14 <context context-type="linenumber">40</context>
15 </context-group>
16 </trans-unit>
17 <trans-unit id="9d5f16f0233b39fa2cd843321407a7358c323ad8">
18 <source><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
19 <target><x id="INTERPOLATION" equiv-text="{{ video.publishedAt | myFromNow }}"/> - <x id="INTERPOLATION_1" equiv-text="{{ video.views | myNumberFormatter }}"/> 次檢視</target>
20 <context-group name="null">
21 <context context-type="linenumber">12</context>
22 </context-group>
23 </trans-unit>
24 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
25 <source>Edit</source>
26 <target>編輯</target>
27 <context-group name="null">
28 <context context-type="linenumber">3</context>
29 </context-group>
30 </trans-unit>
31 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
32 <source>Truncated preview</source>
33 <target>截取預覽</target>
34 <context-group name="null">
35 <context context-type="linenumber">9</context>
36 </context-group>
37 </trans-unit>
38 <trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196">
39 <source>Complete preview</source>
40 <target>完整預覽</target>
41 <context-group name="null">
42 <context context-type="linenumber">10</context>
43 </context-group>
44 </trans-unit>
45 <trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f">
46 <source>Get help</source>
47 <target>取得說明</target>
48 <context-group name="null">
49 <context context-type="linenumber">17</context>
50 </context-group>
51 </trans-unit>
52 <trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea">
53 <source>
54 Login
55 </source>
56 <target>
57 登入
58 </target>
59 <context-group name="null">
60 <context context-type="linenumber">2</context>
61 </context-group>
62 </trans-unit>
63 <trans-unit id="e08a77594f3d89311cdf6da5090044270909c194">
64 <source>User</source>
65 <target>使用者</target>
66 <context-group name="null">
67 <context context-type="linenumber">11</context>
68 </context-group>
69 </trans-unit>
70 <trans-unit id="51ef29329faccb28d94369897068897d1b3d0478">
71 <source>Username or email address</source>
72 <target>使用者名稱或電子郵件地址</target>
73 <context-group name="null">
74 <context context-type="linenumber">13</context>
75 </context-group>
76 </trans-unit>
77 <trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87">
78 <source>
79 or create an account
80 </source>
81 <target>
82 或建立帳號
83 </target>
84 <context-group name="null">
85 <context context-type="linenumber">16</context>
86 </context-group>
87 </trans-unit>
88 <trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b">
89 <source>
90 or create an account on another instance
91 </source>
92 <target>或在其他實體上建立帳號</target>
93 <context-group name="null">
94 <context context-type="linenumber">20</context>
95 </context-group>
96 </trans-unit>
97 <trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3">
98 <source>User registration is not allowed on this instance, but you can register on many others!</source>
99 <target>此實體上不允許使用者註冊,但您可以在其他許多實體上註冊!</target>
100 <context-group name="null">
101 <context context-type="linenumber">26</context>
102 </context-group>
103 </trans-unit>
104 <trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407">
105 <source>Password</source>
106 <target>密碼</target>
107 <context-group name="null">
108 <context context-type="linenumber">28</context>
109 </context-group>
110 </trans-unit>
111 <trans-unit id="b87e81682959464211443afc3e23c506865d2eda">
112 <source>I forgot my password</source>
113 <target>我忘記我的密碼了</target>
114 <context-group name="null">
115 <context context-type="linenumber">42</context>
116 </context-group>
117 </trans-unit>
118 <trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681">
119 <source>Forgot your password</source>
120 <target>忘記您的密碼</target>
121 <context-group name="null">
122 <context context-type="linenumber">59</context>
123 </context-group>
124 </trans-unit>
125 <trans-unit id="244aae9346da82b0922506c2d2581373a15641cc">
126 <source>Email</source>
127 <target>電子郵件</target>
128 <context-group name="null">
129 <context context-type="linenumber">17</context>
130 </context-group>
131 </trans-unit>
132 <trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529">
133 <source>Email address</source>
134 <target>電子郵件地址</target>
135 <context-group name="null">
136 <context context-type="linenumber">66</context>
137 </context-group>
138 </trans-unit>
139 <trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55">
140 <source>Send me an email to reset my password</source>
141 <target>傳送電子郵件給我以重設我的密碼</target>
142 <context-group name="null">
143 <context context-type="linenumber">77</context>
144 </context-group>
145 </trans-unit>
146 <trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa">
147 <source>
148 Reset my password
149 </source>
150 <target>重設我的密碼</target>
151 <context-group name="null">
152 <context context-type="linenumber">2</context>
153 </context-group>
154 </trans-unit>
155 <trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8">
156 <source>Confirm password</source>
157 <target>確認密碼</target>
158 <context-group name="null">
159 <context context-type="linenumber">19</context>
160 </context-group>
161 </trans-unit>
162 <trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1">
163 <source>Confirmed password</source>
164 <target>確認密碼</target>
165 <context-group name="null">
166 <context context-type="linenumber">21</context>
167 </context-group>
168 </trans-unit>
169 <trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3">
170 <source>Reset my password</source>
171 <target>重設我的密碼</target>
172 <context-group name="null">
173 <context context-type="linenumber">29</context>
174 </context-group>
175 </trans-unit>
176 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
177 <source>
178 Create an account
179 </source>
180 <target>建立帳號</target>
181 <context-group name="null">
182 <context context-type="linenumber">3</context>
183 </context-group>
184 </trans-unit>
185 <trans-unit id="a6807b834e01ce165aa61fad157b0ff4288b6bf1">
186 <source>Initial video quota:</source>
187 <target>初始影片配額:</target>
188 <context-group name="null">
189 <context context-type="linenumber">8</context>
190 </context-group>
191 </trans-unit>
192 <trans-unit id="87b6b2c26215c5e712d3bfe4cc86ba53bc23451c">
193 <source>
194 Unlimited
195 </source>
196 <target>無限制</target>
197 <context-group name="null">
198 <context context-type="linenumber">16</context>
199 </context-group>
200 </trans-unit>
201 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
202 <source>Username</source>
203 <target>使用者名稱</target>
204 <context-group name="null">
205 <context context-type="linenumber">8</context>
206 </context-group>
207 </trans-unit>
208 <trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4">
209 <source>Signup</source>
210 <target>註冊</target>
211 <context-group name="null">
212 <context context-type="linenumber">86</context>
213 </context-group>
214 </trans-unit>
215 <trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96">
216 <source>Change the language</source>
217 <target>變更語言</target>
218 <context-group name="null">
219 <context context-type="linenumber">76</context>
220 </context-group>
221 </trans-unit>
222 <trans-unit id="b8ccc4f1b3f839fca9bd59e072f715fd487d540f">
223 <source>
224 My public profile
225 </source>
226 <target>我的公開簡介</target>
227 <context-group name="null">
228 <context context-type="linenumber">19</context>
229 </context-group>
230 </trans-unit>
231 <trans-unit id="c84b721e9325c9cce20d92f4dbd66898ab5ec947">
232 <source>
233 My account
234 </source>
235 <target>我的帳號</target>
236 <context-group name="null">
237 <context context-type="linenumber">23</context>
238 </context-group>
239 </trans-unit>
240 <trans-unit id="ba7378cdaaa60b4fee17a551b232ad3512dac17d">
241 <source>
242 Log out
243 </source>
244 <target>登出</target>
245 <context-group name="null">
246 <context context-type="linenumber">27</context>
247 </context-group>
248 </trans-unit>
249 <trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9">
250 <source>Login</source>
251 <target>登入</target>
252 <context-group name="null">
253 <context context-type="linenumber">36</context>
254 </context-group>
255 </trans-unit>
256 <trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87">
257 <source>Create an account</source>
258 <target>建立帳號</target>
259 <context-group name="null">
260 <context context-type="linenumber">37</context>
261 </context-group>
262 </trans-unit>
263 <trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238">
264 <source>Videos</source>
265 <target>影片</target>
266 <context-group name="null">
267 <context context-type="linenumber">21</context>
268 </context-group>
269 </trans-unit>
270 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
271 <source>Trending</source>
272 <target>趨勢</target>
273 <context-group name="null">
274 <context context-type="linenumber">45</context>
275 </context-group>
276 </trans-unit>
277 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
278 <source>Recently added</source>
279 <target>最近新增</target>
280 <context-group name="null">
281 <context context-type="linenumber">50</context>
282 </context-group>
283 </trans-unit>
284 <trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d">
285 <source>Local</source>
286 <target>本機</target>
287 <context-group name="null">
288 <context context-type="linenumber">55</context>
289 </context-group>
290 </trans-unit>
291 <trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919">
292 <source>Administration</source>
293 <target>管理</target>
294 <context-group name="null">
295 <context context-type="linenumber">64</context>
296 </context-group>
297 </trans-unit>
298 <trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a">
299 <source>About</source>
300 <target>關於</target>
301 <context-group name="null">
302 <context context-type="linenumber">23</context>
303 </context-group>
304 </trans-unit>
305 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
306 <source>Search...</source>
307 <target>搜尋……</target>
308 <context-group name="null">
309 <context context-type="linenumber">2</context>
310 </context-group>
311 </trans-unit>
312 <trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced">
313 <source>Upload</source>
314 <target>上傳</target>
315 <context-group name="null">
316 <context context-type="linenumber">9</context>
317 </context-group>
318 </trans-unit>
319 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
320 <source>No results.</source>
321 <target>沒有結果</target>
322 <context-group name="null">
323 <context context-type="linenumber">7</context>
324 </context-group>
325 </trans-unit>
326 <trans-unit id="ff78f059449d44322f627d0f66df07abe476962b">
327 <source>Instance</source>
328 <target>實體</target>
329 <context-group name="null">
330 <context context-type="linenumber">7</context>
331 </context-group>
332 </trans-unit>
333 <trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390">
334 <source>PeerTube</source>
335 <target>PeerTube</target>
336 <context-group name="null">
337 <context context-type="linenumber">7</context>
338 </context-group>
339 </trans-unit>
340 <trans-unit id="5849c589454817c1e991639d3091d8da0e8d6bd2">
341 <source>
342 About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance
343</source>
344 <target>關於 <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> 實體</target>
345 <context-group name="null">
346 <context context-type="linenumber">1</context>
347 </context-group>
348 </trans-unit>
349 <trans-unit id="eec715de352a6b114713b30b640d319fa78207a0">
350 <source>Description</source>
351 <target>描述</target>
352 <context-group name="null">
353 <context context-type="linenumber">23</context>
354 </context-group>
355 </trans-unit>
356 <trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774">
357 <source>Terms</source>
358 <target>條款</target>
359 <context-group name="null">
360 <context context-type="linenumber">43</context>
361 </context-group>
362 </trans-unit>
363 <trans-unit id="9c6e6db693ab265457c6578df179c65694141d27">
364 <source>User registration is allowed and</source>
365 <target>允許使用者註冊與</target>
366 <context-group name="null">
367 <context context-type="linenumber">25</context>
368 </context-group>
369 </trans-unit>
370 <trans-unit id="ac324b07e7c3c972f1c33894eda02dc2917eda5e">
371 <source>
372 this instance provides a baseline quota of <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> space for the videos of its users.
373 </source>
374 <target>此實體提供了基本配額 <x id="INTERPOLATION" equiv-text="{{ userVideoQuota | bytes: 0 }}"/> 空間給它的使用者的影片。</target>
375 <context-group name="null">
376 <context context-type="linenumber">27</context>
377 </context-group>
378 </trans-unit>
379 <trans-unit id="a6865ec6abf6af58f808501d84c8ed6ff8ce46ae">
380 <source>
381 this instance provides unlimited space for the videos of its users.
382 </source>
383 <target>此實體提供了無限的影片空間給它的使用者。</target>
384 <context-group name="null">
385 <context context-type="linenumber">31</context>
386 </context-group>
387 </trans-unit>
388 <trans-unit id="5c856a6a233b6f6c4cc8eed46436d31d2da63fc1">
389 <source>
390 User registration is currently not allowed.
391 </source>
392 <target>目前不允許使用者註冊。</target>
393 <context-group name="null">
394 <context context-type="linenumber">36</context>
395 </context-group>
396 </trans-unit>
397 <trans-unit id="a11e3ba2c5aea841de67a3c85892bb61295e94dc">
398 <source>
399 About PeerTube
400</source>
401 <target>關於 PeerTube</target>
402 <context-group name="null">
403 <context context-type="linenumber">1</context>
404 </context-group>
405 </trans-unit>
406 <trans-unit id="bd29138e1e17572596ce8f2fe61bcea6ac5fb0bf">
407 <source>PeerTube is a federated (ActivityPub) video streaming platform using P2P (WebTorrent) directly in the web browser.</source>
408 <target>PeerTube 是一個聯盟式 (ActivityPub) 的影片串流平臺,直接在網頁瀏覽器中使用 P2P (WebTorrent)</target>
409 <context-group name="null">
410 <context context-type="linenumber">6</context>
411 </context-group>
412 </trans-unit>
413 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
414 <source>
415 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
416 </source>
417 <target>它是自由與開放原始碼軟體,以 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 授權。</target>
418 <context-group name="null">
419 <context context-type="linenumber">8</context>
420 </context-group>
421 </trans-unit>
422 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
423 <source>
424 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>.
425 </source>
426 <target>要取得更多資訊,請造訪 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。</target>
427 <context-group name="null">
428 <context context-type="linenumber">12</context>
429 </context-group>
430 </trans-unit>
431 <trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1">
432 <source>P2P &amp; Privacy</source>
433 <target>P2P 與隱私</target>
434 <context-group name="null">
435 <context context-type="linenumber">18</context>
436 </context-group>
437 </trans-unit>
438 <trans-unit id="cd429d53cb8f4a87879301248e38cb85f07fa9d6">
439 <source>
440 PeerTube uses the BitTorrent protocol to share bandwidth between users.
441 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
442 </source>
443 <target>PeerTube 使用了 BitTorrent 協定以與使用者分享頻寬。
444這代表了只要您下載或觀看影片,您的 IP 位置就會儲存在實體的 BitTorrent tracker 中。</target>
445 <context-group name="null">
446 <context context-type="linenumber">20</context>
447 </context-group>
448 </trans-unit>
449 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
450 <source>What are the consequences?</source>
451 <target>有什麼後果?</target>
452 <context-group name="null">
453 <context context-type="linenumber">25</context>
454 </context-group>
455 </trans-unit>
456 <trans-unit id="9a612748b059ad246935df17ef4ec4e6afb43a2a">
457 <source>
458 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
459 In practice, this is much more difficult because:
460 </source>
461 <target>理論上,有足夠技術能力的人可能會編寫指令稿來追蹤哪些 IP 下載了哪些影片。
462不過實際上,這並沒有那麼簡單,因為:</target>
463 <context-group name="null">
464 <context context-type="linenumber">27</context>
465 </context-group>
466 </trans-unit>
467 <trans-unit id="64f96be62df4a95a0615b6f630ad25d6348a29d3">
468 <source>
469 An HTTP request has to be sent on each tracker for each video to spy.
470 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
471 </source>
472 <target>必須對每個 tracker 都發送一個 HTTP request 才能監視。
473若我們想要監視所有 PeerTube 的影片,我們必須送出與總影片數一樣多的 request(所以可能會非常多)</target>
474 <context-group name="null">
475 <context context-type="linenumber">33</context>
476 </context-group>
477 </trans-unit>
478 <trans-unit id="dd9a7a4ee66b0ff3fbb43ba8691ffcd042531611">
479 <source>
480 For each request sent, the tracker returns random peers at a limited number.
481 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
482 </source>
483 <target>每個 request 送出後,tracker 會以有限的數量回傳隨機 peers。
484舉例來說,如果群組中有 1000 個 peers,而 tracker 只會對每個請求傳送 20 個 peers,則必須至少發送 50 個請求以知道在群組中的每個 peers</target>
485 <context-group name="null">
486 <context context-type="linenumber">38</context>
487 </context-group>
488 </trans-unit>
489 <trans-unit id="694cf53adfc2afe8afabf713ab00fa114d5d2f8e">
490 <source>
491 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
492 </source>
493 <target>那些請求必須有規律的傳送以得知誰開始/停止觀看影片。這種行為很容易偵測。</target>
494 <context-group name="null">
495 <context context-type="linenumber">43</context>
496 </context-group>
497 </trans-unit>
498 <trans-unit id="44bbecddbdf2aad1f4bad97cb806560553fb2ab3">
499 <source>
500 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video
501 </source>
502 <target>若 IP 位置儲存在 tracker 中,它並不代表在 IP 後的人(如果這個人存在)已經觀看了影片。</target>
503 <context-group name="null">
504 <context context-type="linenumber">47</context>
505 </context-group>
506 </trans-unit>
507 <trans-unit id="fec3239a860de66c718e3442df836b692b8568c3">
508 <source>
509 The IP address is a vague information : usually, it regularly changes and can represent many persons or entities
510 </source>
511 <target>IP 位置是模糊的資訊:通常它會定期變更,而且可能代表了許多人或實體</target>
512 <context-group name="null">
513 <context context-type="linenumber">51</context>
514 </context-group>
515 </trans-unit>
516 <trans-unit id="c5e62151cca9610f4248c9616909f7acaf5e5a32">
517 <source>
518 Web peers are not directly sent by the tracker: because we use WebRTC inside the web browser, the protocol is different from classic BitTorrent.
519 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.
520 See <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more information
521 </source>
522 <target>網路 peers 不會直接被 tracker 傳送:因為我們在網路瀏覽器中使用 WebRTC,其協定不同於傳統的 BitTorrent。
523當您在網路瀏覽器中,您會傳送包含您的 IP 位置的訊號給 tracker,這將會隨機選擇要傳送給哪個 peers。
524請見<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>這份文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>以取得更多資訊</target>
525 <context-group name="null">
526 <context context-type="linenumber">55</context>
527 </context-group>
528 </trans-unit>
529 <trans-unit id="50d8e8388f5ceab292850ed828f306c9f2cab389">
530 <source>
531 The worst-case scenario of an average person spying on their friends is quite unlikely.
532 There are much more effective ways to get that kind of information.
533 </source>
534 <target>普通人監視他們的朋友的最壞狀況是不太可能發生的。
535要取得這種資訊有更多更有效的方法。</target>
536 <context-group name="null">
537 <context context-type="linenumber">62</context>
538 </context-group>
539 </trans-unit>
540 <trans-unit id="b7801222ec2b04de2f61d3ff01d18a04bfa17505">
541 <source>How does PeerTube compares to YouTube?</source>
542 <target>PeerTube 與 YouTube 相比如何?</target>
543 <context-group name="null">
544 <context context-type="linenumber">67</context>
545 </context-group>
546 </trans-unit>
547 <trans-unit id="2432705cbabcb92a8677338901dd5d655383ef4c">
548 <source>
549 The threats to privacy in YouTube are different from PeerTube's.
550 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
551 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
552 </source>
553 <target>YouTube 中的隱私威脅與 PeerTube 的不同。
554在 YouTube 的狀況中,平臺會收集您的大量個人資訊(不僅是您的 IP)以分析它們並追蹤您。
555此外,YouTube 是 Google/Alphabet 所有,該公司會透過多個網站(透過 AdSense 或 Google Analytics)追蹤您。</target>
556 <context-group name="null">
557 <context context-type="linenumber">69</context>
558 </context-group>
559 </trans-unit>
560 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
561 <source>What can I do to limit the exposure of my IP address?</source>
562 <target>我要如何限制才能讓我的 IP 位置不曝光?</target>
563 <context-group name="null">
564 <context context-type="linenumber">75</context>
565 </context-group>
566 </trans-unit>
567 <trans-unit id="a545356de272b955258c2a2432b08ec637b65f7e">
568 <source>
569 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.
570 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.
571 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
572 </source>
573 <target>您的 IP 位置是公開的,因此在您每次連上一個網頁時,都會有許多參與者(除了最終的網站以外還有)可以在他們的連線紀錄中看到您的 IP:ISP/路由器/tracker/CDN 等等。</target>
574 <context-group name="null">
575 <context context-type="linenumber">77</context>
576 </context-group>
577 </trans-unit>
578 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
579 <source>What will be done to mitigate this problem?</source>
580 <target>可以做哪些事情來緩解此問題?</target>
581 <context-group name="null">
582 <context context-type="linenumber">83</context>
583 </context-group>
584 </trans-unit>
585 <trans-unit id="d8f1c6b816aaf1ebcb936a705dbe88bcef28eaa8">
586 <source>
587 PeerTube is only in beta, and want to deliver the best countermeasures possible by the time the stable is released.
588 In the meantime, we want to test different ideas related to this issue:
589 </source>
590 <target>PeerTube 還在測試階段,希望能在穩定版釋出時提供最佳對策。
591與此同時,我們想測試關於此問題的不同想法:</target>
592 <context-group name="null">
593 <context context-type="linenumber">85</context>
594 </context-group>
595 </trans-unit>
596 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
597 <source>Set a limit to the number of peers sent by the tracker</source>
598 <target>設定透過 tracker 傳送的 peer 數量限制</target>
599 <context-group name="null">
600 <context context-type="linenumber">91</context>
601 </context-group>
602 </trans-unit>
603 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
604 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
605 <target>設定透過 tracker 接收的請求頻率限制(正在測試)</target>
606 <context-group name="null">
607 <context context-type="linenumber">92</context>
608 </context-group>
609 </trans-unit>
610 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
611 <source>Ring a bell if there are unusual requests (being tested)</source>
612 <target>如果有異常請求時響鈴(正在測試)</target>
613 <context-group name="null">
614 <context context-type="linenumber">93</context>
615 </context-group>
616 </trans-unit>
617 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
618 <source>Disable P2P from the administration interface</source>
619 <target>從管理介面停用 P2P</target>
620 <context-group name="null">
621 <context context-type="linenumber">94</context>
622 </context-group>
623 </trans-unit>
624 </body>
625 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/iso639_de_DE.xml b/client/src/locale/target/iso639_de_DE.xml
index e400d2805..42add6b6c 100644
--- a/client/src/locale/target/iso639_de_DE.xml
+++ b/client/src/locale/target/iso639_de_DE.xml
@@ -5,7 +5,7 @@
5 <body> 5 <body>
6 <trans-unit id="Afar"> 6 <trans-unit id="Afar">
7 <source>Afar</source> 7 <source>Afar</source>
8 <target>Danakil-Sprache</target> 8 <target>Afar</target>
9 </trans-unit> 9 </trans-unit>
10 <trans-unit id="Abkhazian"> 10 <trans-unit id="Abkhazian">
11 <source>Abkhazian</source> 11 <source>Abkhazian</source>
@@ -17,7 +17,7 @@
17 </trans-unit> 17 </trans-unit>
18 <trans-unit id="Akan"> 18 <trans-unit id="Akan">
19 <source>Akan</source> 19 <source>Akan</source>
20 <target>Akan-Sprache</target> 20 <target>Akan</target>
21 </trans-unit> 21 </trans-unit>
22 <trans-unit id="Amharic"> 22 <trans-unit id="Amharic">
23 <source>Amharic</source> 23 <source>Amharic</source>
@@ -33,7 +33,7 @@
33 </trans-unit> 33 </trans-unit>
34 <trans-unit id="American Sign Language"> 34 <trans-unit id="American Sign Language">
35 <source>American Sign Language</source> 35 <source>American Sign Language</source>
36 <target>Amerikanische Zeichensprache</target> 36 <target>Amerikanische Gebärdensprache</target>
37 </trans-unit> 37 </trans-unit>
38 <trans-unit id="Assamese"> 38 <trans-unit id="Assamese">
39 <source>Assamese</source> 39 <source>Assamese</source>
@@ -45,7 +45,7 @@
45 </trans-unit> 45 </trans-unit>
46 <trans-unit id="Aymara"> 46 <trans-unit id="Aymara">
47 <source>Aymara</source> 47 <source>Aymara</source>
48 <target>Aymará-Sprache</target> 48 <target>Aymara</target>
49 </trans-unit> 49 </trans-unit>
50 <trans-unit id="Azerbaijani"> 50 <trans-unit id="Azerbaijani">
51 <source>Azerbaijani</source> 51 <source>Azerbaijani</source>
@@ -57,7 +57,7 @@
57 </trans-unit> 57 </trans-unit>
58 <trans-unit id="Bambara"> 58 <trans-unit id="Bambara">
59 <source>Bambara</source> 59 <source>Bambara</source>
60 <target>Bambara-Sprache</target> 60 <target>Bambara</target>
61 </trans-unit> 61 </trans-unit>
62 <trans-unit id="Belarusian"> 62 <trans-unit id="Belarusian">
63 <source>Belarusian</source> 63 <source>Belarusian</source>
@@ -69,7 +69,7 @@
69 </trans-unit> 69 </trans-unit>
70 <trans-unit id="British Sign Language"> 70 <trans-unit id="British Sign Language">
71 <source>British Sign Language</source> 71 <source>British Sign Language</source>
72 <target>Englisch Zeichensprache</target> 72 <target>Britische Gebärdensprache</target>
73 </trans-unit> 73 </trans-unit>
74 <trans-unit id="Bislama"> 74 <trans-unit id="Bislama">
75 <source>Bislama</source> 75 <source>Bislama</source>
@@ -91,6 +91,10 @@
91 <source>Bulgarian</source> 91 <source>Bulgarian</source>
92 <target>Bulgarisch</target> 92 <target>Bulgarisch</target>
93 </trans-unit> 93 </trans-unit>
94 <trans-unit id="Brazilian Sign Language">
95 <source>Brazilian Sign Language</source>
96 <target>Brasilianische Gebärdensprache</target>
97 </trans-unit>
94 <trans-unit id="Catalan"> 98 <trans-unit id="Catalan">
95 <source>Catalan</source> 99 <source>Catalan</source>
96 <target>Katalanisch</target> 100 <target>Katalanisch</target>
@@ -101,7 +105,7 @@
101 </trans-unit> 105 </trans-unit>
102 <trans-unit id="Chamorro"> 106 <trans-unit id="Chamorro">
103 <source>Chamorro</source> 107 <source>Chamorro</source>
104 <target>Chamorro-Sprache</target> 108 <target>Chamorro</target>
105 </trans-unit> 109 </trans-unit>
106 <trans-unit id="Chechen"> 110 <trans-unit id="Chechen">
107 <source>Chechen</source> 111 <source>Chechen</source>
@@ -121,11 +125,15 @@
121 </trans-unit> 125 </trans-unit>
122 <trans-unit id="Cree"> 126 <trans-unit id="Cree">
123 <source>Cree</source> 127 <source>Cree</source>
124 <target>Cree-Sprache</target> 128 <target>Cree</target>
129 </trans-unit>
130 <trans-unit id="Czech Sign Language">
131 <source>Czech Sign Language</source>
132 <target>Tschechische Gebärdensprache</target>
125 </trans-unit> 133 </trans-unit>
126 <trans-unit id="Chinese Sign Language"> 134 <trans-unit id="Chinese Sign Language">
127 <source>Chinese Sign Language</source> 135 <source>Chinese Sign Language</source>
128 <target>Chinesiche Zeichensprache</target> 136 <target>Chinesiche Gebärdensprache</target>
129 </trans-unit> 137 </trans-unit>
130 <trans-unit id="Welsh"> 138 <trans-unit id="Welsh">
131 <source>Welsh</source> 139 <source>Welsh</source>
@@ -143,6 +151,10 @@
143 <source>Dhivehi</source> 151 <source>Dhivehi</source>
144 <target>Maledivisch</target> 152 <target>Maledivisch</target>
145 </trans-unit> 153 </trans-unit>
154 <trans-unit id="Danish Sign Language">
155 <source>Danish Sign Language</source>
156 <target>Dänische Gebärdensprache</target>
157 </trans-unit>
146 <trans-unit id="Dzongkha"> 158 <trans-unit id="Dzongkha">
147 <source>Dzongkha</source> 159 <source>Dzongkha</source>
148 <target>Dzongkha</target> 160 <target>Dzongkha</target>
@@ -165,7 +177,7 @@
165 </trans-unit> 177 </trans-unit>
166 <trans-unit id="Ewe"> 178 <trans-unit id="Ewe">
167 <source>Ewe</source> 179 <source>Ewe</source>
168 <target>Ewe-Sprache</target> 180 <target>Ewe</target>
169 </trans-unit> 181 </trans-unit>
170 <trans-unit id="Faroese"> 182 <trans-unit id="Faroese">
171 <source>Faroese</source> 183 <source>Faroese</source>
@@ -177,7 +189,7 @@
177 </trans-unit> 189 </trans-unit>
178 <trans-unit id="Fijian"> 190 <trans-unit id="Fijian">
179 <source>Fijian</source> 191 <source>Fijian</source>
180 <target>Fidschi-Sprache</target> 192 <target>Fidschi</target>
181 </trans-unit> 193 </trans-unit>
182 <trans-unit id="Finnish"> 194 <trans-unit id="Finnish">
183 <source>Finnish</source> 195 <source>Finnish</source>
@@ -193,7 +205,7 @@
193 </trans-unit> 205 </trans-unit>
194 <trans-unit id="French Sign Language"> 206 <trans-unit id="French Sign Language">
195 <source>French Sign Language</source> 207 <source>French Sign Language</source>
196 <target>Französiche Zeichensprache</target> 208 <target>Französiche Gebärdensprache</target>
197 </trans-unit> 209 </trans-unit>
198 <trans-unit id="Fulah"> 210 <trans-unit id="Fulah">
199 <source>Fulah</source> 211 <source>Fulah</source>
@@ -217,15 +229,15 @@
217 </trans-unit> 229 </trans-unit>
218 <trans-unit id="Guarani"> 230 <trans-unit id="Guarani">
219 <source>Guarani</source> 231 <source>Guarani</source>
220 <target>Guaraní-Sprache</target> 232 <target>Guaraní</target>
221 </trans-unit> 233 </trans-unit>
222 <trans-unit id="German Sign Language"> 234 <trans-unit id="German Sign Language">
223 <source>German Sign Language</source> 235 <source>German Sign Language</source>
224 <target>Deutsche Zeichensprache</target> 236 <target>Deutsche Gebärdensprache</target>
225 </trans-unit> 237 </trans-unit>
226 <trans-unit id="Gujarati"> 238 <trans-unit id="Gujarati">
227 <source>Gujarati</source> 239 <source>Gujarati</source>
228 <target>Gujarati-Sprache</target> 240 <target>Gujarati</target>
229 </trans-unit> 241 </trans-unit>
230 <trans-unit id="Haitian"> 242 <trans-unit id="Haitian">
231 <source>Haitian</source> 243 <source>Haitian</source>
@@ -233,7 +245,11 @@
233 </trans-unit> 245 </trans-unit>
234 <trans-unit id="Hausa"> 246 <trans-unit id="Hausa">
235 <source>Hausa</source> 247 <source>Hausa</source>
236 <target>Haussa-Sprache</target> 248 <target>Hausa</target>
249 </trans-unit>
250 <trans-unit id="Serbo-Croatian">
251 <source>Serbo-Croatian</source>
252 <target>Serbokroatisch</target>
237 </trans-unit> 253 </trans-unit>
238 <trans-unit id="Hebrew"> 254 <trans-unit id="Hebrew">
239 <source>Hebrew</source> 255 <source>Hebrew</source>
@@ -241,7 +257,7 @@
241 </trans-unit> 257 </trans-unit>
242 <trans-unit id="Herero"> 258 <trans-unit id="Herero">
243 <source>Herero</source> 259 <source>Herero</source>
244 <target>Herero-Sprache</target> 260 <target>Otjiherero</target>
245 </trans-unit> 261 </trans-unit>
246 <trans-unit id="Hindi"> 262 <trans-unit id="Hindi">
247 <source>Hindi</source> 263 <source>Hindi</source>
@@ -265,11 +281,11 @@
265 </trans-unit> 281 </trans-unit>
266 <trans-unit id="Igbo"> 282 <trans-unit id="Igbo">
267 <source>Igbo</source> 283 <source>Igbo</source>
268 <target>Ibo-Sprache</target> 284 <target>Igbo</target>
269 </trans-unit> 285 </trans-unit>
270 <trans-unit id="Sichuan Yi"> 286 <trans-unit id="Sichuan Yi">
271 <source>Sichuan Yi</source> 287 <source>Sichuan Yi</source>
272 <target>Lalo-Sprache</target> 288 <target>Yi</target>
273 </trans-unit> 289 </trans-unit>
274 <trans-unit id="Inuktitut"> 290 <trans-unit id="Inuktitut">
275 <source>Inuktitut</source> 291 <source>Inuktitut</source>
@@ -301,7 +317,7 @@
301 </trans-unit> 317 </trans-unit>
302 <trans-unit id="Japanese Sign Language"> 318 <trans-unit id="Japanese Sign Language">
303 <source>Japanese Sign Language</source> 319 <source>Japanese Sign Language</source>
304 <target>Japanische Zeichensprache</target> 320 <target>Japanische Gebärdensprache</target>
305 </trans-unit> 321 </trans-unit>
306 <trans-unit id="Kalaallisut"> 322 <trans-unit id="Kalaallisut">
307 <source>Kalaallisut</source> 323 <source>Kalaallisut</source>
@@ -321,7 +337,7 @@
321 </trans-unit> 337 </trans-unit>
322 <trans-unit id="Kanuri"> 338 <trans-unit id="Kanuri">
323 <source>Kanuri</source> 339 <source>Kanuri</source>
324 <target>Kanuri-Sprache</target> 340 <target>Kanuri</target>
325 </trans-unit> 341 </trans-unit>
326 <trans-unit id="Kazakh"> 342 <trans-unit id="Kazakh">
327 <source>Kazakh</source> 343 <source>Kazakh</source>
@@ -333,11 +349,11 @@
333 </trans-unit> 349 </trans-unit>
334 <trans-unit id="Kikuyu"> 350 <trans-unit id="Kikuyu">
335 <source>Kikuyu</source> 351 <source>Kikuyu</source>
336 <target>Kikuyu-Sprache</target> 352 <target>Kikuyu</target>
337 </trans-unit> 353 </trans-unit>
338 <trans-unit id="Kinyarwanda"> 354 <trans-unit id="Kinyarwanda">
339 <source>Kinyarwanda</source> 355 <source>Kinyarwanda</source>
340 <target>Rwanda-Sprache</target> 356 <target>Kinyarwanda</target>
341 </trans-unit> 357 </trans-unit>
342 <trans-unit id="Kirghiz"> 358 <trans-unit id="Kirghiz">
343 <source>Kirghiz</source> 359 <source>Kirghiz</source>
@@ -345,11 +361,11 @@
345 </trans-unit> 361 </trans-unit>
346 <trans-unit id="Komi"> 362 <trans-unit id="Komi">
347 <source>Komi</source> 363 <source>Komi</source>
348 <target>Komi-Sprache</target> 364 <target>Komi</target>
349 </trans-unit> 365 </trans-unit>
350 <trans-unit id="Kongo"> 366 <trans-unit id="Kongo">
351 <source>Kongo</source> 367 <source>Kongo</source>
352 <target>Kongo-Sprache</target> 368 <target>Kikongo</target>
353 </trans-unit> 369 </trans-unit>
354 <trans-unit id="Korean"> 370 <trans-unit id="Korean">
355 <source>Korean</source> 371 <source>Korean</source>
@@ -357,7 +373,7 @@
357 </trans-unit> 373 </trans-unit>
358 <trans-unit id="Kuanyama"> 374 <trans-unit id="Kuanyama">
359 <source>Kuanyama</source> 375 <source>Kuanyama</source>
360 <target>Kwanyama-Sprache</target> 376 <target>Kuanyama</target>
361 </trans-unit> 377 </trans-unit>
362 <trans-unit id="Kurdish"> 378 <trans-unit id="Kurdish">
363 <source>Kurdish</source> 379 <source>Kurdish</source>
@@ -389,11 +405,11 @@
389 </trans-unit> 405 </trans-unit>
390 <trans-unit id="Luba-Katanga"> 406 <trans-unit id="Luba-Katanga">
391 <source>Luba-Katanga</source> 407 <source>Luba-Katanga</source>
392 <target>Luba-Katanga-Sprache</target> 408 <target>Kiluba</target>
393 </trans-unit> 409 </trans-unit>
394 <trans-unit id="Ganda"> 410 <trans-unit id="Ganda">
395 <source>Ganda</source> 411 <source>Ganda</source>
396 <target>Ganda-Sprache</target> 412 <target>Luganda</target>
397 </trans-unit> 413 </trans-unit>
398 <trans-unit id="Marshallese"> 414 <trans-unit id="Marshallese">
399 <source>Marshallese</source> 415 <source>Marshallese</source>
@@ -413,7 +429,7 @@
413 </trans-unit> 429 </trans-unit>
414 <trans-unit id="Malagasy"> 430 <trans-unit id="Malagasy">
415 <source>Malagasy</source> 431 <source>Malagasy</source>
416 <target>Malagassi-Sprache</target> 432 <target>Malagassi</target>
417 </trans-unit> 433 </trans-unit>
418 <trans-unit id="Maltese"> 434 <trans-unit id="Maltese">
419 <source>Maltese</source> 435 <source>Maltese</source>
@@ -425,7 +441,7 @@
425 </trans-unit> 441 </trans-unit>
426 <trans-unit id="Maori"> 442 <trans-unit id="Maori">
427 <source>Maori</source> 443 <source>Maori</source>
428 <target>Maori-Sprache</target> 444 <target>Māori</target>
429 </trans-unit> 445 </trans-unit>
430 <trans-unit id="Malay (macrolanguage)"> 446 <trans-unit id="Malay (macrolanguage)">
431 <source>Malay (macrolanguage)</source> 447 <source>Malay (macrolanguage)</source>
@@ -441,15 +457,15 @@
441 </trans-unit> 457 </trans-unit>
442 <trans-unit id="Navajo"> 458 <trans-unit id="Navajo">
443 <source>Navajo</source> 459 <source>Navajo</source>
444 <target>Navajo-Sprache</target> 460 <target>Navajo</target>
445 </trans-unit> 461 </trans-unit>
446 <trans-unit id="South Ndebele"> 462 <trans-unit id="South Ndebele">
447 <source>South Ndebele</source> 463 <source>South Ndebele</source>
448 <target>Ndebele-Sprache (Transvaal)</target> 464 <target>Süd-Ndebele</target>
449 </trans-unit> 465 </trans-unit>
450 <trans-unit id="North Ndebele"> 466 <trans-unit id="North Ndebele">
451 <source>North Ndebele</source> 467 <source>North Ndebele</source>
452 <target>Ndebele-Sprache (Simbabwe)</target> 468 <target>Nord-Ndebele</target>
453 </trans-unit> 469 </trans-unit>
454 <trans-unit id="Ndonga"> 470 <trans-unit id="Ndonga">
455 <source>Ndonga</source> 471 <source>Ndonga</source>
@@ -503,6 +519,10 @@
503 <source>Panjabi</source> 519 <source>Panjabi</source>
504 <target>Pandschabi-Sprache</target> 520 <target>Pandschabi-Sprache</target>
505 </trans-unit> 521 </trans-unit>
522 <trans-unit id="Pakistan Sign Language">
523 <source>Pakistan Sign Language</source>
524 <target>Pakistanische Gebärdensprache</target>
525 </trans-unit>
506 <trans-unit id="Polish"> 526 <trans-unit id="Polish">
507 <source>Polish</source> 527 <source>Polish</source>
508 <target>Polnisch</target> 528 <target>Polnisch</target>
@@ -529,7 +549,7 @@
529 </trans-unit> 549 </trans-unit>
530 <trans-unit id="Russian Sign Language"> 550 <trans-unit id="Russian Sign Language">
531 <source>Russian Sign Language</source> 551 <source>Russian Sign Language</source>
532 <target>Russische Zeichensprache</target> 552 <target>Russische Gebärdensprache</target>
533 </trans-unit> 553 </trans-unit>
534 <trans-unit id="Rundi"> 554 <trans-unit id="Rundi">
535 <source>Rundi</source> 555 <source>Rundi</source>
@@ -543,6 +563,14 @@
543 <source>Sango</source> 563 <source>Sango</source>
544 <target>Sango-Sprache</target> 564 <target>Sango-Sprache</target>
545 </trans-unit> 565 </trans-unit>
566 <trans-unit id="Saudi Arabian Sign Language">
567 <source>Saudi Arabian Sign Language</source>
568 <target>Saudi-arabische Gebärdensprache</target>
569 </trans-unit>
570 <trans-unit id="South African Sign Language">
571 <source>South African Sign Language</source>
572 <target>Südafrikanische Gebärdensprache</target>
573 </trans-unit>
546 <trans-unit id="Sinhala"> 574 <trans-unit id="Sinhala">
547 <source>Sinhala</source> 575 <source>Sinhala</source>
548 <target>Singhalesisch</target> 576 <target>Singhalesisch</target>
@@ -611,6 +639,10 @@
611 <source>Swedish</source> 639 <source>Swedish</source>
612 <target>Schwedisch</target> 640 <target>Schwedisch</target>
613 </trans-unit> 641 </trans-unit>
642 <trans-unit id="Swedish Sign Language">
643 <source>Swedish Sign Language</source>
644 <target>Schwedische Gebärdensprache</target>
645 </trans-unit>
614 <trans-unit id="Tahitian"> 646 <trans-unit id="Tahitian">
615 <source>Tahitian</source> 647 <source>Tahitian</source>
616 <target>Tahitisch</target> 648 <target>Tahitisch</target>
diff --git a/client/src/locale/target/iso639_es_ES.xml b/client/src/locale/target/iso639_es_ES.xml
index 0d8c4023f..0f7592584 100644
--- a/client/src/locale/target/iso639_es_ES.xml
+++ b/client/src/locale/target/iso639_es_ES.xml
@@ -3,25 +3,293 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="es-ES"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="es-ES">
5 <body> 5 <body>
6 <trans-unit id="Afrikaans">
7 <source>Afrikaans</source>
8 <target>Afrikáans</target>
9 </trans-unit>
10 <trans-unit id="Arabic">
11 <source>Arabic</source>
12 <target>Árabe</target>
13 </trans-unit>
14 <trans-unit id="Aragonese">
15 <source>Aragonese</source>
16 <target>Aragonés</target>
17 </trans-unit>
18 <trans-unit id="American Sign Language">
19 <source>American Sign Language</source>
20 <target>Lengua de signos americana</target>
21 </trans-unit>
22 <trans-unit id="Azerbaijani">
23 <source>Azerbaijani</source>
24 <target>Azerí</target>
25 </trans-unit>
26 <trans-unit id="Belarusian">
27 <source>Belarusian</source>
28 <target>Bielorruso</target>
29 </trans-unit>
30 <trans-unit id="Bengali">
31 <source>Bengali</source>
32 <target>Bengalí</target>
33 </trans-unit>
34 <trans-unit id="British Sign Language">
35 <source>British Sign Language</source>
36 <target>Lenga de signos británica</target>
37 </trans-unit>
38 <trans-unit id="Tibetan">
39 <source>Tibetan</source>
40 <target>Tibetano</target>
41 </trans-unit>
42 <trans-unit id="Bosnian">
43 <source>Bosnian</source>
44 <target>Bosnio</target>
45 </trans-unit>
6 <trans-unit id="Breton"> 46 <trans-unit id="Breton">
7 <source>Breton</source> 47 <source>Breton</source>
8 <target>Bretón</target> 48 <target>Bretón</target>
9 </trans-unit> 49 </trans-unit>
50 <trans-unit id="Bulgarian">
51 <source>Bulgarian</source>
52 <target>Búlgaro</target>
53 </trans-unit>
54 <trans-unit id="Brazilian Sign Language">
55 <source>Brazilian Sign Language</source>
56 <target>Lengua de signos brasileña</target>
57 </trans-unit>
10 <trans-unit id="Catalan"> 58 <trans-unit id="Catalan">
11 <source>Catalan</source> 59 <source>Catalan</source>
12 <target>Catalán</target> 60 <target>Catalán</target>
13 </trans-unit> 61 </trans-unit>
62 <trans-unit id="Czech">
63 <source>Czech</source>
64 <target>Checo</target>
65 </trans-unit>
66 <trans-unit id="Chechen">
67 <source>Chechen</source>
68 <target>Checheno</target>
69 </trans-unit>
70 <trans-unit id="Corsican">
71 <source>Corsican</source>
72 <target>Corso</target>
73 </trans-unit>
74 <trans-unit id="Czech Sign Language">
75 <source>Czech Sign Language</source>
76 <target>Lengua de signos checa</target>
77 </trans-unit>
78 <trans-unit id="Chinese Sign Language">
79 <source>Chinese Sign Language</source>
80 <target>Lengua de signos china</target>
81 </trans-unit>
82 <trans-unit id="Welsh">
83 <source>Welsh</source>
84 <target>Gaélico</target>
85 </trans-unit>
14 <trans-unit id="German"> 86 <trans-unit id="German">
15 <source>German</source> 87 <source>German</source>
16 <target>Alemán</target> 88 <target>Alemán</target>
17 </trans-unit> 89 </trans-unit>
90 <trans-unit id="Danish Sign Language">
91 <source>Danish Sign Language</source>
92 <target>Lengua de signos danesa</target>
93 </trans-unit>
94 <trans-unit id="Modern Greek (1453-)">
95 <source>Modern Greek (1453-)</source>
96 <target>Griego moderno</target>
97 </trans-unit>
98 <trans-unit id="English">
99 <source>English</source>
100 <target>Inglés</target>
101 </trans-unit>
102 <trans-unit id="Estonian">
103 <source>Estonian</source>
104 <target>Estonio</target>
105 </trans-unit>
106 <trans-unit id="Basque">
107 <source>Basque</source>
108 <target>Euskera</target>
109 </trans-unit>
110 <trans-unit id="Persian">
111 <source>Persian</source>
112 <target>Persa</target>
113 </trans-unit>
114 <trans-unit id="Finnish">
115 <source>Finnish</source>
116 <target>Finés</target>
117 </trans-unit>
18 <trans-unit id="French"> 118 <trans-unit id="French">
19 <source>French</source> 119 <source>French</source>
20 <target>Francés</target> 120 <target>Francés</target>
21 </trans-unit> 121 </trans-unit>
122 <trans-unit id="French Sign Language">
123 <source>French Sign Language</source>
124 <target>Lengua de signos francesa</target>
125 </trans-unit>
126 <trans-unit id="Scottish Gaelic">
127 <source>Scottish Gaelic</source>
128 <target>Gaélico escocés</target>
129 </trans-unit>
130 <trans-unit id="Irish">
131 <source>Irish</source>
132 <target>Irlandés</target>
133 </trans-unit>
134 <trans-unit id="Galician">
135 <source>Galician</source>
136 <target>Gallego</target>
137 </trans-unit>
138 <trans-unit id="German Sign Language">
139 <source>German Sign Language</source>
140 <target>Lengua de signos alemana</target>
141 </trans-unit>
142 <trans-unit id="Haitian">
143 <source>Haitian</source>
144 <target>Haitiano</target>
145 </trans-unit>
146 <trans-unit id="Serbo-Croatian">
147 <source>Serbo-Croatian</source>
148 <target>Serbocroata</target>
149 </trans-unit>
150 <trans-unit id="Hebrew">
151 <source>Hebrew</source>
152 <target>Hebreo</target>
153 </trans-unit>
154 <trans-unit id="Hindi">
155 <source>Hindi</source>
156 <target>Hindi</target>
157 </trans-unit>
158 <trans-unit id="Croatian">
159 <source>Croatian</source>
160 <target>Croata</target>
161 </trans-unit>
162 <trans-unit id="Hungarian">
163 <source>Hungarian</source>
164 <target>Húngaro</target>
165 </trans-unit>
166 <trans-unit id="Georgian">
167 <source>Georgian</source>
168 <target>Georgiano</target>
169 </trans-unit>
170 <trans-unit id="Korean">
171 <source>Korean</source>
172 <target>Coreano</target>
173 </trans-unit>
174 <trans-unit id="Kurdish">
175 <source>Kurdish</source>
176 <target>Kurdo</target>
177 </trans-unit>
178 <trans-unit id="Latvian">
179 <source>Latvian</source>
180 <target>Letón</target>
181 </trans-unit>
182 <trans-unit id="Lithuanian">
183 <source>Lithuanian</source>
184 <target>Lituano</target>
185 </trans-unit>
186 <trans-unit id="Luxembourgish">
187 <source>Luxembourgish</source>
188 <target>Luxemburgués</target>
189 </trans-unit>
190 <trans-unit id="Macedonian">
191 <source>Macedonian</source>
192 <target>Macedonio</target>
193 </trans-unit>
194 <trans-unit id="Nepali (macrolanguage)">
195 <source>Nepali (macrolanguage)</source>
196 <target>Nepalí</target>
197 </trans-unit>
198 <trans-unit id="Dutch">
199 <source>Dutch</source>
200 <target>Neerlandés</target>
201 </trans-unit>
202 <trans-unit id="Norwegian">
203 <source>Norwegian</source>
204 <target>Noruego</target>
205 </trans-unit>
206 <trans-unit id="Occitan (post 1500)">
207 <source>Occitan (post 1500)</source>
208 <target>Occitano</target>
209 </trans-unit>
210 <trans-unit id="Ossetian">
211 <source>Ossetian</source>
212 <target>Osetio</target>
213 </trans-unit>
214 <trans-unit id="Pakistan Sign Language">
215 <source>Pakistan Sign Language</source>
216 <target>Lengua de signos pakistaní</target>
217 </trans-unit>
218 <trans-unit id="Polish">
219 <source>Polish</source>
220 <target>Polaco</target>
221 </trans-unit>
222 <trans-unit id="Portuguese">
223 <source>Portuguese</source>
224 <target>Portugués</target>
225 </trans-unit>
226 <trans-unit id="Romansh">
227 <source>Romansh</source>
228 <target>Romanche</target>
229 </trans-unit>
230 <trans-unit id="Romanian">
231 <source>Romanian</source>
232 <target>Rumano</target>
233 </trans-unit>
234 <trans-unit id="Russian Sign Language">
235 <source>Russian Sign Language</source>
236 <target>Lengua de signos rusa</target>
237 </trans-unit>
22 <trans-unit id="Russian"> 238 <trans-unit id="Russian">
23 <source>Russian</source> 239 <source>Russian</source>
24 <target>Ruso</target> 240 <target>Ruso</target>
25 </trans-unit> 241 </trans-unit>
242 <trans-unit id="Somali">
243 <source>Somali</source>
244 <target>Somalí</target>
245 </trans-unit>
246 <trans-unit id="Spanish">
247 <source>Spanish</source>
248 <target>Español</target>
249 </trans-unit>
250 <trans-unit id="Albanian">
251 <source>Albanian</source>
252 <target>Albano</target>
253 </trans-unit>
254 <trans-unit id="Serbian">
255 <source>Serbian</source>
256 <target>Serbio</target>
257 </trans-unit>
258 <trans-unit id="Sundanese">
259 <source>Sundanese</source>
260 <target>Sudanés</target>
261 </trans-unit>
262 <trans-unit id="Swahili (macrolanguage)">
263 <source>Swahili (macrolanguage)</source>
264 <target>Suajili</target>
265 </trans-unit>
266 <trans-unit id="Swedish">
267 <source>Swedish</source>
268 <target>Sueco</target>
269 </trans-unit>
270 <trans-unit id="Swedish Sign Language">
271 <source>Swedish Sign Language</source>
272 <target>Lengua de signos sueca</target>
273 </trans-unit>
274 <trans-unit id="Tahitian">
275 <source>Tahitian</source>
276 <target>Tahitiano</target>
277 </trans-unit>
278 <trans-unit id="Thai">
279 <source>Thai</source>
280 <target>Tailandés</target>
281 </trans-unit>
282 <trans-unit id="Turkish">
283 <source>Turkish</source>
284 <target>Turco</target>
285 </trans-unit>
286 <trans-unit id="Chinese">
287 <source>Chinese</source>
288 <target>Chino</target>
289 </trans-unit>
290 <trans-unit id="Zulu">
291 <source>Zulu</source>
292 <target>Zulú</target>
293 </trans-unit>
26 </body> 294 </body>
27 </file></xliff> \ No newline at end of file 295 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/iso639_oc.xml b/client/src/locale/target/iso639_oc.xml
index cb83f84fb..6a6314378 100644
--- a/client/src/locale/target/iso639_oc.xml
+++ b/client/src/locale/target/iso639_oc.xml
@@ -3,6 +3,10 @@
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="oc"> 4 <file source-language="en-US" datatype="plaintext" original="" target-language="oc">
5 <body> 5 <body>
6 <trans-unit id="Afar">
7 <source>Afar</source>
8 <target>Afar</target>
9 </trans-unit>
6 <trans-unit id="Afrikaans"> 10 <trans-unit id="Afrikaans">
7 <source>Afrikaans</source> 11 <source>Afrikaans</source>
8 <target>Afrikaans</target> 12 <target>Afrikaans</target>
@@ -171,5 +175,53 @@
171 <source>Spanish</source> 175 <source>Spanish</source>
172 <target>Espanhòl</target> 176 <target>Espanhòl</target>
173 </trans-unit> 177 </trans-unit>
178 <trans-unit id="Turkish">
179 <source>Turkish</source>
180 <target>Turc</target>
181 </trans-unit>
182 <trans-unit id="Uzbek">
183 <source>Uzbek</source>
184 <target>Uzbec</target>
185 </trans-unit>
186 <trans-unit id="Venda">
187 <source>Venda</source>
188 <target>Venda</target>
189 </trans-unit>
190 <trans-unit id="Vietnamese">
191 <source>Vietnamese</source>
192 <target>Vietnamian</target>
193 </trans-unit>
194 <trans-unit id="Walloon">
195 <source>Walloon</source>
196 <target>Valon</target>
197 </trans-unit>
198 <trans-unit id="Wolof">
199 <source>Wolof</source>
200 <target>Wolòf</target>
201 </trans-unit>
202 <trans-unit id="Xhosa">
203 <source>Xhosa</source>
204 <target>Xhosa</target>
205 </trans-unit>
206 <trans-unit id="Yiddish">
207 <source>Yiddish</source>
208 <target>Yiddish</target>
209 </trans-unit>
210 <trans-unit id="Yoruba">
211 <source>Yoruba</source>
212 <target>Yoruba</target>
213 </trans-unit>
214 <trans-unit id="Zhuang">
215 <source>Zhuang</source>
216 <target>Zhuang</target>
217 </trans-unit>
218 <trans-unit id="Chinese">
219 <source>Chinese</source>
220 <target>Chinés</target>
221 </trans-unit>
222 <trans-unit id="Zulu">
223 <source>Zulu</source>
224 <target>Zulu</target>
225 </trans-unit>
174 </body> 226 </body>
175 </file></xliff> \ No newline at end of file 227 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/iso639_uk_UA.xml b/client/src/locale/target/iso639_uk_UA.xml
new file mode 100644
index 000000000..313013c51
--- /dev/null
+++ b/client/src/locale/target/iso639_uk_UA.xml
@@ -0,0 +1,131 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="uk-UA">
5 <body>
6 <trans-unit id="Italian">
7 <source>Italian</source>
8 <target>Італійська</target>
9 </trans-unit>
10 <trans-unit id="Javanese">
11 <source>Javanese</source>
12 <target>Яванська</target>
13 </trans-unit>
14 <trans-unit id="Japanese">
15 <source>Japanese</source>
16 <target>Японська</target>
17 </trans-unit>
18 <trans-unit id="Georgian">
19 <source>Georgian</source>
20 <target>Грузинська</target>
21 </trans-unit>
22 <trans-unit id="Kazakh">
23 <source>Kazakh</source>
24 <target>Казахська</target>
25 </trans-unit>
26 <trans-unit id="Korean">
27 <source>Korean</source>
28 <target>Корейська</target>
29 </trans-unit>
30 <trans-unit id="Lao">
31 <source>Lao</source>
32 <target>Лаоська</target>
33 </trans-unit>
34 <trans-unit id="Macedonian">
35 <source>Macedonian</source>
36 <target>Македонська</target>
37 </trans-unit>
38 <trans-unit id="Mongolian">
39 <source>Mongolian</source>
40 <target>Монгольська</target>
41 </trans-unit>
42 <trans-unit id="Dutch">
43 <source>Dutch</source>
44 <target>Голландська</target>
45 </trans-unit>
46 <trans-unit id="Norwegian">
47 <source>Norwegian</source>
48 <target>Норвежська</target>
49 </trans-unit>
50 <trans-unit id="Polish">
51 <source>Polish</source>
52 <target>Польска</target>
53 </trans-unit>
54 <trans-unit id="Portuguese">
55 <source>Portuguese</source>
56 <target>Португальська</target>
57 </trans-unit>
58 <trans-unit id="Romanian">
59 <source>Romanian</source>
60 <target>Румунська</target>
61 </trans-unit>
62 <trans-unit id="Russian">
63 <source>Russian</source>
64 <target>Російська</target>
65 </trans-unit>
66 <trans-unit id="Slovak">
67 <source>Slovak</source>
68 <target>Словацька</target>
69 </trans-unit>
70 <trans-unit id="Slovenian">
71 <source>Slovenian</source>
72 <target>Словенська</target>
73 </trans-unit>
74 <trans-unit id="Somali">
75 <source>Somali</source>
76 <target>Сомалійська</target>
77 </trans-unit>
78 <trans-unit id="Spanish">
79 <source>Spanish</source>
80 <target>Іспанська</target>
81 </trans-unit>
82 <trans-unit id="Albanian">
83 <source>Albanian</source>
84 <target>Албанська</target>
85 </trans-unit>
86 <trans-unit id="Serbian">
87 <source>Serbian</source>
88 <target>Сербська</target>
89 </trans-unit>
90 <trans-unit id="Swedish">
91 <source>Swedish</source>
92 <target>Шведська</target>
93 </trans-unit>
94 <trans-unit id="Tajik">
95 <source>Tajik</source>
96 <target>Таджицька</target>
97 </trans-unit>
98 <trans-unit id="Thai">
99 <source>Thai</source>
100 <target>Тайська</target>
101 </trans-unit>
102 <trans-unit id="Turkmen">
103 <source>Turkmen</source>
104 <target>Туркменська</target>
105 </trans-unit>
106 <trans-unit id="Turkish">
107 <source>Turkish</source>
108 <target>Турецька</target>
109 </trans-unit>
110 <trans-unit id="Ukrainian">
111 <source>Ukrainian</source>
112 <target>Українська</target>
113 </trans-unit>
114 <trans-unit id="Uzbek">
115 <source>Uzbek</source>
116 <target>Узбецька</target>
117 </trans-unit>
118 <trans-unit id="Vietnamese">
119 <source>Vietnamese</source>
120 <target>В'єтнамська</target>
121 </trans-unit>
122 <trans-unit id="Chinese">
123 <source>Chinese</source>
124 <target>Китайська</target>
125 </trans-unit>
126 <trans-unit id="Zulu">
127 <source>Zulu</source>
128 <target>Зулу</target>
129 </trans-unit>
130 </body>
131 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_de_DE.xml b/client/src/locale/target/player_de_DE.xml
index c584fb7a1..3c3e48ffb 100644
--- a/client/src/locale/target/player_de_DE.xml
+++ b/client/src/locale/target/player_de_DE.xml
@@ -5,22 +5,23 @@
5 <body> 5 <body>
6 <trans-unit id="Audio Player"> 6 <trans-unit id="Audio Player">
7 <source>Audio Player</source> 7 <source>Audio Player</source>
8 <target>Audio-player</target> 8 <target>Audio-Player</target>
9 </trans-unit> 9 </trans-unit>
10 <trans-unit id="Video Player"> 10 <trans-unit id="Video Player">
11 <source>Video Player</source> 11 <source>Video Player</source>
12 <target>Videospieler</target> 12 <target>Video-Player</target>
13 </trans-unit> 13 </trans-unit>
14 <trans-unit id="Play"> 14 <trans-unit id="Play">
15 <source>Play</source> 15 <source>Play</source>
16 <target>Spielen</target> 16 <target>Wiedergabe</target>
17 </trans-unit> 17 </trans-unit>
18 <trans-unit id="Pause"> 18 <trans-unit id="Pause">
19 <source>Pause</source> 19 <source>Pause</source>
20 <target>Pause</target>
20 </trans-unit> 21 </trans-unit>
21 <trans-unit id="Replay"> 22 <trans-unit id="Replay">
22 <source>Replay</source> 23 <source>Replay</source>
23 <target>Wiederholen</target> 24 <target>Nochmal</target>
24 </trans-unit> 25 </trans-unit>
25 <trans-unit id="Current Time"> 26 <trans-unit id="Current Time">
26 <source>Current Time</source> 27 <source>Current Time</source>
@@ -28,13 +29,19 @@
28 </trans-unit> 29 </trans-unit>
29 <trans-unit id="Duration"> 30 <trans-unit id="Duration">
30 <source>Duration</source> 31 <source>Duration</source>
32 <target>Länge</target>
31 </trans-unit> 33 </trans-unit>
32 <trans-unit id="Remaining Time"> 34 <trans-unit id="Remaining Time">
33 <source>Remaining Time</source> 35 <source>Remaining Time</source>
34 <target>Restliche Zeit</target> 36 <target>Verbleibende Zeit</target>
37 </trans-unit>
38 <trans-unit id="Stream Type">
39 <source>Stream Type</source>
40 <target>Streamtyp</target>
35 </trans-unit> 41 </trans-unit>
36 <trans-unit id="LIVE"> 42 <trans-unit id="LIVE">
37 <source>LIVE</source> 43 <source>LIVE</source>
44 <target>Live</target>
38 </trans-unit> 45 </trans-unit>
39 <trans-unit id="Loaded"> 46 <trans-unit id="Loaded">
40 <source>Loaded</source> 47 <source>Loaded</source>
@@ -42,22 +49,35 @@
42 </trans-unit> 49 </trans-unit>
43 <trans-unit id="Progress"> 50 <trans-unit id="Progress">
44 <source>Progress</source> 51 <source>Progress</source>
45 <target>Vorcken</target> 52 <target>Fortschritt</target>
46 </trans-unit> 53 </trans-unit>
47 <trans-unit id="Progress Bar"> 54 <trans-unit id="Progress Bar">
48 <source>Progress Bar</source> 55 <source>Progress Bar</source>
56 <target>Fortschrittsanzeige</target>
57 </trans-unit>
58 <trans-unit id="progress bar timing: currentTime={1} duration={2}">
59 <source>{1} of {2}</source>
60 <target>{1} von {2}</target>
49 </trans-unit> 61 </trans-unit>
50 <trans-unit id="Fullscreen"> 62 <trans-unit id="Fullscreen">
51 <source>Fullscreen</source> 63 <source>Fullscreen</source>
52 <target>Vollbildschirm</target> 64 <target>Vollbildschirm</target>
53 </trans-unit> 65 </trans-unit>
66 <trans-unit id="Non-Fullscreen">
67 <source>Non-Fullscreen</source>
68 <target>Kein Vollbildschirm</target>
69 </trans-unit>
54 <trans-unit id="Mute"> 70 <trans-unit id="Mute">
55 <source>Mute</source> 71 <source>Mute</source>
56 <target>stumm</target> 72 <target>Ton aus</target>
57 </trans-unit> 73 </trans-unit>
58 <trans-unit id="Unmute"> 74 <trans-unit id="Unmute">
59 <source>Unmute</source> 75 <source>Unmute</source>
60 <target>laut</target> 76 <target>Ton ein</target>
77 </trans-unit>
78 <trans-unit id="Playback Rate">
79 <source>Playback Rate</source>
80 <target>Wiedergabegeschwindigkeit</target>
61 </trans-unit> 81 </trans-unit>
62 <trans-unit id="Subtitles"> 82 <trans-unit id="Subtitles">
63 <source>Subtitles</source> 83 <source>Subtitles</source>
@@ -65,6 +85,15 @@
65 </trans-unit> 85 </trans-unit>
66 <trans-unit id="subtitles off"> 86 <trans-unit id="subtitles off">
67 <source>subtitles off</source> 87 <source>subtitles off</source>
88 <target>Untertitel aus</target>
89 </trans-unit>
90 <trans-unit id="Captions">
91 <source>Captions</source>
92 <target>Untertitel für Gehörlose und Schwerhörige</target>
93 </trans-unit>
94 <trans-unit id="captions off">
95 <source>captions off</source>
96 <target>Untertitel für Gehörlose und Schwerhörige aus</target>
68 </trans-unit> 97 </trans-unit>
69 <trans-unit id="Chapters"> 98 <trans-unit id="Chapters">
70 <source>Chapters</source> 99 <source>Chapters</source>
@@ -72,14 +101,15 @@
72 </trans-unit> 101 </trans-unit>
73 <trans-unit id="Descriptions"> 102 <trans-unit id="Descriptions">
74 <source>Descriptions</source> 103 <source>Descriptions</source>
75 <target>Beschreibung</target> 104 <target>Beschreibungen</target>
76 </trans-unit> 105 </trans-unit>
77 <trans-unit id="descriptions off"> 106 <trans-unit id="descriptions off">
78 <source>descriptions off</source> 107 <source>descriptions off</source>
108 <target>Beschreibungen aus</target>
79 </trans-unit> 109 </trans-unit>
80 <trans-unit id="Audio Track"> 110 <trans-unit id="Audio Track">
81 <source>Audio Track</source> 111 <source>Audio Track</source>
82 <target>Audiospur</target> 112 <target>Tonspur</target>
83 </trans-unit> 113 </trans-unit>
84 <trans-unit id="Volume Level"> 114 <trans-unit id="Volume Level">
85 <source>Volume Level</source> 115 <source>Volume Level</source>
@@ -87,23 +117,263 @@
87 </trans-unit> 117 </trans-unit>
88 <trans-unit id="You aborted the media playback"> 118 <trans-unit id="You aborted the media playback">
89 <source>You aborted the media playback</source> 119 <source>You aborted the media playback</source>
90 <target>Sie haben die Mediawiedergabe aufgert</target> 120 <target>Du hast die Medienwiedergabe abgebrochen.</target>
91 </trans-unit> 121 </trans-unit>
92 <trans-unit id="A network error caused the media download to fail part-way."> 122 <trans-unit id="A network error caused the media download to fail part-way.">
93 <source>A network error caused the media download to fail part-way.</source> 123 <source>A network error caused the media download to fail part-way.</source>
124 <target>Ein Netzwerkfehler hat das Herunterladen des Videos teilweise verhindert.</target>
94 </trans-unit> 125 </trans-unit>
95 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported."> 126 <trans-unit id="The media could not be loaded, either because the server or network failed or because the format is not supported.">
96 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source> 127 <source>The media could not be loaded, either because the server or network failed or because the format is not supported.</source>
97 <target>Das Media konnte nicht geladen werden, entweder wegen server- oder Netzwerkfehler, oder weil das Format nicht unterstützt wird.</target> 128 <target>Es ist ein Fehler beim Laden aufgetreten. Das kann an einer fehlenden Netzwerk-Verbindung liegen oder daran, dass das Format nicht unterstützt wird.</target>
98 </trans-unit> 129 </trans-unit>
99 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support."> 130 <trans-unit id="The media playback was aborted due to a corruption problem or because the media used features your browser did not support.">
100 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source> 131 <source>The media playback was aborted due to a corruption problem or because the media used features your browser did not support.</source>
132 <target>Die Medienwiedergabe wurde abgebrochen, weil die erhaltenen Daten entweder fehlerhaft sind vom aktuellen Browser nicht unterstützt werden.</target>
101 </trans-unit> 133 </trans-unit>
102 <trans-unit id="No compatible source was found for this media."> 134 <trans-unit id="No compatible source was found for this media.">
103 <source>No compatible source was found for this media.</source> 135 <source>No compatible source was found for this media.</source>
136 <target>Es konnte keine kompatible Quelle gefunden werden.</target>
104 </trans-unit> 137 </trans-unit>
105 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it."> 138 <trans-unit id="The media is encrypted and we do not have the keys to decrypt it.">
106 <source>The media is encrypted and we do not have the keys to decrypt it.</source> 139 <source>The media is encrypted and we do not have the keys to decrypt it.</source>
140 <target>Die Daten sind verschlüsselt und es liegen keine Schlüssel dafür vor.</target>
141 </trans-unit>
142 <trans-unit id="Play Video">
143 <source>Play Video</source>
144 <target>Video abspielen</target>
145 </trans-unit>
146 <trans-unit id="Close">
147 <source>Close</source>
148 <target>Schließen</target>
149 </trans-unit>
150 <trans-unit id="Close Modal Dialog">
151 <source>Close Modal Dialog</source>
152 <target>Dialogfenster schließen</target>
153 </trans-unit>
154 <trans-unit id="Modal Window">
155 <source>Modal Window</source>
156 <target>Dialogfenster</target>
157 </trans-unit>
158 <trans-unit id="This is a modal window">
159 <source>This is a modal window</source>
160 <target>Dies ist ein Dialogfenster.</target>
161 </trans-unit>
162 <trans-unit id="This modal can be closed by pressing the Escape key or activating the close button.">
163 <source>This modal can be closed by pressing the Escape key or activating the close button.</source>
164 <target>Dieses Dialogfenster kann geschlossen werden, indem man die Escape-Taste drückt oder auf die Schaltfläche zum Schließen des Fenster klickt.</target>
165 </trans-unit>
166 <trans-unit id=", opens captions settings dialog">
167 <source>, opens captions settings dialog</source>
168 <target>, öffnet die Einstellungen für Untertitel für Gehörlose und Schwerhörige</target>
169 </trans-unit>
170 <trans-unit id=", opens subtitles settings dialog">
171 <source>, opens subtitles settings dialog</source>
172 <target>, öffnet die Einstellungen für Untertitel</target>
173 </trans-unit>
174 <trans-unit id=", opens descriptions settings dialog">
175 <source>, opens descriptions settings dialog</source>
176 <target>, öffnet die Einstellungen für Beschreibungen</target>
177 </trans-unit>
178 <trans-unit id=", selected">
179 <source>, selected</source>
180 <target>, ausgewählt</target>
181 </trans-unit>
182 <trans-unit id="captions settings">
183 <source>captions settings</source>
184 <target>Einstellungen für Untertitel für Gehörlose und Schwerhörige</target>
185 </trans-unit>
186 <trans-unit id="subtitles settings">
187 <source>subititles settings</source>
188 <target>Einstellungen für Untertitel</target>
189 </trans-unit>
190 <trans-unit id="descriptions settings">
191 <source>descriptions settings</source>
192 <target>Einstellungen für Beschreibungen</target>
193 </trans-unit>
194 <trans-unit id="Text">
195 <source>Text</source>
196 <target>Text</target>
197 </trans-unit>
198 <trans-unit id="White">
199 <source>White</source>
200 <target>Weiß</target>
201 </trans-unit>
202 <trans-unit id="Black">
203 <source>Black</source>
204 <target>Schwarz</target>
205 </trans-unit>
206 <trans-unit id="Red">
207 <source>Red</source>
208 <target>Rot</target>
209 </trans-unit>
210 <trans-unit id="Green">
211 <source>Green</source>
212 <target>Grün</target>
213 </trans-unit>
214 <trans-unit id="Blue">
215 <source>Blue</source>
216 <target>Blau</target>
217 </trans-unit>
218 <trans-unit id="Yellow">
219 <source>Yellow</source>
220 <target>Gelb</target>
221 </trans-unit>
222 <trans-unit id="Magenta">
223 <source>Magenta</source>
224 <target>Magenta</target>
225 </trans-unit>
226 <trans-unit id="Cyan">
227 <source>Cyan</source>
228 <target>Cyan</target>
229 </trans-unit>
230 <trans-unit id="Background">
231 <source>Background</source>
232 <target>Hintergrund</target>
233 </trans-unit>
234 <trans-unit id="Window">
235 <source>Window</source>
236 <target>Fenster</target>
237 </trans-unit>
238 <trans-unit id="Transparent">
239 <source>Transparent</source>
240 <target>durchsichtig</target>
241 </trans-unit>
242 <trans-unit id="Semi-Transparent">
243 <source>Semi-Transparent</source>
244 <target>halbdurchsichtig</target>
245 </trans-unit>
246 <trans-unit id="Opaque">
247 <source>Opaque</source>
248 <target>undurchsichtig</target>
249 </trans-unit>
250 <trans-unit id="Font Size">
251 <source>Font Size</source>
252 <target>Schriftgröße</target>
253 </trans-unit>
254 <trans-unit id="Text Edge Style">
255 <source>Text Edge Style</source>
256 <target>Textkantenstil</target>
257 </trans-unit>
258 <trans-unit id="None">
259 <source>None</source>
260 <target>Nichts</target>
261 </trans-unit>
262 <trans-unit id="Raised">
263 <source>Raised</source>
264 <target>Erhöht</target>
265 </trans-unit>
266 <trans-unit id="Depressed">
267 <source>Depressed</source>
268 <target>Erniedrigt</target>
269 </trans-unit>
270 <trans-unit id="Uniform">
271 <source>Uniform</source>
272 <target>Gleichmäßig</target>
273 </trans-unit>
274 <trans-unit id="Dropshadow">
275 <source>Dropshadow</source>
276 <target>Schlagschatten</target>
277 </trans-unit>
278 <trans-unit id="Font Family">
279 <source>Font Family</source>
280 <target>Schriftart</target>
281 </trans-unit>
282 <trans-unit id="Proportional Sans-Serif">
283 <source>Proportional Sans-Serif</source>
284 <target>Proportionale Grotesk</target>
285 </trans-unit>
286 <trans-unit id="Monospace Sans-Serif">
287 <source>Monospace Sans-Serif</source>
288 <target>Nichtproportionale Grotesk</target>
289 </trans-unit>
290 <trans-unit id="Proportional Serif">
291 <source>Proportional Serif</source>
292 <target>Proportionale Serifen-Schrit</target>
293 </trans-unit>
294 <trans-unit id="Monospace Serif">
295 <source>Monospace Serif</source>
296 <target>Nichtproportionale Serifen-Schrift</target>
297 </trans-unit>
298 <trans-unit id="Casual">
299 <source>Casual</source>
300 <target>Gewöhnlich</target>
301 </trans-unit>
302 <trans-unit id="Script">
303 <source>Script</source>
304 <target>Schreibschrift</target>
305 </trans-unit>
306 <trans-unit id="Small Caps">
307 <source>Small Caps</source>
308 <target>Kapitälchen</target>
309 </trans-unit>
310 <trans-unit id="Reset">
311 <source>Reset</source>
312 <target>Zurücksetzen</target>
313 </trans-unit>
314 <trans-unit id="restore all settings to the default values">
315 <source>restore all settings to the default values</source>
316 <target>Alle Einstellungen auf ihre Standardwerte zurücksetzen</target>
317 </trans-unit>
318 <trans-unit id="Done">
319 <source>Done</source>
320 <target>Fertig</target>
321 </trans-unit>
322 <trans-unit id="Caption Settings Dialog">
323 <source>Caption Settings Dialog</source>
324 <target>Dialogfenster für Einstellungen für Untertitel für Gehörlose und Schwerhörige</target>
325 </trans-unit>
326 <trans-unit id="Beginning of dialog window. Escape will cancel and close the window.">
327 <source>Beginning of dialog window. Escape will cancel and close the window.</source>
328 <target>Anfang des Dialogfensters. Mit der Escape-Taste wird das Fenster ohne Speichern geschlossen.</target>
329 </trans-unit>
330 <trans-unit id="End of dialog window.">
331 <source>End of dialog window.</source>
332 <target>Ende des Dialogfensters.</target>
333 </trans-unit>
334 <trans-unit id="{1} is loading.">
335 <source>{1} is loading.</source>
336 <target>{1} lädt.</target>
337 </trans-unit>
338 <trans-unit id="Quality">
339 <source>Quality</source>
340 <target>Qualität</target>
341 </trans-unit>
342 <trans-unit id="Auto">
343 <source>Auto</source>
344 <target>Automatische Wiedergabe</target>
345 </trans-unit>
346 <trans-unit id="Speed">
347 <source>Speed</source>
348 <target>Geschwindigkeit</target>
349 </trans-unit>
350 <trans-unit id="peers">
351 <source>peers</source>
352 <target>Peers</target>
353 </trans-unit>
354 <trans-unit id="Go to the video page">
355 <source>Go to the video page</source>
356 <target>Zur Video-Seite gehen</target>
357 </trans-unit>
358 <trans-unit id="Settings">
359 <source>Settings</source>
360 <target>Einstellungen</target>
361 </trans-unit>
362 <trans-unit id="Uses P2P, others may know you are watching this video.">
363 <source>Uses P2P, others may know you are watching this video.</source>
364 <target>Nutzt Peer-to-Peer-Technologie, daher könnten andere wissen, dass du dieses Video ansiehst.</target>
365 </trans-unit>
366 <trans-unit id="Copy the video URL">
367 <source>Copy the video URL</source>
368 <target>Video-URL kopieren</target>
369 </trans-unit>
370 <trans-unit id="Copy the video URL at the current time">
371 <source>Copy the video URL at the current time</source>
372 <target>Video-URL an dieser Stelle kopieren</target>
373 </trans-unit>
374 <trans-unit id="Copy embed code">
375 <source>Copy embed code</source>
376 <target>Einbettungscode kopieren</target>
107 </trans-unit> 377 </trans-unit>
108 </body> 378 </body>
109 </file></xliff> \ No newline at end of file 379 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/player_eo.json b/client/src/locale/target/player_eo.json
index 19d63e83d..7eb6f0982 100644
--- a/client/src/locale/target/player_eo.json
+++ b/client/src/locale/target/player_eo.json
@@ -1 +1 @@
{"Audio Player":"Sonludilo","Video Player":"Filmludilo","Play":"Ludi","Pause":"Paŭzigi","Replay":"Reludi","Current Time":"Nuna tempo","Duration":"Daŭro","Remaining Time":"Restanta tempo","Stream Type":"Speco de elsendo","LIVE":"VIVE","Loaded":"Enlegita","Progress":"Plenumo","Progress Bar":"Plenuma strio","progress bar timing: currentTime={1} duration={2}":"{1} el {2}","Fullscreen":"Tutekrana reĝimo","Non-Fullscreen":"Partekrana reĝimo","Mute":"Silentigi","Unmute":"Malsilentigi","Playback Rate":"Ludrapido","Subtitles":"Subteksto","subtitles off":"subtekstoj for","Captions":"Transskribo","captions off":"transskribo for","Chapters":"Ĉapitroj","Descriptions":"Priskriboj","descriptions off":"priskriboj for","Volume Level":"Laŭteco","You aborted the media playback":"Vi ĉesigis la ludadon","A network error caused the media download to fail part-way.":"Reta eraro interrompis elŝuton de la aŭdvidaĵo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Ne povis enlegi aŭdvidaĵon, aŭ ĉar servilo aŭ reto fiaskis, aŭ ĉar la formo ne estas subtenata.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Ludado de la aŭdvidaĵo ĉesis aŭ pro difekto, aŭ ĉar ĝi postulis funkciojn, kiujn via foliumilo ne havis.","No compatible source was found for this media.":"Neniu kongrua fonto troviĝis por tiu ĉi aŭdvidaĵo.","The media is encrypted and we do not have the keys to decrypt it.":"Ĉi tiu aŭdvidaĵo estas ĉifrita, kaj ni ne havas la ŝlosilojn por malĉifri ĝin.","Play Video":"Ludi filmon","Close":"Fermi","Close Modal Dialog":"Fermi fokusigan interagujon","Modal Window":"Fokusiga fenestro","This is a modal window":"Tio ĉi estas fokusiga fenestro","This modal can be closed by pressing the Escape key or activating the close button.":"Tiu ĉi fokusiga fenestro povas esti fermita per la nuliga klavo, aŭ premo de la ferma butono.",", opens captions settings dialog":", malfermas interagujon kun agordoj pri transskriboj",", opens subtitles settings dialog":", malfermas interagujon kun agordoj pri subtekstoj",", opens descriptions settings dialog":", malfermas interagujon kun agordoj pri priskriboj",", selected":", elektita","captions settings":"agordoj pri transskriboj","subtitles settings":"agordoj pri subtekstoj","descriptions settings":"agordoj pri priskriboj","Text":"Teksto","White":"Blanka","Black":"Nigra","Red":"Ruĝa","Green":"Verda","Blue":"Blua","Yellow":"Flava","Magenta":"Fuksia","Cyan":"Lazura","Background":"Fono","Window":"Fenestro","Transparent":"Travidebla","Semi-Transparent":"Parte travidebla","Opaque":"Netravidebla","Font Size":"Grando de tiparo","Text Edge Style":"Stilo de randoj de teksto","None":"Neniu","Raised":"Levita","Depressed":"Mallevita","Uniform":"Unuforma","Dropshadow":"Ĵetita ombro","Font Family":"Tipara familio","Proportional Sans-Serif":"Proporcia senserifa","Monospace Sans-Serif":"Egallarĝa senserifa","Proportional Serif":"Proporcia serifa","Monospace Serif":"Egallarĝa serifa","Casual":"Neformala","Script":"Manskribo","Small Caps":"Majuskletoj","Reset":"Restarigi","restore all settings to the default values":"restarigi komencajn agordojn","Done":"Farite","Caption Settings Dialog":"Interagujo kun agordoj pri transskriboj","Beginning of dialog window. Escape will cancel and close the window.":"Komenco de interaga fenestro. Nuliga klavo nuligos kaj fermos la fenestron.","End of dialog window.":"Fino de interaga fenestro.","{1} is loading.":"{1} estas enlegata.","Quality":"Kvalito","Auto":"Memdecide","Speed":"Rapido","peers":"samtavolanoj","Go to the video page":"Iri al paĝo de la filmo","Settings":"Agordoj","Uses P2P, others may know you are watching this video.":"Uzas samtavolan teĥnikaron; aliuloj eble scios, ke vi spektas la filmon.","Copy the video URL":"Kopii ligilon al la filmo","Copy the video URL at the current time":"Kopii ligilon al nuna tempo en la filmo","Copy embed code":"Kopii enkorpigitan kodon"} \ No newline at end of file {"Audio Player":"Sonludilo","Video Player":"Filmludilo","Play":"Ludi","Pause":"Paŭzigi","Replay":"Reludi","Current Time":"Nuna tempo","Duration":"Daŭro","Remaining Time":"Restanta tempo","Stream Type":"Speco de elsendo","LIVE":"VIVE","Loaded":"Enlegita","Progress":"Plenumo","Progress Bar":"Plenuma strio","progress bar timing: currentTime={1} duration={2}":"{1} el {2}","Fullscreen":"Tutekrana reĝimo","Non-Fullscreen":"Partekrana reĝimo","Mute":"Silentigi","Unmute":"Malsilentigi","Playback Rate":"Ludrapido","Subtitles":"Subteksto","subtitles off":"subtekstoj for","Captions":"Transskribo","captions off":"transskribo for","Chapters":"Ĉapitroj","Descriptions":"Priskriboj","descriptions off":"priskriboj for","Audio Track":"Sona trako","Volume Level":"Laŭteco","You aborted the media playback":"Vi ĉesigis la ludadon","A network error caused the media download to fail part-way.":"Reta eraro interrompis elŝuton de la aŭdvidaĵo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Ne povis enlegi aŭdvidaĵon, aŭ ĉar servilo aŭ reto fiaskis, aŭ ĉar la formo ne estas subtenata.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"Ludado de la aŭdvidaĵo ĉesis aŭ pro difekto, aŭ ĉar ĝi postulis funkciojn, kiujn via foliumilo ne havis.","No compatible source was found for this media.":"Neniu kongrua fonto troviĝis por tiu ĉi aŭdvidaĵo.","The media is encrypted and we do not have the keys to decrypt it.":"Ĉi tiu aŭdvidaĵo estas ĉifrita, kaj ni ne havas la ŝlosilojn por malĉifri ĝin.","Play Video":"Ludi filmon","Close":"Fermi","Close Modal Dialog":"Fermi fokusigan interagujon","Modal Window":"Fokusiga fenestro","This is a modal window":"Tio ĉi estas fokusiga fenestro","This modal can be closed by pressing the Escape key or activating the close button.":"Tiu ĉi fokusiga fenestro povas esti fermita per la nuliga klavo, aŭ premo de la ferma butono.",", opens captions settings dialog":", malfermas interagujon kun agordoj pri transskriboj",", opens subtitles settings dialog":", malfermas interagujon kun agordoj pri subtekstoj",", opens descriptions settings dialog":", malfermas interagujon kun agordoj pri priskriboj",", selected":", elektita","captions settings":"agordoj pri transskriboj","subtitles settings":"agordoj pri subtekstoj","descriptions settings":"agordoj pri priskriboj","Text":"Teksto","White":"Blanka","Black":"Nigra","Red":"Ruĝa","Green":"Verda","Blue":"Blua","Yellow":"Flava","Magenta":"Fuksia","Cyan":"Lazura","Background":"Fono","Window":"Fenestro","Transparent":"Travidebla","Semi-Transparent":"Parte travidebla","Opaque":"Netravidebla","Font Size":"Grando de tiparo","Text Edge Style":"Stilo de randoj de teksto","None":"Neniu","Raised":"Levita","Depressed":"Mallevita","Uniform":"Unuforma","Dropshadow":"Ĵetita ombro","Font Family":"Tipara familio","Proportional Sans-Serif":"Proporcia senserifa","Monospace Sans-Serif":"Egallarĝa senserifa","Proportional Serif":"Proporcia serifa","Monospace Serif":"Egallarĝa serifa","Casual":"Neformala","Script":"Manskribo","Small Caps":"Majuskletoj","Reset":"Restarigi","restore all settings to the default values":"restarigi komencajn agordojn","Done":"Farite","Caption Settings Dialog":"Interagujo kun agordoj pri transskriboj","Beginning of dialog window. Escape will cancel and close the window.":"Komenco de interaga fenestro. Nuliga klavo nuligos kaj fermos la fenestron.","End of dialog window.":"Fino de interaga fenestro.","{1} is loading.":"{1} estas enlegata.","Quality":"Kvalito","Auto":"Memdecide","Speed":"Rapido","peers":"samtavolanoj","Go to the video page":"Iri al paĝo de la filmo","Settings":"Agordoj","Uses P2P, others may know you are watching this video.":"Uzas samtavolan teĥnikaron; aliuloj eble scios, ke vi spektas la filmon.","Copy the video URL":"Kopii ligilon al la filmo","Copy the video URL at the current time":"Kopii ligilon al nuna tempo en la filmo","Copy embed code":"Kopii enkorpigitan kodon"} \ No newline at end of file
diff --git a/client/src/locale/target/player_uk_UA.xml b/client/src/locale/target/player_uk_UA.xml
new file mode 100644
index 000000000..ca58ea87c
--- /dev/null
+++ b/client/src/locale/target/player_uk_UA.xml
@@ -0,0 +1,175 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.1" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.1 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.1.xsd" version="1.1">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="uk-UA">
5 <body>
6 <trans-unit id="Audio Player">
7 <source>Audio Player</source>
8 <target>Аудіо Плеер</target>
9 </trans-unit>
10 <trans-unit id="Video Player">
11 <source>Video Player</source>
12 <target>Відео Плеер</target>
13 </trans-unit>
14 <trans-unit id="Pause">
15 <source>Pause</source>
16 <target>Пауза</target>
17 </trans-unit>
18 <trans-unit id="Replay">
19 <source>Replay</source>
20 <target>Повтор</target>
21 </trans-unit>
22 <trans-unit id="Current Time">
23 <source>Current Time</source>
24 <target>Поточний час</target>
25 </trans-unit>
26 <trans-unit id="Duration">
27 <source>Duration</source>
28 <target>Тривалисть</target>
29 </trans-unit>
30 <trans-unit id="Stream Type">
31 <source>Stream Type</source>
32 <target>Тип Потоку</target>
33 </trans-unit>
34 <trans-unit id="LIVE">
35 <source>LIVE</source>
36 <target>НАЖИВО</target>
37 </trans-unit>
38 <trans-unit id="Loaded">
39 <source>Loaded</source>
40 <target>Завантажено</target>
41 </trans-unit>
42 <trans-unit id="Progress">
43 <source>Progress</source>
44 <target>Прогрес</target>
45 </trans-unit>
46 <trans-unit id="Progress Bar">
47 <source>Progress Bar</source>
48 <target>Прогрес бар</target>
49 </trans-unit>
50 <trans-unit id="progress bar timing: currentTime={1} duration={2}">
51 <source>{1} of {2}</source>
52 <target>{1} of {2}</target>
53 </trans-unit>
54 <trans-unit id="Fullscreen">
55 <source>Fullscreen</source>
56 <target>Повноекраний режим</target>
57 </trans-unit>
58 <trans-unit id="Non-Fullscreen">
59 <source>Non-Fullscreen</source>
60 <target>Вийти з повноекранного режиму</target>
61 </trans-unit>
62 <trans-unit id="Subtitles">
63 <source>Subtitles</source>
64 <target>Субтитри</target>
65 </trans-unit>
66 <trans-unit id="subtitles off">
67 <source>subtitles off</source>
68 <target>subtitles off</target>
69 </trans-unit>
70 <trans-unit id="Captions">
71 <source>Captions</source>
72 <target>Титри</target>
73 </trans-unit>
74 <trans-unit id="captions off">
75 <source>captions off</source>
76 <target>captions off</target>
77 </trans-unit>
78 <trans-unit id="Chapters">
79 <source>Chapters</source>
80 <target>Глави</target>
81 </trans-unit>
82 <trans-unit id="Descriptions">
83 <source>Descriptions</source>
84 <target>Опис</target>
85 </trans-unit>
86 <trans-unit id="descriptions off">
87 <source>descriptions off</source>
88 <target>descriptions off</target>
89 </trans-unit>
90 <trans-unit id="Close">
91 <source>Close</source>
92 <target>Закрити</target>
93 </trans-unit>
94 <trans-unit id="Close Modal Dialog">
95 <source>Close Modal Dialog</source>
96 <target>Закрити_Модальне_Вікно</target>
97 </trans-unit>
98 <trans-unit id="Modal Window">
99 <source>Modal Window</source>
100 <target>Модальне_Вікно</target>
101 </trans-unit>
102 <trans-unit id="Text">
103 <source>Text</source>
104 <target>Текст</target>
105 </trans-unit>
106 <trans-unit id="White">
107 <source>White</source>
108 <target>Біле</target>
109 </trans-unit>
110 <trans-unit id="Black">
111 <source>Black</source>
112 <target>Чорне</target>
113 </trans-unit>
114 <trans-unit id="Red">
115 <source>Red</source>
116 <target>Червоний</target>
117 </trans-unit>
118 <trans-unit id="Green">
119 <source>Green</source>
120 <target>Зелений</target>
121 </trans-unit>
122 <trans-unit id="Blue">
123 <source>Blue</source>
124 <target>Голубий</target>
125 </trans-unit>
126 <trans-unit id="Yellow">
127 <source>Yellow</source>
128 <target>Жовтий</target>
129 </trans-unit>
130 <trans-unit id="Magenta">
131 <source>Magenta</source>
132 <target>Пурпурний</target>
133 </trans-unit>
134 <trans-unit id="Background">
135 <source>Background</source>
136 <target>Фон</target>
137 </trans-unit>
138 <trans-unit id="Window">
139 <source>Window</source>
140 <target>Вікно</target>
141 </trans-unit>
142 <trans-unit id="Transparent">
143 <source>Transparent</source>
144 <target>Прозорість</target>
145 </trans-unit>
146 <trans-unit id="Semi-Transparent">
147 <source>Semi-Transparent</source>
148 <target>Пів-прозорий</target>
149 </trans-unit>
150 <trans-unit id="Reset">
151 <source>Reset</source>
152 <target>Скинути</target>
153 </trans-unit>
154 <trans-unit id="Done">
155 <source>Done</source>
156 <target>Готово</target>
157 </trans-unit>
158 <trans-unit id="Quality">
159 <source>Quality</source>
160 <target>Якість</target>
161 </trans-unit>
162 <trans-unit id="Auto">
163 <source>Auto</source>
164 <target>Автоматично</target>
165 </trans-unit>
166 <trans-unit id="Speed">
167 <source>Speed</source>
168 <target>Швидкість</target>
169 </trans-unit>
170 <trans-unit id="Settings">
171 <source>Settings</source>
172 <target>Налаштунки</target>
173 </trans-unit>
174 </body>
175 </file></xliff> \ No newline at end of file
diff --git a/client/src/locale/target/server_de_DE.xml b/client/src/locale/target/server_de_DE.xml
index ef19ae2f0..049a3c505 100644
--- a/client/src/locale/target/server_de_DE.xml
+++ b/client/src/locale/target/server_de_DE.xml
@@ -29,7 +29,7 @@
29 </trans-unit> 29 </trans-unit>
30 <trans-unit id="Gaming"> 30 <trans-unit id="Gaming">
31 <source>Gaming</source> 31 <source>Gaming</source>
32 <target>Spielen</target> 32 <target>Spiele</target>
33 </trans-unit> 33 </trans-unit>
34 <trans-unit id="People"> 34 <trans-unit id="People">
35 <source>People</source> 35 <source>People</source>
@@ -39,10 +39,18 @@
39 <source>Comedy</source> 39 <source>Comedy</source>
40 <target>Komödie</target> 40 <target>Komödie</target>
41 </trans-unit> 41 </trans-unit>
42 <trans-unit id="Entertainment">
43 <source>Entertainment</source>
44 <target>Unterhaltung</target>
45 </trans-unit>
42 <trans-unit id="News"> 46 <trans-unit id="News">
43 <source>News</source> 47 <source>News</source>
44 <target>Nachrichten</target> 48 <target>Nachrichten</target>
45 </trans-unit> 49 </trans-unit>
50 <trans-unit id="How To">
51 <source>How To</source>
52 <target>How-to</target>
53 </trans-unit>
46 <trans-unit id="Education"> 54 <trans-unit id="Education">
47 <source>Education</source> 55 <source>Education</source>
48 <target>Bildung</target> 56 <target>Bildung</target>
@@ -53,7 +61,7 @@
53 </trans-unit> 61 </trans-unit>
54 <trans-unit id="Science &amp; Technology"> 62 <trans-unit id="Science &amp; Technology">
55 <source>Science &amp; Technology</source> 63 <source>Science &amp; Technology</source>
56 <target>Wißenschaft und Technologie</target> 64 <target>Wissenschaft und Technologie</target>
57 </trans-unit> 65 </trans-unit>
58 <trans-unit id="Animals"> 66 <trans-unit id="Animals">
59 <source>Animals</source> 67 <source>Animals</source>
@@ -91,5 +99,29 @@
91 <source>Attribution - Non Commercial - No Derivatives</source> 99 <source>Attribution - Non Commercial - No Derivatives</source>
92 <target>Namensnennung - nicht kommerziell, keine Bearbeitung</target> 100 <target>Namensnennung - nicht kommerziell, keine Bearbeitung</target>
93 </trans-unit> 101 </trans-unit>
102 <trans-unit id="Public Domain Dedication">
103 <source>Public Domain Dedication</source>
104 <target>In Gemeinfreiheit entlassen</target>
105 </trans-unit>
106 <trans-unit id="Public">
107 <source>Public</source>
108 <target>Öffentlich</target>
109 </trans-unit>
110 <trans-unit id="Unlisted">
111 <source>Unlisted</source>
112 <target>Ungelistet</target>
113 </trans-unit>
114 <trans-unit id="Private">
115 <source>Private</source>
116 <target>Privat</target>
117 </trans-unit>
118 <trans-unit id="Misc">
119 <source>Misc</source>
120 <target>Verschiedenes</target>
121 </trans-unit>
122 <trans-unit id="Unknown">
123 <source>Unknown</source>
124 <target>Unbekannt</target>
125 </trans-unit>
94 </body> 126 </body>
95 </file></xliff> \ No newline at end of file 127 </file></xliff> \ 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 664984773..8d05bdfa3 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","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","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","Estonian":"Estona","Basque":"Eŭska","Ewe":"Evea","Faroese":"Feroa","Persian":"Persa","Fijian":"Fiĝia","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","Inuktitut":"Inuktituta","Indonesian":"Indonezia","Inupiaq":"Inupiko","Icelandic":"Islanda","Italian":"Itala","Javanese":"Java","Japanese":"Japana","Japanese Sign Language":"Japana gestlingvo","Kalaallisut":"Gronlanda","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","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","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","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","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","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","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.xml b/client/src/locale/target/server_es_ES.xml
index a57071214..8dea57abc 100644
--- a/client/src/locale/target/server_es_ES.xml
+++ b/client/src/locale/target/server_es_ES.xml
@@ -99,6 +99,26 @@
99 <source>Attribution - Non Commercial - No Derivatives</source> 99 <source>Attribution - Non Commercial - No Derivatives</source>
100 <target>Atribución - No Comercial - No Derivadas</target> 100 <target>Atribución - No Comercial - No Derivadas</target>
101 </trans-unit> 101 </trans-unit>
102 <trans-unit id="Public Domain Dedication">
103 <source>Public Domain Dedication</source>
104 <target>Dominio Público</target>
105 </trans-unit>
106 <trans-unit id="Public">
107 <source>Public</source>
108 <target>Público</target>
109 </trans-unit>
110 <trans-unit id="Unlisted">
111 <source>Unlisted</source>
112 <target>Sin listar</target>
113 </trans-unit>
114 <trans-unit id="Private">
115 <source>Private</source>
116 <target>Privado</target>
117 </trans-unit>
118 <trans-unit id="Misc">
119 <source>Misc</source>
120 <target>Miscelánea</target>
121 </trans-unit>
102 <trans-unit id="Unknown"> 122 <trans-unit id="Unknown">
103 <source>Unknown</source> 123 <source>Unknown</source>
104 <target>Desconocido</target> 124 <target>Desconocido</target>