aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/app.module.ts24
-rw-r--r--client/src/locale/angular.ar-001.xlf87
-rw-r--r--client/src/locale/angular.ca-ES.xlf766
-rw-r--r--client/src/locale/angular.cs-CZ.xlf84
-rw-r--r--client/src/locale/angular.da-DK.xlf89
-rw-r--r--client/src/locale/angular.de-DE.xlf747
-rw-r--r--client/src/locale/angular.el-GR.xlf79
-rw-r--r--client/src/locale/angular.en-GB.xlf90
-rw-r--r--client/src/locale/angular.en-US.xlf81
-rw-r--r--client/src/locale/angular.eo.xlf735
-rw-r--r--client/src/locale/angular.es-ES.xlf710
-rw-r--r--client/src/locale/angular.eu-ES.xlf110
-rw-r--r--client/src/locale/angular.fa-IR.xlf87
-rw-r--r--client/src/locale/angular.fi-FI.xlf84
-rw-r--r--client/src/locale/angular.fr-FR.xlf749
-rw-r--r--client/src/locale/angular.gd.xlf87
-rw-r--r--client/src/locale/angular.gl-ES.xlf108
-rw-r--r--client/src/locale/angular.hu-HU.xlf706
-rw-r--r--client/src/locale/angular.it-IT.xlf88
-rw-r--r--client/src/locale/angular.ja-JP.xlf92
-rw-r--r--client/src/locale/angular.jbo.xlf84
-rw-r--r--client/src/locale/angular.ko-KR.xlf88
-rw-r--r--client/src/locale/angular.lt-LT.xlf95
-rw-r--r--client/src/locale/angular.nb-NO.xlf84
-rw-r--r--client/src/locale/angular.nl-NL.xlf779
-rw-r--r--client/src/locale/angular.oc.xlf104
-rw-r--r--client/src/locale/angular.pl-PL.xlf107
-rw-r--r--client/src/locale/angular.pt-BR.xlf98
-rw-r--r--client/src/locale/angular.pt-PT.xlf84
-rw-r--r--client/src/locale/angular.ru-RU.xlf92
-rw-r--r--client/src/locale/angular.sk-SK.xlf84
-rw-r--r--client/src/locale/angular.sl-SI.xlf79
-rw-r--r--client/src/locale/angular.sv-SE.xlf713
-rw-r--r--client/src/locale/angular.ta.xlf84
-rw-r--r--client/src/locale/angular.th-TH.xlf108
-rw-r--r--client/src/locale/angular.tr-TR.xlf95
-rw-r--r--client/src/locale/angular.uk-UA.xlf114
-rw-r--r--client/src/locale/angular.vi-VN.xlf79
-rw-r--r--client/src/locale/angular.xlf90
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf88
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf717
-rw-r--r--client/yarn.lock367
42 files changed, 5626 insertions, 4210 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts
index 5a3b109da..6e74cd394 100644
--- a/client/src/app/app.module.ts
+++ b/client/src/app/app.module.ts
@@ -22,18 +22,6 @@ import { APP_BASE_HREF } from '@angular/common'
22import { QuickSettingsModalComponent } from '@app/modal/quick-settings-modal.component' 22import { QuickSettingsModalComponent } from '@app/modal/quick-settings-modal.component'
23import { CustomModalComponent } from '@app/modal/custom-modal.component' 23import { CustomModalComponent } from '@app/modal/custom-modal.component'
24 24
25export function metaFactory (serverService: ServerService): MetaLoader {
26 return new MetaStaticLoader({
27 pageTitlePositioning: PageTitlePositioning.PrependPageTitle,
28 pageTitleSeparator: ' - ',
29 get applicationName () { return serverService.getTmpConfig().instance.name },
30 defaults: {
31 get title () { return serverService.getTmpConfig().instance.name },
32 get description () { return serverService.getTmpConfig().instance.shortDescription }
33 }
34 })
35}
36
37@NgModule({ 25@NgModule({
38 bootstrap: [ AppComponent ], 26 bootstrap: [ AppComponent ],
39 declarations: [ 27 declarations: [
@@ -67,7 +55,17 @@ export function metaFactory (serverService: ServerService): MetaLoader {
67 55
68 MetaModule.forRoot({ 56 MetaModule.forRoot({
69 provide: MetaLoader, 57 provide: MetaLoader,
70 useFactory: (metaFactory), 58 useFactory: (serverService: ServerService) => {
59 return new MetaStaticLoader({
60 pageTitlePositioning: PageTitlePositioning.PrependPageTitle,
61 pageTitleSeparator: ' - ',
62 get applicationName () { return serverService.getTmpConfig().instance.name },
63 defaults: {
64 get title () { return serverService.getTmpConfig().instance.name },
65 get description () { return serverService.getTmpConfig().instance.shortDescription }
66 }
67 })
68 },
71 deps: [ ServerService ] 69 deps: [ ServerService ]
72 }), 70 }),
73 71
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index 88c90d267..14890f744 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.xlf
@@ -440,14 +440,14 @@
440 440
441 441
442 442
443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 443 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
444 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 444 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
445 <source>Stop at</source> 445 <source>Stop at</source>
446 <target state="new">Stop at</target> 446 <target state="new">Stop at</target>
447 447
448 448
449 449
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
451 <source>Search playlists</source><target state="new">Search playlists</target> 451 <source>Search playlists</source><target state="new">Search playlists</target>
452 <context-group purpose="location"> 452 <context-group purpose="location">
453 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 453 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -685,11 +685,8 @@
685 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 685 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
686 <source>Edit starts/stops at</source> 686 <source>Edit starts/stops at</source>
687 <target state="new">Edit starts/stops at</target> 687 <target state="new">Edit starts/stops at</target>
688 <context-group purpose="location"> 688
689 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
690 <context context-type="linenumber">48</context>
691 </context-group>
692 </trans-unit>
693 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 690 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
694 <source>Save</source> 691 <source>Save</source>
695 <target>حفظ</target> 692 <target>حفظ</target>
@@ -700,15 +697,12 @@
700 697
701 698
702 699
703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
704 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 701 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
705 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 702 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
706 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 703 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
707 <context-group purpose="location"> 704
708 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
709 <context context-type="linenumber">85</context>
710 </context-group>
711 </trans-unit>
712 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 706 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
713 <source>No results.</source> 707 <source>No results.</source>
714 <target>لا نتائج</target> 708 <target>لا نتائج</target>
@@ -3208,7 +3202,13 @@
3208 3202
3209 3203
3210 3204
3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3206 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3207 <context-group purpose="location">
3208 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3209 <context context-type="linenumber">33</context>
3210 </context-group>
3211 </trans-unit>
3212 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3212 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3213 <source>Accepted</source> 3213 <source>Accepted</source>
3214 <target>تم القبول</target> 3214 <target>تم القبول</target>
@@ -3217,7 +3217,7 @@
3217 </context-group> 3217 </context-group>
3218 3218
3219 3219
3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3221 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3221 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3222 <source>Pending</source> 3222 <source>Pending</source>
3223 <target>معلق</target> 3223 <target>معلق</target>
@@ -3226,13 +3226,13 @@
3226 </context-group> 3226 </context-group>
3227 3227
3228 3228
3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3229 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3230 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3230 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3231 <source>Accept</source> 3231 <source>Accept</source>
3232 <target state="new">Accept</target> 3232 <target state="new">Accept</target>
3233 3233
3234 3234
3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3236 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3236 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3237 <source>Refuse</source> 3237 <source>Refuse</source>
3238 <target>رفض</target> 3238 <target>رفض</target>
@@ -3241,19 +3241,13 @@
3241 </context-group> 3241 </context-group>
3242 3242
3243 3243
3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3245 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3245 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3246 <context-group purpose="location"> 3246
3247 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3248 <context context-type="linenumber">55</context>
3249 </context-group>
3250 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3251 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3248 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3252 <context-group purpose="location"> 3249
3253 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3254 <context context-type="linenumber">56</context>
3255 </context-group>
3256 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3257 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3251 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3258 <context-group purpose="location"> 3252 <context-group purpose="location">
3259 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3253 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3478,26 +3472,32 @@
3478 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3472 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3479 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3473 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3480 3474
3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3476 <source>Auth plugin</source><target state="new">Auth plugin</target>
3477 <context-group purpose="location">
3478 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3479 <context context-type="linenumber">49</context>
3480 </context-group>
3481 </trans-unit>
3482 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3482 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3483 <source>(banned)</source> 3483 <source>(banned)</source>
3484 <target state="new">(banned)</target> 3484 <target state="new">(banned)</target>
3485 3485
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3487 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3487 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3488 3488
3489 3489
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3491 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3491 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3492 <source>User's email must be verified to login</source> 3492 <source>User's email must be verified to login</source>
3493 <target state="new">User's email must be verified to login</target> 3493 <target state="new">User's email must be verified to login</target>
3494 3494
3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3496 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3496 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3497 <source>User's email is verified / User can login without email verification</source> 3497 <source>User's email is verified / User can login without email verification</source>
3498 <target state="new">User's email is verified / User can login without email verification</target> 3498 <target state="new">User's email is verified / User can login without email verification</target>
3499 3499
3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3501 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3501 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3502 <source>Ban reason:</source> 3502 <source>Ban reason:</source>
3503 <target>سبب الحظر:</target> 3503 <target>سبب الحظر:</target>
@@ -3505,7 +3505,7 @@
3505 <context context-type="linenumber">95</context> 3505 <context context-type="linenumber">95</context>
3506 </context-group> 3506 </context-group>
3507 3507
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3509 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3509 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3510 <context-group purpose="location"> 3510 <context-group purpose="location">
3511 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3511 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3566,21 +3566,14 @@
3566 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3566 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3567 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3567 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3568 3568
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3570 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3570 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3571 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3572 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3573
3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3575 <source>Video URL</source><target state="new">Video URL</target>
3576
3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3578 <source>Total size</source><target state="new">Total size</target> 3571 <source>Total size</source><target state="new">Total size</target>
3579 3572
3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3581 <source>List redundancies</source><target state="new">List redundancies</target> 3574 <source>List redundancies</source><target state="new">List redundancies</target>
3582 3575
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3584 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3577 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3585 <context-group purpose="location"> 3578 <context-group purpose="location">
3586 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3579 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3789,7 +3782,7 @@
3789 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3782 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3790 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3783 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3791 3784
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3793 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3786 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3794 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3787 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3795 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3788 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5105,7 +5098,7 @@
5105 </context-group> 5098 </context-group>
5106 5099
5107 5100
5108 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5101 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5109 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5102 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5110 <source>Select the next owner</source> 5103 <source>Select the next owner</source>
5111 <target>أدخل المالك الجديد</target> 5104 <target>أدخل المالك الجديد</target>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index bb75d7e96..510ba26f7 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -213,8 +213,8 @@
213 </context-group> 213 </context-group>
214 </trans-unit> 214 </trans-unit>
215 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 215 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
216 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 216 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
217 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> va publicar un nou vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 217 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> va publicar un nou vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
218 <context-group purpose="location"> 218 <context-group purpose="location">
219 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 219 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
220 <context context-type="linenumber">15</context> 220 <context context-type="linenumber">15</context>
@@ -229,28 +229,28 @@
229 </context-group> 229 </context-group>
230 </trans-unit> 230 </trans-unit>
231 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 231 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
232 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 232 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
233 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s'ha desactivat </target> 233 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s'ha desactivat </target>
234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
235 </trans-unit> 235 </trans-unit>
236 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 236 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
237 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 237 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
238 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s'ha desactivat </target> 238 <target state="translated">El vostre vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s'ha desactivat </target>
239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 239 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
240 </trans-unit> 240 </trans-unit>
241 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 241 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
242 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 242 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
243 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s'ha creat en vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 243 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s'ha creat en vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
245 </trans-unit> 245 </trans-unit>
246 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 246 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
247 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 247 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
248 <target state="translated">El recent vídeo afegit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 248 <target state="translated">El recent vídeo afegit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 249 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
250 </trans-unit> 250 </trans-unit>
251 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 251 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
252 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 252 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
253 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> va comentar el teu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 253 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> va comentar el teu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
254 <context-group purpose="location"> 254 <context-group purpose="location">
255 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 255 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
256 <context context-type="linenumber">69</context> 256 <context context-type="linenumber">69</context>
@@ -265,46 +265,54 @@
265 </context-group> 265 </context-group>
266 </trans-unit> 266 </trans-unit>
267 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 267 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
268 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 268 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
269 <target state="translated">El teu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sigut publicat </target> 269 <target state="translated">El teu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sigut publicat </target>
270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
271 </trans-unit> 271 </trans-unit>
272 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 272 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
273 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 273 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
274 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>El teu vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> s'ha importat correctament </target> 274 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>El teu vídeo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> s'ha importat correctament </target>
275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 275 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
276 </trans-unit> 276 </trans-unit>
277 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 277 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
278 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 278 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
279 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>El vostre vídeo importat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ha fallat </target> 279 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>El vostre vídeo importat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> ha fallat </target>
280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 282 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
283 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 283 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
284 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registrat en la vostra instància </target> 284 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrat en la vostra instància </target>
285 <context-group purpose="location"> 285 <context-group purpose="location">
286 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 286 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
287 <context context-type="linenumber">110</context> 287 <context context-type="linenumber">110</context>
288 </context-group> 288 </context-group>
289 </trans-unit> 289 </trans-unit>
290 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 290 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
291 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 291 <source>
292 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>el vostre canal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> el vostre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 292 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
293
294 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
295 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
296 </source>
297 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>el vostre canal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> el vostre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
293 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 298 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
294 </trans-unit> 299 </trans-unit>
295 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 300 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
296 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 301 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
297 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> t'ha mencionat <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 302 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> t'ha mencionat <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
298 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
299 </trans-unit> 304 </trans-unit>
300 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 305 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
301 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 306 <source>
302 <target state="translated">La vostra instància te<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nou seguidor <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 307 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
308 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
309 </source>
310 <target state="translated">La vostra instància te<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nou seguidor <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
303 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 311 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
304 </trans-unit> 312 </trans-unit>
305 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 313 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
306 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 314 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
307 <target state="translated">La vostra instància va seguir automàticament <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 315 <target state="translated">La vostra instància va seguir automàticament <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
308 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
309 </trans-unit> 317 </trans-unit>
310 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 318 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -340,17 +348,17 @@
340 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 348 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
341 <source>Start at</source> 349 <source>Start at</source>
342 <target state="translated">Comença a</target> 350 <target state="translated">Comença a</target>
343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 351
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 352
345 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 353
346 </trans-unit> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
347 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 355 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
348 <source>Stop at</source> 356 <source>Stop at</source>
349 <target state="translated">Atura a</target> 357 <target state="translated">Atura a</target>
350 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 358
351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 359
352 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 360
353 </trans-unit> 361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
354 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 362 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
355 <source>Search playlists</source> 363 <source>Search playlists</source>
356 <target state="translated">La llista de reproducció de la cerca</target> 364 <target state="translated">La llista de reproducció de la cerca</target>
@@ -467,9 +475,9 @@
467 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
468 </trans-unit> 476 </trans-unit>
469 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 477 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
470 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 478 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
471 <target state="new"> 479 <target state="new">
472 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 480 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
473 </target> 481 </target>
474 <context-group purpose="location"> 482 <context-group purpose="location">
475 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 483 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -593,30 +601,24 @@
593 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 601 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
594 <source>Edit starts/stops at</source> 602 <source>Edit starts/stops at</source>
595 <target state="translated">Edita iniciar/parar a</target> 603 <target state="translated">Edita iniciar/parar a</target>
596 <context-group purpose="location"> 604
597 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 605 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
598 <context context-type="linenumber">48</context>
599 </context-group>
600 </trans-unit>
601 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 606 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
602 <source>Save</source> 607 <source>Save</source>
603 <target>Desa</target> 608 <target>Desa</target>
604 <context-group name="null"> 609 <context-group name="null">
605 <context context-type="linenumber">15</context> 610 <context context-type="linenumber">15</context>
606 </context-group> 611 </context-group>
607 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 612
608 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 613
609 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 614
610 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 615
611 </trans-unit> 616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
612 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 617 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
613 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 618 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
614 <target state="translated">Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 619 <target state="translated">Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
615 <context-group purpose="location"> 620
616 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
617 <context context-type="linenumber">85</context>
618 </context-group>
619 </trans-unit>
620 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 622 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
621 <source>No results.</source> 623 <source>No results.</source>
622 <target>Sense resultats.</target> 624 <target>Sense resultats.</target>
@@ -729,24 +731,33 @@
729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 731 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
730 </trans-unit> 732 </trans-unit>
731 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 733 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
732 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 734 <source>
733 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>subscriure remotament<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 735 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
736 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
737 </source>
738 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>subscriure remotament<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
734 <context-group purpose="location"> 739 <context-group purpose="location">
735 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 740 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
736 <context context-type="linenumber">10</context> 741 <context context-type="linenumber">10</context>
737 </context-group> 742 </context-group>
738 </trans-unit> 743 </trans-unit>
739 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 744 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
740 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 745 <source>
741 <target state="translated">Pots subscriure-te al canal via qualsevol instància del fedivers compatible amb ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Per exemple amb Mastodont o Pleroma pots escriure la adreça - URL - del canal a la casella de cerques i subscriure-te enllà. </target> 746 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
747 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
748 </source>
749 <target state="translated">Pots subscriure-te al canal via qualsevol instància del fedivers compatible amb ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Per exemple amb Mastodont o Pleroma pots escriure la adreça - URL - del canal a la casella de cerques i subscriure-te enllà. </target>
742 <context-group purpose="location"> 750 <context-group purpose="location">
743 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 751 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
744 <context context-type="linenumber">17</context> 752 <context context-type="linenumber">17</context>
745 </context-group> 753 </context-group>
746 </trans-unit> 754 </trans-unit>
747 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 755 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
748 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 756 <source>
749 <target state="translated">Pots interactuar via qualsevol instància del fedivers compatible amb ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Per exemple amb Mastodont o Pleroma pots escriure la adreça - URL - del canal a la casella de cerques i subscriure-te enllà. </target> 757 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
758 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
759 </source>
760 <target state="translated">Pots interactuar via qualsevol instància del fedivers compatible amb ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Per exemple amb Mastodont o Pleroma pots escriure la adreça - URL - del canal a la casella de cerques i subscriure-te enllà. </target>
750 <context-group purpose="location"> 761 <context-group purpose="location">
751 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 762 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
752 <context context-type="linenumber">26</context> 763 <context context-type="linenumber">26</context>
@@ -761,8 +772,11 @@
761 </context-group> 772 </context-group>
762 </trans-unit> 773 </trans-unit>
763 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 774 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
764 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 775 <source>
765 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/> Regles per defecte per videos de temática sensible - NSFW -<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>pot ser definida per les usuaries<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 776 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
777 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
778 </source>
779 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> Regles per defecte per videos de temática sensible - NSFW -<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>pot ser definida per les usuaries<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
766 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 780 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
767 </trans-unit> 781 </trans-unit>
768 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 782 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -808,8 +822,8 @@
808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
809 </trans-unit> 823 </trans-unit>
810 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html"> 824 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
811 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 825 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
812 <target state="translated">Sense limit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dia)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 826 <target state="translated">Sense limit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dia)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group> 827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group>
814 </trans-unit> 828 </trans-unit>
815 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 829 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
@@ -979,9 +993,9 @@
979 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 993 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
980 </trans-unit> 994 </trans-unit>
981 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 995 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
982 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 996 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
983 <target state="new"> 997 <target state="new">
984 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 998 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
985 </target> 999 </target>
986 <context-group purpose="location"> 1000 <context-group purpose="location">
987 <context context-type="sourcefile">src/app/login/login.component.html</context> 1001 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -999,14 +1013,21 @@
999 </context-group> 1013 </context-group>
1000 </trans-unit> 1014 </trans-unit>
1001 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1015 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1002 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1016 <source>
1017 Currently this instance doesn't allow for user registration, but you can find an instance
1018 that gives you the possibility to sign up for an account and upload your videos there.
1019
1020 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1021
1022 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1023 </source>
1003 <target state="new"> 1024 <target state="new">
1004 Currently this instance doesn't allow for user registration, but you can find an instance 1025 Currently this instance doesn't allow for user registration, but you can find an instance
1005 that gives you the possibility to sign up for an account and upload your videos there. 1026 that gives you the possibility to sign up for an account and upload your videos there.
1006 1027
1007 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1028 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1008 1029
1009 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1030 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1010 </target> 1031 </target>
1011 <context-group purpose="location"> 1032 <context-group purpose="location">
1012 <context context-type="sourcefile">src/app/login/login.component.html</context> 1033 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1173,9 +1194,9 @@
1173 </context-group> 1194 </context-group>
1174 </trans-unit> 1195 </trans-unit>
1175 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1196 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1176 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1197 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1177 <target> 1198 <target>
1178 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1199 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1179 </target> 1200 </target>
1180 <context-group name="null"> 1201 <context-group name="null">
1181 <context context-type="linenumber">6</context> 1202 <context context-type="linenumber">6</context>
@@ -1183,8 +1204,11 @@
1183 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1204 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1184 </trans-unit> 1205 </trans-unit>
1185 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1206 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1186 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1207 <source>
1187 <target state="translated">Filtres <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 1208 Filters
1209 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1210 </source>
1211 <target state="translated">Filtres <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1188 <context-group purpose="location"> 1212 <context-group purpose="location">
1189 <context context-type="sourcefile">src/app/search/search.component.html</context> 1213 <context context-type="sourcefile">src/app/search/search.component.html</context>
1190 <context context-type="linenumber">16</context> 1214 <context context-type="linenumber">16</context>
@@ -1217,7 +1241,8 @@
1217 </context-group> 1241 </context-group>
1218 </trans-unit> 1242 </trans-unit>
1219 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1243 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1220 <source>CLI documentation</source> 1244 <source>CLI
1245 documentation</source>
1221 <target state="translated">Documentació de la interfície de comandaments per línies - CLI -</target> 1246 <target state="translated">Documentació de la interfície de comandaments per línies - CLI -</target>
1222 <context-group purpose="location"> 1247 <context-group purpose="location">
1223 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1248 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1233,7 +1258,8 @@
1233 </context-group> 1258 </context-group>
1234 </trans-unit> 1259 </trans-unit>
1235 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1260 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1236 <source>Administer documentation</source> 1261 <source>Administer
1262 documentation</source>
1237 <target state="translated">Documentaciò d'adminstraciò</target> 1263 <target state="translated">Documentaciò d'adminstraciò</target>
1238 <context-group purpose="location"> 1264 <context-group purpose="location">
1239 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1265 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1249,7 +1275,8 @@
1249 </context-group> 1275 </context-group>
1250 </trans-unit> 1276 </trans-unit>
1251 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1277 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1252 <source>Use documentation</source> 1278 <source>Use
1279 documentation</source>
1253 <target state="translated">Use la documentaciò</target> 1280 <target state="translated">Use la documentaciò</target>
1254 <context-group purpose="location"> 1281 <context-group purpose="location">
1255 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1282 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1273,16 +1300,16 @@
1273 </context-group> 1300 </context-group>
1274 </trans-unit> 1301 </trans-unit>
1275 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1302 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1276 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1303 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1277 <target state="translated">PeerTube web oficial (noticies, servei técnic, contribucions...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1304 <target state="translated">PeerTube web oficial (noticies, servei técnic, contribucions...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1278 <context-group purpose="location"> 1305 <context-group purpose="location">
1279 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1306 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1280 <context context-type="linenumber">44</context> 1307 <context context-type="linenumber">44</context>
1281 </context-group> 1308 </context-group>
1282 </trans-unit> 1309 </trans-unit>
1283 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1310 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1284 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1311 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1285 <target state="translated">Fica la teva instància al ìndex públic de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1312 <target state="translated">Fica la teva instància al ìndex públic de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1286 <context-group purpose="location"> 1313 <context-group purpose="location">
1287 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1314 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1288 <context context-type="linenumber">47</context> 1315 <context context-type="linenumber">47</context>
@@ -1297,20 +1324,30 @@
1297 </context-group> 1324 </context-group>
1298 </trans-unit> 1325 </trans-unit>
1299 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1326 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1300 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1327 <source>
1301 <target state="translated">Triant el nom de la seva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> ,la descripciò<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specificant <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>qui eres<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, per que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>crees l'instància<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> i <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>quant de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vols <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mantenir-la<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> es molt important per els visitants entendre el tipus d'instància que es troben. </target> 1328 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1329 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1330 is very important for visitors to understand on what type of instance they are.
1331 </source>
1332 <target state="translated">Triant el nom de la seva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> ,la descripciò<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specificant <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui eres<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, per que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>crees l'instància<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> i <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>quant de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vols <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mantenir-la<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> es molt important per els visitants entendre el tipus d'instància que es troben. </target>
1302 <context-group purpose="location"> 1333 <context-group purpose="location">
1303 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1334 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1304 <context context-type="linenumber">61</context> 1335 <context context-type="linenumber">61</context>
1305 </context-group> 1336 </context-group>
1306 </trans-unit> 1337 </trans-unit>
1307 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1338 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1308 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1339 <source>
1340 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1341 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1342 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1343 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1344 PeerTube instance.
1345 </source>
1309 <target state="new"> 1346 <target state="new">
1310 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1347 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1311 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1348 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1312 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1349 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1313 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1350 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1314 PeerTube instance. 1351 PeerTube instance.
1315 </target> 1352 </target>
1316 <context-group purpose="location"> 1353 <context-group purpose="location">
@@ -1403,10 +1440,13 @@
1403 </context-group> 1440 </context-group>
1404 </trans-unit> 1441 </trans-unit>
1405 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1442 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1406 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1443 <source>
1444 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1445 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1446 </source>
1407 <target state="new"> 1447 <target state="new">
1408 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1448 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1409 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1449 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1410 </target> 1450 </target>
1411 <context-group purpose="location"> 1451 <context-group purpose="location">
1412 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1452 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1809,10 +1849,13 @@
1809 </context-group> 1849 </context-group>
1810 </trans-unit> 1850 </trans-unit>
1811 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1851 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1812 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1852 <source>
1853 Jump to channel
1854 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1855 </source>
1813 <target state="new"> 1856 <target state="new">
1814 Jump to channel 1857 Jump to channel
1815 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1858 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1816 </target> 1859 </target>
1817 <context-group purpose="location"> 1860 <context-group purpose="location">
1818 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1861 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2039,10 +2082,14 @@
2039 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2082 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2040 </trans-unit> 2083 </trans-unit>
2041 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2084 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2042 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2085 <source>
2086 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2087 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2088 Press Enter to add a new tag.
2089 </source>
2043 <target state="new"> 2090 <target state="new">
2044 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2091 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2045 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2092 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2046 Press Enter to add a new tag. 2093 Press Enter to add a new tag.
2047 </target> 2094 </target>
2048 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2095 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2191,7 +2238,7 @@
2191 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2192 </trans-unit> 2239 </trans-unit>
2193 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2240 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2194 <source>Already uploaded ✔</source> 2241 <source>Already uploaded ✔</source>
2195 <target state="new">Already uploaded ✔</target> 2242 <target state="new">Already uploaded ✔</target>
2196 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group> 2243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">184</context></context-group>
2197 </trans-unit> 2244 </trans-unit>
@@ -2289,9 +2336,13 @@
2289 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2290 </trans-unit> 2337 </trans-unit>
2291 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2338 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2292 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2339 <source>
2340 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2341 or URL that points to a raw MP4 file.
2342 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2343 </source>
2293 <target state="new"> 2344 <target state="new">
2294 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2345 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2295 or URL that points to a raw MP4 file. 2346 or URL that points to a raw MP4 file.
2296 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2347 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2297 </target> 2348 </target>
@@ -2345,8 +2396,12 @@
2345 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2396 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2346 </trans-unit> 2397 </trans-unit>
2347 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2398 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2348 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2399 <source>
2349 <target state="translated">La imatge es fusionarà amb el vostre fitxer d’àudio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> La imatge escollida serà definitiva i no es podrà modificar. </target> 2400 Image that will be merged with your audio file.
2401 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2402 The chosen image will be definitive and cannot be modified.
2403 </source>
2404 <target state="translated">La imatge es fusionarà amb el vostre fitxer d’àudio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imatge escollida serà definitiva i no es podrà modificar. </target>
2350 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2405 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2351 </trans-unit> 2406 </trans-unit>
2352 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2407 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2403,7 +2458,10 @@
2403 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2458 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2404 </trans-unit> 2459 </trans-unit>
2405 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2460 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2406 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2461 <source>
2462 You can import any torrent file that points to a mp4 file.
2463 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2464 </source>
2407 <target state="new"> 2465 <target state="new">
2408 You can import any torrent file that points to a mp4 file. 2466 You can import any torrent file that points to a mp4 file.
2409 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2467 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
@@ -2418,11 +2476,15 @@
2418 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2476 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2419 </trans-unit> 2477 </trans-unit>
2420 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2478 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2421 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2479 <source>
2480 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2481 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2482 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2483 </source>
2422 <target state="new"> 2484 <target state="new">
2423 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2485 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2424 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2486 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2425 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2487 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2426 </target> 2488 </target>
2427 <context-group purpose="location"> 2489 <context-group purpose="location">
2428 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2490 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2632,9 +2694,9 @@
2632 </context-group> 2694 </context-group>
2633 </trans-unit> 2695 </trans-unit>
2634 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2696 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2635 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2697 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2636 <target state="new"> 2698 <target state="new">
2637 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2699 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2638 </target> 2700 </target>
2639 <context-group purpose="location"> 2701 <context-group purpose="location">
2640 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2702 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2642,9 +2704,9 @@
2642 </context-group> 2704 </context-group>
2643 </trans-unit> 2705 </trans-unit>
2644 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2706 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2645 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2707 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2646 <target state="new"> 2708 <target state="new">
2647 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2709 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2648 </target> 2710 </target>
2649 <context-group purpose="location"> 2711 <context-group purpose="location">
2650 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2712 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2941,7 +3003,11 @@
2941 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
2942 </trans-unit> 3004 </trans-unit>
2943 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3005 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
2944 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3006 <source>
3007 You can comment using an account on any ActivityPub-compatible instance.
3008 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3009 from within the software's interface.
3010 </source>
2945 <target state="new"> 3011 <target state="new">
2946 You can comment using an account on any ActivityPub-compatible instance. 3012 You can comment using an account on any ActivityPub-compatible instance.
2947 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3013 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3118,58 +3184,58 @@
3118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3184 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3119 </trans-unit> 3185 </trans-unit>
3120 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3186 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3121 <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> 3187 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3122 <target>Creat <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> 3188 <target>Creat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3123 <context-group name="null"> 3189 <context-group name="null">
3124 <context context-type="linenumber">11</context> 3190 <context context-type="linenumber">11</context>
3125 </context-group> 3191 </context-group>
3126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3192
3127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3193
3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3194
3129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3195
3130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3196
3131 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3197
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3199 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3200 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3202 <context context-type="linenumber">33</context>
3203 </context-group>
3132 </trans-unit> 3204 </trans-unit>
3133 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3205 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3134 <source>Accepted</source> 3206 <source>Accepted</source>
3135 <target state="new">Accepted</target> 3207 <target state="new">Accepted</target>
3136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3208
3137 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3209
3138 </trans-unit> 3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3139 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3211 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3140 <source>Pending</source> 3212 <source>Pending</source>
3141 <target state="new">Pending</target> 3213 <target state="new">Pending</target>
3142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3214
3143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3215
3144 </trans-unit> 3216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3145 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3217 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3146 <source>Accept</source> 3218 <source>Accept</source>
3147 <target state="new">Accept</target> 3219 <target state="new">Accept</target>
3148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3220
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3221
3150 </trans-unit> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3151 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3223 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3152 <source>Refuse</source> 3224 <source>Refuse</source>
3153 <target state="new">Refuse</target> 3225 <target state="new">Refuse</target>
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3226
3155 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3227
3156 </trans-unit> 3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3157 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3229 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3158 <source>No follower found matching current filters.</source> 3230 <source>No follower found matching current filters.</source>
3159 <target state="new">No follower found matching current filters.</target> 3231 <target state="new">No follower found matching current filters.</target>
3160 <context-group purpose="location"> 3232
3161 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3162 <context context-type="linenumber">55</context>
3163 </context-group>
3164 </trans-unit>
3165 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3234 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3166 <source>Your instance doesn't have any follower.</source> 3235 <source>Your instance doesn't have any follower.</source>
3167 <target state="new">Your instance doesn't have any follower.</target> 3236 <target state="new">Your instance doesn't have any follower.</target>
3168 <context-group purpose="location"> 3237
3169 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3170 <context context-type="linenumber">56</context>
3171 </context-group>
3172 </trans-unit>
3173 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3239 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3174 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3240 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3175 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3241 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
@@ -3195,8 +3261,8 @@
3195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3196 </trans-unit> 3262 </trans-unit>
3197 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3263 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3198 <source>Redundancy allowed <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> 3264 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3199 <target state="new">Redundancy allowed <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> 3265 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3201 </trans-unit> 3267 </trans-unit>
3202 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3268 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3317,9 +3383,12 @@
3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3318 </trans-unit> 3384 </trans-unit>
3319 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3385 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3320 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3386 <source>
3387 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3388 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3389 </source>
3321 <target state="new"> 3390 <target state="new">
3322 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3391 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3323 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3392 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3324 </target> 3393 </target>
3325 <context-group purpose="location"> 3394 <context-group purpose="location">
@@ -3398,45 +3467,51 @@
3398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3399 </trans-unit> 3468 </trans-unit>
3400 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3469 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3401 <source>Username <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> 3470 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3402 <target>Nom d'usuari <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> 3471 <target>Nom d'usuari <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3403 <context-group name="null"> 3472 <context-group name="null">
3404 <context context-type="linenumber">40</context> 3473 <context context-type="linenumber">40</context>
3405 </context-group> 3474 </context-group>
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3407 </trans-unit> 3476 </trans-unit>
3408 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3477 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3409 <source>Video quota <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> 3478 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3410 <target state="new">Video quota <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> 3479 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3481 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3482 <source>Auth plugin</source><target state="new">Auth plugin</target>
3483 <context-group purpose="location">
3484 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3485 <context context-type="linenumber">49</context>
3486 </context-group>
3412 </trans-unit> 3487 </trans-unit>
3413 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3488 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3414 <source>(banned)</source> 3489 <source>(banned)</source>
3415 <target state="new">(banned)</target> 3490 <target state="new">(banned)</target>
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3491
3417 </trans-unit> 3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3418 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3493 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3419 <source>Open account in a new tab</source> 3494 <source>Open account in a new tab</source>
3420 <target state="new">Open account in a new tab</target> 3495 <target state="new">Open account in a new tab</target>
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3496
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3497
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3498
3424 </trans-unit> 3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3425 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3500 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3426 <source>User's email must be verified to login</source> 3501 <source>User's email must be verified to login</source>
3427 <target state="new">User's email must be verified to login</target> 3502 <target state="new">User's email must be verified to login</target>
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3503
3429 </trans-unit> 3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3430 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3505 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3431 <source>User's email is verified / User can login without email verification</source> 3506 <source>User's email is verified / User can login without email verification</source>
3432 <target state="new">User's email is verified / User can login without email verification</target> 3507 <target state="new">User's email is verified / User can login without email verification</target>
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3508
3434 </trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3435 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3510 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3436 <source>Ban reason:</source> 3511 <source>Ban reason:</source>
3437 <target state="new">Ban reason:</target> 3512 <target state="new">Ban reason:</target>
3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3513
3439 </trans-unit> 3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3440 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3515 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3441 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3516 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3442 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3517 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3498,30 +3573,22 @@
3498 </context-group> 3573 </context-group>
3499 </trans-unit> 3574 </trans-unit>
3500 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3575 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3501 <source>Video <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> 3576 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3502 <target state="new">Video <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> 3577 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3578
3504 </trans-unit> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3505 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3580
3506 <source>Video 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> 3581
3507 <target state="new">Video 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>
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3509 </trans-unit>
3510 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3511 <source>Video URL</source>
3512 <target state="new">Video URL</target>
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3514 </trans-unit>
3515 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3582 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3516 <source>Total size</source> 3583 <source>Total size</source>
3517 <target state="new">Total size</target> 3584 <target state="new">Total size</target>
3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3585
3519 </trans-unit> 3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3520 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3587 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3521 <source>List redundancies</source> 3588 <source>List redundancies</source>
3522 <target state="new">List redundancies</target> 3589 <target state="new">List redundancies</target>
3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3590
3524 </trans-unit> 3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3525 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3592 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3526 <source>Your instance doesn't mirror any video.</source> 3593 <source>Your instance doesn't mirror any video.</source>
3527 <target state="new">Your instance doesn't mirror any video.</target> 3594 <target state="new">Your instance doesn't mirror any video.</target>
@@ -3561,8 +3628,8 @@
3561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3562 </trans-unit> 3629 </trans-unit>
3563 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3630 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3564 <source>Date <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> 3631 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3565 <target state="translated">Data <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> 3632 <target state="translated">Data <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group>
3567 </trans-unit> 3634 </trans-unit>
3568 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3635 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
@@ -3754,19 +3821,19 @@
3754 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3821 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3755 <source>Open video in a new tab</source> 3822 <source>Open video in a new tab</source>
3756 <target state="new">Open video in a new tab</target> 3823 <target state="new">Open video in a new tab</target>
3757 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 3824
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 3825
3759 </trans-unit> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3760 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3827 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3761 <source>State <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> 3828 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3762 <target state="new">State <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> 3829 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group>
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group> 3831 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group>
3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
3766 </trans-unit> 3833 </trans-unit>
3767 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3834 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3768 <source>Score <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> 3835 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3769 <target state="new">Score <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> 3836 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3771 </trans-unit> 3838 </trans-unit>
3772 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3839 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3786,9 +3853,9 @@
3786 </context-group> 3853 </context-group>
3787 </trans-unit> 3854 </trans-unit>
3788 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3855 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3789 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3856 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3790 <target state="new"> 3857 <target state="new">
3791 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 3858 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3792 </target> 3859 </target>
3793 <context-group purpose="location"> 3860 <context-group purpose="location">
3794 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3861 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -3812,9 +3879,9 @@
3812 </context-group> 3879 </context-group>
3813 </trans-unit> 3880 </trans-unit>
3814 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 3881 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3815 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3882 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3816 <target state="new"> 3883 <target state="new">
3817 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 3884 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3818 </target> 3885 </target>
3819 <context-group purpose="location"> 3886 <context-group purpose="location">
3820 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3887 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -3862,8 +3929,8 @@
3862 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 3929 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3863 </trans-unit> 3930 </trans-unit>
3864 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3931 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3865 <source>Muted at <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> 3932 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3866 <target state="new">Muted at <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> 3933 <target state="new">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group> 3934 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group>
3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group> 3936 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context><context context-type="linenumber">13</context></context-group>
@@ -4128,8 +4195,8 @@
4128 </context-group> 4195 </context-group>
4129 </trans-unit> 4196 </trans-unit>
4130 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4197 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4131 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4198 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4132 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4199 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4133 <context-group purpose="location"> 4200 <context-group purpose="location">
4134 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4201 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4135 <context context-type="linenumber">32</context> 4202 <context context-type="linenumber">32</context>
@@ -4171,8 +4238,8 @@
4171 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4172 </trans-unit> 4239 </trans-unit>
4173 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4240 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4174 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4241 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4175 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4242 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4176 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4177 </trans-unit> 4244 </trans-unit>
4178 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4245 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4211,9 +4278,9 @@
4211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4212 </trans-unit> 4279 </trans-unit>
4213 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4280 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4214 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4281 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4215 <target state="new"> 4282 <target state="new">
4216 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4283 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4217 </target> 4284 </target>
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4219 </trans-unit> 4286 </trans-unit>
@@ -4223,9 +4290,12 @@
4223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4224 </trans-unit> 4291 </trans-unit>
4225 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4292 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4226 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4293 <source>
4294 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4295 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4296 </source>
4227 <target state="new"> 4297 <target state="new">
4228 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4298 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4229 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4299 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4230 </target> 4300 </target>
4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4239,9 +4309,9 @@
4239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4240 </trans-unit> 4310 </trans-unit>
4241 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4311 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4242 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4312 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4243 <target state="new"> 4313 <target state="new">
4244 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4314 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4245 </target> 4315 </target>
4246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4247 </trans-unit> 4317 </trans-unit>
@@ -4378,9 +4448,9 @@
4378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4379 </trans-unit> 4449 </trans-unit>
4380 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4450 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4381 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4451 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4382 <target state="new"> 4452 <target state="new">
4383 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4453 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4384 </target> 4454 </target>
4385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4386 </trans-unit> 4456 </trans-unit>
@@ -4428,9 +4498,9 @@
4428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4429 </trans-unit> 4499 </trans-unit>
4430 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4500 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4431 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4501 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4432 <target state="new"> 4502 <target state="new">
4433 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4503 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4434 </target> 4504 </target>
4435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4436 </trans-unit> 4506 </trans-unit>
@@ -4597,9 +4667,9 @@
4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4598 </trans-unit> 4668 </trans-unit>
4599 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4669 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4600 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4670 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4601 <target state="new"> 4671 <target state="new">
4602 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 4672 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4603 </target> 4673 </target>
4604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4605 </trans-unit> 4675 </trans-unit>
@@ -4619,9 +4689,9 @@
4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4620 </trans-unit> 4690 </trans-unit>
4621 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4691 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4622 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4692 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4623 <target state="new"> 4693 <target state="new">
4624 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4694 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4625 </target> 4695 </target>
4626 <context-group purpose="location"> 4696 <context-group purpose="location">
4627 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4697 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4711,12 +4781,18 @@
4711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4712 </trans-unit> 4782 </trans-unit>
4713 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4783 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4714 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4784 <source>
4785 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4786 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4787 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4788 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4789 to see if you instance is whitelisted.
4790 </source>
4715 <target state="new"> 4791 <target state="new">
4716 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4792 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4717 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4793 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4718 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4794 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4719 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 4795 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4720 to see if you instance is whitelisted. 4796 to see if you instance is whitelisted.
4721 </target> 4797 </target>
4722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -4735,7 +4811,10 @@
4735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4736 </trans-unit> 4812 </trans-unit>
4737 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4813 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4738 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4814 <source>
4815 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4816 resources, this is a critical part of PeerTube, so tread carefully.
4817 </source>
4739 <target state="new"> 4818 <target state="new">
4740 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4819 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4741 resources, this is a critical part of PeerTube, so tread carefully. 4820 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4779,15 +4858,23 @@
4779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 4858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4780 </trans-unit> 4859 </trans-unit>
4781 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4860 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4782 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 4861 <source>
4862 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4863
4864 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4865
4866 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4867
4868 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4869 </source>
4783 <target state="new"> 4870 <target state="new">
4784 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4871 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4785 4872
4786 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4873 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4787 4874
4788 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4875 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4789 4876
4790 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4877 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4791 </target> 4878 </target>
4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 4879 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4793 </trans-unit> 4880 </trans-unit>
@@ -4797,18 +4884,29 @@
4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4798 </trans-unit> 4885 </trans-unit>
4799 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4886 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4800 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 4887 <source>
4888 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4889
4890 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4891 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4892 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4893 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4894 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4895 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4896
4897 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4898 </source>
4801 <target state="new"> 4899 <target state="new">
4802 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 4900 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4803 4901
4804 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4902 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4805 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 4903 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4806 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4904 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4807 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4905 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4808 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 4906 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
4809 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 4907 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4810 4908
4811 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 4909 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4812 </target> 4910 </target>
4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 4911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4814 </trans-unit> 4912 </trans-unit>
@@ -4873,25 +4971,36 @@
4873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 4971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
4874 </trans-unit> 4972 </trans-unit>
4875 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4973 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4876 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4974 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4877 <target state="new"> 4975 <target state="new">
4878 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4976 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4879 </target> 4977 </target>
4880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 4978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
4881 </trans-unit> 4979 </trans-unit>
4882 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4980 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4883 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 4981 <source>
4982 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4983 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4984 color: red;
4985 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4986 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4987 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4988 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4989 color: red;
4990 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4991 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4992 </source>
4884 <target state="new"> 4993 <target state="new">
4885 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4994 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4886 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4995 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4887 color: red; 4996 color: red;
4888 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4997 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4889 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 4998 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4890 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4999 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4891 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5000 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4892 color: red; 5001 color: red;
4893 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5002 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4894 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5003 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4895 </target> 5004 </target>
4896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
4897 </trans-unit> 5006 </trans-unit>
@@ -5082,9 +5191,9 @@
5082 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5191 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5083 </trans-unit> 5192 </trans-unit>
5084 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5193 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5085 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5194 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5086 <target state="new"> 5195 <target state="new">
5087 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 5196 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
5088 </target> 5197 </target>
5089 <context-group purpose="location"> 5198 <context-group purpose="location">
5090 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5199 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5114,9 +5223,9 @@
5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5223 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5115 </trans-unit> 5224 </trans-unit>
5116 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5225 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5117 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5226 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5118 <target state="new"> 5227 <target state="new">
5119 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5228 Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5120</target> 5229</target>
5121 <context-group purpose="location"> 5230 <context-group purpose="location">
5122 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5231 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5124,9 +5233,9 @@
5124 </context-group> 5233 </context-group>
5125 </trans-unit> 5234 </trans-unit>
5126 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5235 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5127 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5236 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5128 <target state="new"> 5237 <target state="new">
5129 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification 5238 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification
5130</target> 5239</target>
5131 <context-group purpose="location"> 5240 <context-group purpose="location">
5132 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5241 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5184,9 +5293,9 @@
5184 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5293 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5185 <source>Change ownership</source> 5294 <source>Change ownership</source>
5186 <target state="new">Change ownership</target> 5295 <target state="new">Change ownership</target>
5187 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5296
5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5297
5189 </trans-unit> 5298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5190 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5299 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5191 <source>Select the next owner</source> 5300 <source>Select the next owner</source>
5192 <target state="new">Select the next owner</target> 5301 <target state="new">Select the next owner</target>
@@ -5196,8 +5305,8 @@
5196 </context-group> 5305 </context-group>
5197 </trans-unit> 5306 </trans-unit>
5198 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5307 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5199 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5308 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5200 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5309 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5201 <context-group purpose="location"> 5310 <context-group purpose="location">
5202 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5311 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5203 <context context-type="linenumber">2</context> 5312 <context context-type="linenumber">2</context>
@@ -5233,10 +5342,13 @@
5233 </context-group> 5342 </context-group>
5234 </trans-unit> 5343 </trans-unit>
5235 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5344 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5236 <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> 5345 <source>
5346 Created
5347 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5348 </source>
5237 <target state="new"> 5349 <target state="new">
5238 Created 5350 Created
5239 <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;"/> 5351 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5240 </target> 5352 </target>
5241 <context-group purpose="location"> 5353 <context-group purpose="location">
5242 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5354 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5305,8 +5417,9 @@
5305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5417 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5306 </trans-unit> 5418 </trans-unit>
5307 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5419 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5308 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5420 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5309 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5421 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5422 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5310 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5423 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5424 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5312 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5425 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5395,9 +5508,12 @@
5395 </context-group> 5508 </context-group>
5396 </trans-unit> 5509 </trans-unit>
5397 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5510 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5398 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5511 <source>
5512 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5513 Delete history
5514 </source>
5399 <target state="new"> 5515 <target state="new">
5400 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5516 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5401 Delete history 5517 Delete history
5402 </target> 5518 </target>
5403 <context-group purpose="location"> 5519 <context-group purpose="location">
@@ -5414,9 +5530,12 @@
5414 </context-group> 5530 </context-group>
5415 </trans-unit> 5531 </trans-unit>
5416 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5532 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5417 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5533 <source>
5534 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5535 Notification preferences
5536 </source>
5418 <target state="new"> 5537 <target state="new">
5419 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5538 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5420 Notification preferences 5539 Notification preferences
5421 </target> 5540 </target>
5422 <context-group purpose="location"> 5541 <context-group purpose="location">
@@ -5493,8 +5612,8 @@
5493 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5494 </trans-unit> 5613 </trans-unit>
5495 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5614 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5496 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5615 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5497 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5616 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5498 <context-group purpose="location"> 5617 <context-group purpose="location">
5499 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5618 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5500 <context context-type="linenumber">2</context> 5619 <context context-type="linenumber">2</context>
@@ -5522,9 +5641,9 @@
5522 </context-group> 5641 </context-group>
5523 </trans-unit> 5642 </trans-unit>
5524 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5643 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5525 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5644 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5526 <target state="new"> 5645 <target state="new">
5527 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5646 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5528 </target> 5647 </target>
5529 <context-group purpose="location"> 5648 <context-group purpose="location">
5530 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5649 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -5985,10 +6104,13 @@
5985 </context-group> 6104 </context-group>
5986 </trans-unit> 6105 </trans-unit>
5987 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6106 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5988 <source>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;"/>. </source> 6107 <source>
6108 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6109 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6110 </source>
5989 <target state="new"> 6111 <target state="new">
5990 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6112 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
5991 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6113 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5992 </target> 6114 </target>
5993 <context-group purpose="location"> 6115 <context-group purpose="location">
5994 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6116 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5996,15 +6118,16 @@
5996 </context-group> 6118 </context-group>
5997 </trans-unit> 6119 </trans-unit>
5998 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6120 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
5999 <source>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;"/>. </source> 6121 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6000 <target state="translated">Per a més informació, visiteu <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> 6122 <target state="translated">Per a més informació, visiteu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6001 <context-group purpose="location"> 6123 <context-group purpose="location">
6002 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6124 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6003 <context context-type="linenumber">18</context> 6125 <context context-type="linenumber">18</context>
6004 </context-group> 6126 </context-group>
6005 </trans-unit> 6127 </trans-unit>
6006 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6128 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6007 <source>Use PeerTube documentation</source> 6129 <source>Use PeerTube
6130 documentation</source>
6008 <target state="new">Use PeerTube 6131 <target state="new">Use PeerTube
6009 documentation</target> 6132 documentation</target>
6010 <context-group purpose="location"> 6133 <context-group purpose="location">
@@ -6021,7 +6144,8 @@
6021 </context-group> 6144 </context-group>
6022 </trans-unit> 6145 </trans-unit>
6023 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6146 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6024 <source>PeerTube Applications</source> 6147 <source>PeerTube
6148 Applications</source>
6025 <target state="new">PeerTube 6149 <target state="new">PeerTube
6026 Applications</target> 6150 Applications</target>
6027 <context-group purpose="location"> 6151 <context-group purpose="location">
@@ -6038,7 +6162,8 @@
6038 </context-group> 6162 </context-group>
6039 </trans-unit> 6163 </trans-unit>
6040 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6164 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6041 <source>Contribute on PeerTube</source> 6165 <source>Contribute on
6166 PeerTube</source>
6042 <target state="new">Contribute on 6167 <target state="new">Contribute on
6043 PeerTube</target> 6168 PeerTube</target>
6044 <context-group purpose="location"> 6169 <context-group purpose="location">
@@ -6065,7 +6190,11 @@
6065 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6190 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6066 </trans-unit> 6191 </trans-unit>
6067 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6192 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6068 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6193 <source>
6194 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6195 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6196 follows applies only if you want to keep using the P2P mode of PeerTube.
6197 </source>
6069 <target state="new"> 6198 <target state="new">
6070 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6199 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6071 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6200 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6082,12 +6211,18 @@
6082 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6211 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6083 </trans-unit> 6212 </trans-unit>
6084 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6213 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6085 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6214 <source>
6215 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6216 In practice, this is much more difficult because:
6217 </source>
6086 <target state="translated">En teoria, algú amb els coneixements tècnics suficients podria crear un script que rastregés des de quina IP es baixa quin vídeo. A la pràctica, això és més difícil perquè:</target> 6218 <target state="translated">En teoria, algú amb els coneixements tècnics suficients podria crear un script que rastregés des de quina IP es baixa quin vídeo. A la pràctica, això és més difícil perquè:</target>
6087 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6219 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6088 </trans-unit> 6220 </trans-unit>
6089 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6221 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6090 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6222 <source>
6223 An HTTP request has to be sent on each tracker for each video to spy.
6224 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6225 </source>
6091 <target state="new"> 6226 <target state="new">
6092 An HTTP request has to be sent on each tracker for each video to spy. 6227 An HTTP request has to be sent on each tracker for each video to spy.
6093 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6228 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6095,7 +6230,11 @@
6095 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6230 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6096 </trans-unit> 6231 </trans-unit>
6097 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6232 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6098 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6233 <source>
6234 For each request sent, the tracker returns random peers at a limited number.
6235 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
6236 requests sent to know every peer in the swarm
6237 </source>
6099 <target state="new"> 6238 <target state="new">
6100 For each request sent, the tracker returns random peers at a limited number. 6239 For each request sent, the tracker returns random peers at a limited number.
6101 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 6240 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
@@ -6114,7 +6253,10 @@
6114 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6253 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6115 </trans-unit> 6254 </trans-unit>
6116 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6255 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6117 <source>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</source> 6256 <source>
6257 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
6258 video
6259 </source>
6118 <target state="new"> 6260 <target state="new">
6119 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 6261 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
6120 video 6262 video
@@ -6129,18 +6271,27 @@
6129 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6271 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6130 </trans-unit> 6272 </trans-unit>
6131 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6273 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6132 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6274 <source>
6275 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6276 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6277 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6278 to forward the information to.
6279 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6280 </source>
6133 <target state="new"> 6281 <target state="new">
6134 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 6282 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6135 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6283 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6136 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6284 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6137 to forward the information to. 6285 to forward the information to.
6138 See <x id="START_LINK_1" 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 6286 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6139 </target> 6287 </target>
6140 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6288 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6141 </trans-unit> 6289 </trans-unit>
6142 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6290 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6143 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6291 <source>
6292 The worst-case scenario of an average person spying on their friends is quite unlikely.
6293 There are much more effective ways to get that kind of information.
6294 </source>
6144 <target state="new"> 6295 <target state="new">
6145 The worst-case scenario of an average person spying on their friends is quite unlikely. 6296 The worst-case scenario of an average person spying on their friends is quite unlikely.
6146 There are much more effective ways to get that kind of information. 6297 There are much more effective ways to get that kind of information.
@@ -6153,7 +6304,11 @@
6153 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6304 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6154 </trans-unit> 6305 </trans-unit>
6155 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6306 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6156 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6307 <source>
6308 The threats to privacy with YouTube are different from PeerTube's.
6309 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6310 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6311 </source>
6157 <target state="new"> 6312 <target state="new">
6158 The threats to privacy with YouTube are different from PeerTube's. 6313 The threats to privacy with YouTube are different from PeerTube's.
6159 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6314 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6170,7 +6325,12 @@
6170 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6325 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6171 </trans-unit> 6326 </trans-unit>
6172 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6327 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6173 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6328 <source>
6329 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
6330 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6331 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.
6332 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6333 </source>
6174 <target state="new"> 6334 <target state="new">
6175 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 6335 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
6176 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6336 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6188,7 +6348,10 @@
6188 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6189 </trans-unit> 6349 </trans-unit>
6190 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6350 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6191 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6351 <source>
6352 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6353 and render attacks less likely. Here is what we put in place so far:
6354 </source>
6192 <target state="new"> 6355 <target state="new">
6193 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6356 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6194 and render attacks less likely. Here is what we put in place so far: 6357 and render attacks less likely. Here is what we put in place so far:
@@ -6216,7 +6379,10 @@
6216 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6379 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6217 </trans-unit> 6380 </trans-unit>
6218 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6381 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6219 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6382 <source>
6383 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6384 WebRTC in your browser.
6385 </source>
6220 <target state="new"> 6386 <target state="new">
6221 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6387 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6222 WebRTC in your browser. 6388 WebRTC in your browser.
@@ -6256,8 +6422,8 @@
6256 </context-group> 6422 </context-group>
6257 </trans-unit> 6423 </trans-unit>
6258 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6424 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6259 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6425 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6260 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6426 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6261 <context-group purpose="location"> 6427 <context-group purpose="location">
6262 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6428 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6263 <context context-type="linenumber">3</context> 6429 <context context-type="linenumber">3</context>
@@ -6338,9 +6504,12 @@
6338 </context-group> 6504 </context-group>
6339 </trans-unit> 6505 </trans-unit>
6340 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6506 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6341 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6507 <source>
6508 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6509 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6510 </source>
6342 <target state="new"> 6511 <target state="new">
6343 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6512 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6344 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. 6513 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6345 </target> 6514 </target>
6346 <context-group purpose="location"> 6515 <context-group purpose="location">
@@ -6421,11 +6590,16 @@
6421 </context-group> 6590 </context-group>
6422 </trans-unit> 6591 </trans-unit>
6423 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6592 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6424 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6593 <source>
6594 I am at least 16 years old and agree
6595 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6596 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6597 of this instance
6598 </source>
6425 <target state="new"> 6599 <target state="new">
6426 I am at least 16 years old and agree 6600 I am at least 16 years old and agree
6427 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6601 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6428 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6602 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6429 of this instance 6603 of this instance
6430 </target> 6604 </target>
6431 <context-group purpose="location"> 6605 <context-group purpose="location">
@@ -6524,8 +6698,8 @@
6524 </context-group> 6698 </context-group>
6525 </trans-unit> 6699 </trans-unit>
6526 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6700 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6527 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6701 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6528 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target> 6702 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
6529 <context-group purpose="location"> 6703 <context-group purpose="location">
6530 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6704 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6531 <context context-type="linenumber">1</context> 6705 <context context-type="linenumber">1</context>
@@ -8277,8 +8451,8 @@
8277 </context-group> 8451 </context-group>
8278 </trans-unit> 8452 </trans-unit>
8279 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8453 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8280 <source>Long (&gt; 10 min)</source> 8454 <source>Long (> 10 min)</source>
8281 <target state="new">Long (&gt; 10 min)</target> 8455 <target state="new">Long (> 10 min)</target>
8282 <context-group purpose="location"> 8456 <context-group purpose="location">
8283 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8457 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8284 <context context-type="linenumber">1</context> 8458 <context context-type="linenumber">1</context>
@@ -9652,8 +9826,8 @@
9652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9653 </trans-unit> 9827 </trans-unit>
9654 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9828 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9655 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9829 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9656 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que suporta:</target> 9830 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible que suporta:</target>
9657 <context-group name="null"> 9831 <context-group name="null">
9658 <context context-type="linenumber">1</context> 9832 <context context-type="linenumber">1</context>
9659 </context-group> 9833 </context-group>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index bd1e60ebd..4b7013588 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -429,7 +429,7 @@
429 429
430 430
431 431
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
433 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 433 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
434 <source>Stop at</source> 434 <source>Stop at</source>
435 <target>Zastavit v čase</target> 435 <target>Zastavit v čase</target>
@@ -439,7 +439,7 @@
439 439
440 440
441 441
442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
443 <source>Search playlists</source><target state="new">Search playlists</target> 443 <source>Search playlists</source><target state="new">Search playlists</target>
444 <context-group purpose="location"> 444 <context-group purpose="location">
445 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 445 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -689,8 +689,8 @@
689 <context-group name="null"> 689 <context-group name="null">
690 <context context-type="linenumber">48</context> 690 <context context-type="linenumber">48</context>
691 </context-group> 691 </context-group>
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 692
693 </trans-unit> 693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
694 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 694 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
695 <source>Save</source> 695 <source>Save</source>
696 <target>Uložit</target> 696 <target>Uložit</target>
@@ -701,15 +701,15 @@
701 701
702 702
703 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
705 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 705 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
706 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 706 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
707 <target>Smazat ze seznamu <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 707 <target>Smazat ze seznamu <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
708 <context-group name="null"> 708 <context-group name="null">
709 <context context-type="linenumber">85</context> 709 <context context-type="linenumber">85</context>
710 </context-group> 710 </context-group>
711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 711
712 </trans-unit> 712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
713 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 713 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
714 <source>No results.</source> 714 <source>No results.</source>
715 <target>Žádné výsledky.</target> 715 <target>Žádné výsledky.</target>
@@ -3299,7 +3299,13 @@
3299 3299
3300 3300
3301 3301
3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3303 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3304 <context-group purpose="location">
3305 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3306 <context context-type="linenumber">33</context>
3307 </context-group>
3308 </trans-unit>
3303 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3309 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3304 <source>Accepted</source> 3310 <source>Accepted</source>
3305 <target>Přijato</target> 3311 <target>Přijato</target>
@@ -3308,7 +3314,7 @@
3308 </context-group> 3314 </context-group>
3309 3315
3310 3316
3311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3312 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3318 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3313 <source>Pending</source> 3319 <source>Pending</source>
3314 <target>Čeká</target> 3320 <target>Čeká</target>
@@ -3317,7 +3323,7 @@
3317 </context-group> 3323 </context-group>
3318 3324
3319 3325
3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3321 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3327 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3322 <source>Accept</source> 3328 <source>Accept</source>
3323 <target>Přijmout</target> 3329 <target>Přijmout</target>
@@ -3326,7 +3332,7 @@
3326 </context-group> 3332 </context-group>
3327 3333
3328 3334
3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3330 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3336 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3331 <source>Refuse</source> 3337 <source>Refuse</source>
3332 <target>Odmítnout</target> 3338 <target>Odmítnout</target>
@@ -3335,19 +3341,13 @@
3335 </context-group> 3341 </context-group>
3336 3342
3337 3343
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3339 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3345 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3340 <context-group purpose="location"> 3346
3341 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3342 <context context-type="linenumber">55</context>
3343 </context-group>
3344 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3345 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3348 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3346 <context-group purpose="location"> 3349
3347 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3348 <context context-type="linenumber">56</context>
3349 </context-group>
3350 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3351 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3351 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3352 <context-group purpose="location"> 3352 <context-group purpose="location">
3353 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3353 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3587,7 +3587,13 @@
3587 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3587 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3588 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3588 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3589 3589
3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3591 <source>Auth plugin</source><target state="new">Auth plugin</target>
3592 <context-group purpose="location">
3593 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3594 <context context-type="linenumber">49</context>
3595 </context-group>
3596 </trans-unit>
3591 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3597 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3592 <source>(banned)</source> 3598 <source>(banned)</source>
3593 <target>(zablokován)</target> 3599 <target>(zablokován)</target>
@@ -3595,11 +3601,11 @@
3595 <context context-type="linenumber">65</context> 3601 <context context-type="linenumber">65</context>
3596 </context-group> 3602 </context-group>
3597 3603
3598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3599 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3605 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3600 3606
3601 3607
3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3603 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3609 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3604 <source>User's email must be verified to login</source> 3610 <source>User's email must be verified to login</source>
3605 <target>Uživatelský email musí být před přihlášením ověřen</target> 3611 <target>Uživatelský email musí být před přihlášením ověřen</target>
@@ -3607,7 +3613,7 @@
3607 <context context-type="linenumber">72</context> 3613 <context context-type="linenumber">72</context>
3608 </context-group> 3614 </context-group>
3609 3615
3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3611 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3617 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3612 <source>User's email is verified / User can login without email verification</source> 3618 <source>User's email is verified / User can login without email verification</source>
3613 <target>Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření</target> 3619 <target>Uživatelský email je ověřen / Uživatel se může přihlásit bez ověření</target>
@@ -3615,7 +3621,7 @@
3615 <context context-type="linenumber">76</context> 3621 <context context-type="linenumber">76</context>
3616 </context-group> 3622 </context-group>
3617 3623
3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3619 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3625 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3620 <source>Ban reason:</source> 3626 <source>Ban reason:</source>
3621 <target>Důvod zablokování:</target> 3627 <target>Důvod zablokování:</target>
@@ -3623,7 +3629,7 @@
3623 <context context-type="linenumber">95</context> 3629 <context context-type="linenumber">95</context>
3624 </context-group> 3630 </context-group>
3625 3631
3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3627 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3633 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3628 <context-group purpose="location"> 3634 <context-group purpose="location">
3629 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3635 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3681,24 +3687,14 @@
3681 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3687 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3682 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3688 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3683 3689
3684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3685 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3691 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3686 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3687 <target>Název videa <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3688 <context-group name="null">
3689 <context context-type="linenumber">8</context>
3690 </context-group>
3691
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3693 <source>Video URL</source><target state="new">Video URL</target>
3694
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3696 <source>Total size</source><target state="new">Total size</target> 3692 <source>Total size</source><target state="new">Total size</target>
3697 3693
3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3699 <source>List redundancies</source><target state="new">List redundancies</target> 3695 <source>List redundancies</source><target state="new">List redundancies</target>
3700 3696
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3702 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3698 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3703 <context-group purpose="location"> 3699 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3700 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3916,7 +3912,7 @@
3916 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3912 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3917 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3913 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3918 3914
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3920 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3916 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3921 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3917 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3922 <target>Stav <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3918 <target>Stav <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5271,7 +5267,7 @@
5271 </context-group> 5267 </context-group>
5272 5268
5273 5269
5274 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5270 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5275 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5271 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5276 <source>Select the next owner</source> 5272 <source>Select the next owner</source>
5277 <target>Vyber nového vlastníka</target> 5273 <target>Vyber nového vlastníka</target>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index 33ca744f1..7da4eb9bf 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -397,14 +397,14 @@
397 <context-group name="null"> 397 <context-group name="null">
398 <context context-type="linenumber">61</context> 398 <context context-type="linenumber">61</context>
399 </context-group> 399 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
401 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 401 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
402 <source>Stop at</source> 402 <source>Stop at</source>
403 <target>Stop ved</target> 403 <target>Stop ved</target>
404 <context-group name="null"> 404 <context-group name="null">
405 <context context-type="linenumber">112</context> 405 <context context-type="linenumber">112</context>
406 </context-group> 406 </context-group>
407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
408 <source>Search playlists</source><target state="new">Search playlists</target> 408 <source>Search playlists</source><target state="new">Search playlists</target>
409 <context-group purpose="location"> 409 <context-group purpose="location">
410 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 410 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -590,24 +590,18 @@
590 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
593 <context-group purpose="location"> 593
594 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
595 <context context-type="linenumber">48</context>
596 </context-group>
597 </trans-unit>
598 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 595 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
599 <source>Save</source> 596 <source>Save</source>
600 <target>Spare</target> 597 <target>Spare</target>
601 <context-group name="null"> 598 <context-group name="null">
602 <context context-type="linenumber">15</context> 599 <context context-type="linenumber">15</context>
603 </context-group> 600 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
605 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 602 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
606 <context-group purpose="location"> 603
607 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
608 <context context-type="linenumber">85</context>
609 </context-group>
610 </trans-unit>
611 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 605 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
612 <source>No results.</source> 606 <source>No results.</source>
613 <target>Ingen resultater.</target> 607 <target>Ingen resultater.</target>
@@ -2509,35 +2503,35 @@
2509 2503
2510 2504
2511 2505
2512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2507 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2508 <context-group purpose="location">
2509 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2510 <context context-type="linenumber">33</context>
2511 </context-group>
2512 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2513 <source>Accepted</source><target state="new">Accepted</target> 2513 <source>Accepted</source><target state="new">Accepted</target>
2514 2514
2515 2515
2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2517 <source>Pending</source><target state="new">Pending</target> 2517 <source>Pending</source><target state="new">Pending</target>
2518 2518
2519 2519
2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2521 <source>Accept</source><target state="new">Accept</target> 2521 <source>Accept</source><target state="new">Accept</target>
2522 2522
2523 2523
2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2524 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2525 <source>Refuse</source><target state="new">Refuse</target> 2525 <source>Refuse</source><target state="new">Refuse</target>
2526 2526
2527 2527
2528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2529 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2529 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2530 <context-group purpose="location"> 2530
2531 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2532 <context context-type="linenumber">55</context>
2533 </context-group>
2534 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2535 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2532 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2536 <context-group purpose="location"> 2533
2537 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2534 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2538 <context context-type="linenumber">56</context>
2539 </context-group>
2540 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2541 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2535 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2542 <context-group purpose="location"> 2536 <context-group purpose="location">
2543 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2537 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2706,23 +2700,29 @@
2706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2707 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2701 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2708 2702
2709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
2704 <source>Auth plugin</source><target state="new">Auth plugin</target>
2705 <context-group purpose="location">
2706 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2707 <context context-type="linenumber">49</context>
2708 </context-group>
2709 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2710 <source>(banned)</source><target state="new">(banned)</target> 2710 <source>(banned)</source><target state="new">(banned)</target>
2711 2711
2712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2713 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2713 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2714 2714
2715 2715
2716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2717 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2717 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2718 2718
2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2720 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2720 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2721 2721
2722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2723 <source>Ban reason:</source><target state="new">Ban reason:</target> 2723 <source>Ban reason:</source><target state="new">Ban reason:</target>
2724 2724
2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2726 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2726 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2727 <context-group purpose="location"> 2727 <context-group purpose="location">
2728 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2728 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2771,23 +2771,14 @@
2771 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2771 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2772 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2772 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2773 2773
2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 2774 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
2775 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 2775 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2776 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
2777 <target>Videonavn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2778 <context-group name="null">
2779 <context context-type="linenumber">8</context>
2780 </context-group>
2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2782 <source>Video URL</source><target state="new">Video URL</target>
2783
2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2785 <source>Total size</source><target state="new">Total size</target> 2776 <source>Total size</source><target state="new">Total size</target>
2786 2777
2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2788 <source>List redundancies</source><target state="new">List redundancies</target> 2779 <source>List redundancies</source><target state="new">List redundancies</target>
2789 2780
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2791 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 2782 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2792 <context-group purpose="location"> 2783 <context-group purpose="location">
2793 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2784 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2957,7 +2948,7 @@
2957 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2948 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2958 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2949 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2959 2950
2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2951 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2961 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2952 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2962 2953
2963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -4014,7 +4005,7 @@
4014 <source>Change ownership</source><target state="new">Change ownership</target> 4005 <source>Change ownership</source><target state="new">Change ownership</target>
4015 4006
4016 4007
4017 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4008 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4018 <source>Select the next owner</source><target state="new">Select the next owner</target> 4009 <source>Select the next owner</source><target state="new">Select the next owner</target>
4019 <context-group purpose="location"> 4010 <context-group purpose="location">
4020 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 4011 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index c703d7684..f5d5607ae 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> hat eine neue Video veröffentlicht<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> hat eine neue Video veröffentlicht<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde wurde freigeschaltet </target> 284 <target state="translated">Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wurde wurde freigeschaltet </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde gesperrt </target> 289 <target state="translated">Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wurde gesperrt </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Ein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde gemeldet <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Ein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wurde gemeldet <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">Das gerade hochgeladene Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatisch gesperrt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">Das gerade hochgeladene Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wurde <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatisch gesperrt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hat Deine Video kommentiert <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> hat Deine Video kommentiert <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde veröffentlicht </target> 320 <target state="translated">Dein Video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wurde veröffentlicht </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> wurde erfolgreich importiert </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> wurde erfolgreich importiert </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> konnte leider nicht importiert werden </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> konnte leider nicht importiert werden </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">Benutzer <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hat auf Deine Instanz angemeldet </target> 335 <target state="translated">Benutzer <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> hat auf Deine Instanz angemeldet </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> folgt jetzt<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>deinem Kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> folgt jetzt<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>deinem Kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hat dich hier erwähnt: <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> hat dich hier erwähnt: <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Deine Instanz hat <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>einen neuen Follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Deine Instanz hat <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>einen neuen Follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Deine Instanz ist automatisch <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> gefolgt </target> 366 <target state="translated">Deine Instanz ist automatisch <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> gefolgt </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target>Ende bei</target> 414 <target>Ende bei</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">Playlists suchen</target> 424 <target state="translated">Playlists suchen</target>
@@ -535,9 +543,9 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="new"> 547 <target state="new">
540 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 548 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
541 </target> 549 </target>
542 <context-group purpose="location"> 550 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 551 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -683,27 +691,27 @@
683 <context-group name="null"> 691 <context-group name="null">
684 <context context-type="linenumber">48</context> 692 <context context-type="linenumber">48</context>
685 </context-group> 693 </context-group>
686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 694
687 </trans-unit> 695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
688 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 696 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
689 <source>Save</source> 697 <source>Save</source>
690 <target>Speichern</target> 698 <target>Speichern</target>
691 <context-group name="null"> 699 <context-group name="null">
692 <context context-type="linenumber">15</context> 700 <context context-type="linenumber">15</context>
693 </context-group> 701 </context-group>
694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 702
695 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 704
697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 705
698 </trans-unit> 706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 707 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 708 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
701 <target>Entferne von <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 709 <target>Entferne von <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
702 <context-group name="null"> 710 <context-group name="null">
703 <context context-type="linenumber">85</context> 711 <context context-type="linenumber">85</context>
704 </context-group> 712 </context-group>
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 713
706 </trans-unit> 714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
707 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 715 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
708 <source>No results.</source> 716 <source>No results.</source>
709 <target>Keine Ergebnisse.</target> 717 <target>Keine Ergebnisse.</target>
@@ -831,10 +839,13 @@
831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
832 </trans-unit> 840 </trans-unit>
833 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 841 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
834 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 842 <source>
843 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
844 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 </source>
835 <target> 846 <target>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Entfernt abonnieren<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 847 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Entfernt abonnieren<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Entfernt interagieren<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Entfernt interagieren<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </target> 849 </target>
839 <context-group name="null"> 850 <context-group name="null">
840 <context context-type="linenumber">10</context> 851 <context context-type="linenumber">10</context>
@@ -842,16 +853,22 @@
842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
843 </trans-unit> 854 </trans-unit>
844 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
845 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 856 <source>
846 <target state="translated">Du kannst einen Kanal über jede ActivityPub-kompatible Fediverse-Instanz abonnieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die Kanal-URL ins Suchfeld eintragen und abonnieren. </target> 857 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
858 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
859 </source>
860 <target state="translated">Du kannst einen Kanal über jede ActivityPub-kompatible Fediverse-Instanz abonnieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die Kanal-URL ins Suchfeld eintragen und abonnieren. </target>
847 <context-group purpose="location"> 861 <context-group purpose="location">
848 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 862 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
849 <context context-type="linenumber">17</context> 863 <context context-type="linenumber">17</context>
850 </context-group> 864 </context-group>
851 </trans-unit> 865 </trans-unit>
852 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 866 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
853 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 867 <source>
854 <target state="translated">Du kannst über jede ActivityPub-kompatible Fediverse-Instanz damit interagieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die aktuelle URL in das Suchfeld eintragen und dann damit interagieren. </target> 868 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
869 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
870 </source>
871 <target state="translated">Du kannst über jede ActivityPub-kompatible Fediverse-Instanz damit interagieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die aktuelle URL in das Suchfeld eintragen und dann damit interagieren. </target>
855 <context-group purpose="location"> 872 <context-group purpose="location">
856 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 873 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
857 <context context-type="linenumber">26</context> 874 <context context-type="linenumber">26</context>
@@ -866,8 +883,11 @@
866 </context-group> 883 </context-group>
867 </trans-unit> 884 </trans-unit>
868 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 885 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
869 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 886 <source>
870 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Standardrichtlinie für NSFW-/heikle Videos<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>kann von den Nutzern geändert werden<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 887 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
888 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
889 </source>
890 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Standardrichtlinie für NSFW-/heikle Videos<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>kann von den Nutzern geändert werden<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
871 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
872 </trans-unit> 892 </trans-unit>
873 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c"> 893 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
@@ -916,9 +936,9 @@
916 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
917 </trans-unit> 937 </trans-unit>
918 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 938 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
919 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 939 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
920 <target> 940 <target>
921 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 941 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
922 </target> 942 </target>
923 <context-group name="null"> 943 <context-group name="null">
924 <context context-type="linenumber">53</context> 944 <context context-type="linenumber">53</context>
@@ -1119,8 +1139,8 @@
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1120 </trans-unit> 1140 </trans-unit>
1121 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1141 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1122 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1142 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1123 <target state="translated">Entschuldigung, es gab ein Problem mit dem externen Login-Prozess. Bitte <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Administrator kontaktieren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1143 <target state="translated">Entschuldigung, es gab ein Problem mit dem externen Login-Prozess. Bitte <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Administrator kontaktieren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1124 <context-group purpose="location"> 1144 <context-group purpose="location">
1125 <context context-type="sourcefile">src/app/login/login.component.html</context> 1145 <context context-type="sourcefile">src/app/login/login.component.html</context>
1126 <context context-type="linenumber">6</context> 1146 <context context-type="linenumber">6</context>
@@ -1135,8 +1155,15 @@
1135 </context-group> 1155 </context-group>
1136 </trans-unit> 1156 </trans-unit>
1137 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1157 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1138 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1158 <source>
1139 <target state="translated">Diese Instanz erlaubt gegenwärtig keine Registrierung von Nutzern, aber Sie können eine andere Instanz für die Registrierung eines Accounts für den Upload von Videos hier finden. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Eine Übersicht verschiedener Instanzen finden Sie auf <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1159 Currently this instance doesn't allow for user registration, but you can find an instance
1160 that gives you the possibility to sign up for an account and upload your videos there.
1161
1162 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1163
1164 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1165 </source>
1166 <target state="translated">Diese Instanz erlaubt gegenwärtig keine Registrierung von Nutzern, aber Sie können eine andere Instanz für die Registrierung eines Accounts für den Upload von Videos hier finden. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Eine Übersicht verschiedener Instanzen finden Sie auf <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1140 <context-group purpose="location"> 1167 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/login/login.component.html</context> 1168 <context context-type="sourcefile">src/app/login/login.component.html</context>
1142 <context context-type="linenumber">16</context> 1169 <context context-type="linenumber">16</context>
@@ -1301,9 +1328,9 @@
1301 </context-group> 1328 </context-group>
1302 </trans-unit> 1329 </trans-unit>
1303 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1330 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1304 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1331 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1305 <target> 1332 <target>
1306 für <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1333 für <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1307 </target> 1334 </target>
1308 <context-group name="null"> 1335 <context-group name="null">
1309 <context context-type="linenumber">6</context> 1336 <context context-type="linenumber">6</context>
@@ -1311,10 +1338,13 @@
1311 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1338 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1312 </trans-unit> 1339 </trans-unit>
1313 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1340 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1314 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1341 <source>
1342 Filters
1343 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1344 </source>
1315 <target> 1345 <target>
1316 Filter 1346 Filter
1317 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1347 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1318 </target> 1348 </target>
1319 <context-group name="null"> 1349 <context-group name="null">
1320 <context context-type="linenumber">16</context> 1350 <context context-type="linenumber">16</context>
@@ -1346,7 +1376,8 @@
1346 </context-group> 1376 </context-group>
1347 </trans-unit> 1377 </trans-unit>
1348 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1378 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1349 <source>CLI documentation</source> 1379 <source>CLI
1380 documentation</source>
1350 <target state="translated">CLI-Dokumentation</target> 1381 <target state="translated">CLI-Dokumentation</target>
1351 <context-group purpose="location"> 1382 <context-group purpose="location">
1352 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1383 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1362,7 +1393,8 @@
1362 </context-group> 1393 </context-group>
1363 </trans-unit> 1394 </trans-unit>
1364 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1395 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1365 <source>Administer documentation</source> 1396 <source>Administer
1397 documentation</source>
1366 <target state="translated">Dokumentation verwalten</target> 1398 <target state="translated">Dokumentation verwalten</target>
1367 <context-group purpose="location"> 1399 <context-group purpose="location">
1368 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1400 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1378,7 +1410,8 @@
1378 </context-group> 1410 </context-group>
1379 </trans-unit> 1411 </trans-unit>
1380 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1412 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1381 <source>Use documentation</source> 1413 <source>Use
1414 documentation</source>
1382 <target state="translated">Verwende Dokumentation</target> 1415 <target state="translated">Verwende Dokumentation</target>
1383 <context-group purpose="location"> 1416 <context-group purpose="location">
1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1417 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1402,16 +1435,16 @@
1402 </context-group> 1435 </context-group>
1403 </trans-unit> 1436 </trans-unit>
1404 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1437 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1405 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1438 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1406 <target state="translated">Offizielle PeerTube-Website (Nachrichten, Hilfe, beitragen...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1439 <target state="translated">Offizielle PeerTube-Website (Nachrichten, Hilfe, beitragen...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1407 <context-group purpose="location"> 1440 <context-group purpose="location">
1408 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1441 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1409 <context context-type="linenumber">44</context> 1442 <context context-type="linenumber">44</context>
1410 </context-group> 1443 </context-group>
1411 </trans-unit> 1444 </trans-unit>
1412 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1445 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1413 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1446 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1414 <target state="translated">Füge deine Instanz zum öffentlichen PeerTube-Index hinzu: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1447 <target state="translated">Füge deine Instanz zum öffentlichen PeerTube-Index hinzu: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1415 <context-group purpose="location"> 1448 <context-group purpose="location">
1416 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1449 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1417 <context context-type="linenumber">47</context> 1450 <context context-type="linenumber">47</context>
@@ -1426,16 +1459,26 @@
1426 </context-group> 1459 </context-group>
1427 </trans-unit> 1460 </trans-unit>
1428 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1461 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1429 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1462 <source>
1430 <target state="translated">Deinen <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Instanznamen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> auswählen, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>eine Beschreibung hinzufügen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, beschreiben <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>wer du bist<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, warum <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>du diese Instanz erstellt hast<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> und <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>wie lange<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> du planst <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sie zu betreiben <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ist sehr wichtig für die Besucher um zu verstehen auf was für einer Art von Instanz sie sich befinden. </target> 1463 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1464 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1465 is very important for visitors to understand on what type of instance they are.
1466 </source>
1467 <target state="translated">Deinen <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Instanznamen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> auswählen, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>eine Beschreibung hinzufügen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, beschreiben <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>wer du bist<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, warum <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>du diese Instanz erstellt hast<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> und <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>wie lange<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> du planst <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sie zu betreiben <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ist sehr wichtig für die Besucher um zu verstehen auf was für einer Art von Instanz sie sich befinden. </target>
1431 <context-group purpose="location"> 1468 <context-group purpose="location">
1432 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1469 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1433 <context context-type="linenumber">61</context> 1470 <context context-type="linenumber">61</context>
1434 </context-group> 1471 </context-group>
1435 </trans-unit> 1472 </trans-unit>
1436 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1473 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1437 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1474 <source>
1438 <target state="translated">Wenn du die Instanz für Registrierungen öffnen willst, lege bitte fest, wie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>deine Moderationsregeln<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> lauten, fülle die <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Nutzungsbedingungen deiner Instanz<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>aus und lege Kategorien fest und gib die Sprache an, die du sprichst. Auf diese Art hilfst du Nutzern sich auf <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>der richtigen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube-Instanz anzumelden. </target> 1475 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1476 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1477 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1478 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1479 PeerTube instance.
1480 </source>
1481 <target state="translated">Wenn du die Instanz für Registrierungen öffnen willst, lege bitte fest, wie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>deine Moderationsregeln<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> lauten, fülle die <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Nutzungsbedingungen deiner Instanz<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>aus und lege Kategorien fest und gib die Sprache an, die du sprichst. Auf diese Art hilfst du Nutzern sich auf <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>der richtigen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube-Instanz anzumelden. </target>
1439 <context-group purpose="location"> 1482 <context-group purpose="location">
1440 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1483 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1441 <context context-type="linenumber">67</context> 1484 <context context-type="linenumber">67</context>
@@ -1524,10 +1567,13 @@
1524 </context-group> 1567 </context-group>
1525 </trans-unit> 1568 </trans-unit>
1526 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1569 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1527 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1570 <source>
1571 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1572 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1573 </source>
1528 <target state="new"> 1574 <target state="new">
1529 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1575 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1530 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1576 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1531 </target> 1577 </target>
1532 <context-group purpose="location"> 1578 <context-group purpose="location">
1533 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1579 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1957,8 +2003,11 @@ Hilf mit PeerTube zu übersetzen!</target>
1957 </context-group> 2003 </context-group>
1958 </trans-unit> 2004 </trans-unit>
1959 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2005 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1960 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2006 <source>
1961 <target state="translated">Springe zum Kanal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2007 Jump to channel
2008 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2009 </source>
2010 <target state="translated">Springe zum Kanal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1962 <context-group purpose="location"> 2011 <context-group purpose="location">
1963 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2012 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1964 <context context-type="linenumber">18</context> 2013 <context context-type="linenumber">18</context>
@@ -2196,8 +2245,12 @@ Hilf mit PeerTube zu übersetzen!</target>
2196 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2245 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2197 </trans-unit> 2246 </trans-unit>
2198 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2247 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2199 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2248 <source>
2200 <target state="translated">Tags können benutzt werden um relevante Stichpunkte des Videoinhaltes hervorzuheben. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Maximal 5 Tags sind möglich. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Drücke ENTER um einen neuen Tag hinzuzufügen. </target> 2249 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2250 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2251 Press Enter to add a new tag.
2252 </source>
2253 <target state="translated">Tags können benutzt werden um relevante Stichpunkte des Videoinhaltes hervorzuheben. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Maximal 5 Tags sind möglich. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Drücke ENTER um einen neuen Tag hinzuzufügen. </target>
2201 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2202 </trans-unit> 2255 </trans-unit>
2203 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2256 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2357,7 +2410,7 @@ Hilf mit PeerTube zu übersetzen!</target>
2357 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2410 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2358 </trans-unit> 2411 </trans-unit>
2359 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2412 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2360 <source>Already uploaded ✔</source> 2413 <source>Already uploaded ✔</source>
2361 <target>Fast hochgeladen ✔</target> 2414 <target>Fast hochgeladen ✔</target>
2362 <context-group name="null"> 2415 <context-group name="null">
2363 <context context-type="linenumber">179</context> 2416 <context context-type="linenumber">179</context>
@@ -2488,8 +2541,12 @@ Hilf mit PeerTube zu übersetzen!</target>
2488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2541 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2489 </trans-unit> 2542 </trans-unit>
2490 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2543 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2491 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2544 <source>
2492 <target state="translated">Du kannst jede URL importieren die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>von youtube-dl unterstützt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wird oder jede URL die direkt auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt besitzt auf den sie zeigt, andernfalls kann das zu rechlichen Schwierigkeiten für dich und deine Instanz führen. </target> 2545 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2546 or URL that points to a raw MP4 file.
2547 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2548 </source>
2549 <target state="translated">Du kannst jede URL importieren die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>von youtube-dl unterstützt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wird oder jede URL die direkt auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt besitzt auf den sie zeigt, andernfalls kann das zu rechlichen Schwierigkeiten für dich und deine Instanz führen. </target>
2493 <context-group purpose="location"> 2550 <context-group purpose="location">
2494 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2551 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2495 <context context-type="linenumber">10</context> 2552 <context context-type="linenumber">10</context>
@@ -2551,10 +2608,14 @@ Hilf mit PeerTube zu übersetzen!</target>
2551 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2608 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2552 </trans-unit> 2609 </trans-unit>
2553 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2610 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2554 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2611 <source>
2612 Image that will be merged with your audio file.
2613 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2614 The chosen image will be definitive and cannot be modified.
2615 </source>
2555 <target> 2616 <target>
2556 Ein Bild, das mit deiner Audiodatei zusammengeführt wird. 2617 Ein Bild, das mit deiner Audiodatei zusammengeführt wird.
2557 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2618 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2558 Das ausgwählte Bild wird endgültig sein und kann nicht angepasst werden. 2619 Das ausgwählte Bild wird endgültig sein und kann nicht angepasst werden.
2559 </target> 2620 </target>
2560 <context-group name="null"> 2621 <context-group name="null">
@@ -2624,7 +2685,10 @@ Hilf mit PeerTube zu übersetzen!</target>
2624 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2685 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2625 </trans-unit> 2686 </trans-unit>
2626 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2687 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2627 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2688 <source>
2689 You can import any torrent file that points to a mp4 file.
2690 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2691 </source>
2628 <target state="translated">Du kannst jede Torrent-Datei importieren, die auf eine mp4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt auf den sie zeigt besitzt, andernfalls kann dies zu rechtlichen Schwierigkeiten für dich und deine Instanz führen.</target> 2692 <target state="translated">Du kannst jede Torrent-Datei importieren, die auf eine mp4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt auf den sie zeigt besitzt, andernfalls kann dies zu rechtlichen Schwierigkeiten für dich und deine Instanz führen.</target>
2629 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2693 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2630 </trans-unit> 2694 </trans-unit>
@@ -2639,8 +2703,12 @@ Hilf mit PeerTube zu übersetzen!</target>
2639 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2703 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2640 </trans-unit> 2704 </trans-unit>
2641 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2705 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2642 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2706 <source>
2643 <target state="translated">Wir empfehlen nicht mit dem <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> Nutzer deine Videos hinzuzufügen, das dies der Super-Admin Benutzer deiner Instanz ist. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Stattdessen, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>erstelle einen gesonderten Account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>um deine Videos hochzuladen. </target> 2707 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2708 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2709 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2710 </source>
2711 <target state="translated">Wir empfehlen nicht mit dem <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> Nutzer deine Videos hinzuzufügen, das dies der Super-Admin Benutzer deiner Instanz ist. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Stattdessen, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>erstelle einen gesonderten Account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>um deine Videos hochzuladen. </target>
2644 <context-group purpose="location"> 2712 <context-group purpose="location">
2645 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2713 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2646 <context context-type="linenumber">2</context> 2714 <context context-type="linenumber">2</context>
@@ -2882,16 +2950,16 @@ Hilf mit PeerTube zu übersetzen!</target>
2882 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2950 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2883 </trans-unit> 2951 </trans-unit>
2884 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2952 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2885 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2953 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2886 <target state="translated">Veröffentlicht <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2954 <target state="translated">Veröffentlicht <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Aufrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2887 <context-group purpose="location"> 2955 <context-group purpose="location">
2888 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2956 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2889 <context context-type="linenumber">45</context> 2957 <context context-type="linenumber">45</context>
2890 </context-group> 2958 </context-group>
2891 </trans-unit> 2959 </trans-unit>
2892 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2960 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2893 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2961 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2894 <target state="translated">Veröffentlicht am <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Abrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2962 <target state="translated">Veröffentlicht am <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> Abrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2895 <context-group purpose="location"> 2963 <context-group purpose="location">
2896 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2964 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2897 <context context-type="linenumber">56</context> 2965 <context context-type="linenumber">56</context>
@@ -3186,7 +3254,11 @@ Hilf mit PeerTube zu übersetzen!</target>
3186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3187 </trans-unit> 3255 </trans-unit>
3188 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3256 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3189 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3257 <source>
3258 You can comment using an account on any ActivityPub-compatible instance.
3259 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3260 from within the software's interface.
3261 </source>
3190 <target state="new"> 3262 <target state="new">
3191 You can comment using an account on any ActivityPub-compatible instance. 3263 You can comment using an account on any ActivityPub-compatible instance.
3192 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3264 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3370,17 +3442,23 @@ Hilf mit PeerTube zu übersetzen!</target>
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3371 </trans-unit> 3443 </trans-unit>
3372 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3444 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3373 <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> 3445 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3374 <target>Erstellt <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> 3446 <target>Erstellt <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3375 <context-group name="null"> 3447 <context-group name="null">
3376 <context context-type="linenumber">11</context> 3448 <context context-type="linenumber">11</context>
3377 </context-group> 3449 </context-group>
3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3450
3379 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3451
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3452
3381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3453
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3454
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3455
3456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3457 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3458 <context-group purpose="location">
3459 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3460 <context context-type="linenumber">33</context>
3461 </context-group>
3384 </trans-unit> 3462 </trans-unit>
3385 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3463 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3386 <source>Accepted</source> 3464 <source>Accepted</source>
@@ -3388,52 +3466,46 @@ Hilf mit PeerTube zu übersetzen!</target>
3388 <context-group name="null"> 3466 <context-group name="null">
3389 <context context-type="linenumber">32</context> 3467 <context context-type="linenumber">32</context>
3390 </context-group> 3468 </context-group>
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3469
3392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3470
3393 </trans-unit> 3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3394 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3472 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3395 <source>Pending</source> 3473 <source>Pending</source>
3396 <target>Ausstehend</target> 3474 <target>Ausstehend</target>
3397 <context-group name="null"> 3475 <context-group name="null">
3398 <context context-type="linenumber">33</context> 3476 <context context-type="linenumber">33</context>
3399 </context-group> 3477 </context-group>
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3478
3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3479
3402 </trans-unit> 3480 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3403 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3481 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3404 <source>Accept</source> 3482 <source>Accept</source>
3405 <target>Akzeptieren</target> 3483 <target>Akzeptieren</target>
3406 <context-group name="null"> 3484 <context-group name="null">
3407 <context context-type="linenumber">41</context> 3485 <context context-type="linenumber">41</context>
3408 </context-group> 3486 </context-group>
3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3487
3410 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3488
3411 </trans-unit> 3489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3412 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3490 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3413 <source>Refuse</source> 3491 <source>Refuse</source>
3414 <target>Ablehnen</target> 3492 <target>Ablehnen</target>
3415 <context-group name="null"> 3493 <context-group name="null">
3416 <context context-type="linenumber">42</context> 3494 <context context-type="linenumber">42</context>
3417 </context-group> 3495 </context-group>
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3496
3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3497
3420 </trans-unit> 3498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3421 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3499 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3422 <source>No follower found matching current filters.</source> 3500 <source>No follower found matching current filters.</source>
3423 <target state="translated">Kein Follower für die aktuellen Filter gefunden.</target> 3501 <target state="translated">Kein Follower für die aktuellen Filter gefunden.</target>
3424 <context-group purpose="location"> 3502
3425 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3426 <context context-type="linenumber">55</context>
3427 </context-group>
3428 </trans-unit>
3429 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3504 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3430 <source>Your instance doesn't have any follower.</source> 3505 <source>Your instance doesn't have any follower.</source>
3431 <target state="translated">Ihre Instanz hat keine Follower.</target> 3506 <target state="translated">Ihre Instanz hat keine Follower.</target>
3432 <context-group purpose="location"> 3507
3433 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3434 <context context-type="linenumber">56</context>
3435 </context-group>
3436 </trans-unit>
3437 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3509 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3438 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3510 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3439 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> bis <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> von <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> Follower</target> 3511 <target state="translated">Zeige <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> bis <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> von <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> Follower</target>
@@ -3459,8 +3531,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3531 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3460 </trans-unit> 3532 </trans-unit>
3461 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3533 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3462 <source>Redundancy allowed <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> 3534 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3463 <target state="translated">Redundanz erlaubt <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> 3535 <target state="translated">Redundanz erlaubt <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3465 </trans-unit> 3537 </trans-unit>
3466 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3538 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3579,9 +3651,12 @@ Hilf mit PeerTube zu übersetzen!</target>
3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3580 </trans-unit> 3652 </trans-unit>
3581 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3653 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3582 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3654 <source>
3655 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3656 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3657 </source>
3583 <target state="new"> 3658 <target state="new">
3584 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3659 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3585 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3660 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3586 </target> 3661 </target>
3587 <context-group purpose="location"> 3662 <context-group purpose="location">
@@ -3675,20 +3750,26 @@ Hilf mit PeerTube zu übersetzen!</target>
3675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3676 </trans-unit> 3751 </trans-unit>
3677 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3752 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3678 <source>Username <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> 3753 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3679 <target>Benutzername <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> 3754 <target>Benutzername <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3680 <context-group name="null"> 3755 <context-group name="null">
3681 <context context-type="linenumber">40</context> 3756 <context context-type="linenumber">40</context>
3682 </context-group> 3757 </context-group>
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3684 </trans-unit> 3759 </trans-unit>
3685 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3760 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3686 <source>Video quota <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> 3761 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3687 <target>Video-Kontingent <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> 3762 <target>Video-Kontingent <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3688 <context-group name="null"> 3763 <context-group name="null">
3689 <context context-type="linenumber">42</context> 3764 <context context-type="linenumber">42</context>
3690 </context-group> 3765 </context-group>
3691 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3767 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3768 <source>Auth plugin</source><target state="new">Auth plugin</target>
3769 <context-group purpose="location">
3770 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3771 <context context-type="linenumber">49</context>
3772 </context-group>
3692 </trans-unit> 3773 </trans-unit>
3693 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3774 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3694 <source>(banned)</source> 3775 <source>(banned)</source>
@@ -3696,39 +3777,39 @@ Hilf mit PeerTube zu übersetzen!</target>
3696 <context-group name="null"> 3777 <context-group name="null">
3697 <context context-type="linenumber">65</context> 3778 <context context-type="linenumber">65</context>
3698 </context-group> 3779 </context-group>
3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3780
3700 </trans-unit> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3701 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3782 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3702 <source>Open account in a new tab</source> 3783 <source>Open account in a new tab</source>
3703 <target state="new">Open account in a new tab</target> 3784 <target state="new">Open account in a new tab</target>
3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3785
3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3786
3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3787
3707 </trans-unit> 3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3708 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3789 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3709 <source>User's email must be verified to login</source> 3790 <source>User's email must be verified to login</source>
3710 <target>Die E-Mail-Adresse des Nutzers muss vor dem Einloggen bestätigt werden</target> 3791 <target>Die E-Mail-Adresse des Nutzers muss vor dem Einloggen bestätigt werden</target>
3711 <context-group name="null"> 3792 <context-group name="null">
3712 <context context-type="linenumber">72</context> 3793 <context context-type="linenumber">72</context>
3713 </context-group> 3794 </context-group>
3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3795
3715 </trans-unit> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3716 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3797 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3717 <source>User's email is verified / User can login without email verification</source> 3798 <source>User's email is verified / User can login without email verification</source>
3718 <target>Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen</target> 3799 <target>Die E-Mail-Adresse des Nutzers wurde bestätigt / Nutzer kann ohne E-Mail-Bestätigung einloggen</target>
3719 <context-group name="null"> 3800 <context-group name="null">
3720 <context context-type="linenumber">76</context> 3801 <context context-type="linenumber">76</context>
3721 </context-group> 3802 </context-group>
3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3803
3723 </trans-unit> 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3724 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3805 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3725 <source>Ban reason:</source> 3806 <source>Ban reason:</source>
3726 <target>Grund für die Sperrung:</target> 3807 <target>Grund für die Sperrung:</target>
3727 <context-group name="null"> 3808 <context-group name="null">
3728 <context context-type="linenumber">95</context> 3809 <context context-type="linenumber">95</context>
3729 </context-group> 3810 </context-group>
3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3811
3731 </trans-unit> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3732 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3813 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3733 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3814 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3734 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3815 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3787,33 +3868,22 @@ Hilf mit PeerTube zu übersetzen!</target>
3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3788 </trans-unit> 3869 </trans-unit>
3789 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3870 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3790 <source>Video <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> 3871 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3791 <target state="new">Video <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> 3872 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3873
3793 </trans-unit> 3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3794 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3875
3795 <source>Video 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> 3876
3796 <target>Name des Videos <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>
3797 <context-group name="null">
3798 <context context-type="linenumber">8</context>
3799 </context-group>
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3801 </trans-unit>
3802 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3803 <source>Video URL</source>
3804 <target state="new">Video URL</target>
3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3806 </trans-unit>
3807 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3877 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3808 <source>Total size</source> 3878 <source>Total size</source>
3809 <target state="new">Total size</target> 3879 <target state="new">Total size</target>
3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3880
3811 </trans-unit> 3881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3812 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3882 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3813 <source>List redundancies</source> 3883 <source>List redundancies</source>
3814 <target state="new">List redundancies</target> 3884 <target state="new">List redundancies</target>
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3885
3816 </trans-unit> 3886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3817 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3887 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3818 <source>Your instance doesn't mirror any video.</source> 3888 <source>Your instance doesn't mirror any video.</source>
3819 <target state="new">Your instance doesn't mirror any video.</target> 3889 <target state="new">Your instance doesn't mirror any video.</target>
@@ -3859,8 +3929,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3860 </trans-unit> 3930 </trans-unit>
3861 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3931 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3862 <source>Date <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> 3932 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3863 <target>Datum <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> 3933 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3864 <context-group name="null"> 3934 <context-group name="null">
3865 <context context-type="linenumber">11</context> 3935 <context context-type="linenumber">11</context>
3866 </context-group> 3936 </context-group>
@@ -4067,12 +4137,12 @@ Hilf mit PeerTube zu übersetzen!</target>
4067 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4137 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4068 <source>Open video in a new tab</source> 4138 <source>Open video in a new tab</source>
4069 <target state="new">Open video in a new tab</target> 4139 <target state="new">Open video in a new tab</target>
4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4140
4071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4141
4072 </trans-unit> 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4073 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4143 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4074 <source>State <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> 4144 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4075 <target>Status <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> 4145 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4076 <context-group name="null"> 4146 <context-group name="null">
4077 <context context-type="linenumber">11</context> 4147 <context context-type="linenumber">11</context>
4078 </context-group> 4148 </context-group>
@@ -4081,8 +4151,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4082 </trans-unit> 4152 </trans-unit>
4083 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4153 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4084 <source>Score <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> 4154 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4085 <target state="translated">Bewertung <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> 4155 <target state="translated">Bewertung <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4086 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4087 </trans-unit> 4157 </trans-unit>
4088 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4158 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4102,9 +4172,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4102 </context-group> 4172 </context-group>
4103 </trans-unit> 4173 </trans-unit>
4104 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4174 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4105 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4175 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4106 <target state="new"> 4176 <target state="new">
4107 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4177 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4108 </target> 4178 </target>
4109 <context-group purpose="location"> 4179 <context-group purpose="location">
4110 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4180 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4128,9 +4198,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4128 </context-group> 4198 </context-group>
4129 </trans-unit> 4199 </trans-unit>
4130 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4200 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4131 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4201 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4132 <target state="new"> 4202 <target state="new">
4133 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4203 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4134 </target> 4204 </target>
4135 <context-group purpose="location"> 4205 <context-group purpose="location">
4136 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4206 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4178,8 +4248,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4178 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4248 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4179 </trans-unit> 4249 </trans-unit>
4180 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4250 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4181 <source>Muted at <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> 4251 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4182 <target>Stummgeschaltet am <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> 4252 <target>Stummgeschaltet am <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4183 <context-group name="null"> 4253 <context-group name="null">
4184 <context context-type="linenumber">13</context> 4254 <context context-type="linenumber">13</context>
4185 </context-group> 4255 </context-group>
@@ -4472,8 +4542,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4472 </context-group> 4542 </context-group>
4473 </trans-unit> 4543 </trans-unit>
4474 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4544 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4475 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4545 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4476 <target state="translated">Von <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4546 <target state="translated">Von <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4477 <context-group purpose="location"> 4547 <context-group purpose="location">
4478 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4548 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4479 <context context-type="linenumber">32</context> 4549 <context context-type="linenumber">32</context>
@@ -4518,8 +4588,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4519 </trans-unit> 4589 </trans-unit>
4520 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4590 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4521 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4591 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4522 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4592 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4523 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4524 </trans-unit> 4594 </trans-unit>
4525 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4595 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4558,9 +4628,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4559 </trans-unit> 4629 </trans-unit>
4560 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4630 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4561 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4631 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4562 <target state="new"> 4632 <target state="new">
4563 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4633 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4564 </target> 4634 </target>
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4566 </trans-unit> 4636 </trans-unit>
@@ -4570,9 +4640,12 @@ Hilf mit PeerTube zu übersetzen!</target>
4570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4571 </trans-unit> 4641 </trans-unit>
4572 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4642 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4573 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4643 <source>
4644 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4645 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4646 </source>
4574 <target state="new"> 4647 <target state="new">
4575 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4648 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4576 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4649 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4577 </target> 4650 </target>
4578 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4586,9 +4659,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4587 </trans-unit> 4660 </trans-unit>
4588 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4661 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4589 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4662 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4590 <target state="new"> 4663 <target state="new">
4591 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4664 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4592 </target> 4665 </target>
4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4594 </trans-unit> 4667 </trans-unit>
@@ -4725,9 +4798,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4726 </trans-unit> 4799 </trans-unit>
4727 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4800 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4728 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4801 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4729 <target state="new"> 4802 <target state="new">
4730 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4803 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4731 </target> 4804 </target>
4732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4733 </trans-unit> 4806 </trans-unit>
@@ -4778,9 +4851,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4779 </trans-unit> 4852 </trans-unit>
4780 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4853 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4781 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4854 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4782 <target state="new"> 4855 <target state="new">
4783 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4856 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4784 </target> 4857 </target>
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4786 </trans-unit> 4859 </trans-unit>
@@ -4950,9 +5023,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4951 </trans-unit> 5024 </trans-unit>
4952 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5025 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4953 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5026 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4954 <target state="new"> 5027 <target state="new">
4955 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 5028 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
4956 </target> 5029 </target>
4957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4958 </trans-unit> 5031 </trans-unit>
@@ -4972,9 +5045,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4973 </trans-unit> 5046 </trans-unit>
4974 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5047 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4975 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5048 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4976 <target state="new"> 5049 <target state="new">
4977 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5050 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4978 </target> 5051 </target>
4979 <context-group purpose="location"> 5052 <context-group purpose="location">
4980 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5053 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -5067,12 +5140,18 @@ Hilf mit PeerTube zu übersetzen!</target>
5067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5068 </trans-unit> 5141 </trans-unit>
5069 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5142 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5070 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5143 <source>
5144 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5145 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5146 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5147 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5148 to see if you instance is whitelisted.
5149 </source>
5071 <target state="new"> 5150 <target state="new">
5072 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5151 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5073 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5152 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5074 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5153 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5075 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 5154 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5076 to see if you instance is whitelisted. 5155 to see if you instance is whitelisted.
5077 </target> 5156 </target>
5078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -5091,7 +5170,10 @@ Hilf mit PeerTube zu übersetzen!</target>
5091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5092 </trans-unit> 5171 </trans-unit>
5093 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5172 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5094 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5173 <source>
5174 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5175 resources, this is a critical part of PeerTube, so tread carefully.
5176 </source>
5095 <target state="new"> 5177 <target state="new">
5096 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5178 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5097 resources, this is a critical part of PeerTube, so tread carefully. 5179 resources, this is a critical part of PeerTube, so tread carefully.
@@ -5141,15 +5223,23 @@ Hilf mit PeerTube zu übersetzen!</target>
5141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5142 </trans-unit> 5224 </trans-unit>
5143 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5225 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5144 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5226 <source>
5227 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5228
5229 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5230
5231 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5232
5233 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5234 </source>
5145 <target state="new"> 5235 <target state="new">
5146 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5236 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5147 5237
5148 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5238 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5149 5239
5150 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5240 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5151 5241
5152 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5242 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5153 </target> 5243 </target>
5154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5155 </trans-unit> 5245 </trans-unit>
@@ -5159,18 +5249,29 @@ Hilf mit PeerTube zu übersetzen!</target>
5159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5160 </trans-unit> 5250 </trans-unit>
5161 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5251 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5162 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5252 <source>
5253 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5254
5255 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5256 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5257 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5258 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5259 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5260 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5261
5262 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5263 </source>
5163 <target state="new"> 5264 <target state="new">
5164 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5265 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5165 5266
5166 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5267 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5167 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5268 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5168 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5269 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5169 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5270 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5170 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5271 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5171 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5272 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5172 5273
5173 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5274 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5174 </target> 5275 </target>
5175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5176 </trans-unit> 5277 </trans-unit>
@@ -5235,25 +5336,36 @@ Hilf mit PeerTube zu übersetzen!</target>
5235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5236 </trans-unit> 5337 </trans-unit>
5237 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5338 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5238 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5339 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5239 <target state="new"> 5340 <target state="new">
5240 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5341 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5241 </target> 5342 </target>
5242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5243 </trans-unit> 5344 </trans-unit>
5244 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5345 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5245 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5346 <source>
5347 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5348 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5349 color: red;
5350 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5351 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5352 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5353 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5354 color: red;
5355 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5356 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5357 </source>
5246 <target state="new"> 5358 <target state="new">
5247 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5359 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5248 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5360 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5249 color: red; 5361 color: red;
5250 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5362 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5251 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5363 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5252 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5364 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5253 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5365 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5254 color: red; 5366 color: red;
5255 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5367 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5256 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5368 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5257 </target> 5369 </target>
5258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5259 </trans-unit> 5371 </trans-unit>
@@ -5444,8 +5556,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5444 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5445 </trans-unit> 5557 </trans-unit>
5446 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5558 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5447 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5559 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5448 <target state="translated">Mit <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Nicht Auflisten<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> oder <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Unscharfe Vorschau<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, wird eine Bestätigung vor dem Abspielen des Videos eingeholt. </target> 5560 <target state="translated">Mit <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Nicht Auflisten<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> oder <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Unscharfe Vorschau<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, wird eine Bestätigung vor dem Abspielen des Videos eingeholt. </target>
5449 <context-group purpose="location"> 5561 <context-group purpose="location">
5450 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5562 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5451 <context context-type="linenumber">6</context> 5563 <context context-type="linenumber">6</context>
@@ -5474,9 +5586,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5474 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5586 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5475 </trans-unit> 5587 </trans-unit>
5476 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5588 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5477 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5589 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5478 <target> 5590 <target>
5479 Deine aktuelle E-Mail-Adresse ist <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5591 Deine aktuelle E-Mail-Adresse ist <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5480</target> 5592</target>
5481 <context-group name="null"> 5593 <context-group name="null">
5482 <context context-type="linenumber">4</context> 5594 <context context-type="linenumber">4</context>
@@ -5484,9 +5596,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5484 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5596 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5485 </trans-unit> 5597 </trans-unit>
5486 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5598 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5487 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5599 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5488 <target> 5600 <target>
5489 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> wartet auf die Verifizierung per E-Mail 5601 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> wartet auf die Verifizierung per E-Mail
5490</target> 5602</target>
5491 <context-group name="null"> 5603 <context-group name="null">
5492 <context context-type="linenumber">8</context> 5604 <context context-type="linenumber">8</context>
@@ -5556,9 +5668,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5556 <context-group name="null"> 5668 <context-group name="null">
5557 <context context-type="linenumber">22</context> 5669 <context context-type="linenumber">22</context>
5558 </context-group> 5670 </context-group>
5559 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5671
5560 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5672
5561 </trans-unit> 5673 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5562 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5674 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5563 <source>Select the next owner</source> 5675 <source>Select the next owner</source>
5564 <target>Wähle den nächsten Besitzer</target> 5676 <target>Wähle den nächsten Besitzer</target>
@@ -5568,8 +5680,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5568 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5680 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5569 </trans-unit> 5681 </trans-unit>
5570 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5682 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5571 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5683 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5572 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5684 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5573 <context-group purpose="location"> 5685 <context-group purpose="location">
5574 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5686 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5575 <context context-type="linenumber">2</context> 5687 <context context-type="linenumber">2</context>
@@ -5605,10 +5717,13 @@ Hilf mit PeerTube zu übersetzen!</target>
5605 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5717 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5606 </trans-unit> 5718 </trans-unit>
5607 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5719 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5608 <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> 5720 <source>
5721 Created
5722 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5723 </source>
5609 <target> 5724 <target>
5610 Erstellt 5725 Erstellt
5611 <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;"/> 5726 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5612 </target> 5727 </target>
5613 <context-group name="null"> 5728 <context-group name="null">
5614 <context context-type="linenumber">15</context> 5729 <context context-type="linenumber">15</context>
@@ -5680,8 +5795,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5680 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5795 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5681 </trans-unit> 5796 </trans-unit>
5682 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5797 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5683 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5798 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5684 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5799 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5800 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5685 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5801 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5686 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5802 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5687 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5803 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5779,9 +5895,12 @@ Hilf mit PeerTube zu übersetzen!</target>
5779 </context-group> 5895 </context-group>
5780 </trans-unit> 5896 </trans-unit>
5781 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5897 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5782 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5898 <source>
5899 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5900 Delete history
5901 </source>
5783 <target> 5902 <target>
5784 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5903 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5785 Lösche Verlauf 5904 Lösche Verlauf
5786 </target> 5905 </target>
5787 <context-group name="null"> 5906 <context-group name="null">
@@ -5798,9 +5917,12 @@ Hilf mit PeerTube zu übersetzen!</target>
5798 </context-group> 5917 </context-group>
5799 </trans-unit> 5918 </trans-unit>
5800 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5919 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5801 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5920 <source>
5921 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5922 Notification preferences
5923 </source>
5802 <target> 5924 <target>
5803 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5925 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5804 Benachrichtigungseinstellungen 5926 Benachrichtigungseinstellungen
5805 </target> 5927 </target>
5806 <context-group name="null"> 5928 <context-group name="null">
@@ -5880,8 +6002,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5880 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6002 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5881 </trans-unit> 6003 </trans-unit>
5882 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6004 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5883 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6005 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5884 <target state="translated">Wiedergabelisten <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6006 <target state="translated">Wiedergabelisten <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5885 <context-group purpose="location"> 6007 <context-group purpose="location">
5886 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6008 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5887 <context context-type="linenumber">2</context> 6009 <context context-type="linenumber">2</context>
@@ -5909,8 +6031,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5909 </context-group> 6031 </context-group>
5910 </trans-unit> 6032 </trans-unit>
5911 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6033 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5912 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6034 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5913 <target state="translated">Wenn du Hilfe beim Benutzen von PeerTube brauchst, schau einfach in die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Dokumentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6035 <target state="translated">Wenn du Hilfe beim Benutzen von PeerTube brauchst, schau einfach in die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Dokumentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5914 <context-group purpose="location"> 6036 <context-group purpose="location">
5915 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6037 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5916 <context context-type="linenumber">13</context> 6038 <context context-type="linenumber">13</context>
@@ -6375,23 +6497,27 @@ Hilf mit PeerTube zu übersetzen!</target>
6375 </context-group> 6497 </context-group>
6376 </trans-unit> 6498 </trans-unit>
6377 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6499 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6378 <source>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;"/>. </source> 6500 <source>
6379 <target state="translated">Es ist freie und open-source Software, lizensiert mit <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> 6501 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6502 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6503 </source>
6504 <target state="translated">Es ist freie und open-source Software, lizensiert mit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6380 <context-group purpose="location"> 6505 <context-group purpose="location">
6381 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6506 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6382 <context context-type="linenumber">13</context> 6507 <context context-type="linenumber">13</context>
6383 </context-group> 6508 </context-group>
6384 </trans-unit> 6509 </trans-unit>
6385 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6510 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6386 <source>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;"/>. </source> 6511 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6387 <target state="translated">Für mehr Informationen, besuche bitte<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> 6512 <target state="translated">Für mehr Informationen, besuche bitte<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6388 <context-group purpose="location"> 6513 <context-group purpose="location">
6389 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6514 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6390 <context context-type="linenumber">18</context> 6515 <context context-type="linenumber">18</context>
6391 </context-group> 6516 </context-group>
6392 </trans-unit> 6517 </trans-unit>
6393 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6518 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6394 <source>Use PeerTube documentation</source> 6519 <source>Use PeerTube
6520 documentation</source>
6395 <target state="translated">Benutze die PeerTube Dokumentation</target> 6521 <target state="translated">Benutze die PeerTube Dokumentation</target>
6396 <context-group purpose="location"> 6522 <context-group purpose="location">
6397 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6523 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6407,7 +6533,8 @@ Hilf mit PeerTube zu übersetzen!</target>
6407 </context-group> 6533 </context-group>
6408 </trans-unit> 6534 </trans-unit>
6409 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6535 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6410 <source>PeerTube Applications</source> 6536 <source>PeerTube
6537 Applications</source>
6411 <target state="translated">PeerTube Anwendungen</target> 6538 <target state="translated">PeerTube Anwendungen</target>
6412 <context-group purpose="location"> 6539 <context-group purpose="location">
6413 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6540 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6423,7 +6550,8 @@ Hilf mit PeerTube zu übersetzen!</target>
6423 </context-group> 6550 </context-group>
6424 </trans-unit> 6551 </trans-unit>
6425 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6552 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6426 <source>Contribute on PeerTube</source> 6553 <source>Contribute on
6554 PeerTube</source>
6427 <target state="translated">Mach mit auf PeerTube</target> 6555 <target state="translated">Mach mit auf PeerTube</target>
6428 <context-group purpose="location"> 6556 <context-group purpose="location">
6429 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6557 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6447,7 +6575,11 @@ Hilf mit PeerTube zu übersetzen!</target>
6447 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6575 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6448 </trans-unit> 6576 </trans-unit>
6449 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6577 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6450 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6578 <source>
6579 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6580 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6581 follows applies only if you want to keep using the P2P mode of PeerTube.
6582 </source>
6451 <target state="translated">PeerTube nutzt standardmäßig das BitTorrent-Protokoll, um Bandbreite der Benutzer für die Verbreitung von Videos zu nutzen und die Auslastung der Instanz zu verringern. Letztlich liegt die Entscheidung aber bei Dir, und Du kannst zum klassischen Streaming vom Server umschalten. Die folgenden Einstellungen betreffen nur den Peer-to-peer-Modus (BitTorrent).</target> 6583 <target state="translated">PeerTube nutzt standardmäßig das BitTorrent-Protokoll, um Bandbreite der Benutzer für die Verbreitung von Videos zu nutzen und die Auslastung der Instanz zu verringern. Letztlich liegt die Entscheidung aber bei Dir, und Du kannst zum klassischen Streaming vom Server umschalten. Die folgenden Einstellungen betreffen nur den Peer-to-peer-Modus (BitTorrent).</target>
6452 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6584 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6453 </trans-unit> 6585 </trans-unit>
@@ -6460,17 +6592,27 @@ Hilf mit PeerTube zu übersetzen!</target>
6460 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6592 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6461 </trans-unit> 6593 </trans-unit>
6462 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6594 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6463 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6595 <source>
6596 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6597 In practice, this is much more difficult because:
6598 </source>
6464 <target state="translated">Theoretisch könnte jemand mit den nötigen technischen Fähigkeiten ein Skript schreiben welches ausliest von welcher IP welches Video geladen wird. In der Realität ist dies jedoch relativ schwierig, weil:</target> 6599 <target state="translated">Theoretisch könnte jemand mit den nötigen technischen Fähigkeiten ein Skript schreiben welches ausliest von welcher IP welches Video geladen wird. In der Realität ist dies jedoch relativ schwierig, weil:</target>
6465 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6600 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6466 </trans-unit> 6601 </trans-unit>
6467 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6602 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6468 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6603 <source>
6604 An HTTP request has to be sent on each tracker for each video to spy.
6605 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6606 </source>
6469 <target state="translated">Ein HTTP Request muss von jedem Tracker für jedes zu überwachende Video gesendet werden. Wenn also alle Peertube Videos überwacht werden sollen, müssen so viele Requests wie Videos geschickt werden (und das sind ziemlich viele)</target> 6607 <target state="translated">Ein HTTP Request muss von jedem Tracker für jedes zu überwachende Video gesendet werden. Wenn also alle Peertube Videos überwacht werden sollen, müssen so viele Requests wie Videos geschickt werden (und das sind ziemlich viele)</target>
6470 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6608 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6471 </trans-unit> 6609 </trans-unit>
6472 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6610 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6473 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6611 <source>
6612 For each request sent, the tracker returns random peers at a limited number.
6613 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
6614 requests sent to know every peer in the swarm
6615 </source>
6474 <target state="new"> 6616 <target state="new">
6475 For each request sent, the tracker returns random peers at a limited number. 6617 For each request sent, the tracker returns random peers at a limited number.
6476 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 6618 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
@@ -6487,7 +6629,10 @@ Hilf mit PeerTube zu übersetzen!</target>
6487 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6629 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6488 </trans-unit> 6630 </trans-unit>
6489 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6631 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6490 <source>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</source> 6632 <source>
6633 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
6634 video
6635 </source>
6491 <target state="translated">Wenn eine IP auf dem Tracker gespeichert wurde, heißt das nicht das die Person hinter der IP (falls es die Person gibt) das Video gesehen hat</target> 6636 <target state="translated">Wenn eine IP auf dem Tracker gespeichert wurde, heißt das nicht das die Person hinter der IP (falls es die Person gibt) das Video gesehen hat</target>
6492 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6637 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6493 </trans-unit> 6638 </trans-unit>
@@ -6497,18 +6642,27 @@ Hilf mit PeerTube zu übersetzen!</target>
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6642 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6498 </trans-unit> 6643 </trans-unit>
6499 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6644 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6500 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6645 <source>
6646 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6647 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6648 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6649 to forward the information to.
6650 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6651 </source>
6501 <target state="new"> 6652 <target state="new">
6502 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 6653 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6503 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6654 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6504 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6655 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6505 to forward the information to. 6656 to forward the information to.
6506 See <x id="START_LINK_1" 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 6657 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6507 </target> 6658 </target>
6508 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6659 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6509 </trans-unit> 6660 </trans-unit>
6510 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6661 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6511 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6662 <source>
6663 The worst-case scenario of an average person spying on their friends is quite unlikely.
6664 There are much more effective ways to get that kind of information.
6665 </source>
6512 <target state="new"> 6666 <target state="new">
6513 The worst-case scenario of an average person spying on their friends is quite unlikely. 6667 The worst-case scenario of an average person spying on their friends is quite unlikely.
6514 There are much more effective ways to get that kind of information. 6668 There are much more effective ways to get that kind of information.
@@ -6524,7 +6678,11 @@ Hilf mit PeerTube zu übersetzen!</target>
6524 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6525 </trans-unit> 6679 </trans-unit>
6526 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6680 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6527 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6681 <source>
6682 The threats to privacy with YouTube are different from PeerTube's.
6683 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6684 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6685 </source>
6528 <target state="new"> 6686 <target state="new">
6529 The threats to privacy with YouTube are different from PeerTube's. 6687 The threats to privacy with YouTube are different from PeerTube's.
6530 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6688 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6541,7 +6699,12 @@ Hilf mit PeerTube zu übersetzen!</target>
6541 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6699 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6542 </trans-unit> 6700 </trans-unit>
6543 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6701 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6544 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6702 <source>
6703 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
6704 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6705 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.
6706 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6707 </source>
6545 <target state="new"> 6708 <target state="new">
6546 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 6709 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
6547 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6710 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6559,7 +6722,10 @@ Hilf mit PeerTube zu übersetzen!</target>
6559 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6722 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6560 </trans-unit> 6723 </trans-unit>
6561 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6724 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6562 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6725 <source>
6726 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6727 and render attacks less likely. Here is what we put in place so far:
6728 </source>
6563 <target state="new"> 6729 <target state="new">
6564 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6730 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6565 and render attacks less likely. Here is what we put in place so far: 6731 and render attacks less likely. Here is what we put in place so far:
@@ -6587,7 +6753,10 @@ Hilf mit PeerTube zu übersetzen!</target>
6587 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6753 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6588 </trans-unit> 6754 </trans-unit>
6589 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6755 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6590 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6756 <source>
6757 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6758 WebRTC in your browser.
6759 </source>
6591 <target state="new"> 6760 <target state="new">
6592 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6761 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6593 WebRTC in your browser. 6762 WebRTC in your browser.
@@ -6627,8 +6796,8 @@ Hilf mit PeerTube zu übersetzen!</target>
6627 </context-group> 6796 </context-group>
6628 </trans-unit> 6797 </trans-unit>
6629 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6798 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6630 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6799 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6631 <target state="translated">Entwickelt mit ❤ von <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6800 <target state="translated">Entwickelt mit ❤ von <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6632 <context-group purpose="location"> 6801 <context-group purpose="location">
6633 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6802 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6634 <context context-type="linenumber">3</context> 6803 <context context-type="linenumber">3</context>
@@ -6709,9 +6878,12 @@ Erstelle mein Konto</target>
6709 </context-group> 6878 </context-group>
6710 </trans-unit> 6879 </trans-unit>
6711 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6880 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6712 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6881 <source>
6882 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6883 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6884 </source>
6713 <target> 6885 <target>
6714 Ein Kanal ist eine Einheit in die du Videos hochladen kannst. Mehrere zu erstellen hilft dir deine Inhalte zu organisieren und zu trennen.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6886 Ein Kanal ist eine Einheit in die du Videos hochladen kannst. Mehrere zu erstellen hilft dir deine Inhalte zu organisieren und zu trennen.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6715 Zum Beispiel, könntest du entscheiden, einen Kanal zu haben, auf dem du deine Klavierkonzerte veröffentlichst und einen anderen, auf dem du über Umweltthemen sprichst. 6887 Zum Beispiel, könntest du entscheiden, einen Kanal zu haben, auf dem du deine Klavierkonzerte veröffentlichst und einen anderen, auf dem du über Umweltthemen sprichst.
6716 </target> 6888 </target>
6717 <context-group name="null"> 6889 <context-group name="null">
@@ -6790,8 +6962,13 @@ Erstelle mein Konto</target>
6790 </context-group> 6962 </context-group>
6791 </trans-unit> 6963 </trans-unit>
6792 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6964 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6793 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6965 <source>
6794 <target state="translated">Ich bin mindestens 16 Jahre alt und stimme den <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Nutzungsbedingungen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> und den <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Verhaltensregeln<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> dieser Instanz zu </target> 6966 I am at least 16 years old and agree
6967 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6968 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6969 of this instance
6970 </source>
6971 <target state="translated">Ich bin mindestens 16 Jahre alt und stimme den <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Nutzungsbedingungen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> und den <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Verhaltensregeln<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> dieser Instanz zu </target>
6795 <context-group purpose="location"> 6972 <context-group purpose="location">
6796 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6973 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6797 <context context-type="linenumber">65</context> 6974 <context context-type="linenumber">65</context>
@@ -6892,8 +7069,8 @@ Erstelle mein Konto</target>
6892 </context-group> 7069 </context-group>
6893 </trans-unit> 7070 </trans-unit>
6894 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7071 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6895 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7072 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6896 <target state="translated">Ein <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> das nur die originale Tonspur enthält, ohne Bild</target> 7073 <target state="translated">Ein <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> das nur die originale Tonspur enthält, ohne Bild</target>
6897 <context-group purpose="location"> 7074 <context-group purpose="location">
6898 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7075 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6899 <context context-type="linenumber">1</context> 7076 <context context-type="linenumber">1</context>
@@ -8600,8 +8777,8 @@ Erstelle mein Konto</target>
8600 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8777 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8601 </trans-unit> 8778 </trans-unit>
8602 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8779 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8603 <source>Long (&gt; 10 min)</source> 8780 <source>Long (> 10 min)</source>
8604 <target>Lang (&gt; 10 min)</target> 8781 <target>Lang (> 10 min)</target>
8605 <context-group name="null"> 8782 <context-group name="null">
8606 <context context-type="linenumber">1</context> 8783 <context context-type="linenumber">1</context>
8607 </context-group> 8784 </context-group>
@@ -9960,8 +10137,8 @@ Erstelle mein Konto</target>
9960 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9961 </trans-unit> 10138 </trans-unit>
9962 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10139 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9963 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10140 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9964 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-Unterstützung von:</target> 10141 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-Unterstützung von:</target>
9965 <context-group name="null"> 10142 <context-group name="null">
9966 <context context-type="linenumber">1</context> 10143 <context context-type="linenumber">1</context>
9967 </context-group> 10144 </context-group>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index e64ed37e1..0d620d235 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -408,14 +408,14 @@
408 <context-group name="null"> 408 <context-group name="null">
409 <context context-type="linenumber">61</context> 409 <context context-type="linenumber">61</context>
410 </context-group> 410 </context-group>
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
413 <source>Stop at</source> 413 <source>Stop at</source>
414 <target>Λήξη στο</target> 414 <target>Λήξη στο</target>
415 <context-group name="null"> 415 <context-group name="null">
416 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
417 </context-group> 417 </context-group>
418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
419 <source>Search playlists</source><target state="new">Search playlists</target> 419 <source>Search playlists</source><target state="new">Search playlists</target>
420 <context-group purpose="location"> 420 <context-group purpose="location">
421 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 421 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -632,21 +632,21 @@
632 <context-group name="null"> 632 <context-group name="null">
633 <context context-type="linenumber">48</context> 633 <context context-type="linenumber">48</context>
634 </context-group> 634 </context-group>
635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
636 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 636 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
637 <source>Save</source> 637 <source>Save</source>
638 <target>Αποθήκευση</target> 638 <target>Αποθήκευση</target>
639 <context-group name="null"> 639 <context-group name="null">
640 <context context-type="linenumber">15</context> 640 <context context-type="linenumber">15</context>
641 </context-group> 641 </context-group>
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
643 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 643 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
644 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 644 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
645 <target>Διαγραφή από <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 645 <target>Διαγραφή από <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
646 <context-group name="null"> 646 <context-group name="null">
647 <context context-type="linenumber">85</context> 647 <context context-type="linenumber">85</context>
648 </context-group> 648 </context-group>
649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
650 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 650 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
651 <source>No results.</source> 651 <source>No results.</source>
652 <target>Κανένα αποτέλεσμα.</target> 652 <target>Κανένα αποτέλεσμα.</target>
@@ -3000,47 +3000,47 @@
3000 <context-group name="null"> 3000 <context-group name="null">
3001 <context context-type="linenumber">11</context> 3001 <context context-type="linenumber">11</context>
3002 </context-group> 3002 </context-group>
3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3004 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3005 <context-group purpose="location">
3006 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3007 <context context-type="linenumber">33</context>
3008 </context-group>
3009 </trans-unit>
3004 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3010 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3005 <source>Accepted</source> 3011 <source>Accepted</source>
3006 <target>Έγινε αποδοχή</target> 3012 <target>Έγινε αποδοχή</target>
3007 <context-group name="null"> 3013 <context-group name="null">
3008 <context context-type="linenumber">32</context> 3014 <context context-type="linenumber">32</context>
3009 </context-group> 3015 </context-group>
3010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3011 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3017 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3012 <source>Pending</source> 3018 <source>Pending</source>
3013 <target>Εκκρεμεί</target> 3019 <target>Εκκρεμεί</target>
3014 <context-group name="null"> 3020 <context-group name="null">
3015 <context context-type="linenumber">33</context> 3021 <context context-type="linenumber">33</context>
3016 </context-group> 3022 </context-group>
3017 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3018 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3024 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3019 <source>Accept</source> 3025 <source>Accept</source>
3020 <target>Αποδοχή</target> 3026 <target>Αποδοχή</target>
3021 <context-group name="null"> 3027 <context-group name="null">
3022 <context context-type="linenumber">41</context> 3028 <context context-type="linenumber">41</context>
3023 </context-group> 3029 </context-group>
3024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3030 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3025 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3031 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3026 <source>Refuse</source> 3032 <source>Refuse</source>
3027 <target>Άρνηση</target> 3033 <target>Άρνηση</target>
3028 <context-group name="null"> 3034 <context-group name="null">
3029 <context context-type="linenumber">42</context> 3035 <context context-type="linenumber">42</context>
3030 </context-group> 3036 </context-group>
3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3032 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3038 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3033 <context-group purpose="location"> 3039
3034 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3035 <context context-type="linenumber">55</context>
3036 </context-group>
3037 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3038 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3041 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3039 <context-group purpose="location"> 3042
3040 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3043 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3041 <context context-type="linenumber">56</context>
3042 </context-group>
3043 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3044 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3044 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3045 <context-group purpose="location"> 3045 <context-group purpose="location">
3046 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3046 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3255,39 +3255,45 @@
3255 <context-group name="null"> 3255 <context-group name="null">
3256 <context context-type="linenumber">42</context> 3256 <context context-type="linenumber">42</context>
3257 </context-group> 3257 </context-group>
3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3259 <source>Auth plugin</source><target state="new">Auth plugin</target>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3262 <context context-type="linenumber">49</context>
3263 </context-group>
3264 </trans-unit>
3259 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3265 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3260 <source>(banned)</source> 3266 <source>(banned)</source>
3261 <target>(έχει αποκλειστεί)</target> 3267 <target>(έχει αποκλειστεί)</target>
3262 <context-group name="null"> 3268 <context-group name="null">
3263 <context context-type="linenumber">65</context> 3269 <context context-type="linenumber">65</context>
3264 </context-group> 3270 </context-group>
3265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3266 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3272 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3267 3273
3268 3274
3269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3270 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3276 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3271 <source>User's email must be verified to login</source> 3277 <source>User's email must be verified to login</source>
3272 <target>Το e-mail του χρήστη πρέπει να είναι επιβεβαιωμένο για τη σύνδεση</target> 3278 <target>Το e-mail του χρήστη πρέπει να είναι επιβεβαιωμένο για τη σύνδεση</target>
3273 <context-group name="null"> 3279 <context-group name="null">
3274 <context context-type="linenumber">72</context> 3280 <context context-type="linenumber">72</context>
3275 </context-group> 3281 </context-group>
3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3277 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3283 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3278 <source>User's email is verified / User can login without email verification</source> 3284 <source>User's email is verified / User can login without email verification</source>
3279 <target>Το e-mail του χρήστη έχει επιβεβαιωθεί / Ο χρήστης μπορεί να συνδεθεί χωρίς επιβεβαίωση e-mail</target> 3285 <target>Το e-mail του χρήστη έχει επιβεβαιωθεί / Ο χρήστης μπορεί να συνδεθεί χωρίς επιβεβαίωση e-mail</target>
3280 <context-group name="null"> 3286 <context-group name="null">
3281 <context context-type="linenumber">76</context> 3287 <context context-type="linenumber">76</context>
3282 </context-group> 3288 </context-group>
3283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3284 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3290 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3285 <source>Ban reason:</source> 3291 <source>Ban reason:</source>
3286 <target>Λόγος αποκλεισμού:</target> 3292 <target>Λόγος αποκλεισμού:</target>
3287 <context-group name="null"> 3293 <context-group name="null">
3288 <context context-type="linenumber">95</context> 3294 <context context-type="linenumber">95</context>
3289 </context-group> 3295 </context-group>
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3291 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3297 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3292 <context-group purpose="location"> 3298 <context-group purpose="location">
3293 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3299 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3338,23 +3344,14 @@
3338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3339 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3345 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3340 3346
3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3342 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3348 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3343 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3344 <target>Όνομα βίντεο <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3345 <context-group name="null">
3346 <context context-type="linenumber">8</context>
3347 </context-group>
3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3349 <source>Video URL</source><target state="new">Video URL</target>
3350
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3352 <source>Total size</source><target state="new">Total size</target> 3349 <source>Total size</source><target state="new">Total size</target>
3353 3350
3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3355 <source>List redundancies</source><target state="new">List redundancies</target> 3352 <source>List redundancies</source><target state="new">List redundancies</target>
3356 3353
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3358 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3355 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3359 <context-group purpose="location"> 3356 <context-group purpose="location">
3360 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3357 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3558,7 +3555,7 @@
3558 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3555 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3559 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3556 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3560 3557
3561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3562 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3559 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3563 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3560 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3564 <target>Κατάσταση <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3561 <target>Κατάσταση <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4802,7 +4799,7 @@
4802 <context-group name="null"> 4799 <context-group name="null">
4803 <context context-type="linenumber">22</context> 4800 <context context-type="linenumber">22</context>
4804 </context-group> 4801 </context-group>
4805 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 4802 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4806 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 4803 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
4807 <source>Select the next owner</source> 4804 <source>Select the next owner</source>
4808 <target>Επιλέξτε τον νέο κάτοχο</target> 4805 <target>Επιλέξτε τον νέο κάτοχο</target>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index a555c7afe..52dc672ac 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -432,14 +432,14 @@
432 432
433 433
434 434
435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
436 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 436 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
437 <source>Stop at</source> 437 <source>Stop at</source>
438 <target state="new">Stop at</target> 438 <target state="new">Stop at</target>
439 439
440 440
441 441
442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 442 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
443 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 443 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
444 <source>Search playlists</source> 444 <source>Search playlists</source>
445 <target state="new">Search playlists</target> 445 <target state="new">Search playlists</target>
@@ -690,11 +690,8 @@
690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
691 <source>Edit starts/stops at</source> 691 <source>Edit starts/stops at</source>
692 <target state="new">Edit starts/stops at</target> 692 <target state="new">Edit starts/stops at</target>
693 <context-group purpose="location"> 693
694 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
695 <context context-type="linenumber">48</context>
696 </context-group>
697 </trans-unit>
698 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 695 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
699 <source>Save</source> 696 <source>Save</source>
700 <target>Save</target> 697 <target>Save</target>
@@ -705,15 +702,12 @@
705 702
706 703
707 704
708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
709 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 706 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
710 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 707 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
711 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 708 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
712 <context-group purpose="location"> 709
713 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
714 <context context-type="linenumber">85</context>
715 </context-group>
716 </trans-unit>
717 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 711 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
718 <source>No results.</source> 712 <source>No results.</source>
719 <target>No results.</target> 713 <target>No results.</target>
@@ -3406,7 +3400,13 @@
3406 3400
3407 3401
3408 3402
3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3404 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3405 <context-group purpose="location">
3406 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3407 <context context-type="linenumber">33</context>
3408 </context-group>
3409 </trans-unit>
3410 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3410 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3411 <source>Accepted</source> 3411 <source>Accepted</source>
3412 <target>Accepted</target> 3412 <target>Accepted</target>
@@ -3415,7 +3415,7 @@
3415 </context-group> 3415 </context-group>
3416 3416
3417 3417
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3419 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3419 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3420 <source>Pending</source> 3420 <source>Pending</source>
3421 <target>Pending</target> 3421 <target>Pending</target>
@@ -3424,13 +3424,13 @@
3424 </context-group> 3424 </context-group>
3425 3425
3426 3426
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3428 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3428 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3429 <source>Accept</source> 3429 <source>Accept</source>
3430 <target state="new">Accept</target> 3430 <target state="new">Accept</target>
3431 3431
3432 3432
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3434 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3434 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3435 <source>Refuse</source> 3435 <source>Refuse</source>
3436 <target>Refuse</target> 3436 <target>Refuse</target>
@@ -3439,19 +3439,13 @@
3439 </context-group> 3439 </context-group>
3440 3440
3441 3441
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3443 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3443 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3444 <context-group purpose="location"> 3444
3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3446 <context context-type="linenumber">55</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3449 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3446 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3450 <context-group purpose="location"> 3447
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3452 <context context-type="linenumber">56</context>
3453 </context-group>
3454 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3455 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3449 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3456 <context-group purpose="location"> 3450 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3692,7 +3686,13 @@
3692 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3686 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3693 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3687 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3694 3688
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3690 <source>Auth plugin</source><target state="new">Auth plugin</target>
3691 <context-group purpose="location">
3692 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3693 <context context-type="linenumber">49</context>
3694 </context-group>
3695 </trans-unit>
3696 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3696 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3697 <source>(banned)</source> 3697 <source>(banned)</source>
3698 <target>(banned)</target> 3698 <target>(banned)</target>
@@ -3700,11 +3700,11 @@
3700 <context context-type="linenumber">65</context> 3700 <context context-type="linenumber">65</context>
3701 </context-group> 3701 </context-group>
3702 3702
3703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3704 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3704 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3705 3705
3706 3706
3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3708 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3708 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3709 <source>User's email must be verified to login</source> 3709 <source>User's email must be verified to login</source>
3710 <target>User's email must be verified to login</target> 3710 <target>User's email must be verified to login</target>
@@ -3712,7 +3712,7 @@
3712 <context context-type="linenumber">72</context> 3712 <context context-type="linenumber">72</context>
3713 </context-group> 3713 </context-group>
3714 3714
3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3716 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3716 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3717 <source>User's email is verified / User can login without email verification</source> 3717 <source>User's email is verified / User can login without email verification</source>
3718 <target>User's email is verified / User can login without email verification</target> 3718 <target>User's email is verified / User can login without email verification</target>
@@ -3720,7 +3720,7 @@
3720 <context context-type="linenumber">76</context> 3720 <context context-type="linenumber">76</context>
3721 </context-group> 3721 </context-group>
3722 3722
3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3724 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3724 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3725 <source>Ban reason:</source> 3725 <source>Ban reason:</source>
3726 <target>Ban reason:</target> 3726 <target>Ban reason:</target>
@@ -3728,7 +3728,7 @@
3728 <context context-type="linenumber">95</context> 3728 <context context-type="linenumber">95</context>
3729 </context-group> 3729 </context-group>
3730 3730
3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3732 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3732 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3733 <context-group purpose="location"> 3733 <context-group purpose="location">
3734 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3734 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3786,24 +3786,14 @@
3786 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3786 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3787 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3787 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3788 3788
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3790 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3790 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3791 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3792 <target>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3793 <context-group name="null">
3794 <context context-type="linenumber">8</context>
3795 </context-group>
3796
3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3798 <source>Video URL</source><target state="new">Video URL</target>
3799
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3801 <source>Total size</source><target state="new">Total size</target> 3791 <source>Total size</source><target state="new">Total size</target>
3802 3792
3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3804 <source>List redundancies</source><target state="new">List redundancies</target> 3794 <source>List redundancies</source><target state="new">List redundancies</target>
3805 3795
3806 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3807 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3797 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3808 <context-group purpose="location"> 3798 <context-group purpose="location">
3809 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3799 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4021,7 +4011,7 @@
4021 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4011 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4022 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4012 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4023 4013
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4025 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4015 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4026 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4016 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4027 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4017 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5382,7 +5372,7 @@
5382 </context-group> 5372 </context-group>
5383 5373
5384 5374
5385 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5375 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5386 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5376 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5387 <source>Select the next owner</source> 5377 <source>Select the next owner</source>
5388 <target>Select the next owner</target> 5378 <target>Select the next owner</target>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index d0e3f41aa..c458ffdc5 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -443,7 +443,7 @@
443 443
444 444
445 445
446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
447 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 447 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
448 <source>Stop at</source> 448 <source>Stop at</source>
449 <target>Stop at</target> 449 <target>Stop at</target>
@@ -453,7 +453,7 @@
453 453
454 454
455 455
456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
457 <source>Search playlists</source><target state="final">Search playlists</target> 457 <source>Search playlists</source><target state="final">Search playlists</target>
458 <context-group purpose="location"> 458 <context-group purpose="location">
459 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 459 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -703,8 +703,8 @@
703 <context-group name="null"> 703 <context-group name="null">
704 <context context-type="linenumber">48</context> 704 <context context-type="linenumber">48</context>
705 </context-group> 705 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 706
707 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
708 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 708 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
709 <source>Save</source> 709 <source>Save</source>
710 <target>Save</target> 710 <target>Save</target>
@@ -715,15 +715,15 @@
715 715
716 716
717 717
718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
721 <target>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 721 <target>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
722 <context-group name="null"> 722 <context-group name="null">
723 <context context-type="linenumber">85</context> 723 <context context-type="linenumber">85</context>
724 </context-group> 724 </context-group>
725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 725
726 </trans-unit> 726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
727 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 727 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
728 <source>No results.</source> 728 <source>No results.</source>
729 <target state="final">No results.</target> 729 <target state="final">No results.</target>
@@ -2980,43 +2980,43 @@
2980 2980
2981 2981
2982 2982
2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2983 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2984 <source>Open actor page in a new tab</source><target state="final">Open actor page in a new tab</target>
2985 <context-group purpose="location">
2986 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2987 <context context-type="linenumber">33</context>
2988 </context-group>
2989 </trans-unit>
2984 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2990 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2985 <source>Accepted</source> 2991 <source>Accepted</source>
2986 <target state="final">Accepted</target> 2992 <target state="final">Accepted</target>
2987 2993
2988 2994
2989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2990 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2996 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2991 <source>Pending</source> 2997 <source>Pending</source>
2992 <target state="final">Pending</target> 2998 <target state="final">Pending</target>
2993 2999
2994 3000
2995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2996 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3002 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2997 <source>Accept</source> 3003 <source>Accept</source>
2998 <target state="final">Accept</target> 3004 <target state="final">Accept</target>
2999 3005
3000 3006
3001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3002 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3008 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3003 <source>Refuse</source> 3009 <source>Refuse</source>
3004 <target state="final">Refuse</target> 3010 <target state="final">Refuse</target>
3005 3011
3006 3012
3007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3008 <source>No follower found matching current filters.</source><target state="final">No follower found matching current filters.</target> 3014 <source>No follower found matching current filters.</source><target state="final">No follower found matching current filters.</target>
3009 <context-group purpose="location"> 3015
3010 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3011 <context context-type="linenumber">55</context>
3012 </context-group>
3013 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3014 <source>Your instance doesn't have any follower.</source><target state="final">Your instance doesn't have any follower.</target> 3017 <source>Your instance doesn't have any follower.</source><target state="final">Your instance doesn't have any follower.</target>
3015 <context-group purpose="location"> 3018
3016 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3017 <context context-type="linenumber">56</context>
3018 </context-group>
3019 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3020 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3020 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3021 <context-group purpose="location"> 3021 <context-group purpose="location">
3022 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3022 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3220,31 +3220,37 @@
3220 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3220 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3221 <target state="final">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3221 <target state="final">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3222 3222
3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3224 <source>Auth plugin</source><target state="final">Auth plugin</target>
3225 <context-group purpose="location">
3226 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3227 <context context-type="linenumber">49</context>
3228 </context-group>
3229 </trans-unit>
3224 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3230 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3225 <source>(banned)</source> 3231 <source>(banned)</source>
3226 <target state="final">(banned)</target> 3232 <target state="final">(banned)</target>
3227 3233
3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3229 <source>Open account in a new tab</source><target state="final">Open account in a new tab</target> 3235 <source>Open account in a new tab</source><target state="final">Open account in a new tab</target>
3230 3236
3231 3237
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3238 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3233 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3239 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3234 <source>User's email must be verified to login</source> 3240 <source>User's email must be verified to login</source>
3235 <target state="final">User's email must be verified to login</target> 3241 <target state="final">User's email must be verified to login</target>
3236 3242
3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3238 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3244 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3239 <source>User's email is verified / User can login without email verification</source> 3245 <source>User's email is verified / User can login without email verification</source>
3240 <target state="final">User's email is verified / User can login without email verification</target> 3246 <target state="final">User's email is verified / User can login without email verification</target>
3241 3247
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3243 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3249 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3244 <source>Ban reason:</source> 3250 <source>Ban reason:</source>
3245 <target state="final">Ban reason:</target> 3251 <target state="final">Ban reason:</target>
3246 3252
3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3248 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3254 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="final">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3249 <context-group purpose="location"> 3255 <context-group purpose="location">
3250 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3256 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3305,21 +3311,14 @@
3305 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3311 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3306 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3312 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3307 3313
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3309 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3315 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3310 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3311 <target state="final">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3312
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3314 <source>Video URL</source><target state="final">Video URL</target>
3315
3316 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3317 <source>Total size</source><target state="final">Total size</target> 3316 <source>Total size</source><target state="final">Total size</target>
3318 3317
3319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3320 <source>List redundancies</source><target state="final">List redundancies</target> 3319 <source>List redundancies</source><target state="final">List redundancies</target>
3321 3320
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3323 <source>Your instance doesn't mirror any video.</source><target state="final">Your instance doesn't mirror any video.</target> 3322 <source>Your instance doesn't mirror any video.</source><target state="final">Your instance doesn't mirror any video.</target>
3324 <context-group purpose="location"> 3323 <context-group purpose="location">
3325 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3324 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3507,7 +3506,7 @@
3507 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3506 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3508 <source>Open video in a new tab</source><target state="final">Open video in a new tab</target> 3507 <source>Open video in a new tab</source><target state="final">Open video in a new tab</target>
3509 3508
3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3511 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3510 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3512 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3511 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3513 <target state="final">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3512 <target state="final">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4748,7 +4747,7 @@
4748 <target state="final">Change ownership</target> 4747 <target state="final">Change ownership</target>
4749 4748
4750 4749
4751 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 4750 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4752 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4751 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4753 <source>Select the next owner</source> 4752 <source>Select the next owner</source>
4754 <target state="final">Select the next owner</target> 4753 <target state="final">Select the next owner</target>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index 59c033663..eac570cd2 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikigis novan filmon: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publikigis novan filmon: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis retenita </target> 284 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis retenita </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis fortenita </target> 289 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis fortenita </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kreiĝis ĉe filmo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Nova filma misuzo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kreiĝis ĉe filmo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">La freŝe aldonita filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>memage fortenita<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La freŝe aldonita filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>memage fortenita<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> komentis vian filmon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> komentis vian filmon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> estis publikigita </target> 320 <target state="translated">Via filmo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> estis publikigita </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sukcesis </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Via filma enporto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> malsukcesis </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">Uzanto <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registriĝis ĉe via nodo </target> 335 <target state="translated">Uzanto <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registriĝis ĉe via nodo </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> sekvas <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian kanalon <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>vian konton<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> sekvas <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>vian kanalon <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>vian konton<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vin menciis ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>filmo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vin menciis ĉe <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>filmo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Via nodo havas <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>novan abonanton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> kiu atendas vian aprobon<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Via nodo havas <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>novan abonanton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> kiu atendas vian aprobon<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Via nodo memage abonis <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Via nodo memage abonis <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target>Ĉesi je</target> 414 <target>Ĉesi je</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">Serĉi ludlistojn</target> 424 <target state="translated">Serĉi ludlistojn</target>
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Via raporto sendiĝos al reguligistoj de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> kaj pluiĝos ankaŭ al la devenejo de la filmo (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Via raporto sendiĝos al reguligistoj de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> kaj pluiĝos ankaŭ al la devenejo de la filmo (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -684,27 +692,27 @@
684 <context-group name="null"> 692 <context-group name="null">
685 <context context-type="linenumber">48</context> 693 <context context-type="linenumber">48</context>
686 </context-group> 694 </context-group>
687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 695
688 </trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
690 <source>Save</source> 698 <source>Save</source>
691 <target>Konservi</target> 699 <target>Konservi</target>
692 <context-group name="null"> 700 <context-group name="null">
693 <context context-type="linenumber">15</context> 701 <context context-type="linenumber">15</context>
694 </context-group> 702 </context-group>
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 704
697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 705
698 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 706
699 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
702 <target>Forigi el <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 710 <target>Forigi el <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
703 <context-group name="null"> 711 <context-group name="null">
704 <context context-type="linenumber">85</context> 712 <context context-type="linenumber">85</context>
705 </context-group> 713 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 714
707 </trans-unit> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
709 <source>No results.</source> 717 <source>No results.</source>
710 <target>Nenio troviĝis.</target> 718 <target>Nenio troviĝis.</target>
@@ -832,10 +840,13 @@
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Aboni el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interagi el alia nodo<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,9 +854,12 @@
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 857 <source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
847 <target> 861 <target>
848 Vi povas aboni la kanalon per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 862 Vi povas aboni la kanalon per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
849 Ekzemple en Mastodono aŭ Pleromo, vi povas tajpi la ligilon al la kanalo en la serĉujon, kaj tiel aboni. 863 Ekzemple en Mastodono aŭ Pleromo, vi povas tajpi la ligilon al la kanalo en la serĉujon, kaj tiel aboni.
850 </target> 864 </target>
851 <context-group name="null"> 865 <context-group name="null">
@@ -854,9 +868,12 @@
854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
855 </trans-unit> 869 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
857 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 871 <source>
872 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
858 <target> 875 <target>
859 Vi povas kun ĉi tio interagi per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 876 Vi povas kun ĉi tio interagi per ajna nodo de la fediverso kongrua kun ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
860 Ekzemple en Mastodono aŭ Pleromo vi povas tajpi la nunan ligilon en la serĉujon kaj interagi kun ĝi tie. 877 Ekzemple en Mastodono aŭ Pleromo vi povas tajpi la nunan ligilon en la serĉujon kaj interagi kun ĝi tie.
861 </target> 878 </target>
862 <context-group name="null"> 879 <context-group name="null">
@@ -873,10 +890,13 @@
873 </context-group> 890 </context-group>
874 </trans-unit> 891 </trans-unit>
875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 892 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
876 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 893 <source>
894 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
895 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
896 </source>
877 <target> 897 <target>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Norma politiko pri konsternaj filmoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 898 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Norma politiko pri konsternaj filmoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>povas redifiniĝi de la uzantoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>povas redifiniĝi de la uzantoj<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 </target> 900 </target>
881 <context-group name="null"> 901 <context-group name="null">
882 <context context-type="linenumber">5</context> 902 <context context-type="linenumber">5</context>
@@ -935,9 +955,9 @@
935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
936 </trans-unit> 956 </trans-unit>
937 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 957 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
938 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 958 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
939 <target> 959 <target>
940 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 960 Senlima <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(po <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> tage)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
941 </target> 961 </target>
942 <context-group name="null"> 962 <context-group name="null">
943 <context context-type="linenumber">53</context> 963 <context context-type="linenumber">53</context>
@@ -1135,8 +1155,8 @@
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1155 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1136 </trans-unit> 1156 </trans-unit>
1137 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1157 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1138 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1158 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1139 <target state="translated">Pardonu, sed la ekstera saluta procedo eraris. Bonvolu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kontakti administranton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1159 <target state="translated">Pardonu, sed la ekstera saluta procedo eraris. Bonvolu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kontakti administranton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1140 <context-group purpose="location"> 1160 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/login/login.component.html</context> 1161 <context context-type="sourcefile">src/app/login/login.component.html</context>
1142 <context context-type="linenumber">6</context> 1162 <context context-type="linenumber">6</context>
@@ -1151,14 +1171,21 @@
1151 </context-group> 1171 </context-group>
1152 </trans-unit> 1172 </trans-unit>
1153 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1173 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1154 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1174 <source>
1175 Currently this instance doesn't allow for user registration, but you can find an instance
1176 that gives you the possibility to sign up for an account and upload your videos there.
1177
1178 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1179
1180 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1181 </source>
1155 <target state="new"> 1182 <target state="new">
1156 Currently this instance doesn't allow for user registration, but you can find an instance 1183 Currently this instance doesn't allow for user registration, but you can find an instance
1157 that gives you the possibility to sign up for an account and upload your videos there. 1184 that gives you the possibility to sign up for an account and upload your videos there.
1158 1185
1159 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1186 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1160 1187
1161 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1188 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1162 </target> 1189 </target>
1163 <context-group purpose="location"> 1190 <context-group purpose="location">
1164 <context context-type="sourcefile">src/app/login/login.component.html</context> 1191 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1329,9 +1356,9 @@
1329 </context-group> 1356 </context-group>
1330 </trans-unit> 1357 </trans-unit>
1331 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1358 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1332 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1359 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1333 <target> 1360 <target>
1334 por <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1361 por <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1335 </target> 1362 </target>
1336 <context-group name="null"> 1363 <context-group name="null">
1337 <context context-type="linenumber">6</context> 1364 <context context-type="linenumber">6</context>
@@ -1339,10 +1366,13 @@
1339 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1366 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1340 </trans-unit> 1367 </trans-unit>
1341 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1368 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1342 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1369 <source>
1370 Filters
1371 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1372 </source>
1343 <target> 1373 <target>
1344 Filtriloj 1374 Filtriloj
1345 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1375 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1346 </target> 1376 </target>
1347 <context-group name="null"> 1377 <context-group name="null">
1348 <context context-type="linenumber">16</context> 1378 <context context-type="linenumber">16</context>
@@ -1376,7 +1406,8 @@
1376 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1406 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1377 </trans-unit> 1407 </trans-unit>
1378 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1408 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1379 <source>CLI documentation</source> 1409 <source>CLI
1410 documentation</source>
1380 <target>Konzolo 1411 <target>Konzolo
1381 dokumentaĵo</target> 1412 dokumentaĵo</target>
1382 <context-group name="null"> 1413 <context-group name="null">
@@ -1393,7 +1424,8 @@
1393 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1424 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1394 </trans-unit> 1425 </trans-unit>
1395 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1426 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1396 <source>Administer documentation</source> 1427 <source>Administer
1428 documentation</source>
1397 <target>Administri 1429 <target>Administri
1398 dokumentaĵo</target> 1430 dokumentaĵo</target>
1399 <context-group name="null"> 1431 <context-group name="null">
@@ -1410,7 +1442,8 @@
1410 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1442 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1411 </trans-unit> 1443 </trans-unit>
1412 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1444 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1413 <source>Use documentation</source> 1445 <source>Use
1446 documentation</source>
1414 <target>Uzi 1447 <target>Uzi
1415 dokumentaĵo</target> 1448 dokumentaĵo</target>
1416 <context-group name="null"> 1449 <context-group name="null">
@@ -1435,16 +1468,16 @@
1435 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1436 </trans-unit> 1469 </trans-unit>
1437 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1470 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1438 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1471 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1439 <target>Oficiala retejo de PeerTube (novaĵoj, subteno, kontribuoj…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1472 <target>Oficiala retejo de PeerTube (novaĵoj, subteno, kontribuoj…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1440 <context-group name="null"> 1473 <context-group name="null">
1441 <context context-type="linenumber">44</context> 1474 <context context-type="linenumber">44</context>
1442 </context-group> 1475 </context-group>
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1444 </trans-unit> 1477 </trans-unit>
1445 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1478 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1446 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1479 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1447 <target>Metu vian nodon en la publikan indekson de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1480 <target>Metu vian nodon en la publikan indekson de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1448 </target> 1481 </target>
1449 <context-group name="null"> 1482 <context-group name="null">
1450 <context context-type="linenumber">47</context> 1483 <context context-type="linenumber">47</context>
@@ -1460,10 +1493,14 @@
1460 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1493 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1461 </trans-unit> 1494 </trans-unit>
1462 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1495 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1463 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1496 <source>
1497 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1498 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1499 is very important for visitors to understand on what type of instance they are.
1500 </source>
1464 <target> 1501 <target>
1465 Elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>nomon de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>agordi priskribon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, precizigi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kiu vi estas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1502 Elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>nomon de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>agordi priskribon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, precizigi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kiu vi estas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1466 kial <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vi kreis vian nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kaj <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>kiom longe<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vi planas <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>ĝin bontenadi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1503 kial <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vi kreis vian nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kaj <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>kiom longe<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vi planas <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>ĝin bontenadi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1467 estas tre grave, por ke viaj vizitantoj komprenu, kian specon de nodo ili vizitas. 1504 estas tre grave, por ke viaj vizitantoj komprenu, kian specon de nodo ili vizitas.
1468 </target> 1505 </target>
1469 <context-group name="null"> 1506 <context-group name="null">
@@ -1472,12 +1509,18 @@
1472 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1473 </trans-unit> 1510 </trans-unit>
1474 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1511 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1475 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1512 <source>
1513 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1514 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1515 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1516 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1517 PeerTube instance.
1518 </source>
1476 <target> 1519 <target>
1477 Se vi volas malfermi registradon, bonvolu decidi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>viajn regulojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, plenigu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>uzokondiĉojn 1520 Se vi volas malfermi registradon, bonvolu decidi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>viajn regulojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, plenigu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>uzokondiĉojn
1478 de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1521 de via nodo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1479 kaj precizigu la kategoriojn, kaj la lingvojn, kiujn vi parolas. Tiel vi helpos al uzantoj registriĝi je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la 1522 kaj precizigu la kategoriojn, kaj la lingvojn, kiujn vi parolas. Tiel vi helpos al uzantoj registriĝi je <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la
1480 taŭga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1523 taŭga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1481 nodo de PeerTube. 1524 nodo de PeerTube.
1482 </target> 1525 </target>
1483 <context-group name="null"> 1526 <context-group name="null">
@@ -1576,8 +1619,11 @@
1576 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1577 </trans-unit> 1620 </trans-unit>
1578 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1621 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1579 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1622 <source>
1580 <target state="translated">Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la ĝustan nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sen ili, via nodo ne povas esti montrita sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>la retpaĝo de JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1623 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1624 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1625 </source>
1626 <target state="translated">Bonvolu pripensi agordon de ĉi tiuj kampoj, por helpi al homoj elekti <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la ĝustan nodon<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sen ili, via nodo ne povas esti montrita sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>la retpaĝo de JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1581 <context-group purpose="location"> 1627 <context-group purpose="location">
1582 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1628 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1583 <context context-type="linenumber">24</context> 1629 <context context-type="linenumber">24</context>
@@ -2010,8 +2056,11 @@
2010 </context-group> 2056 </context-group>
2011 </trans-unit> 2057 </trans-unit>
2012 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2058 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2013 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2059 <source>
2014 <target state="translated">Salti al kanalo <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2060 Jump to channel
2061 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2062 </source>
2063 <target state="translated">Salti al kanalo <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2015 <context-group purpose="location"> 2064 <context-group purpose="location">
2016 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2065 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2017 <context context-type="linenumber">18</context> 2066 <context context-type="linenumber">18</context>
@@ -2249,8 +2298,12 @@
2249 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2298 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2250 </trans-unit> 2299 </trans-unit>
2251 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2300 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2252 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2301 <source>
2253 <target state="translated">Etikedo povas servi proponojn de rilataj rekomendoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Maksimuma limo estas 5 etikedoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Premu la enigan klavon por aldoni novan. </target> 2302 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2303 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2304 Press Enter to add a new tag.
2305 </source>
2306 <target state="translated">Etikedo povas servi proponojn de rilataj rekomendoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Maksimuma limo estas 5 etikedoj. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Premu la enigan klavon por aldoni novan. </target>
2254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2307 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2255 </trans-unit> 2308 </trans-unit>
2256 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2309 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2415,7 +2468,7 @@
2415 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2416 </trans-unit> 2469 </trans-unit>
2417 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2470 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2418 <source>Already uploaded ✔</source> 2471 <source>Already uploaded ✔</source>
2419 <target>Jam alŝutita ✔</target> 2472 <target>Jam alŝutita ✔</target>
2420 <context-group name="null"> 2473 <context-group name="null">
2421 <context context-type="linenumber">179</context> 2474 <context context-type="linenumber">179</context>
@@ -2546,9 +2599,13 @@
2546 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2599 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2547 </trans-unit> 2600 </trans-unit>
2548 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2601 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2549 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2602 <source>
2603 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2604 or URL that points to a raw MP4 file.
2605 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2606 </source>
2550 <target> 2607 <target>
2551 Vi povas enporti iun ajn ligilon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>subtenatan de youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2608 Vi povas enporti iun ajn ligilon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>subtenatan de youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2552 aŭ ligilon, kiu montras al kruda MP4-dosiero. 2609 aŭ ligilon, kiu montras al kruda MP4-dosiero.
2553 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras, alie ĝi povus kaŭzi leĝajn problemojn al vi kaj via nodo. 2610 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras, alie ĝi povus kaŭzi leĝajn problemojn al vi kaj via nodo.
2554 </target> 2611 </target>
@@ -2613,10 +2670,14 @@
2613 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2670 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2614 </trans-unit> 2671 </trans-unit>
2615 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2672 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2616 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2673 <source>
2674 Image that will be merged with your audio file.
2675 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2676 The chosen image will be definitive and cannot be modified.
2677 </source>
2617 <target> 2678 <target>
2618 Bildo kiu unuiĝos kun via sona dosiero. 2679 Bildo kiu unuiĝos kun via sona dosiero.
2619 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2680 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2620 La elektita bildo estos ĉiama kaj ne povos ŝanĝiĝi. 2681 La elektita bildo estos ĉiama kaj ne povos ŝanĝiĝi.
2621 </target> 2682 </target>
2622 <context-group name="null"> 2683 <context-group name="null">
@@ -2686,7 +2747,10 @@
2686 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2747 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2687 </trans-unit> 2748 </trans-unit>
2688 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2749 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2689 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2750 <source>
2751 You can import any torrent file that points to a mp4 file.
2752 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2753 </source>
2690 <target> 2754 <target>
2691 Vi povas enporti ĉiun ajn torentan dosieron, kiu montras al mp4-dosiero. 2755 Vi povas enporti ĉiun ajn torentan dosieron, kiu montras al mp4-dosiero.
2692 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras; alie ĝi povus kaŭzi leĝajn problemojn por vi kaj via nodo. 2756 Vi certigu, ke vi havas dissendajn rajtojn pri la datumoj, al kiuj ĝi montras; alie ĝi povus kaŭzi leĝajn problemojn por vi kaj via nodo.
@@ -2707,8 +2771,12 @@
2707 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2771 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2708 </trans-unit> 2772 </trans-unit>
2709 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2773 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2710 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2774 <source>
2711 <target state="translated">Ni rekomendas, ke vi ne uzu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>radikan (root)<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> uzanton por publikigado de viaj filmoj, ĉar ĝi estas la super-administranto de via nodo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Anstataŭe, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kreu specialan konton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por alŝutoj de viaj filmoj. </target> 2775 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2776 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2777 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2778 </source>
2779 <target state="translated">Ni rekomendas, ke vi ne uzu la <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>radikan (root)<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> uzanton por publikigado de viaj filmoj, ĉar ĝi estas la super-administranto de via nodo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Anstataŭe, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kreu specialan konton<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por alŝutoj de viaj filmoj. </target>
2712 <context-group purpose="location"> 2780 <context-group purpose="location">
2713 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2781 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2714 <context context-type="linenumber">2</context> 2782 <context context-type="linenumber">2</context>
@@ -2950,16 +3018,16 @@
2950 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 3018 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2951 </trans-unit> 3019 </trans-unit>
2952 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3020 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2953 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3021 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2954 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3022 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2955 <context-group purpose="location"> 3023 <context-group purpose="location">
2956 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3024 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2957 <context context-type="linenumber">45</context> 3025 <context context-type="linenumber">45</context>
2958 </context-group> 3026 </context-group>
2959 </trans-unit> 3027 </trans-unit>
2960 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3028 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2961 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3029 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2962 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3030 <target state="translated">Publikigita <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> rigardoj<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2963 <context-group purpose="location"> 3031 <context-group purpose="location">
2964 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3032 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2965 <context context-type="linenumber">56</context> 3033 <context context-type="linenumber">56</context>
@@ -3252,7 +3320,11 @@
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3253 </trans-unit> 3321 </trans-unit>
3254 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3322 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3255 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3323 <source>
3324 You can comment using an account on any ActivityPub-compatible instance.
3325 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3326 from within the software's interface.
3327 </source>
3256 <target state="translated">Vi povas komenti per konto de iu ajn nodo akorda kun la normo « ActivityPub ». Sur plej multaj platformoj, vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste ĝin komenti en fasado de la programaro.</target> 3328 <target state="translated">Vi povas komenti per konto de iu ajn nodo akorda kun la normo « ActivityPub ». Sur plej multaj platformoj, vi povas trovi la filmon per entajpo de ĝia URL en la serĉujon, kaj poste ĝin komenti en fasado de la programaro.</target>
3257 <context-group purpose="location"> 3329 <context-group purpose="location">
3258 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3330 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3434,17 +3506,23 @@
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3435 </trans-unit> 3507 </trans-unit>
3436 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3508 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3437 <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> 3509 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3438 <target>Kreita <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> 3510 <target>Kreita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3439 <context-group name="null"> 3511 <context-group name="null">
3440 <context context-type="linenumber">11</context> 3512 <context context-type="linenumber">11</context>
3441 </context-group> 3513 </context-group>
3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3514
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3515
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3516
3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3517
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3518
3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3519
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3521 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3522 <context-group purpose="location">
3523 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3524 <context context-type="linenumber">33</context>
3525 </context-group>
3448 </trans-unit> 3526 </trans-unit>
3449 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3527 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3450 <source>Accepted</source> 3528 <source>Accepted</source>
@@ -3452,52 +3530,46 @@
3452 <context-group name="null"> 3530 <context-group name="null">
3453 <context context-type="linenumber">32</context> 3531 <context context-type="linenumber">32</context>
3454 </context-group> 3532 </context-group>
3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3533
3456 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3534
3457 </trans-unit> 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3458 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3536 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3459 <source>Pending</source> 3537 <source>Pending</source>
3460 <target>Traktata</target> 3538 <target>Traktata</target>
3461 <context-group name="null"> 3539 <context-group name="null">
3462 <context context-type="linenumber">33</context> 3540 <context context-type="linenumber">33</context>
3463 </context-group> 3541 </context-group>
3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3542
3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3543
3466 </trans-unit> 3544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3467 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3545 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3468 <source>Accept</source> 3546 <source>Accept</source>
3469 <target>Akcepti</target> 3547 <target>Akcepti</target>
3470 <context-group name="null"> 3548 <context-group name="null">
3471 <context context-type="linenumber">41</context> 3549 <context context-type="linenumber">41</context>
3472 </context-group> 3550 </context-group>
3473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3551
3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3552
3475 </trans-unit> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3476 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3554 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3477 <source>Refuse</source> 3555 <source>Refuse</source>
3478 <target>Rifuzi</target> 3556 <target>Rifuzi</target>
3479 <context-group name="null"> 3557 <context-group name="null">
3480 <context context-type="linenumber">42</context> 3558 <context context-type="linenumber">42</context>
3481 </context-group> 3559 </context-group>
3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3560
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3561
3484 </trans-unit> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3485 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3563 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3486 <source>No follower found matching current filters.</source> 3564 <source>No follower found matching current filters.</source>
3487 <target state="translated">Neniu abonanto troviĝis laŭ la nuna filtrilo.</target> 3565 <target state="translated">Neniu abonanto troviĝis laŭ la nuna filtrilo.</target>
3488 <context-group purpose="location"> 3566
3489 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3490 <context context-type="linenumber">55</context>
3491 </context-group>
3492 </trans-unit>
3493 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3568 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3494 <source>Your instance doesn't have any follower.</source> 3569 <source>Your instance doesn't have any follower.</source>
3495 <target state="translated">Via nodo havas neniun abonanton.</target> 3570 <target state="translated">Via nodo havas neniun abonanton.</target>
3496 <context-group purpose="location"> 3571
3497 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3498 <context context-type="linenumber">56</context>
3499 </context-group>
3500 </trans-unit>
3501 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3573 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3502 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3574 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3503 <target state="translated">Montrante <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> ĝis <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> el <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> abonantoj</target> 3575 <target state="translated">Montrante <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> ĝis <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> el <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> abonantoj</target>
@@ -3523,8 +3595,8 @@
3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3524 </trans-unit> 3596 </trans-unit>
3525 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3597 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3526 <source>Redundancy allowed <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> 3598 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3527 <target state="translated">Ripetaĵo permesita <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> 3599 <target state="translated">Ripetaĵo permesita <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3529 </trans-unit> 3601 </trans-unit>
3530 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3602 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3643,8 +3715,11 @@
3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3644 </trans-unit> 3716 </trans-unit>
3645 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3717 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3646 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3718 <source>
3647 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalan<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> grandecon de la filmo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3719 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3720 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3721 </source>
3722 <target state="translated">Transkodado estas ŝaltita. Ĉi tiu datumlimo konsideras <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalan<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> grandecon de la filmo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Plej grande ĉi tiu uzanto povus alŝuti ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3648 <context-group purpose="location"> 3723 <context-group purpose="location">
3649 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3724 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3650 <context context-type="linenumber">148</context> 3725 <context context-type="linenumber">148</context>
@@ -3736,20 +3811,26 @@
3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3737 </trans-unit> 3812 </trans-unit>
3738 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3813 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3739 <source>Username <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> 3814 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3740 <target>Salutnomo <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> 3815 <target>Salutnomo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3741 <context-group name="null"> 3816 <context-group name="null">
3742 <context context-type="linenumber">40</context> 3817 <context context-type="linenumber">40</context>
3743 </context-group> 3818 </context-group>
3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3819 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3745 </trans-unit> 3820 </trans-unit>
3746 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3821 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3747 <source>Video quota <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> 3822 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3748 <target>Datumlimo de filmoj <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> 3823 <target>Datumlimo de filmoj <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3749 <context-group name="null"> 3824 <context-group name="null">
3750 <context context-type="linenumber">42</context> 3825 <context context-type="linenumber">42</context>
3751 </context-group> 3826 </context-group>
3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3828 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3829 <source>Auth plugin</source><target state="new">Auth plugin</target>
3830 <context-group purpose="location">
3831 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3832 <context context-type="linenumber">49</context>
3833 </context-group>
3753 </trans-unit> 3834 </trans-unit>
3754 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3835 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3755 <source>(banned)</source> 3836 <source>(banned)</source>
@@ -3757,39 +3838,39 @@
3757 <context-group name="null"> 3838 <context-group name="null">
3758 <context context-type="linenumber">65</context> 3839 <context context-type="linenumber">65</context>
3759 </context-group> 3840 </context-group>
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3841
3761 </trans-unit> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3762 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3843 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3763 <source>Open account in a new tab</source> 3844 <source>Open account in a new tab</source>
3764 <target state="translated">Malfermi konton en nova langeto</target> 3845 <target state="translated">Malfermi konton en nova langeto</target>
3765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3846
3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3847
3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3848
3768 </trans-unit> 3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3769 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3850 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3770 <source>User's email must be verified to login</source> 3851 <source>User's email must be verified to login</source>
3771 <target>Por saluti, la retpoŝtadreso de la uzanto devas esti konfirmita</target> 3852 <target>Por saluti, la retpoŝtadreso de la uzanto devas esti konfirmita</target>
3772 <context-group name="null"> 3853 <context-group name="null">
3773 <context context-type="linenumber">72</context> 3854 <context context-type="linenumber">72</context>
3774 </context-group> 3855 </context-group>
3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3856
3776 </trans-unit> 3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3777 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3858 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3778 <source>User's email is verified / User can login without email verification</source> 3859 <source>User's email is verified / User can login without email verification</source>
3779 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target> 3860 <target>Retpoŝtadreso de la uzanto estas konfirmita / Uzanto povas saluti sen konfirmo de retpoŝtadreso</target>
3780 <context-group name="null"> 3861 <context-group name="null">
3781 <context context-type="linenumber">76</context> 3862 <context context-type="linenumber">76</context>
3782 </context-group> 3863 </context-group>
3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3864
3784 </trans-unit> 3865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3785 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3866 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3786 <source>Ban reason:</source> 3867 <source>Ban reason:</source>
3787 <target>Kialo de forbaro:</target> 3868 <target>Kialo de forbaro:</target>
3788 <context-group name="null"> 3869 <context-group name="null">
3789 <context context-type="linenumber">95</context> 3870 <context context-type="linenumber">95</context>
3790 </context-group> 3871 </context-group>
3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3872
3792 </trans-unit> 3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3793 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3874 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3794 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3875 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3795 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3876 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3848,33 +3929,22 @@
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3849 </trans-unit> 3930 </trans-unit>
3850 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3931 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3851 <source>Video <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> 3932 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3852 <target state="new">Video <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> 3933 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3934
3854 </trans-unit> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3855 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3936
3856 <source>Video 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> 3937
3857 <target>Nomo de filmo <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>
3858 <context-group name="null">
3859 <context context-type="linenumber">8</context>
3860 </context-group>
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3862 </trans-unit>
3863 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3864 <source>Video URL</source>
3865 <target state="translated">URL de filmo</target>
3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3867 </trans-unit>
3868 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3938 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3869 <source>Total size</source> 3939 <source>Total size</source>
3870 <target state="translated">Tuta grando</target> 3940 <target state="translated">Tuta grando</target>
3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3941
3872 </trans-unit> 3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3873 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3943 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3874 <source>List redundancies</source> 3944 <source>List redundancies</source>
3875 <target state="new">List redundancies</target> 3945 <target state="new">List redundancies</target>
3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3946
3877 </trans-unit> 3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3878 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3948 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3879 <source>Your instance doesn't mirror any video.</source> 3949 <source>Your instance doesn't mirror any video.</source>
3880 <target state="new">Your instance doesn't mirror any video.</target> 3950 <target state="new">Your instance doesn't mirror any video.</target>
@@ -3918,8 +3988,8 @@
3918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3919 </trans-unit> 3989 </trans-unit>
3920 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3990 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3921 <source>Date <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> 3991 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3922 <target>Dato <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> 3992 <target>Dato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3923 <context-group name="null"> 3993 <context-group name="null">
3924 <context context-type="linenumber">11</context> 3994 <context context-type="linenumber">11</context>
3925 </context-group> 3995 </context-group>
@@ -4126,12 +4196,12 @@
4126 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4196 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4127 <source>Open video in a new tab</source> 4197 <source>Open video in a new tab</source>
4128 <target state="new">Open video in a new tab</target> 4198 <target state="new">Open video in a new tab</target>
4129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4199
4130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4200
4131 </trans-unit> 4201 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4132 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4202 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4133 <source>State <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> 4203 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4134 <target>Stato <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> 4204 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4135 <context-group name="null"> 4205 <context-group name="null">
4136 <context context-type="linenumber">11</context> 4206 <context context-type="linenumber">11</context>
4137 </context-group> 4207 </context-group>
@@ -4140,8 +4210,8 @@
4140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4141 </trans-unit> 4211 </trans-unit>
4142 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4212 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4143 <source>Score <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> 4213 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4144 <target state="translated">Takso <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> 4214 <target state="translated">Takso <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4146 </trans-unit> 4216 </trans-unit>
4147 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4217 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4161,9 +4231,9 @@
4161 </context-group> 4231 </context-group>
4162 </trans-unit> 4232 </trans-unit>
4163 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4233 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4164 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4234 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4165 <target state="new"> 4235 <target state="new">
4166 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4236 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4167 </target> 4237 </target>
4168 <context-group purpose="location"> 4238 <context-group purpose="location">
4169 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4239 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4187,9 +4257,9 @@
4187 </context-group> 4257 </context-group>
4188 </trans-unit> 4258 </trans-unit>
4189 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4259 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4190 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4260 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4191 <target state="new"> 4261 <target state="new">
4192 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4262 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4193 </target> 4263 </target>
4194 <context-group purpose="location"> 4264 <context-group purpose="location">
4195 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4265 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4237,8 +4307,8 @@
4237 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4307 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4238 </trans-unit> 4308 </trans-unit>
4239 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4309 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4240 <source>Muted at <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> 4310 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4241 <target>Silentigita je <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> 4311 <target>Silentigita je <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4242 <context-group name="null"> 4312 <context-group name="null">
4243 <context context-type="linenumber">13</context> 4313 <context context-type="linenumber">13</context>
4244 </context-group> 4314 </context-group>
@@ -4422,7 +4492,7 @@
4422 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005"> 4492 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005">
4423 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source> 4493 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source>
4424 <target> 4494 <target>
4425 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> je "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/&gt;" 4495 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> je "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
4426 </target> 4496 </target>
4427 <context-group name="null"> 4497 <context-group name="null">
4428 <context context-type="linenumber">22</context> 4498 <context context-type="linenumber">22</context>
@@ -4530,8 +4600,8 @@
4530 </context-group> 4600 </context-group>
4531 </trans-unit> 4601 </trans-unit>
4532 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4602 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4533 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4603 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4534 <target state="translated">De <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4604 <target state="translated">De <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4535 <context-group purpose="location"> 4605 <context-group purpose="location">
4536 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4606 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4537 <context context-type="linenumber">32</context> 4607 <context context-type="linenumber">32</context>
@@ -4579,8 +4649,8 @@
4579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4580 </trans-unit> 4650 </trans-unit>
4581 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4651 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4582 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4652 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4583 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La sistemo de kunhavigado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple la publika IP-adreso) povas sendiĝi al aliaj samtavolanoj, sed ĝi ankaŭ multe helpas malpliigi la ŝarĝon de la servilo.</target> 4653 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La sistemo de kunhavigado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implicas, ke iuj teĥnikaj informoj pri via sistemo (ekzemple la publika IP-adreso) povas sendiĝi al aliaj samtavolanoj, sed ĝi ankaŭ multe helpas malpliigi la ŝarĝon de la servilo.</target>
4584 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4654 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4585 </trans-unit> 4655 </trans-unit>
4586 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4656 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4622,8 +4692,8 @@
4622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4623 </trans-unit> 4693 </trans-unit>
4624 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4694 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4625 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4695 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4626 <target state="translated">Administru <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por kunigi skipon de reguligistoj. </target> 4696 <target state="translated">Administru <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por kunigi skipon de reguligistoj. </target>
4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4628 </trans-unit> 4698 </trans-unit>
4629 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4699 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4635,8 +4705,11 @@
4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4636 </trans-unit> 4706 </trans-unit>
4637 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4707 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4638 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4708 <source>
4639 <target state="translated">Ŝaltite, tio sciigos aliajn administrantojn, ke vi federas ĉefe konsternan enhavon.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Plie, la markbutono « konsterna » ĉe alŝuto de filmo estos implice markita. </target> 4709 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4710 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4711 </source>
4712 <target state="translated">Ŝaltite, tio sciigos aliajn administrantojn, ke vi federas ĉefe konsternan enhavon.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Plie, la markbutono « konsterna » ĉe alŝuto de filmo estos implice markita. </target>
4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4641 </trans-unit> 4714 </trans-unit>
4642 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4715 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4648,8 +4721,8 @@
4648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4649 </trans-unit> 4722 </trans-unit>
4650 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4723 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4651 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4724 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4652 <target state="translated">Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, oni ricevos peton de konfirmo pri sia volo spekti la filmon. </target> 4725 <target state="translated">Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, oni ricevos peton de konfirmo pri sia volo spekti la filmon. </target>
4653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4654 </trans-unit> 4727 </trans-unit>
4655 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4728 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4809,8 +4882,8 @@
4809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4882 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4810 </trans-unit> 4883 </trans-unit>
4811 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4884 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4812 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4885 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4813 <target state="translated">Uzu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kromprogramojn kaj haŭtojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por pli grandaj ŝanĝoj, aŭ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>aldonu nur etajn adaptojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4886 <target state="translated">Uzu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kromprogramojn kaj haŭtojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por pli grandaj ŝanĝoj, aŭ <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>aldonu nur etajn adaptojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4815 </trans-unit> 4888 </trans-unit>
4816 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4889 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4872,8 +4945,8 @@
4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4873 </trans-unit> 4946 </trans-unit>
4874 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4947 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4875 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4948 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4876 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> por agordi iliajn datumlimojn unuope. </target> 4949 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>uzantojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> por agordi iliajn datumlimojn unuope. </target>
4877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4878 </trans-unit> 4951 </trans-unit>
4879 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4952 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -5048,8 +5121,8 @@
5048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
5049 </trans-unit> 5122 </trans-unit>
5050 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5123 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5051 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5124 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
5052 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>rilatojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kun aliaj nodoj. </target> 5125 <target state="translated">Administri <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>rilatojn<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kun aliaj nodoj. </target>
5053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5054 </trans-unit> 5127 </trans-unit>
5055 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5128 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -5068,8 +5141,8 @@
5068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5069 </trans-unit> 5142 </trans-unit>
5070 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5143 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5071 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5144 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5072 <target state="translated">Vi abonu nur indeksojn kiujn vi fidas, aŭ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>gastigu vian propran<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5145 <target state="translated">Vi abonu nur indeksojn kiujn vi fidas, aŭ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>gastigu vian propran<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5073 <context-group purpose="location"> 5146 <context-group purpose="location">
5074 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5147 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5075 <context context-type="linenumber">450</context> 5148 <context context-type="linenumber">450</context>
@@ -5162,8 +5235,14 @@
5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5163 </trans-unit> 5236 </trans-unit>
5164 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5237 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5165 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5238 <source>
5166 <target state="translated">Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, por vidi ĉu via nodo estas permesata. </target> 5239 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5240 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5241 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5242 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5243 to see if you instance is whitelisted.
5244 </source>
5245 <target state="translated">Se via nodo estas permesata de Tvitero, filmludilo enkorpiĝos en la Tviteran fluon kiam oni kunhavigos filmon de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Se la nodo ne estas permesata, ni uzos bildkarton kun ligilo al via nodo de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Marku la markbutonon, konservu la agordaron, kaj provu per URL al iu filmo de via nodo (https://ekzemplo.net/videos/watch/blabla) en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>, por vidi ĉu via nodo estas permesata. </target>
5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
5168 </trans-unit> 5247 </trans-unit>
5169 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5248 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -5180,7 +5259,10 @@
5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5259 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5181 </trans-unit> 5260 </trans-unit>
5182 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5261 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5183 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5262 <source>
5263 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5264 resources, this is a critical part of PeerTube, so tread carefully.
5265 </source>
5184 <target state="translated">Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente.</target> 5266 <target state="translated">Prilabori alŝutitajn filmojn tiel, ke ili havu formon ludeblan por ĉiu aparato. Kvankam tio kostas multajn rimedojn, ĝi estas grava parto de PeerTube; priagu atente.</target>
5185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
5186 </trans-unit> 5268 </trans-unit>
@@ -5227,8 +5309,16 @@
5227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5228 </trans-unit> 5310 </trans-unit>
5229 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5311 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5230 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5312 <source>
5231 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de WebTorrent<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5313 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5314
5315 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5316
5317 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5318
5319 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5320 </source>
5321 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Eksperimenta; ni konsilas, ke vi nun ne malŝaltu subtenon de WebTorrent<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Se vi ankaŭ ŝaltis subtenon de HLS, tio duobligos deponon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malŝaltite, ĝi rompas federadon kun nodoj de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5233 </trans-unit> 5323 </trans-unit>
5234 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5324 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -5237,8 +5327,19 @@
5237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5238 </trans-unit> 5328 </trans-unit>
5239 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5329 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5240 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5330 <source>
5241 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bezonas ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Ŝanĝo de distingumo pli glatas<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Pli rapida ludado, precipe de longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Pli dependebla ludado (malpli da eraroj, enlegado)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5331 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5332
5333 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5334 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5335 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5336 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5337 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5338 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5339
5340 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5341 </source>
5342 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bezonas ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Ŝanĝo de distingumo pli glatas<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli rapida ludado, precipe de longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli dependebla ludado (malpli da eraroj, enlegado)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5243 </trans-unit> 5344 </trans-unit>
5244 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5345 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5301,23 +5402,34 @@
5301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5302 </trans-unit> 5403 </trans-unit>
5303 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5404 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5304 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5405 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5305 <target state="translated">Skribu Ĝavoskriptan kodon rekte.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ekzemple: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('mia nodo mojosas');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5406 <target state="translated">Skribu Ĝavoskriptan kodon rekte.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ekzemple: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('mia nodo mojosas');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5306 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5307 </trans-unit> 5408 </trans-unit>
5308 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5409 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5309 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5410 <source>
5411 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5412 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5413 color: red;
5414 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5415 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5416 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5417 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5418 color: red;
5419 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5420 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5421 </source>
5310 <target state="new"> 5422 <target state="new">
5311 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5423 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5312 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5424 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5313 color: red; 5425 color: red;
5314 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5426 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5315 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5427 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5316 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5428 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5317 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5429 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5318 color: red; 5430 color: red;
5319 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5431 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5320 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5432 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5321 </target> 5433 </target>
5322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5323 </trans-unit> 5435 </trans-unit>
@@ -5511,9 +5623,9 @@
5511 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5623 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5512 </trans-unit> 5624 </trans-unit>
5513 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5625 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5514 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5626 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5515 <target> 5627 <target>
5516 Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, konfirmo al spekto de la filmo estos petita. 5628 Kun <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listigi<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> aŭ <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Malklarigi bildetojn<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, konfirmo al spekto de la filmo estos petita.
5517 </target> 5629 </target>
5518 <context-group name="null"> 5630 <context-group name="null">
5519 <context context-type="linenumber">6</context> 5631 <context context-type="linenumber">6</context>
@@ -5543,9 +5655,9 @@
5543 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5655 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5544 </trans-unit> 5656 </trans-unit>
5545 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5657 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5546 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5658 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5547 <target> 5659 <target>
5548 Via nuna retpoŝtadreso estas <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5660 Via nuna retpoŝtadreso estas <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5549</target> 5661</target>
5550 <context-group name="null"> 5662 <context-group name="null">
5551 <context context-type="linenumber">4</context> 5663 <context context-type="linenumber">4</context>
@@ -5553,9 +5665,9 @@
5553 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5665 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5554 </trans-unit> 5666 </trans-unit>
5555 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5667 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5556 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5668 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5557 <target> 5669 <target>
5558 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> atendas retpoŝtan kontrolon 5670 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> atendas retpoŝtan kontrolon
5559</target> 5671</target>
5560 <context-group name="null"> 5672 <context-group name="null">
5561 <context context-type="linenumber">8</context> 5673 <context context-type="linenumber">8</context>
@@ -5625,9 +5737,9 @@
5625 <context-group name="null"> 5737 <context-group name="null">
5626 <context context-type="linenumber">22</context> 5738 <context context-type="linenumber">22</context>
5627 </context-group> 5739 </context-group>
5628 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5740
5629 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5741
5630 </trans-unit> 5742 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5631 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5743 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5632 <source>Select the next owner</source> 5744 <source>Select the next owner</source>
5633 <target>Elektu la sekvan posedanton</target> 5745 <target>Elektu la sekvan posedanton</target>
@@ -5637,8 +5749,8 @@
5637 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5749 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5638 </trans-unit> 5750 </trans-unit>
5639 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5751 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5640 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5752 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5641 <target state="translated">Filmoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5753 <target state="translated">Filmoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5642 <context-group purpose="location"> 5754 <context-group purpose="location">
5643 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5755 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5644 <context context-type="linenumber">2</context> 5756 <context context-type="linenumber">2</context>
@@ -5674,10 +5786,13 @@
5674 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5786 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5675 </trans-unit> 5787 </trans-unit>
5676 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5788 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5677 <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> 5789 <source>
5790 Created
5791 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5792 </source>
5678 <target> 5793 <target>
5679 Kreita 5794 Kreita
5680 <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;"/> 5795 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5681 </target> 5796 </target>
5682 <context-group name="null"> 5797 <context-group name="null">
5683 <context context-type="linenumber">15</context> 5798 <context context-type="linenumber">15</context>
@@ -5749,8 +5864,9 @@
5749 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5750 </trans-unit> 5865 </trans-unit>
5751 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5866 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5752 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5867 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5753 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5868 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5869 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5754 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5870 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5755 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5871 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5756 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5872 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5848,9 +5964,12 @@
5848 </context-group> 5964 </context-group>
5849 </trans-unit> 5965 </trans-unit>
5850 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5966 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5851 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5967 <source>
5968 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5969 Delete history
5970 </source>
5852 <target> 5971 <target>
5853 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5972 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5854 Forigi historion 5973 Forigi historion
5855 </target> 5974 </target>
5856 <context-group name="null"> 5975 <context-group name="null">
@@ -5867,9 +5986,12 @@
5867 </context-group> 5986 </context-group>
5868 </trans-unit> 5987 </trans-unit>
5869 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5988 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5870 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5989 <source>
5990 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5991 Notification preferences
5992 </source>
5871 <target> 5993 <target>
5872 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5994 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5873 Sciigaj agordoj 5995 Sciigaj agordoj
5874 </target> 5996 </target>
5875 <context-group name="null"> 5997 <context-group name="null">
@@ -5949,8 +6071,8 @@
5949 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6071 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5950 </trans-unit> 6072 </trans-unit>
5951 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6073 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5952 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6074 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5953 <target state="translated">Ludlistoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6075 <target state="translated">Ludlistoj <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5954 <context-group purpose="location"> 6076 <context-group purpose="location">
5955 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6077 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5956 <context context-type="linenumber">2</context> 6078 <context context-type="linenumber">2</context>
@@ -5978,9 +6100,9 @@
5978 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 6100 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
5979 </trans-unit> 6101 </trans-unit>
5980 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6102 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5981 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6103 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5982 <target> 6104 <target>
5983 Se vi bezonas helpon pri uzado de PeerTube, vi povas rigardi la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentaĵon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6105 Se vi bezonas helpon pri uzado de PeerTube, vi povas rigardi la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentaĵon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5984 </target> 6106 </target>
5985 <context-group name="null"> 6107 <context-group name="null">
5986 <context context-type="linenumber">13</context> 6108 <context context-type="linenumber">13</context>
@@ -6434,10 +6556,13 @@
6434 </context-group> 6556 </context-group>
6435 </trans-unit> 6557 </trans-unit>
6436 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6558 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6437 <source>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;"/>. </source> 6559 <source>
6560 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6561 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6562 </source>
6438 <target state="new"> 6563 <target state="new">
6439 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6564 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6440 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6565 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6441 </target> 6566 </target>
6442 <context-group purpose="location"> 6567 <context-group purpose="location">
6443 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6568 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6445,15 +6570,16 @@
6445 </context-group> 6570 </context-group>
6446 </trans-unit> 6571 </trans-unit>
6447 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6572 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6448 <source>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;"/>. </source> 6573 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6449 <target state="translated">Por pliaj informoj, bonvolu rigardi <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> 6574 <target state="translated">Por pliaj informoj, bonvolu rigardi <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6450 <context-group purpose="location"> 6575 <context-group purpose="location">
6451 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6576 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6452 <context context-type="linenumber">18</context> 6577 <context context-type="linenumber">18</context>
6453 </context-group> 6578 </context-group>
6454 </trans-unit> 6579 </trans-unit>
6455 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6580 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6456 <source>Use PeerTube documentation</source> 6581 <source>Use PeerTube
6582 documentation</source>
6457 <target state="translated">Uzu dokumentaĵon de PeerTube</target> 6583 <target state="translated">Uzu dokumentaĵon de PeerTube</target>
6458 <context-group purpose="location"> 6584 <context-group purpose="location">
6459 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6585 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6469,7 +6595,8 @@
6469 </context-group> 6595 </context-group>
6470 </trans-unit> 6596 </trans-unit>
6471 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6597 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6472 <source>PeerTube Applications</source> 6598 <source>PeerTube
6599 Applications</source>
6473 <target state="translated">Aplikaĵoj de PeerTube</target> 6600 <target state="translated">Aplikaĵoj de PeerTube</target>
6474 <context-group purpose="location"> 6601 <context-group purpose="location">
6475 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6602 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6485,7 +6612,8 @@
6485 </context-group> 6612 </context-group>
6486 </trans-unit> 6613 </trans-unit>
6487 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6614 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6488 <source>Contribute on PeerTube</source> 6615 <source>Contribute on
6616 PeerTube</source>
6489 <target state="translated">Kontribui en PeerTube</target> 6617 <target state="translated">Kontribui en PeerTube</target>
6490 <context-group purpose="location"> 6618 <context-group purpose="location">
6491 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6619 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6509,7 +6637,11 @@
6509 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6637 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6510 </trans-unit> 6638 </trans-unit>
6511 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6639 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6512 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6640 <source>
6641 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6642 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6643 follows applies only if you want to keep using the P2P mode of PeerTube.
6644 </source>
6513 <target state="translated">PeerTube uzas la protokolon «BitTorrent» por implice kunhavigi kapaciton inter uzantoj, por malpliigi la ŝarĝon de la servilo, sed fine lasas vin elekti ĉu vi volas anstataŭe uzi la ordinaran elsendadon el la servilo de la filmo. La sekvo nur aplikiĝas se vi volas daŭre uzadi la samtavolan reĝimon de PeerTube.</target> 6645 <target state="translated">PeerTube uzas la protokolon «BitTorrent» por implice kunhavigi kapaciton inter uzantoj, por malpliigi la ŝarĝon de la servilo, sed fine lasas vin elekti ĉu vi volas anstataŭe uzi la ordinaran elsendadon el la servilo de la filmo. La sekvo nur aplikiĝas se vi volas daŭre uzadi la samtavolan reĝimon de PeerTube.</target>
6514 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6646 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6515 </trans-unit> 6647 </trans-unit>
@@ -6522,12 +6654,18 @@
6522 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6654 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6523 </trans-unit> 6655 </trans-unit>
6524 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6656 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6525 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6657 <source>
6658 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6659 In practice, this is much more difficult because:
6660 </source>
6526 <target state="translated">Teorie, iu sufiĉe teĥnike lerta povus krei skripton, kiu spionas, kiu IP-adreso elŝutas kiun filmon. Sed efektive tio multe pli malfacilas, ĉar:</target> 6661 <target state="translated">Teorie, iu sufiĉe teĥnike lerta povus krei skripton, kiu spionas, kiu IP-adreso elŝutas kiun filmon. Sed efektive tio multe pli malfacilas, ĉar:</target>
6527 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6662 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6528 </trans-unit> 6663 </trans-unit>
6529 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6664 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6530 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6665 <source>
6666 An HTTP request has to be sent on each tracker for each video to spy.
6667 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6668 </source>
6531 <target state="new"> 6669 <target state="new">
6532 An HTTP request has to be sent on each tracker for each video to spy. 6670 An HTTP request has to be sent on each tracker for each video to spy.
6533 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6671 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6535,7 +6673,11 @@
6535 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6673 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6536 </trans-unit> 6674 </trans-unit>
6537 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6675 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6538 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6676 <source>
6677 For each request sent, the tracker returns random peers at a limited number.
6678 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
6679 requests sent to know every peer in the swarm
6680 </source>
6539 <target state="new"> 6681 <target state="new">
6540 For each request sent, the tracker returns random peers at a limited number. 6682 For each request sent, the tracker returns random peers at a limited number.
6541 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 6683 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
@@ -6554,7 +6696,10 @@
6554 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6696 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6555 </trans-unit> 6697 </trans-unit>
6556 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6698 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6557 <source>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</source> 6699 <source>
6700 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
6701 video
6702 </source>
6558 <target state="new"> 6703 <target state="new">
6559 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 6704 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
6560 video 6705 video
@@ -6569,12 +6714,21 @@
6569 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6714 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6570 </trans-unit> 6715 </trans-unit>
6571 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6716 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6572 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6717 <source>
6573 <target state="translated">Retaj samtavolanoj ne estas publike alireblaj: ĉar ni uzas la protokolon WebRTC en la foliumilo (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>kun la biblioteko WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), la protokolo malsamas de la normala BitTorrent. Kiam vi uzas retan foliumilon, vi sendas signalon kun via IP-adreso al la kunordiga servilo, kiu hazarde elektos aliajn samtavolanojn, kiu ricevos tiun informon. Vidu pliajn informojn en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ĉi tiu dokumento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6718 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6719 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6720 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6721 to forward the information to.
6722 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6723 </source>
6724 <target state="translated">Retaj samtavolanoj ne estas publike alireblaj: ĉar ni uzas la protokolon WebRTC en la foliumilo (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>kun la biblioteko WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), la protokolo malsamas de la normala BitTorrent. Kiam vi uzas retan foliumilon, vi sendas signalon kun via IP-adreso al la kunordiga servilo, kiu hazarde elektos aliajn samtavolanojn, kiu ricevos tiun informon. Vidu pliajn informojn en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ĉi tiu dokumento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6574 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6725 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6575 </trans-unit> 6726 </trans-unit>
6576 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6727 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6577 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6728 <source>
6729 The worst-case scenario of an average person spying on their friends is quite unlikely.
6730 There are much more effective ways to get that kind of information.
6731 </source>
6578 <target state="translated">La plej malbona okazo de normala persono spionanta siajn amikojn estas tre malprobabla. Ekzistas multe pli efikaj manieroj akiri tiajn informojn.</target> 6732 <target state="translated">La plej malbona okazo de normala persono spionanta siajn amikojn estas tre malprobabla. Ekzistas multe pli efikaj manieroj akiri tiajn informojn.</target>
6579 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6733 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6580 </trans-unit> 6734 </trans-unit>
@@ -6587,7 +6741,11 @@
6587 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6741 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6588 </trans-unit> 6742 </trans-unit>
6589 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6743 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6590 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6744 <source>
6745 The threats to privacy with YouTube are different from PeerTube's.
6746 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6747 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6748 </source>
6591 <target state="translated">La minacoj al privateco malsamas ĉe YouTube de tiuj ĉe PeerTube. Ĉe YouTube, la platformo kolektas grandegajn kvantojn de viaj personaj informoj (ne nur vian IP-adreson) por ilin analizi kaj vin spuri. Plie, YouTube estas posedata de Google/Alphabet, kompanio kiu vin spuras trans multegaj retpaĝoj (per AdSense aŭ Google Analytics).</target> 6749 <target state="translated">La minacoj al privateco malsamas ĉe YouTube de tiuj ĉe PeerTube. Ĉe YouTube, la platformo kolektas grandegajn kvantojn de viaj personaj informoj (ne nur vian IP-adreson) por ilin analizi kaj vin spuri. Plie, YouTube estas posedata de Google/Alphabet, kompanio kiu vin spuras trans multegaj retpaĝoj (per AdSense aŭ Google Analytics).</target>
6592 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6593 </trans-unit> 6751 </trans-unit>
@@ -6600,7 +6758,12 @@
6600 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6758 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6601 </trans-unit> 6759 </trans-unit>
6602 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6760 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6603 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6761 <source>
6762 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
6763 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6764 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.
6765 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6766 </source>
6604 <target state="translated">Via IP-adreso estas publika, sekve ĉiufoje, kiam vi vizitas retpaĝon, pluraj partoprenantoj (aldone al la fina retpaĝo) vidas vian IP-adreson en siaj protokoloj de konektoj: provizanto de retservoj, enkursigiloj, spuriloj, provizantoj de enhavo, kaj aliaj. PeerTube ne kaŝas tion: ni avertas vin, ke se vi volas teni vian IP-adreson privata, vi devas uzi virtualan privatan reton (VPN) aŭ foliumilon de Tor (Tor Browser). Pensi, ke forigo de samtavola teĥnikaro de PeerTube sennomigos vin, ne sencas.</target> 6767 <target state="translated">Via IP-adreso estas publika, sekve ĉiufoje, kiam vi vizitas retpaĝon, pluraj partoprenantoj (aldone al la fina retpaĝo) vidas vian IP-adreson en siaj protokoloj de konektoj: provizanto de retservoj, enkursigiloj, spuriloj, provizantoj de enhavo, kaj aliaj. PeerTube ne kaŝas tion: ni avertas vin, ke se vi volas teni vian IP-adreson privata, vi devas uzi virtualan privatan reton (VPN) aŭ foliumilon de Tor (Tor Browser). Pensi, ke forigo de samtavola teĥnikaro de PeerTube sennomigos vin, ne sencas.</target>
6605 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6768 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6606 </trans-unit> 6769 </trans-unit>
@@ -6613,7 +6776,10 @@
6613 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6776 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6614 </trans-unit> 6777 </trans-unit>
6615 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6778 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6616 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6779 <source>
6780 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6781 and render attacks less likely. Here is what we put in place so far:
6782 </source>
6617 <target state="translated">PeerTube volas provizi la plej bonajn kontraŭrimedojn, por doni al vi pliajn elekteblojn kaj malprobabligi atakojn. Jen kion ni efektivigis ĝis nun:</target> 6783 <target state="translated">PeerTube volas provizi la plej bonajn kontraŭrimedojn, por doni al vi pliajn elekteblojn kaj malprobabligi atakojn. Jen kion ni efektivigis ĝis nun:</target>
6618 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6784 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6619 </trans-unit> 6785 </trans-unit>
@@ -6638,7 +6804,10 @@
6638 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6804 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6639 </trans-unit> 6805 </trans-unit>
6640 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6806 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6641 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6807 <source>
6808 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6809 WebRTC in your browser.
6810 </source>
6642 <target state="translated">Finfine memoru, ke vi ĉiam povas malŝalti samtavolan teĥnikaron per baskulo en la filmludilo, aŭ per malŝalto de WebRTC en via foliumilo.</target> 6811 <target state="translated">Finfine memoru, ke vi ĉiam povas malŝalti samtavolan teĥnikaron per baskulo en la filmludilo, aŭ per malŝalto de WebRTC en via foliumilo.</target>
6643 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6812 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6644 </trans-unit> 6813 </trans-unit>
@@ -6675,8 +6844,8 @@
6675 </context-group> 6844 </context-group>
6676 </trans-unit> 6845 </trans-unit>
6677 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6846 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6678 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6847 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6679 <target state="translated">Evoluigita kun ❤ de <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6848 <target state="translated">Evoluigita kun ❤ de <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6680 <context-group purpose="location"> 6849 <context-group purpose="location">
6681 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6850 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6682 <context context-type="linenumber">3</context> 6851 <context context-type="linenumber">3</context>
@@ -6759,9 +6928,12 @@
6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6928 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6760 </trans-unit> 6929 </trans-unit>
6761 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6930 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6762 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6931 <source>
6932 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6933 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6934 </source>
6763 <target> 6935 <target>
6764 Al kanalo oni alŝutas siajn filmojn. Havo de kelkaj kanaloj helpas organizi kaj apartigi vian enhavon..<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6936 Al kanalo oni alŝutas siajn filmojn. Havo de kelkaj kanaloj helpas organizi kaj apartigi vian enhavon..<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6765 Ekzemple, vi povus decidi krei unu kanalon por publikigado de viaj pianaj koncertoj, kaj alian por publikigado de filmoj, kie vi priparolas ekologion. 6937 Ekzemple, vi povus decidi krei unu kanalon por publikigado de viaj pianaj koncertoj, kaj alian por publikigado de filmoj, kie vi priparolas ekologion.
6766 </target> 6938 </target>
6767 <context-group name="null"> 6939 <context-group name="null">
@@ -6838,11 +7010,16 @@
6838 </context-group> 7010 </context-group>
6839 </trans-unit> 7011 </trans-unit>
6840 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 7012 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6841 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 7013 <source>
7014 I am at least 16 years old and agree
7015 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
7016 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
7017 of this instance
7018 </source>
6842 <target> 7019 <target>
6843 Mi aĝas almenaŭ 16 jarojn kaj konsentas 7020 Mi aĝas almenaŭ 16 jarojn kaj konsentas
6844 al la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 7021 al la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Uzokondiĉoj<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6845 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> kaj al la <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Konduta regularo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 7022 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> kaj al la <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Konduta regularo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6846 de ĉi tiu nodo 7023 de ĉi tiu nodo
6847 </target> 7024 </target>
6848 <context-group name="null"> 7025 <context-group name="null">
@@ -6947,8 +7124,8 @@
6947 </context-group> 7124 </context-group>
6948 </trans-unit> 7125 </trans-unit>
6949 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7126 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6950 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7127 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6951 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> kiu retenas la originalan sonparton, sen filmoparto</target> 7128 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> kiu retenas la originalan sonparton, sen filmoparto</target>
6952 <context-group purpose="location"> 7129 <context-group purpose="location">
6953 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7130 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6954 <context context-type="linenumber">1</context> 7131 <context context-type="linenumber">1</context>
@@ -8655,8 +8832,8 @@
8655 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8832 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8656 </trans-unit> 8833 </trans-unit>
8657 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8834 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8658 <source>Long (&gt; 10 min)</source> 8835 <source>Long (> 10 min)</source>
8659 <target>Longa (&gt; 10 min)</target> 8836 <target>Longa (> 10 min)</target>
8660 <context-group name="null"> 8837 <context-group name="null">
8661 <context context-type="linenumber">1</context> 8838 <context context-type="linenumber">1</context>
8662 </context-group> 8839 </context-group>
@@ -10015,8 +10192,8 @@
10015 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10192 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
10016 </trans-unit> 10193 </trans-unit>
10017 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10194 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
10018 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10195 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
10019 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> » kaj:</target> 10196 <target>Subtenas « <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> » kaj:</target>
10020 <context-group name="null"> 10197 <context-group name="null">
10021 <context context-type="linenumber">1</context> 10198 <context context-type="linenumber">1</context>
10022 </context-group> 10199 </context-group>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 4dec7ba64..41d106b52 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicó un nuevo video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha removido de la lista negra </target> 284 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha removido de la lista negra </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha incluido en la lista negra </target> 289 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha incluido en la lista negra </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nuevo video abusivo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> se ha generado en el video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">El video añadido recientemente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>puesto automáticamente en la lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> comentó su video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ha sido publicado </target> 320 <target state="translated">Su video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ha sido publicado </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>La importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fue exitosa </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L importación de su video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> falló </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registrado en su instancia </target> 335 <target state="translated">User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registrado en su instancia </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> está siguiendo <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>su cuenta<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lo mencionó en <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> el video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Su instancia tiene <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nuevo seguidor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> esperando su aprobación <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Su instancia siguió automáticamente <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target state="translated">Detener en</target> 414 <target state="translated">Detener en</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">Buscar listas de reproducción</target> 424 <target state="translated">Buscar listas de reproducción</target>
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Su informe será enviado a los moderadores de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y se reenviará al origen del video (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) también<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -676,30 +684,27 @@
676 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 684 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
677 <source>Edit starts/stops at</source> 685 <source>Edit starts/stops at</source>
678 <target state="translated">La edición comienza/termina en</target> 686 <target state="translated">La edición comienza/termina en</target>
679 <context-group purpose="location"> 687
680 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
681 <context context-type="linenumber">48</context>
682 </context-group>
683 </trans-unit>
684 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
685 <source>Save</source> 690 <source>Save</source>
686 <target>Guardar</target> 691 <target>Guardar</target>
687 <context-group name="null"> 692 <context-group name="null">
688 <context context-type="linenumber">15</context> 693 <context context-type="linenumber">15</context>
689 </context-group> 694 </context-group>
690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 695
691 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 696
692 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 697
693 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 698
694 </trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
695 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
696 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
697 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 702 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
698 <context-group name="null"> 703 <context-group name="null">
699 <context context-type="linenumber">85</context> 704 <context context-type="linenumber">85</context>
700 </context-group> 705 </context-group>
701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 706
702 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
703 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
704 <source>No results.</source> 709 <source>No results.</source>
705 <target>Sin resultados.</target> 710 <target>Sin resultados.</target>
@@ -827,10 +832,13 @@
827 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
828 </trans-unit> 833 </trans-unit>
829 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
830 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 835 <source>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </source>
831 <target> 839 <target>
832 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 840 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Suscripción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
833 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 841 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interacción remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
834 </target> 842 </target>
835 <context-group name="null"> 843 <context-group name="null">
836 <context context-type="linenumber">10</context> 844 <context context-type="linenumber">10</context>
@@ -838,16 +846,22 @@
838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 846 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
839 </trans-unit> 847 </trans-unit>
840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 848 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
841 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 849 <source>
842 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target> 850 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
851 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
852 </source>
853 <target state="translated">Se puede suscribir al canal a través de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo, con Mastodon o Pleroma puede digitar la URL del canal en el cuadro de búsqueda y suscribirse. </target>
843 <context-group purpose="location"> 854 <context-group purpose="location">
844 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 855 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
845 <context context-type="linenumber">17</context> 856 <context context-type="linenumber">17</context>
846 </context-group> 857 </context-group>
847 </trans-unit> 858 </trans-unit>
848 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 859 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
849 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 860 <source>
850 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target> 861 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
862 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
863 </source>
864 <target state="translated">Puede interactuar por medio de cualquier instancia capaz de federarse con ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por ejemplo con Mastodon o Pleroma puede digitar la URL actual en el cuadro de búsqueda e interactuar allí. </target>
851 <context-group purpose="location"> 865 <context-group purpose="location">
852 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 866 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
853 <context context-type="linenumber">26</context> 867 <context context-type="linenumber">26</context>
@@ -862,8 +876,11 @@
862 </context-group> 876 </context-group>
863 </trans-unit> 877 </trans-unit>
864 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 878 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
865 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 879 <source>
866 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 880 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
881 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
882 </source>
883 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>La política predefinida para videos sensibles <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>se puede redefinir por los usuarios<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
868 </trans-unit> 885 </trans-unit>
869 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 886 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -909,9 +926,9 @@
909 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
910 </trans-unit> 927 </trans-unit>
911 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 928 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
912 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 929 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
913 <target> 930 <target>
914 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 931 Illimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por día)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
915 </target> 932 </target>
916 <context-group name="null"> 933 <context-group name="null">
917 <context context-type="linenumber">53</context> 934 <context context-type="linenumber">53</context>
@@ -1108,8 +1125,8 @@ Iniciar sesión</target>
1108 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1109 </trans-unit> 1126 </trans-unit>
1110 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1127 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1111 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1128 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1112 <target state="translated">Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contacte a un administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1129 <target state="translated">Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contacte a un administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1113 <context-group purpose="location"> 1130 <context-group purpose="location">
1114 <context context-type="sourcefile">src/app/login/login.component.html</context> 1131 <context context-type="sourcefile">src/app/login/login.component.html</context>
1115 <context context-type="linenumber">6</context> 1132 <context context-type="linenumber">6</context>
@@ -1124,8 +1141,15 @@ Iniciar sesión</target>
1124 </context-group> 1141 </context-group>
1125 </trans-unit> 1142 </trans-unit>
1126 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1143 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1127 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1144 <source>
1128 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Encuentra el tuyo entre varias instancias en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1145 Currently this instance doesn't allow for user registration, but you can find an instance
1146 that gives you the possibility to sign up for an account and upload your videos there.
1147
1148 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1149
1150 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1151 </source>
1152 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Encuentra el tuyo entre varias instancias en <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1129 <context-group purpose="location"> 1153 <context-group purpose="location">
1130 <context context-type="sourcefile">src/app/login/login.component.html</context> 1154 <context context-type="sourcefile">src/app/login/login.component.html</context>
1131 <context context-type="linenumber">16</context> 1155 <context context-type="linenumber">16</context>
@@ -1290,9 +1314,9 @@ Iniciar sesión</target>
1290 </context-group> 1314 </context-group>
1291 </trans-unit> 1315 </trans-unit>
1292 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1316 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1293 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1317 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1294 <target> 1318 <target>
1295 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1319 para <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1296 </target> 1320 </target>
1297 <context-group name="null"> 1321 <context-group name="null">
1298 <context context-type="linenumber">6</context> 1322 <context context-type="linenumber">6</context>
@@ -1300,10 +1324,13 @@ Iniciar sesión</target>
1300 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1324 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1301 </trans-unit> 1325 </trans-unit>
1302 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1326 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1303 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1327 <source>
1328 Filters
1329 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1330 </source>
1304 <target> 1331 <target>
1305 Filtros 1332 Filtros
1306 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1333 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1307 </target> 1334 </target>
1308 <context-group name="null"> 1335 <context-group name="null">
1309 <context context-type="linenumber">16</context> 1336 <context context-type="linenumber">16</context>
@@ -1337,7 +1364,8 @@ Iniciar sesión</target>
1337 </context-group> 1364 </context-group>
1338 </trans-unit> 1365 </trans-unit>
1339 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1366 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1340 <source>CLI documentation</source> 1367 <source>CLI
1368 documentation</source>
1341 <target state="translated">documentación de la CLI</target> 1369 <target state="translated">documentación de la CLI</target>
1342 <context-group purpose="location"> 1370 <context-group purpose="location">
1343 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1371 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1353,7 +1381,8 @@ Iniciar sesión</target>
1353 </context-group> 1381 </context-group>
1354 </trans-unit> 1382 </trans-unit>
1355 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1383 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1356 <source>Administer documentation</source> 1384 <source>Administer
1385 documentation</source>
1357 <target state="translated">Administrar documentación</target> 1386 <target state="translated">Administrar documentación</target>
1358 <context-group purpose="location"> 1387 <context-group purpose="location">
1359 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1388 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1369,7 +1398,8 @@ Iniciar sesión</target>
1369 </context-group> 1398 </context-group>
1370 </trans-unit> 1399 </trans-unit>
1371 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1400 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1372 <source>Use documentation</source> 1401 <source>Use
1402 documentation</source>
1373 <target state="translated">Documentación de uso</target> 1403 <target state="translated">Documentación de uso</target>
1374 <context-group purpose="location"> 1404 <context-group purpose="location">
1375 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1405 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1393,16 +1423,16 @@ Iniciar sesión</target>
1393 </context-group> 1423 </context-group>
1394 </trans-unit> 1424 </trans-unit>
1395 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1425 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1396 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1426 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1397 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1427 <target state="translated">Sitio web oficial de PeerTube (noticias, soporte, contribución...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1398 <context-group purpose="location"> 1428 <context-group purpose="location">
1399 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1429 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1400 <context context-type="linenumber">44</context> 1430 <context context-type="linenumber">44</context>
1401 </context-group> 1431 </context-group>
1402 </trans-unit> 1432 </trans-unit>
1403 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1433 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1404 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1434 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1405 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1435 <target state="translated">Ponga su instancia en el índice público de PeerTube: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1406 <context-group purpose="location"> 1436 <context-group purpose="location">
1407 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1437 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1408 <context context-type="linenumber">47</context> 1438 <context context-type="linenumber">47</context>
@@ -1417,16 +1447,26 @@ Iniciar sesión</target>
1417 </context-group> 1447 </context-group>
1418 </trans-unit> 1448 </trans-unit>
1419 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1449 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1420 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1450 <source>
1421 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target> 1451 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1452 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1453 is very important for visitors to understand on what type of instance they are.
1454 </source>
1455 <target state="translated">Seleccionando su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instancia name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>configurando descripción<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, definiendo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>quien es usted<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, por qué <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> creó su instancia <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>por cuanto tiempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> planea <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> mantenerla <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> es muy importante para los visitantes entencer en qué tipo de instancia están. </target>
1422 <context-group purpose="location"> 1456 <context-group purpose="location">
1423 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1457 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1424 <context context-type="linenumber">61</context> 1458 <context context-type="linenumber">61</context>
1425 </context-group> 1459 </context-group>
1426 </trans-unit> 1460 </trans-unit>
1427 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1428 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1462 <source>
1429 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instancia. </target> 1463 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1464 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1465 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1466 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1467 PeerTube instance.
1468 </source>
1469 <target state="translated">Si desea abrir las inscripciones, por favor decida que son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sus reglas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, llene su <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>términos de instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> y especificar las categorías y los idiomas que habla. De esta manera, ayudará a los usuarios a registrarse en la<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube instancia. </target>
1430 <context-group purpose="location"> 1470 <context-group purpose="location">
1431 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1471 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1432 <context context-type="linenumber">67</context> 1472 <context context-type="linenumber">67</context>
@@ -1515,8 +1555,11 @@ Iniciar sesión</target>
1515 </context-group> 1555 </context-group>
1516 </trans-unit> 1556 </trans-unit>
1517 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1557 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1518 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1558 <source>
1519 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1559 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1560 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1561 </source>
1562 <target state="translated">Por favor, configurr estos campos para ayudar a otros en la elección<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la instancia apropiada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sin ellos, su instancia no puede ser referenciada en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1520 <context-group purpose="location"> 1563 <context-group purpose="location">
1521 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1564 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1522 <context context-type="linenumber">24</context> 1565 <context context-type="linenumber">24</context>
@@ -1934,8 +1977,11 @@ Iniciar sesión</target>
1934 </context-group> 1977 </context-group>
1935 </trans-unit> 1978 </trans-unit>
1936 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1979 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1937 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1980 <source>
1938 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 1981 Jump to channel
1982 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1983 </source>
1984 <target state="translated">Salta al canal <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1939 <context-group purpose="location"> 1985 <context-group purpose="location">
1940 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1986 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1941 <context context-type="linenumber">18</context> 1987 <context context-type="linenumber">18</context>
@@ -2164,8 +2210,12 @@ Iniciar sesión</target>
2164 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2210 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2165 </trans-unit> 2211 </trans-unit>
2166 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2212 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2167 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2213 <source>
2168 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Presiona Enter para añadir una etiqueta nueva. </target> 2214 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2215 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2216 Press Enter to add a new tag.
2217 </source>
2218 <target state="translated">Podrían usarse etiquetas para sugerir recomendaciones relevantes<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Hay un máximo de 5 etiquetas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Presiona Enter para añadir una etiqueta nueva. </target>
2169 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2170 </trans-unit> 2220 </trans-unit>
2171 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2221 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2325,7 +2375,7 @@ Iniciar sesión</target>
2325 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2375 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2326 </trans-unit> 2376 </trans-unit>
2327 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2377 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2328 <source>Already uploaded ✔</source> 2378 <source>Already uploaded ✔</source>
2329 <target>Ya ha sido subido ✔</target> 2379 <target>Ya ha sido subido ✔</target>
2330 <context-group name="null"> 2380 <context-group name="null">
2331 <context context-type="linenumber">179</context> 2381 <context context-type="linenumber">179</context>
@@ -2444,8 +2494,12 @@ Iniciar sesión</target>
2444 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2494 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2445 </trans-unit> 2495 </trans-unit>
2446 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2496 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2447 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2497 <source>
2448 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target> 2498 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2499 or URL that points to a raw MP4 file.
2500 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2501 </source>
2502 <target state="translated">Puedes importar cualquier URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>suportada en youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> o una URL que apunte a un archivo MP4 sin procesar. Debes asegurarte de tener derechos de difusión sobre el contenido al que señala, de lo contrario podría problemas legales. </target>
2449 <context-group purpose="location"> 2503 <context-group purpose="location">
2450 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2504 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2451 <context context-type="linenumber">10</context> 2505 <context context-type="linenumber">10</context>
@@ -2504,8 +2558,12 @@ Iniciar sesión</target>
2504 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2558 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2505 </trans-unit> 2559 </trans-unit>
2506 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2560 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2507 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2561 <source>
2508 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> La imagen elegida será definitiva y no se puede modificar. </target> 2562 Image that will be merged with your audio file.
2563 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2564 The chosen image will be definitive and cannot be modified.
2565 </source>
2566 <target state="translated">Imagen que se fusionará con tu archivo de audio. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> La imagen elegida será definitiva y no se puede modificar. </target>
2509 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2567 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2510 </trans-unit> 2568 </trans-unit>
2511 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2569 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2565,7 +2623,10 @@ Iniciar sesión</target>
2565 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2623 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2566 </trans-unit> 2624 </trans-unit>
2567 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2625 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2568 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2626 <source>
2627 You can import any torrent file that points to a mp4 file.
2628 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2629 </source>
2569 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target> 2630 <target state="translated">Puedes importar cualquier archivo torrent que apunte a un archivo mp4. Debes asegurarse de tener los derechos de difusión sobre el contenido al que señala, de lo contrario podría causar problemas legales.</target>
2570 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2631 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2571 </trans-unit> 2632 </trans-unit>
@@ -2580,8 +2641,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2580 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2641 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2581 </trans-unit> 2642 </trans-unit>
2582 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2643 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2583 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2644 <source>
2584 <target state="translated">Te recomendamos que no use el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para subir tus videos. </target> 2645 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2646 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2647 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2648 </source>
2649 <target state="translated">Te recomendamos que no use el <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>usuario para publicar sus videos, ya que es la cuenta de superadministrador de tu instancia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>crear una cuenta dedicada<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para subir tus videos. </target>
2585 <context-group purpose="location"> 2650 <context-group purpose="location">
2586 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2651 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2587 <context context-type="linenumber">2</context> 2652 <context context-type="linenumber">2</context>
@@ -2799,16 +2864,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2799 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2864 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2800 </trans-unit> 2865 </trans-unit>
2801 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2866 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2802 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2867 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2803 <target state="translated">Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2868 <target state="translated">Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vistas<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2804 <context-group purpose="location"> 2869 <context-group purpose="location">
2805 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2870 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2806 <context context-type="linenumber">45</context> 2871 <context context-type="linenumber">45</context>
2807 </context-group> 2872 </context-group>
2808 </trans-unit> 2873 </trans-unit>
2809 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2874 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2810 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2875 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2811 <target state="translated">Publicado<x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2876 <target state="translated">Publicado<x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2812 <context-group purpose="location"> 2877 <context-group purpose="location">
2813 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2878 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2814 <context context-type="linenumber">56</context> 2879 <context context-type="linenumber">56</context>
@@ -3098,7 +3163,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3098 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3163 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3099 </trans-unit> 3164 </trans-unit>
3100 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3165 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3101 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3166 <source>
3167 You can comment using an account on any ActivityPub-compatible instance.
3168 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3169 from within the software's interface.
3170 </source>
3102 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target> 3171 <target state="translated">Puede comentar utilizando una cuenta en cualquier instancia compatible con ActivityPub. En la mayoría de las plataformas, puede encontrar el video escribiendo su URL en la barra de búsqueda y luego comentarlo desde la interfaz del software.</target>
3103 <context-group purpose="location"> 3172 <context-group purpose="location">
3104 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3173 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3277,17 +3346,23 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3278 </trans-unit> 3347 </trans-unit>
3279 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3348 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3280 <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> 3349 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3281 <target>Creado <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> 3350 <target>Creado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3282 <context-group name="null"> 3351 <context-group name="null">
3283 <context context-type="linenumber">11</context> 3352 <context context-type="linenumber">11</context>
3284 </context-group> 3353 </context-group>
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3354
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3355
3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3356
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3357
3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3358
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3359
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3361 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3362 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3364 <context context-type="linenumber">33</context>
3365 </context-group>
3291 </trans-unit> 3366 </trans-unit>
3292 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3367 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3293 <source>Accepted</source> 3368 <source>Accepted</source>
@@ -3295,49 +3370,43 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3295 <context-group name="null"> 3370 <context-group name="null">
3296 <context context-type="linenumber">32</context> 3371 <context context-type="linenumber">32</context>
3297 </context-group> 3372 </context-group>
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3373
3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3374
3300 </trans-unit> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3301 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3376 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3302 <source>Pending</source> 3377 <source>Pending</source>
3303 <target>Pendiente</target> 3378 <target>Pendiente</target>
3304 <context-group name="null"> 3379 <context-group name="null">
3305 <context context-type="linenumber">33</context> 3380 <context context-type="linenumber">33</context>
3306 </context-group> 3381 </context-group>
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3382
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3383
3309 </trans-unit> 3384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3310 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3385 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3311 <source>Accept</source> 3386 <source>Accept</source>
3312 <target state="translated">Aceptar</target> 3387 <target state="translated">Aceptar</target>
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3388
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3389
3315 </trans-unit> 3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3316 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3391 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3317 <source>Refuse</source> 3392 <source>Refuse</source>
3318 <target>Rechazar</target> 3393 <target>Rechazar</target>
3319 <context-group name="null"> 3394 <context-group name="null">
3320 <context context-type="linenumber">42</context> 3395 <context context-type="linenumber">42</context>
3321 </context-group> 3396 </context-group>
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3397
3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3398
3324 </trans-unit> 3399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3325 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3400 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3326 <source>No follower found matching current filters.</source> 3401 <source>No follower found matching current filters.</source>
3327 <target state="translated">No se encontraron seguidores que coincidan con los filtros actuales.</target> 3402 <target state="translated">No se encontraron seguidores que coincidan con los filtros actuales.</target>
3328 <context-group purpose="location"> 3403
3329 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3330 <context context-type="linenumber">55</context>
3331 </context-group>
3332 </trans-unit>
3333 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3405 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3334 <source>Your instance doesn't have any follower.</source> 3406 <source>Your instance doesn't have any follower.</source>
3335 <target state="translated">Tu instancia no tiene ningún seguidor.</target> 3407 <target state="translated">Tu instancia no tiene ningún seguidor.</target>
3336 <context-group purpose="location"> 3408
3337 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3338 <context context-type="linenumber">56</context>
3339 </context-group>
3340 </trans-unit>
3341 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3410 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3342 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3411 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3343 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> seguidores</target> 3412 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> seguidores</target>
@@ -3363,8 +3432,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3364 </trans-unit> 3433 </trans-unit>
3365 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3434 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3366 <source>Redundancy allowed <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> 3435 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3367 <target state="translated">Redundancia permitida <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> 3436 <target state="translated">Redundancia permitida <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3369 </trans-unit> 3438 </trans-unit>
3370 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3439 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3483,8 +3552,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3484 </trans-unit> 3553 </trans-unit>
3485 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3554 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3486 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3555 <source>
3487 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<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;"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3556 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3557 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3558 </source>
3559 <target state="translated">La transcodificación está habilitada. La cuota de video solo tiene en cuenta<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tamaño de vídeo. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Como máximo, este usuario podría subir ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3488 <context-group purpose="location"> 3560 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3561 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3490 <context context-type="linenumber">148</context> 3562 <context context-type="linenumber">148</context>
@@ -3567,17 +3639,23 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3568 </trans-unit> 3640 </trans-unit>
3569 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3641 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3570 <source>Username <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> 3642 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3571 <target>Nombre de usuario <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> 3643 <target>Nombre de usuario <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3572 <context-group name="null"> 3644 <context-group name="null">
3573 <context context-type="linenumber">40</context> 3645 <context context-type="linenumber">40</context>
3574 </context-group> 3646 </context-group>
3575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3576 </trans-unit> 3648 </trans-unit>
3577 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3649 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3578 <source>Video quota <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> 3650 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3579 <target state="translated">Quota de video <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> 3651 <target state="translated">Quota de video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3652 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3653 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3654 <source>Auth plugin</source><target state="new">Auth plugin</target>
3655 <context-group purpose="location">
3656 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3657 <context context-type="linenumber">49</context>
3658 </context-group>
3581 </trans-unit> 3659 </trans-unit>
3582 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3660 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3583 <source>(banned)</source> 3661 <source>(banned)</source>
@@ -3585,39 +3663,39 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3585 <context-group name="null"> 3663 <context-group name="null">
3586 <context context-type="linenumber">65</context> 3664 <context context-type="linenumber">65</context>
3587 </context-group> 3665 </context-group>
3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3666
3589 </trans-unit> 3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3590 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3668 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3591 <source>Open account in a new tab</source> 3669 <source>Open account in a new tab</source>
3592 <target state="translated">Abrir cuenta en una pestaña nueva</target> 3670 <target state="translated">Abrir cuenta en una pestaña nueva</target>
3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3671
3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3672
3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3673
3596 </trans-unit> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3597 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3675 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3598 <source>User's email must be verified to login</source> 3676 <source>User's email must be verified to login</source>
3599 <target>Se requiere validar la dirección de correo electrónico del usuario antes de conectarse</target> 3677 <target>Se requiere validar la dirección de correo electrónico del usuario antes de conectarse</target>
3600 <context-group name="null"> 3678 <context-group name="null">
3601 <context context-type="linenumber">72</context> 3679 <context context-type="linenumber">72</context>
3602 </context-group> 3680 </context-group>
3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3681
3604 </trans-unit> 3682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3605 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3683 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3606 <source>User's email is verified / User can login without email verification</source> 3684 <source>User's email is verified / User can login without email verification</source>
3607 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target> 3685 <target>La dirección de correo electrónico del usuario ha sido verificada / El usuario puede conectarse sin verificación de dirección de correo electrónico</target>
3608 <context-group name="null"> 3686 <context-group name="null">
3609 <context context-type="linenumber">76</context> 3687 <context context-type="linenumber">76</context>
3610 </context-group> 3688 </context-group>
3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3689
3612 </trans-unit> 3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3613 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3691 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3614 <source>Ban reason:</source> 3692 <source>Ban reason:</source>
3615 <target>Razón de la expulsión:</target> 3693 <target>Razón de la expulsión:</target>
3616 <context-group name="null"> 3694 <context-group name="null">
3617 <context context-type="linenumber">95</context> 3695 <context context-type="linenumber">95</context>
3618 </context-group> 3696 </context-group>
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3697
3620 </trans-unit> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3621 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3699 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3622 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3700 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3623 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target> 3701 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target>
@@ -3676,33 +3754,22 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3677 </trans-unit> 3755 </trans-unit>
3678 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3756 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3679 <source>Video <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> 3757 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3680 <target state="translated">Video <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> 3758 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3759
3682 </trans-unit> 3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3683 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3761
3684 <source>Video 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> 3762
3685 <target>Nombre del vídeo <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>
3686 <context-group name="null">
3687 <context context-type="linenumber">8</context>
3688 </context-group>
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3690 </trans-unit>
3691 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3692 <source>Video URL</source>
3693 <target state="translated">Video URL</target>
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3695 </trans-unit>
3696 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3763 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3697 <source>Total size</source> 3764 <source>Total size</source>
3698 <target state="translated">Tamaño total</target> 3765 <target state="translated">Tamaño total</target>
3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3766
3700 </trans-unit> 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3701 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3768 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3702 <source>List redundancies</source> 3769 <source>List redundancies</source>
3703 <target state="translated">Lista de redundancias</target> 3770 <target state="translated">Lista de redundancias</target>
3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3771
3705 </trans-unit> 3772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3706 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3773 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3707 <source>Your instance doesn't mirror any video.</source> 3774 <source>Your instance doesn't mirror any video.</source>
3708 <target state="translated">Tu instancia no refleja ningún video.</target> 3775 <target state="translated">Tu instancia no refleja ningún video.</target>
@@ -3743,8 +3810,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3744 </trans-unit> 3811 </trans-unit>
3745 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3812 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3746 <source>Date <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> 3813 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3747 <target>Fecha <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> 3814 <target>Fecha <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3748 <context-group name="null"> 3815 <context-group name="null">
3749 <context context-type="linenumber">11</context> 3816 <context context-type="linenumber">11</context>
3750 </context-group> 3817 </context-group>
@@ -3951,12 +4018,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3951 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4018 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3952 <source>Open video in a new tab</source> 4019 <source>Open video in a new tab</source>
3953 <target state="translated">Abrir video en una pestaña nueva</target> 4020 <target state="translated">Abrir video en una pestaña nueva</target>
3954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4021
3955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4022
3956 </trans-unit> 4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3957 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4024 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3958 <source>State <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> 4025 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3959 <target>Estado <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> 4026 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3960 <context-group name="null"> 4027 <context-group name="null">
3961 <context context-type="linenumber">11</context> 4028 <context context-type="linenumber">11</context>
3962 </context-group> 4029 </context-group>
@@ -3965,8 +4032,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4032 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
3966 </trans-unit> 4033 </trans-unit>
3967 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4034 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3968 <source>Score <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> 4035 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3969 <target state="translated">Puntuación<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> 4036 <target state="translated">Puntuación<x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3971 </trans-unit> 4038 </trans-unit>
3972 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4039 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3986,8 +4053,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3986 </context-group> 4053 </context-group>
3987 </trans-unit> 4054 </trans-unit>
3988 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4055 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3989 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4056 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3990 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4057 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
3991 <context-group purpose="location"> 4058 <context-group purpose="location">
3992 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4059 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3993 <context context-type="linenumber">20</context> 4060 <context context-type="linenumber">20</context>
@@ -4010,8 +4077,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4010 </context-group> 4077 </context-group>
4011 </trans-unit> 4078 </trans-unit>
4012 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4079 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4013 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4080 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4014 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} otro{...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4081 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} otro{...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4015 <context-group purpose="location"> 4082 <context-group purpose="location">
4016 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4083 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4017 <context context-type="linenumber">40</context> 4084 <context context-type="linenumber">40</context>
@@ -4058,8 +4125,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4058 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4059 </trans-unit> 4126 </trans-unit>
4060 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4127 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4061 <source>Muted at <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> 4128 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4062 <target>Silenciado en <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> 4129 <target>Silenciado en <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4063 <context-group name="null"> 4130 <context-group name="null">
4064 <context context-type="linenumber">13</context> 4131 <context context-type="linenumber">13</context>
4065 </context-group> 4132 </context-group>
@@ -4323,8 +4390,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4323 </context-group> 4390 </context-group>
4324 </trans-unit> 4391 </trans-unit>
4325 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4392 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4326 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4393 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4327 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4394 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4328 <context-group purpose="location"> 4395 <context-group purpose="location">
4329 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4396 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4330 <context context-type="linenumber">32</context> 4397 <context context-type="linenumber">32</context>
@@ -4366,8 +4433,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4367 </trans-unit> 4434 </trans-unit>
4368 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4435 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4369 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4436 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4370 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target> 4437 <target state="translated">El<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sistema de intercambio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implica que cierta información técnica sobre su sistema (como una dirección IP pública) puede enviarse a otros pares, pero ayuda en gran medida a reducir la carga del servidor.</target>
4371 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4438 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4372 </trans-unit> 4439 </trans-unit>
4373 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4440 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4406,8 +4473,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4473 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4407 </trans-unit> 4474 </trans-unit>
4408 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4475 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4409 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4476 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4410 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para establecer un equipo de moderación. </target> 4477 <target state="translated">Gestiona <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para establecer un equipo de moderación. </target>
4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4412 </trans-unit> 4479 </trans-unit>
4413 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4480 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4416,8 +4483,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4417 </trans-unit> 4484 </trans-unit>
4418 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4485 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4419 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4486 <source>
4420 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target> 4487 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4488 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4489 </source>
4490 <target state="translated">Habilitarlo permitirá que otros administradores sepan que usted está federando principalmente contenido confidencial.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Además, la casilla de verificación NSFW en la carga de video se marcará automáticamente de forma predeterminada. </target>
4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4422 </trans-unit> 4492 </trans-unit>
4423 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4493 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4429,8 +4499,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4430 </trans-unit> 4500 </trans-unit>
4431 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4501 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4432 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4502 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4433 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target> 4503 <target state="translated">Con<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target>
4434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4435 </trans-unit> 4505 </trans-unit>
4436 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4506 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4566,8 +4636,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4567 </trans-unit> 4637 </trans-unit>
4568 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4638 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4569 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4639 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4570 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4640 <target state="translated">Utilizar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; temas<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para cambios más involucrados, o<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>agregar ligeras personalizaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4571 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4572 </trans-unit> 4642 </trans-unit>
4573 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4643 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4614,8 +4684,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4684 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4615 </trans-unit> 4685 </trans-unit>
4616 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4686 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4617 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4687 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4618 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para establecer su cuota individualmente. </target> 4688 <target state="translated">Gestionar<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>usuarios<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para establecer su cuota individualmente. </target>
4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4620 </trans-unit> 4690 </trans-unit>
4621 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4691 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4784,8 +4854,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4785 </trans-unit> 4855 </trans-unit>
4786 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4856 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4787 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4857 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4788 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>con otras instancias. </target> 4858 <target state="translated">Gestionar <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relaciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>con otras instancias. </target>
4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4790 </trans-unit> 4860 </trans-unit>
4791 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4861 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4804,8 +4874,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4805 </trans-unit> 4875 </trans-unit>
4806 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4876 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4807 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4877 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4808 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4878 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4809 <context-group purpose="location"> 4879 <context-group purpose="location">
4810 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4880 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4811 <context context-type="linenumber">450</context> 4881 <context context-type="linenumber">450</context>
@@ -4895,8 +4965,14 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4896 </trans-unit> 4966 </trans-unit>
4897 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4967 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4898 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4968 <source>
4899 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </target> 4969 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4970 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4971 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4972 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4973 to see if you instance is whitelisted.
4974 </source>
4975 <target state="translated">Si su instancia está en la lista blanca de Twitter, se insertará un reproductor de video en el feed de Twitter en el video compartido de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Si la instancia no está en la lista blanca, utilizamos una tarjeta de enlace de imagen que redirigirá en su instancia de PeerTube.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Marque esta casilla de verificación, guarde la configuración y pruebe con una URL de video de su instancia (https://example.com/videos/watch/blabla) en<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to see if you instance is whitelisted. </target>
4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4901 </trans-unit> 4977 </trans-unit>
4902 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4978 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4913,7 +4989,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4914 </trans-unit> 4990 </trans-unit>
4915 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4991 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4916 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4992 <source>
4993 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4994 resources, this is a critical part of PeerTube, so tread carefully.
4995 </source>
4917 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target> 4996 <target state="translated">Procese los videos cargados para que puedan reproducirse de manera que cualquier dispositivo pueda reproducirlos. Aunque es costoso en recursos, esta es una parte crítica de PeerTube, así que pise con cuidado.</target>
4918 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 4997 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4919 </trans-unit> 4998 </trans-unit>
@@ -4957,8 +5036,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5036 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4958 </trans-unit> 5037 </trans-unit>
4959 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5038 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4960 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5039 <source>
4961 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5040 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5041
5042 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5043
5044 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5045
5046 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5047 </source>
5048 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, le sugerimos que no desactive el soporte de webtorrent por ahora<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitó el soporte HLS, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Si está deshabilitado, rompe la federación con instancias de PeerTube &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5049 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4963 </trans-unit> 5050 </trans-unit>
4964 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5051 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4967,8 +5054,19 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4967 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5054 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4968 </trans-unit> 5055 </trans-unit>
4969 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5056 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4970 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5057 <source>
4971 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requiere ffmpeg&gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Reproducción más estable (menos errores / carga infinita)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5058 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5059
5060 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5061 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5062 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5063 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5064 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5065 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5066
5067 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5068 </source>
5069 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requiere ffmpeg>= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Genera listas de reproducción HLS y archivos MP4 fragmentados que resulten en una mejor reproducción que con el reproductor predeterminado actual:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>El cambio de resolución es más suave<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más rápida en particular con videos largos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Reproducción más estable (menos errores / carga infinita)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si también habilitaste el soporte de WebTorrent, multiplicará el almacenamiento de videos por 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4973 </trans-unit> 5071 </trans-unit>
4974 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5072 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
@@ -5028,13 +5126,24 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5029 </trans-unit> 5127 </trans-unit>
5030 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5128 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5031 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5129 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5032 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5130 <target state="translated">Escribir código JavaScript directamente.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Ejemplo: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log ('mi instancia es asombrosa');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5131 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5034 </trans-unit> 5132 </trans-unit>
5035 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5133 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5036 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5134 <source>
5037 <target state="translated">Escribir código CSS directamente. Ejemplo:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Anteponer con <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/>para anular estilos. Ejemplo::<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5135 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5136 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5137 color: red;
5138 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5139 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5140 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5141 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5142 color: red;
5143 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5144 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5145 </source>
5146 <target state="translated">Escribir código CSS directamente. Ejemplo:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Anteponer con <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/>para anular estilos. Ejemplo::<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: rojo; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5039 </trans-unit> 5148 </trans-unit>
5040 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5149 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5224,8 +5333,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5224 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5225 </trans-unit> 5334 </trans-unit>
5226 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5335 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5227 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5336 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5228 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, se solicitará una confirmación para ver el video. </target> 5337 <target state="translated">Con <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>No enumerar<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/> difuminar miniaturas<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, se solicitará una confirmación para ver el video. </target>
5229 <context-group purpose="location"> 5338 <context-group purpose="location">
5230 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5339 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5231 <context context-type="linenumber">6</context> 5340 <context context-type="linenumber">6</context>
@@ -5254,16 +5363,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5254 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5363 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5255 </trans-unit> 5364 </trans-unit>
5256 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5365 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5257 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5366 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5258 <target state="translated">Tu correo electrónico actual es<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 5367 <target state="translated">Tu correo electrónico actual es<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
5259 <context-group purpose="location"> 5368 <context-group purpose="location">
5260 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5369 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5261 <context context-type="linenumber">4</context> 5370 <context context-type="linenumber">4</context>
5262 </context-group> 5371 </context-group>
5263 </trans-unit> 5372 </trans-unit>
5264 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5373 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5265 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5374 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5266 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> está esperando la verificación por correo electrónico </target> 5375 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> está esperando la verificación por correo electrónico </target>
5267 <context-group purpose="location"> 5376 <context-group purpose="location">
5268 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5377 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5269 <context context-type="linenumber">8</context> 5378 <context context-type="linenumber">8</context>
@@ -5323,9 +5432,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5323 <context-group name="null"> 5432 <context-group name="null">
5324 <context context-type="linenumber">22</context> 5433 <context context-type="linenumber">22</context>
5325 </context-group> 5434 </context-group>
5326 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5435
5327 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5436
5328 </trans-unit> 5437 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5329 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5438 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5330 <source>Select the next owner</source> 5439 <source>Select the next owner</source>
5331 <target>Seleccionar el próxima titular</target> 5440 <target>Seleccionar el próxima titular</target>
@@ -5335,8 +5444,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5444 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5336 </trans-unit> 5445 </trans-unit>
5337 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5446 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5338 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5447 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5339 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5448 <target state="translated">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5340 <context-group purpose="location"> 5449 <context-group purpose="location">
5341 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5450 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5342 <context context-type="linenumber">2</context> 5451 <context context-type="linenumber">2</context>
@@ -5372,10 +5481,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5372 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5481 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5373 </trans-unit> 5482 </trans-unit>
5374 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5483 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5375 <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> 5484 <source>
5485 Created
5486 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5487 </source>
5376 <target> 5488 <target>
5377 Creado 5489 Creado
5378 <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;"/> 5490 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5379 </target> 5491 </target>
5380 <context-group name="null"> 5492 <context-group name="null">
5381 <context context-type="linenumber">15</context> 5493 <context context-type="linenumber">15</context>
@@ -5447,8 +5559,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5447 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5559 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5448 </trans-unit> 5560 </trans-unit>
5449 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5561 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5450 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5562 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5451 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br /&gt;&lt;br /&gt; Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target> 5563 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5564 <target state="translated">Texto breve para decirle a las personas cómo pueden apoyar su canal (plataforma de membresía ...).&lt;br />&lt;br /> Cuando cargue un video en este canal, el campo de soporte de video se completará automáticamente con este texto.</target>
5452 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5565 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5453 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5566 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5454 </trans-unit> 5567 </trans-unit>
@@ -5542,8 +5655,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5542 </context-group> 5655 </context-group>
5543 </trans-unit> 5656 </trans-unit>
5544 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5657 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5545 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5658 <source>
5546 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>Borrar historial </target> 5659 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5660 Delete history
5661 </source>
5662 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>Borrar historial </target>
5547 <context-group purpose="location"> 5663 <context-group purpose="location">
5548 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5664 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5549 <context context-type="linenumber">7</context> 5665 <context context-type="linenumber">7</context>
@@ -5558,8 +5674,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5558 </context-group> 5674 </context-group>
5559 </trans-unit> 5675 </trans-unit>
5560 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5676 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5561 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5677 <source>
5562 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/>Preferencias de notificación </target> 5678 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5679 Notification preferences
5680 </source>
5681 <target state="translated"><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>Preferencias de notificación </target>
5563 <context-group purpose="location"> 5682 <context-group purpose="location">
5564 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5683 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5565 <context context-type="linenumber">2</context> 5684 <context context-type="linenumber">2</context>
@@ -5634,8 +5753,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5753 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5635 </trans-unit> 5754 </trans-unit>
5636 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5755 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5637 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5756 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5638 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5757 <target state="translated">Listas de reproducción <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5639 <context-group purpose="location"> 5758 <context-group purpose="location">
5640 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5759 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5641 <context context-type="linenumber">2</context> 5760 <context context-type="linenumber">2</context>
@@ -5663,8 +5782,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5663 </context-group> 5782 </context-group>
5664 </trans-unit> 5783 </trans-unit>
5665 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5784 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5666 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5785 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5667 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5786 <target state="translated">Si necesita ayuda para usar PeerTube, puede echar un vistazo a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentación<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5668 <context-group purpose="location"> 5787 <context-group purpose="location">
5669 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5788 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5670 <context context-type="linenumber">13</context> 5789 <context context-type="linenumber">13</context>
@@ -6113,23 +6232,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6113 </context-group> 6232 </context-group>
6114 </trans-unit> 6233 </trans-unit>
6115 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6234 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6116 <source>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;"/>. </source> 6235 <source>
6117 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6236 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6237 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6238 </source>
6239 <target state="translated">Es un software gratuito y de código abierto, bajo el <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/> licencia AGPLv3 <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6118 <context-group purpose="location"> 6240 <context-group purpose="location">
6119 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6241 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6120 <context context-type="linenumber">13</context> 6242 <context context-type="linenumber">13</context>
6121 </context-group> 6243 </context-group>
6122 </trans-unit> 6244 </trans-unit>
6123 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6245 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6124 <source>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;"/>. </source> 6246 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6125 <target state="translated">Para mayor información 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;"/>. </target> 6247 <target state="translated">Para mayor información por favor visite <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6126 <context-group purpose="location"> 6248 <context-group purpose="location">
6127 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6249 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6128 <context context-type="linenumber">18</context> 6250 <context context-type="linenumber">18</context>
6129 </context-group> 6251 </context-group>
6130 </trans-unit> 6252 </trans-unit>
6131 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6253 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6132 <source>Use PeerTube documentation</source> 6254 <source>Use PeerTube
6255 documentation</source>
6133 <target state="translated">Use la documentación de PeerTube</target> 6256 <target state="translated">Use la documentación de PeerTube</target>
6134 <context-group purpose="location"> 6257 <context-group purpose="location">
6135 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6258 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6145,7 +6268,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6145 </context-group> 6268 </context-group>
6146 </trans-unit> 6269 </trans-unit>
6147 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6270 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6148 <source>PeerTube Applications</source> 6271 <source>PeerTube
6272 Applications</source>
6149 <target state="translated">Aplicaciones de PeerTube</target> 6273 <target state="translated">Aplicaciones de PeerTube</target>
6150 <context-group purpose="location"> 6274 <context-group purpose="location">
6151 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6275 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6161,7 +6285,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6161 </context-group> 6285 </context-group>
6162 </trans-unit> 6286 </trans-unit>
6163 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6287 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6164 <source>Contribute on PeerTube</source> 6288 <source>Contribute on
6289 PeerTube</source>
6165 <target state="translated">Contribuir en PeerTube</target> 6290 <target state="translated">Contribuir en PeerTube</target>
6166 <context-group purpose="location"> 6291 <context-group purpose="location">
6167 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6292 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6185,7 +6310,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6185 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6310 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6186 </trans-unit> 6311 </trans-unit>
6187 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6312 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6188 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6313 <source>
6314 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6315 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6316 follows applies only if you want to keep using the P2P mode of PeerTube.
6317 </source>
6189 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target> 6318 <target state="translated">PeerTube usa el protocolo BitTorrent para compartir el ancho de banda entre los usuarios de manera predeterminada para ayudar a reducir la carga en el servidor, pero finalmente le deja la opción de volver a la transmisión regular exclusivamente desde el servidor del video. Lo que sigue se aplica solo si desea seguir usando el modo P2P de PeerTube.</target>
6190 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6319 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6191 </trans-unit> 6320 </trans-unit>
@@ -6198,17 +6327,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6198 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6327 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6199 </trans-unit> 6328 </trans-unit>
6200 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6329 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6201 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6330 <source>
6331 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6332 In practice, this is much more difficult because:
6333 </source>
6202 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target> 6334 <target state="translated">En teoría, alguien con suficientes habilidades técnicas podría crear un script que rastree qué IP está descargando qué video. En la práctica, esto es mucho más difícil porque:</target>
6203 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6335 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6204 </trans-unit> 6336 </trans-unit>
6205 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6337 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6206 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6338 <source>
6339 An HTTP request has to be sent on each tracker for each video to spy.
6340 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6341 </source>
6207 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target> 6342 <target state="translated">Se debe enviar una solicitud HTTP en cada rastreador para cada video para espiar. Si queremos espiar todos los videos de PeerTube, tenemos que enviar tantas solicitudes como haya videos (potencialmente mucho)</target>
6208 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6343 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6209 </trans-unit> 6344 </trans-unit>
6210 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6345 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6211 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6346 <source>
6347 For each request sent, the tracker returns random peers at a limited number.
6348 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
6349 requests sent to know every peer in the swarm
6350 </source>
6212 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target> 6351 <target state="translated">Por cada solicitud enviada, el rastreador devuelve pares aleatorios en un número limitado. Por ejemplo, si hay 1000 pares en el enjambre y el rastreador envía solo 20 pares por cada solicitud, debe haber al menos 50 solicitudes enviadas para conocer a todos los pares en el enjambre</target>
6213 <context-group purpose="location"> 6352 <context-group purpose="location">
6214 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6353 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6221,7 +6360,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6360 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6222 </trans-unit> 6361 </trans-unit>
6223 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6362 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6224 <source>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</source> 6363 <source>
6364 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
6365 video
6366 </source>
6225 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target> 6367 <target state="translated">Si se almacena una dirección IP en el rastreador, no significa que la persona detrás de la IP (si existe) haya visto el video</target>
6226 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6368 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6227 </trans-unit> 6369 </trans-unit>
@@ -6231,12 +6373,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6231 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6373 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6232 </trans-unit> 6374 </trans-unit>
6233 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6375 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6234 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6376 <source>
6235 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>para más información </target> 6377 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6378 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6379 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6380 to forward the information to.
6381 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6382 </source>
6383 <target state="translated">Los pares web no son de acceso público: porque usamos WebRTC dentro del navegador web (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>con la biblioteca WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), el protocolo es diferente del clásico BitTorrent. Cuando está en un navegador web, envía una señal que contiene su dirección IP al rastreador que elegirá aleatoriamente a otros pares para reenviar la información. Ver<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>este documento<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>para más información </target>
6236 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6384 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6237 </trans-unit> 6385 </trans-unit>
6238 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6386 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6239 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6387 <source>
6388 The worst-case scenario of an average person spying on their friends is quite unlikely.
6389 There are much more effective ways to get that kind of information.
6390 </source>
6240 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target> 6391 <target state="translated">El peor de los casos de una persona promedio espiando a sus amigos es bastante improbable. Hay formas mucho más efectivas de obtener ese tipo de información.</target>
6241 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6392 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6242 </trans-unit> 6393 </trans-unit>
@@ -6249,7 +6400,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6400 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6250 </trans-unit> 6401 </trans-unit>
6251 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6402 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6252 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6403 <source>
6404 The threats to privacy with YouTube are different from PeerTube's.
6405 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6406 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6407 </source>
6253 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target> 6408 <target state="translated">Las amenazas a la privacidad con YouTube son diferentes a las de PeerTube. En el caso de YouTube, la plataforma recopila una gran cantidad de su información personal (no solo su IP) para analizarlos y rastrearlo. Además, YouTube es propiedad de Google / Alphabet, una compañía que lo rastrea en muchos sitios web (a través de AdSense o Google Analytics).</target>
6254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6409 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6255 </trans-unit> 6410 </trans-unit>
@@ -6262,7 +6417,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6262 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6417 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6263 </trans-unit> 6418 </trans-unit>
6264 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6419 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6265 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6420 <source>
6421 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
6422 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6423 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.
6424 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6425 </source>
6266 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target> 6426 <target state="translated">Su dirección IP es pública, por lo que cada vez que consulta un sitio web, hay una serie de actores (además del sitio web final) que ven su IP en sus registros de conexión: ISP / enrutadores / rastreadores / CDN y más. PeerTube es transparente al respecto: le advertimos que si desea mantener su IP privada, debe usar una VPN o un navegador Tor. Pensar que eliminar P2P de PeerTube te devolverá el anonimato no tiene sentido.</target>
6267 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6427 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6268 </trans-unit> 6428 </trans-unit>
@@ -6275,7 +6435,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6275 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6435 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6276 </trans-unit> 6436 </trans-unit>
6277 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6437 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6278 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6438 <source>
6439 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6440 and render attacks less likely. Here is what we put in place so far:
6441 </source>
6279 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target> 6442 <target state="translated">PeerTube quiere ofrecer las mejores contramedidas posibles, para darle más opciones y hacer que los ataques sean menos probables. Esto es lo que hemos implementado hasta ahora:</target>
6280 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6443 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6281 </trans-unit> 6444 </trans-unit>
@@ -6300,7 +6463,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6300 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6463 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6301 </trans-unit> 6464 </trans-unit>
6302 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6465 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6303 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6466 <source>
6467 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6468 WebRTC in your browser.
6469 </source>
6304 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target> 6470 <target state="translated">En última instancia, recuerde que siempre puede deshabilitar P2P al alternarlo en el reproductor de video o simplemente deshabilitando WebRTC en su navegador.</target>
6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6471 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6306 </trans-unit> 6472 </trans-unit>
@@ -6337,8 +6503,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6337 </context-group> 6503 </context-group>
6338 </trans-unit> 6504 </trans-unit>
6339 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6505 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6340 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6506 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6341 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6507 <target state="translated">Desarrollado con ❤ por <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6342 <context-group purpose="location"> 6508 <context-group purpose="location">
6343 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6509 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6344 <context context-type="linenumber">3</context> 6510 <context context-type="linenumber">3</context>
@@ -6417,8 +6583,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6417 </context-group> 6583 </context-group>
6418 </trans-unit> 6584 </trans-unit>
6419 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6585 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6420 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6586 <source>
6421 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target> 6587 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6588 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6589 </source>
6590 <target state="translated">Un canal es una entidad en la que subes tus videos. Crear varios de ellos te ayuda a organizar y separar tu contenido<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Por ejemplo, podría decidir tener un canal para publicar sus conciertos de piano y otro canal en el que publique sus videos hablando de ecología. </target>
6422 <context-group purpose="location"> 6591 <context-group purpose="location">
6423 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6592 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6424 <context context-type="linenumber">4</context> 6593 <context context-type="linenumber">4</context>
@@ -6489,8 +6658,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6489 </context-group> 6658 </context-group>
6490 </trans-unit> 6659 </trans-unit>
6491 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6660 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6492 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6661 <source>
6493 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Código de Conducta<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>de esta instancia </target> 6662 I am at least 16 years old and agree
6663 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6664 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6665 of this instance
6666 </source>
6667 <target state="translated">Tengo al menos 16 años y estoy de acuerdo con<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Condiciones<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>y a la<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Código de Conducta<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>de esta instancia </target>
6494 <context-group purpose="location"> 6668 <context-group purpose="location">
6495 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6669 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6496 <context context-type="linenumber">65</context> 6670 <context context-type="linenumber">65</context>
@@ -6585,8 +6759,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6585 </context-group> 6759 </context-group>
6586 </trans-unit> 6760 </trans-unit>
6587 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6761 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6588 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6762 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6589 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> que mantiene la pista de audio original, sin video</target> 6763 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> que mantiene la pista de audio original, sin video</target>
6590 <context-group purpose="location"> 6764 <context-group purpose="location">
6591 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6765 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6592 <context context-type="linenumber">1</context> 6766 <context context-type="linenumber">1</context>
@@ -8299,8 +8473,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8299 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8473 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8300 </trans-unit> 8474 </trans-unit>
8301 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8475 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8302 <source>Long (&gt; 10 min)</source> 8476 <source>Long (> 10 min)</source>
8303 <target>Largo (&gt; 10 min)</target> 8477 <target>Largo (> 10 min)</target>
8304 <context-group name="null"> 8478 <context-group name="null">
8305 <context context-type="linenumber">1</context> 8479 <context context-type="linenumber">1</context>
8306 </context-group> 8480 </context-group>
@@ -9659,8 +9833,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 9833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9660 </trans-unit> 9834 </trans-unit>
9661 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9835 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9662 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9836 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9663 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible que soporta:</target> 9837 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible que soporta:</target>
9664 <context-group name="null"> 9838 <context-group name="null">
9665 <context context-type="linenumber">1</context> 9839 <context context-type="linenumber">1</context>
9666 </context-group> 9840 </context-group>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index b5899833f..7767165d0 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -411,17 +411,17 @@
411 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 411 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
412 <source>Start at</source> 412 <source>Start at</source>
413 <target state="new">Start at</target> 413 <target state="new">Start at</target>
414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 414
415 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 415
416 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 416
417 </trans-unit> 417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
418 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 418 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
419 <source>Stop at</source> 419 <source>Stop at</source>
420 <target state="new">Stop at</target> 420 <target state="new">Stop at</target>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 421
422 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 422
423 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 423
424 </trans-unit> 424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
425 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 425 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
426 <source>Search playlists</source> 426 <source>Search playlists</source>
427 <target state="translated">Erreprodukzio-zerrendak bilatu</target> 427 <target state="translated">Erreprodukzio-zerrendak bilatu</target>
@@ -683,11 +683,8 @@
683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
684 <source>Edit starts/stops at</source> 684 <source>Edit starts/stops at</source>
685 <target state="new">Edit starts/stops at</target> 685 <target state="new">Edit starts/stops at</target>
686 <context-group purpose="location"> 686
687 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
688 <context context-type="linenumber">48</context>
689 </context-group>
690 </trans-unit>
691 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 688 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
692 <source>Save</source> 689 <source>Save</source>
693 <target>Gorde</target> 690 <target>Gorde</target>
@@ -698,15 +695,12 @@
698 695
699 696
700 697
701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
702 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
703 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
704 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/>tik ezabatu</target> 701 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/>tik ezabatu</target>
705 <context-group purpose="location"> 702
706 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
707 <context context-type="linenumber">85</context>
708 </context-group>
709 </trans-unit>
710 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 704 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
711 <source>No results.</source> 705 <source>No results.</source>
712 <target>Emaitzarik ez.</target> 706 <target>Emaitzarik ez.</target>
@@ -3400,7 +3394,13 @@
3400 3394
3401 3395
3402 3396
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3398 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3399 <context-group purpose="location">
3400 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3401 <context context-type="linenumber">33</context>
3402 </context-group>
3403 </trans-unit>
3404 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3404 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3405 <source>Accepted</source> 3405 <source>Accepted</source>
3406 <target>Onartua</target> 3406 <target>Onartua</target>
@@ -3409,7 +3409,7 @@
3409 </context-group> 3409 </context-group>
3410 3410
3411 3411
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3413 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3413 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3414 <source>Pending</source> 3414 <source>Pending</source>
3415 <target>Zain</target> 3415 <target>Zain</target>
@@ -3418,13 +3418,13 @@
3418 </context-group> 3418 </context-group>
3419 3419
3420 3420
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3422 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3422 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3423 <source>Accept</source> 3423 <source>Accept</source>
3424 <target state="new">Accept</target> 3424 <target state="new">Accept</target>
3425 3425
3426 3426
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3428 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3428 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3429 <source>Refuse</source> 3429 <source>Refuse</source>
3430 <target>Errefusatu</target> 3430 <target>Errefusatu</target>
@@ -3433,19 +3433,13 @@
3433 </context-group> 3433 </context-group>
3434 3434
3435 3435
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3437 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3437 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3438 <context-group purpose="location"> 3438
3439 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3440 <context context-type="linenumber">55</context>
3441 </context-group>
3442 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3443 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3440 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3444 <context-group purpose="location"> 3441
3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3446 <context context-type="linenumber">56</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3449 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3443 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3450 <context-group purpose="location"> 3444 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3674,7 +3668,13 @@
3674 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3668 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3675 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3669 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3676 3670
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3672 <source>Auth plugin</source><target state="new">Auth plugin</target>
3673 <context-group purpose="location">
3674 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3675 <context context-type="linenumber">49</context>
3676 </context-group>
3677 </trans-unit>
3678 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3678 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3679 <source>(banned)</source> 3679 <source>(banned)</source>
3680 <target>(debekatua)</target> 3680 <target>(debekatua)</target>
@@ -3682,11 +3682,11 @@
3682 <context context-type="linenumber">65</context> 3682 <context context-type="linenumber">65</context>
3683 </context-group> 3683 </context-group>
3684 3684
3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3686 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3686 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3687 3687
3688 3688
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3690 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3690 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3691 <source>User's email must be verified to login</source> 3691 <source>User's email must be verified to login</source>
3692 <target>Erabiltzailearen e-mail helbidea baieztatu behar da saioa hasi aurretik</target> 3692 <target>Erabiltzailearen e-mail helbidea baieztatu behar da saioa hasi aurretik</target>
@@ -3694,7 +3694,7 @@
3694 <context context-type="linenumber">72</context> 3694 <context context-type="linenumber">72</context>
3695 </context-group> 3695 </context-group>
3696 3696
3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3697 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3698 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3698 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3699 <source>User's email is verified / User can login without email verification</source> 3699 <source>User's email is verified / User can login without email verification</source>
3700 <target>Erabiltzailearen e-mail helbidea baieztatuta dago / Erabiltzaileak e-mail helbidea baieztatu gabe saioa hasi dezake</target> 3700 <target>Erabiltzailearen e-mail helbidea baieztatuta dago / Erabiltzaileak e-mail helbidea baieztatu gabe saioa hasi dezake</target>
@@ -3702,7 +3702,7 @@
3702 <context context-type="linenumber">76</context> 3702 <context context-type="linenumber">76</context>
3703 </context-group> 3703 </context-group>
3704 3704
3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3706 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3706 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3707 <source>Ban reason:</source> 3707 <source>Ban reason:</source>
3708 <target>Debekatzeko arrazoia:</target> 3708 <target>Debekatzeko arrazoia:</target>
@@ -3710,7 +3710,7 @@
3710 <context context-type="linenumber">95</context> 3710 <context context-type="linenumber">95</context>
3711 </context-group> 3711 </context-group>
3712 3712
3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3714 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3714 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3715 <context-group purpose="location"> 3715 <context-group purpose="location">
3716 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3716 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3768,29 +3768,17 @@
3768 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3768 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3769 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3769 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3770 3770
3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3772 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3772
3773 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3773
3774 <target>Bideoaren izena <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3775 <context-group name="null">
3776 <context context-type="linenumber">8</context>
3777 </context-group>
3778
3779
3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3781 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3782 <source>Video URL</source>
3783 <target state="new">Video URL</target>
3784
3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3786 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3774 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3787 <source>Total size</source> 3775 <source>Total size</source>
3788 <target state="new">Total size</target> 3776 <target state="new">Total size</target>
3789 3777
3790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3791 <source>List redundancies</source><target state="new">List redundancies</target> 3779 <source>List redundancies</source><target state="new">List redundancies</target>
3792 3780
3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3794 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3782 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3795 <context-group purpose="location"> 3783 <context-group purpose="location">
3796 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3784 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4007,7 +3995,7 @@
4007 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3995 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4008 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3996 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4009 3997
4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4011 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3999 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4012 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4000 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4013 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4001 <target>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5453,9 +5441,9 @@
5453 <context-group name="null"> 5441 <context-group name="null">
5454 <context context-type="linenumber">22</context> 5442 <context context-type="linenumber">22</context>
5455 </context-group> 5443 </context-group>
5456 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5444
5457 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5445
5458 </trans-unit> 5446 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5459 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5447 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5460 <source>Select the next owner</source> 5448 <source>Select the next owner</source>
5461 <target>Hautatu hurrengo jabea</target> 5449 <target>Hautatu hurrengo jabea</target>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 422dc11fd..e21926a61 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -422,14 +422,14 @@
422 422
423 423
424 424
425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
426 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 426 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
427 <source>Stop at</source> 427 <source>Stop at</source>
428 <target state="new">Stop at</target> 428 <target state="new">Stop at</target>
429 429
430 430
431 431
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
433 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 433 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
434 <source>Search playlists</source> 434 <source>Search playlists</source>
435 <target state="new">Search playlists</target> 435 <target state="new">Search playlists</target>
@@ -644,11 +644,8 @@
644 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 644 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
645 <source>Edit starts/stops at</source> 645 <source>Edit starts/stops at</source>
646 <target state="new">Edit starts/stops at</target> 646 <target state="new">Edit starts/stops at</target>
647 <context-group purpose="location"> 647
648 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
649 <context context-type="linenumber">48</context>
650 </context-group>
651 </trans-unit>
652 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 649 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
653 <source>Save</source> 650 <source>Save</source>
654 <target state="new">Save</target> 651 <target state="new">Save</target>
@@ -656,15 +653,12 @@
656 653
657 654
658 655
659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
660 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 657 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
661 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 658 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
662 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 659 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
663 <context-group purpose="location"> 660
664 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
665 <context context-type="linenumber">85</context>
666 </context-group>
667 </trans-unit>
668 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 662 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
669 <source>No results.</source> 663 <source>No results.</source>
670 <target>بدون نتیجه.</target> 664 <target>بدون نتیجه.</target>
@@ -3064,43 +3058,43 @@
3064 3058
3065 3059
3066 3060
3067 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3061 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3062 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3063 <context-group purpose="location">
3064 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3065 <context context-type="linenumber">33</context>
3066 </context-group>
3067 </trans-unit>
3068 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3068 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3069 <source>Accepted</source> 3069 <source>Accepted</source>
3070 <target state="new">Accepted</target> 3070 <target state="new">Accepted</target>
3071 3071
3072 3072
3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3074 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3074 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3075 <source>Pending</source> 3075 <source>Pending</source>
3076 <target state="new">Pending</target> 3076 <target state="new">Pending</target>
3077 3077
3078 3078
3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3079 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3080 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3080 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3081 <source>Accept</source> 3081 <source>Accept</source>
3082 <target state="new">Accept</target> 3082 <target state="new">Accept</target>
3083 3083
3084 3084
3085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3086 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3086 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3087 <source>Refuse</source> 3087 <source>Refuse</source>
3088 <target state="new">Refuse</target> 3088 <target state="new">Refuse</target>
3089 3089
3090 3090
3091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3092 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3092 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3093 <context-group purpose="location"> 3093
3094 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3095 <context context-type="linenumber">55</context>
3096 </context-group>
3097 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3098 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3095 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3099 <context-group purpose="location"> 3096
3100 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3101 <context context-type="linenumber">56</context>
3102 </context-group>
3103 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3104 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3098 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3105 <context-group purpose="location"> 3099 <context-group purpose="location">
3106 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3100 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3320,31 +3314,37 @@
3320 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3314 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3321 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3315 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3322 3316
3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3318 <source>Auth plugin</source><target state="new">Auth plugin</target>
3319 <context-group purpose="location">
3320 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3321 <context context-type="linenumber">49</context>
3322 </context-group>
3323 </trans-unit>
3324 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3324 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3325 <source>(banned)</source> 3325 <source>(banned)</source>
3326 <target state="new">(banned)</target> 3326 <target state="new">(banned)</target>
3327 3327
3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3329 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3329 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3330 3330
3331 3331
3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3333 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3333 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3334 <source>User's email must be verified to login</source> 3334 <source>User's email must be verified to login</source>
3335 <target state="new">User's email must be verified to login</target> 3335 <target state="new">User's email must be verified to login</target>
3336 3336
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3338 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3338 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3339 <source>User's email is verified / User can login without email verification</source> 3339 <source>User's email is verified / User can login without email verification</source>
3340 <target state="new">User's email is verified / User can login without email verification</target> 3340 <target state="new">User's email is verified / User can login without email verification</target>
3341 3341
3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3343 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3343 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3344 <source>Ban reason:</source> 3344 <source>Ban reason:</source>
3345 <target state="new">Ban reason:</target> 3345 <target state="new">Ban reason:</target>
3346 3346
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3348 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3348 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3349 <context-group purpose="location"> 3349 <context-group purpose="location">
3350 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3350 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3405,21 +3405,14 @@
3405 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3405 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3406 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3406 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3407 3407
3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3409 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3409 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3410 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3411 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3412
3413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3414 <source>Video URL</source><target state="new">Video URL</target>
3415
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3417 <source>Total size</source><target state="new">Total size</target> 3410 <source>Total size</source><target state="new">Total size</target>
3418 3411
3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3420 <source>List redundancies</source><target state="new">List redundancies</target> 3413 <source>List redundancies</source><target state="new">List redundancies</target>
3421 3414
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3423 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3416 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3424 <context-group purpose="location"> 3417 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3418 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3610,7 +3603,7 @@
3610 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3603 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3611 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3604 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3612 3605
3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3614 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3607 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3615 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3608 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3616 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3609 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4888,7 +4881,7 @@
4888 <target state="new">Change ownership</target> 4881 <target state="new">Change ownership</target>
4889 4882
4890 4883
4891 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 4884 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4892 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4885 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4893 <source>Select the next owner</source> 4886 <source>Select the next owner</source>
4894 <target state="new">Select the next owner</target> 4887 <target state="new">Select the next owner</target>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 03ffe5669..3ac72d84d 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -453,7 +453,7 @@
453 453
454 454
455 455
456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
457 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 457 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
458 <source>Stop at</source> 458 <source>Stop at</source>
459 <target>Lopeta kohdassa</target> 459 <target>Lopeta kohdassa</target>
@@ -463,7 +463,7 @@
463 463
464 464
465 465
466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
467 <source>Search playlists</source><target state="new">Search playlists</target> 467 <source>Search playlists</source><target state="new">Search playlists</target>
468 <context-group purpose="location"> 468 <context-group purpose="location">
469 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 469 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -711,8 +711,8 @@
711 <context-group name="null"> 711 <context-group name="null">
712 <context context-type="linenumber">48</context> 712 <context context-type="linenumber">48</context>
713 </context-group> 713 </context-group>
714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 714
715 </trans-unit> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
716 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 716 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
717 <source>Save</source> 717 <source>Save</source>
718 <target>Tallenna</target> 718 <target>Tallenna</target>
@@ -723,15 +723,15 @@
723 723
724 724
725 725
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
727 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 727 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
728 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 728 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
729 <target>Poista kanavalta <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 729 <target>Poista kanavalta <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
730 <context-group name="null"> 730 <context-group name="null">
731 <context context-type="linenumber">85</context> 731 <context context-type="linenumber">85</context>
732 </context-group> 732 </context-group>
733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 733
734 </trans-unit> 734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
735 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 735 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
736 <source>No results.</source> 736 <source>No results.</source>
737 <target>Ei hakutuloksia.</target> 737 <target>Ei hakutuloksia.</target>
@@ -3327,7 +3327,13 @@
3327 3327
3328 3328
3329 3329
3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3331 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3332 <context-group purpose="location">
3333 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3334 <context context-type="linenumber">33</context>
3335 </context-group>
3336 </trans-unit>
3331 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3337 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3332 <source>Accepted</source> 3338 <source>Accepted</source>
3333 <target>Hyväksytty</target> 3339 <target>Hyväksytty</target>
@@ -3336,7 +3342,7 @@
3336 </context-group> 3342 </context-group>
3337 3343
3338 3344
3339 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3340 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3346 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3341 <source>Pending</source> 3347 <source>Pending</source>
3342 <target>Odottaa</target> 3348 <target>Odottaa</target>
@@ -3345,7 +3351,7 @@
3345 </context-group> 3351 </context-group>
3346 3352
3347 3353
3348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3349 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3355 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3350 <source>Accept</source> 3356 <source>Accept</source>
3351 <target>Hyväksy</target> 3357 <target>Hyväksy</target>
@@ -3354,7 +3360,7 @@
3354 </context-group> 3360 </context-group>
3355 3361
3356 3362
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3358 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3364 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3359 <source>Refuse</source> 3365 <source>Refuse</source>
3360 <target>Kieltäydy</target> 3366 <target>Kieltäydy</target>
@@ -3363,19 +3369,13 @@
3363 </context-group> 3369 </context-group>
3364 3370
3365 3371
3366 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3367 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3373 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3368 <context-group purpose="location"> 3374
3369 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3370 <context context-type="linenumber">55</context>
3371 </context-group>
3372 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3373 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3376 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3374 <context-group purpose="location"> 3377
3375 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3378 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3376 <context context-type="linenumber">56</context>
3377 </context-group>
3378 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3379 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3379 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3380 <context-group purpose="location"> 3380 <context-group purpose="location">
3381 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3381 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3618,7 +3618,13 @@
3618 <context context-type="linenumber">42</context> 3618 <context context-type="linenumber">42</context>
3619 </context-group> 3619 </context-group>
3620 3620
3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3622 <source>Auth plugin</source><target state="new">Auth plugin</target>
3623 <context-group purpose="location">
3624 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3625 <context context-type="linenumber">49</context>
3626 </context-group>
3627 </trans-unit>
3622 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3628 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3623 <source>(banned)</source> 3629 <source>(banned)</source>
3624 <target>(suljettu)</target> 3630 <target>(suljettu)</target>
@@ -3626,11 +3632,11 @@
3626 <context context-type="linenumber">65</context> 3632 <context context-type="linenumber">65</context>
3627 </context-group> 3633 </context-group>
3628 3634
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3630 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3636 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3631 3637
3632 3638
3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3634 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3640 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3635 <source>User's email must be verified to login</source> 3641 <source>User's email must be verified to login</source>
3636 <target>Käyttäjän sähköpostiosoite pitää olla vahvistettu, jotta hän voi kirjautua.</target> 3642 <target>Käyttäjän sähköpostiosoite pitää olla vahvistettu, jotta hän voi kirjautua.</target>
@@ -3638,7 +3644,7 @@
3638 <context context-type="linenumber">72</context> 3644 <context context-type="linenumber">72</context>
3639 </context-group> 3645 </context-group>
3640 3646
3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3642 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3648 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3643 <source>User's email is verified / User can login without email verification</source> 3649 <source>User's email is verified / User can login without email verification</source>
3644 <target>Käyttäjän sähköpostiosoite on vahvistettu / Käyttäjä voi kirjautua ilman sähköpostiosoitteen vahvistusta</target> 3650 <target>Käyttäjän sähköpostiosoite on vahvistettu / Käyttäjä voi kirjautua ilman sähköpostiosoitteen vahvistusta</target>
@@ -3646,7 +3652,7 @@
3646 <context context-type="linenumber">76</context> 3652 <context context-type="linenumber">76</context>
3647 </context-group> 3653 </context-group>
3648 3654
3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3650 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3656 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3651 <source>Ban reason:</source> 3657 <source>Ban reason:</source>
3652 <target>Sulkemisen syy:</target> 3658 <target>Sulkemisen syy:</target>
@@ -3654,7 +3660,7 @@
3654 <context context-type="linenumber">95</context> 3660 <context context-type="linenumber">95</context>
3655 </context-group> 3661 </context-group>
3656 3662
3657 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3658 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3664 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3659 <context-group purpose="location"> 3665 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3666 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3712,24 +3718,14 @@
3712 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3718 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3713 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3719 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3714 3720
3715 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3716 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3722 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3717 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3718 <target>Videon nimi <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3719 <context-group name="null">
3720 <context context-type="linenumber">8</context>
3721 </context-group>
3722
3723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3724 <source>Video URL</source><target state="new">Video URL</target>
3725
3726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3727 <source>Total size</source><target state="new">Total size</target> 3723 <source>Total size</source><target state="new">Total size</target>
3728 3724
3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3730 <source>List redundancies</source><target state="new">List redundancies</target> 3726 <source>List redundancies</source><target state="new">List redundancies</target>
3731 3727
3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3733 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3729 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3734 <context-group purpose="location"> 3730 <context-group purpose="location">
3735 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3731 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3947,7 +3943,7 @@
3947 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3943 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3948 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3944 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3949 3945
3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3951 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3947 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3952 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3948 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3953 <target>Tila <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3949 <target>Tila <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5301,7 +5297,7 @@
5301 </context-group> 5297 </context-group>
5302 5298
5303 5299
5304 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5300 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5305 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5301 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5306 <source>Select the next owner</source> 5302 <source>Select the next owner</source>
5307 <target>Valitse seuraava omistaja</target> 5303 <target>Valitse seuraava omistaja</target>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index b61cdec14..aaca938d0 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été retirée de la liste noire </target> 284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été retirée de la liste noire </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été mise sur liste noire </target> 289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été mise sur liste noire </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publiée </target> 320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publiée </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s’est enregistré sur votre instance </target> 335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s’est enregistré sur votre instance </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un nouvel abonné<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target>Arrêter à</target> 414 <target>Arrêter à</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">Recherche de listes de lecture</target> 424 <target state="translated">Recherche de listes de lecture</target>
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Votre rapport sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et sera également envoyé à l'instance hébergeant la vidéo (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Votre rapport sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et sera également envoyé à l'instance hébergeant la vidéo (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -684,27 +692,27 @@
684 <context-group name="null"> 692 <context-group name="null">
685 <context context-type="linenumber">48</context> 693 <context context-type="linenumber">48</context>
686 </context-group> 694 </context-group>
687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 695
688 </trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
690 <source>Save</source> 698 <source>Save</source>
691 <target>Enregistrer</target> 699 <target>Enregistrer</target>
692 <context-group name="null"> 700 <context-group name="null">
693 <context context-type="linenumber">15</context> 701 <context context-type="linenumber">15</context>
694 </context-group> 702 </context-group>
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 704
697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 705
698 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 706
699 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
702 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 710 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
703 <context-group name="null"> 711 <context-group name="null">
704 <context context-type="linenumber">85</context> 712 <context context-type="linenumber">85</context>
705 </context-group> 713 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 714
707 </trans-unit> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
709 <source>No results.</source> 717 <source>No results.</source>
710 <target>Aucun résultat.</target> 718 <target>Aucun résultat.</target>
@@ -832,10 +840,13 @@
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,9 +854,12 @@
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 857 <source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
847 <target> 861 <target>
848 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 862 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
849 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 863 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
850 </target> 864 </target>
851 <context-group name="null"> 865 <context-group name="null">
@@ -854,9 +868,12 @@
854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
855 </trans-unit> 869 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
857 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 871 <source>
872 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
858 <target> 875 <target>
859 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 876 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
860 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 877 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
861 </target> 878 </target>
862 <context-group name="null"> 879 <context-group name="null">
@@ -873,10 +890,13 @@
873 </context-group> 890 </context-group>
874 </trans-unit> 891 </trans-unit>
875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 892 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
876 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 893 <source>
894 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
895 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
896 </source>
877 <target> 897 <target>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 898 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 </target> 900 </target>
881 <context-group name="null"> 901 <context-group name="null">
882 <context context-type="linenumber">5</context> 902 <context context-type="linenumber">5</context>
@@ -935,9 +955,9 @@
935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
936 </trans-unit> 956 </trans-unit>
937 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 957 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
938 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 958 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
939 <target> 959 <target>
940 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 960 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
941 </target> 961 </target>
942 <context-group name="null"> 962 <context-group name="null">
943 <context context-type="linenumber">53</context> 963 <context context-type="linenumber">53</context>
@@ -1134,9 +1154,9 @@
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1135 </trans-unit> 1155 </trans-unit>
1136 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1156 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1137 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1157 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1138 <target state="new"> 1158 <target state="new">
1139 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1159 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1140 </target> 1160 </target>
1141 <context-group purpose="location"> 1161 <context-group purpose="location">
1142 <context context-type="sourcefile">src/app/login/login.component.html</context> 1162 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1154,14 +1174,21 @@
1154 </context-group> 1174 </context-group>
1155 </trans-unit> 1175 </trans-unit>
1156 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1176 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1157 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1177 <source>
1178 Currently this instance doesn't allow for user registration, but you can find an instance
1179 that gives you the possibility to sign up for an account and upload your videos there.
1180
1181 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1182
1183 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1184 </source>
1158 <target state="new"> 1185 <target state="new">
1159 Currently this instance doesn't allow for user registration, but you can find an instance 1186 Currently this instance doesn't allow for user registration, but you can find an instance
1160 that gives you the possibility to sign up for an account and upload your videos there. 1187 that gives you the possibility to sign up for an account and upload your videos there.
1161 1188
1162 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1189 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1163 1190
1164 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1191 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1165 </target> 1192 </target>
1166 <context-group purpose="location"> 1193 <context-group purpose="location">
1167 <context context-type="sourcefile">src/app/login/login.component.html</context> 1194 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1332,9 +1359,9 @@
1332 </context-group> 1359 </context-group>
1333 </trans-unit> 1360 </trans-unit>
1334 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1361 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1335 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1362 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1336 <target> 1363 <target>
1337 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1364 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1338 </target> 1365 </target>
1339 <context-group name="null"> 1366 <context-group name="null">
1340 <context context-type="linenumber">6</context> 1367 <context context-type="linenumber">6</context>
@@ -1342,10 +1369,13 @@
1342 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1369 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1343 </trans-unit> 1370 </trans-unit>
1344 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1371 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1345 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1372 <source>
1373 Filters
1374 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1375 </source>
1346 <target> 1376 <target>
1347 Filtres 1377 Filtres
1348 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1378 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1349 </target> 1379 </target>
1350 <context-group name="null"> 1380 <context-group name="null">
1351 <context context-type="linenumber">16</context> 1381 <context context-type="linenumber">16</context>
@@ -1379,7 +1409,8 @@
1379 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1409 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1380 </trans-unit> 1410 </trans-unit>
1381 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1411 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1382 <source>CLI documentation</source> 1412 <source>CLI
1413 documentation</source>
1383 <target>Documentation de la CLI</target> 1414 <target>Documentation de la CLI</target>
1384 <context-group name="null"> 1415 <context-group name="null">
1385 <context context-type="linenumber">12</context> 1416 <context context-type="linenumber">12</context>
@@ -1395,7 +1426,8 @@
1395 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1426 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1396 </trans-unit> 1427 </trans-unit>
1397 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1428 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1398 <source>Administer documentation</source> 1429 <source>Administer
1430 documentation</source>
1399 <target>Documentation sur l'administration</target> 1431 <target>Documentation sur l'administration</target>
1400 <context-group name="null"> 1432 <context-group name="null">
1401 <context context-type="linenumber">19</context> 1433 <context context-type="linenumber">19</context>
@@ -1411,7 +1443,8 @@
1411 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1443 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1412 </trans-unit> 1444 </trans-unit>
1413 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1445 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1414 <source>Use documentation</source> 1446 <source>Use
1447 documentation</source>
1415 <target>Documentation d'utilisation</target> 1448 <target>Documentation d'utilisation</target>
1416 <context-group name="null"> 1449 <context-group name="null">
1417 <context context-type="linenumber">26</context> 1450 <context context-type="linenumber">26</context>
@@ -1435,16 +1468,16 @@
1435 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1468 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1436 </trans-unit> 1469 </trans-unit>
1437 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1470 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1438 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1471 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1439 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1472 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1440 <context-group name="null"> 1473 <context-group name="null">
1441 <context context-type="linenumber">44</context> 1474 <context context-type="linenumber">44</context>
1442 </context-group> 1475 </context-group>
1443 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1444 </trans-unit> 1477 </trans-unit>
1445 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1478 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1446 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1479 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1447 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1480 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1448 </target> 1481 </target>
1449 <context-group name="null"> 1482 <context-group name="null">
1450 <context context-type="linenumber">47</context> 1483 <context context-type="linenumber">47</context>
@@ -1460,9 +1493,13 @@
1460 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1493 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1461 </trans-unit> 1494 </trans-unit>
1462 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1495 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1463 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1496 <source>
1497 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1498 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1499 is very important for visitors to understand on what type of instance they are.
1500 </source>
1464 <target> 1501 <target>
1465 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. 1502 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont.
1466 </target> 1503 </target>
1467 <context-group name="null"> 1504 <context-group name="null">
1468 <context context-type="linenumber">61</context> 1505 <context context-type="linenumber">61</context>
@@ -1470,10 +1507,16 @@
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1507 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1471 </trans-unit> 1508 </trans-unit>
1472 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1509 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1473 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1510 <source>
1511 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1512 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1513 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1514 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1515 PeerTube instance.
1516 </source>
1474 <target> 1517 <target>
1475 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1518 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1476 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1519 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1477 </target> 1520 </target>
1478 <context-group name="null"> 1521 <context-group name="null">
1479 <context context-type="linenumber">67</context> 1522 <context context-type="linenumber">67</context>
@@ -1569,8 +1612,11 @@
1569 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1612 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1570 </trans-unit> 1613 </trans-unit>
1571 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1614 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1572 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1615 <source>
1573 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1616 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1617 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1618 </source>
1619 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1574 <context-group purpose="location"> 1620 <context-group purpose="location">
1575 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1621 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1576 <context context-type="linenumber">24</context> 1622 <context context-type="linenumber">24</context>
@@ -2003,8 +2049,11 @@
2003 </context-group> 2049 </context-group>
2004 </trans-unit> 2050 </trans-unit>
2005 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2051 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2006 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2052 <source>
2007 <target state="translated">Passer à la chaîne <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2053 Jump to channel
2054 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2055 </source>
2056 <target state="translated">Passer à la chaîne <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2008 <context-group purpose="location"> 2057 <context-group purpose="location">
2009 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2058 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2010 <context context-type="linenumber">18</context> 2059 <context context-type="linenumber">18</context>
@@ -2242,8 +2291,12 @@
2242 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2243 </trans-unit> 2292 </trans-unit>
2244 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2293 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2245 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2294 <source>
2246 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target> 2295 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2296 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2297 Press Enter to add a new tag.
2298 </source>
2299 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target>
2247 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2300 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2248 </trans-unit> 2301 </trans-unit>
2249 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2302 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2408,7 +2461,7 @@
2408 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2461 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2409 </trans-unit> 2462 </trans-unit>
2410 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2463 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2411 <source>Already uploaded ✔</source> 2464 <source>Already uploaded ✔</source>
2412 <target>Déjà téléversé ✔</target> 2465 <target>Déjà téléversé ✔</target>
2413 <context-group name="null"> 2466 <context-group name="null">
2414 <context context-type="linenumber">179</context> 2467 <context context-type="linenumber">179</context>
@@ -2539,8 +2592,12 @@
2539 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2540 </trans-unit> 2593 </trans-unit>
2541 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2594 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2542 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2595 <source>
2543 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target> 2596 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2597 or URL that points to a raw MP4 file.
2598 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2599 </source>
2600 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target>
2544 <context-group purpose="location"> 2601 <context-group purpose="location">
2545 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2602 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2546 <context context-type="linenumber">10</context> 2603 <context context-type="linenumber">10</context>
@@ -2602,10 +2659,14 @@
2602 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2659 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2603 </trans-unit> 2660 </trans-unit>
2604 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2661 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2605 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2662 <source>
2663 Image that will be merged with your audio file.
2664 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2665 The chosen image will be definitive and cannot be modified.
2666 </source>
2606 <target> 2667 <target>
2607 Image qui sera fusionnée avec le fichier audio. 2668 Image qui sera fusionnée avec le fichier audio.
2608 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2669 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2609 L'image choisie sera définitive et ne pourra pas être modifiée. 2670 L'image choisie sera définitive et ne pourra pas être modifiée.
2610 </target> 2671 </target>
2611 <context-group name="null"> 2672 <context-group name="null">
@@ -2675,7 +2736,10 @@
2675 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2736 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2676 </trans-unit> 2737 </trans-unit>
2677 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2738 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2678 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2739 <source>
2740 You can import any torrent file that points to a mp4 file.
2741 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2742 </source>
2679 <target> 2743 <target>
2680 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4. 2744 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4.
2681 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance. 2745 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance.
@@ -2695,8 +2759,12 @@
2695 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2759 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2696 </trans-unit> 2760 </trans-unit>
2697 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2761 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2698 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2762 <source>
2699 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour téléverser vos vidéos. </target> 2763 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2764 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2765 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2766 </source>
2767 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour téléverser vos vidéos. </target>
2700 <context-group purpose="location"> 2768 <context-group purpose="location">
2701 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2769 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2702 <context context-type="linenumber">2</context> 2770 <context context-type="linenumber">2</context>
@@ -2938,16 +3006,16 @@
2938 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 3006 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2939 </trans-unit> 3007 </trans-unit>
2940 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3008 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2941 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3009 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2942 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3010 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2943 <context-group purpose="location"> 3011 <context-group purpose="location">
2944 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3012 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2945 <context context-type="linenumber">45</context> 3013 <context context-type="linenumber">45</context>
2946 </context-group> 3014 </context-group>
2947 </trans-unit> 3015 </trans-unit>
2948 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3016 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2949 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3017 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2950 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3018 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2951 <context-group purpose="location"> 3019 <context-group purpose="location">
2952 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3020 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2953 <context context-type="linenumber">56</context> 3021 <context context-type="linenumber">56</context>
@@ -3240,7 +3308,11 @@
3240 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3308 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3241 </trans-unit> 3309 </trans-unit>
3242 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3310 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3243 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3311 <source>
3312 You can comment using an account on any ActivityPub-compatible instance.
3313 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3314 from within the software's interface.
3315 </source>
3244 <target state="translated">Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel.</target> 3316 <target state="translated">Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel.</target>
3245 <context-group purpose="location"> 3317 <context-group purpose="location">
3246 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3318 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3422,17 +3494,23 @@
3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3494 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3423 </trans-unit> 3495 </trans-unit>
3424 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3496 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3425 <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> 3497 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3426 <target>Créé le <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> 3498 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3427 <context-group name="null"> 3499 <context-group name="null">
3428 <context context-type="linenumber">11</context> 3500 <context context-type="linenumber">11</context>
3429 </context-group> 3501 </context-group>
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3502
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3503
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3504
3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3505
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3506
3435 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3507
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3509 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3510 <context-group purpose="location">
3511 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3512 <context context-type="linenumber">33</context>
3513 </context-group>
3436 </trans-unit> 3514 </trans-unit>
3437 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3515 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3438 <source>Accepted</source> 3516 <source>Accepted</source>
@@ -3440,52 +3518,46 @@
3440 <context-group name="null"> 3518 <context-group name="null">
3441 <context context-type="linenumber">32</context> 3519 <context context-type="linenumber">32</context>
3442 </context-group> 3520 </context-group>
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3521
3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3522
3445 </trans-unit> 3523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3446 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3524 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3447 <source>Pending</source> 3525 <source>Pending</source>
3448 <target>En attente</target> 3526 <target>En attente</target>
3449 <context-group name="null"> 3527 <context-group name="null">
3450 <context context-type="linenumber">33</context> 3528 <context context-type="linenumber">33</context>
3451 </context-group> 3529 </context-group>
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3530
3453 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3531
3454 </trans-unit> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3455 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3533 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3456 <source>Accept</source> 3534 <source>Accept</source>
3457 <target>Accepter</target> 3535 <target>Accepter</target>
3458 <context-group name="null"> 3536 <context-group name="null">
3459 <context context-type="linenumber">41</context> 3537 <context context-type="linenumber">41</context>
3460 </context-group> 3538 </context-group>
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3539
3462 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3540
3463 </trans-unit> 3541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3464 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3542 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3465 <source>Refuse</source> 3543 <source>Refuse</source>
3466 <target>Refuser</target> 3544 <target>Refuser</target>
3467 <context-group name="null"> 3545 <context-group name="null">
3468 <context context-type="linenumber">42</context> 3546 <context context-type="linenumber">42</context>
3469 </context-group> 3547 </context-group>
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3548
3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3549
3472 </trans-unit> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3473 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3551 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3474 <source>No follower found matching current filters.</source> 3552 <source>No follower found matching current filters.</source>
3475 <target state="translated">Aucun abonné n'a pas être trouvé avec les filtres actuels.</target> 3553 <target state="translated">Aucun abonné n'a pas être trouvé avec les filtres actuels.</target>
3476 <context-group purpose="location"> 3554
3477 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3478 <context context-type="linenumber">55</context>
3479 </context-group>
3480 </trans-unit>
3481 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3556 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3482 <source>Your instance doesn't have any follower.</source> 3557 <source>Your instance doesn't have any follower.</source>
3483 <target state="new">Your instance doesn't have any follower.</target> 3558 <target state="new">Your instance doesn't have any follower.</target>
3484 <context-group purpose="location"> 3559
3485 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3486 <context context-type="linenumber">56</context>
3487 </context-group>
3488 </trans-unit>
3489 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3561 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3490 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3562 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3491 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3563 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
@@ -3511,8 +3583,8 @@
3511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3512 </trans-unit> 3584 </trans-unit>
3513 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3585 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3514 <source>Redundancy allowed <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> 3586 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3515 <target state="translated">Redondance autorisée <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> 3587 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3517 </trans-unit> 3589 </trans-unit>
3518 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3590 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3633,9 +3705,12 @@
3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3634 </trans-unit> 3706 </trans-unit>
3635 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3707 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3636 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3708 <source>
3709 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3710 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3711 </source>
3637 <target state="new"> 3712 <target state="new">
3638 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3713 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3639 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3714 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3640 </target> 3715 </target>
3641 <context-group purpose="location"> 3716 <context-group purpose="location">
@@ -3729,20 +3804,26 @@
3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3730 </trans-unit> 3805 </trans-unit>
3731 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3806 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3732 <source>Username <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> 3807 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3733 <target>Identifiant <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> 3808 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3734 <context-group name="null"> 3809 <context-group name="null">
3735 <context context-type="linenumber">40</context> 3810 <context context-type="linenumber">40</context>
3736 </context-group> 3811 </context-group>
3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3738 </trans-unit> 3813 </trans-unit>
3739 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3814 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3740 <source>Video quota <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> 3815 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3741 <target>Quota des vidéo <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> 3816 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3742 <context-group name="null"> 3817 <context-group name="null">
3743 <context context-type="linenumber">42</context> 3818 <context context-type="linenumber">42</context>
3744 </context-group> 3819 </context-group>
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3821 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3822 <source>Auth plugin</source><target state="new">Auth plugin</target>
3823 <context-group purpose="location">
3824 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3825 <context context-type="linenumber">49</context>
3826 </context-group>
3746 </trans-unit> 3827 </trans-unit>
3747 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3828 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3748 <source>(banned)</source> 3829 <source>(banned)</source>
@@ -3750,39 +3831,39 @@
3750 <context-group name="null"> 3831 <context-group name="null">
3751 <context context-type="linenumber">65</context> 3832 <context context-type="linenumber">65</context>
3752 </context-group> 3833 </context-group>
3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3834
3754 </trans-unit> 3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3755 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3836 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3756 <source>Open account in a new tab</source> 3837 <source>Open account in a new tab</source>
3757 <target state="translated">Ouvrir le compte dans un nouvel onglet</target> 3838 <target state="translated">Ouvrir le compte dans un nouvel onglet</target>
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3839
3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3840
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3841
3761 </trans-unit> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3762 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3843 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3763 <source>User's email must be verified to login</source> 3844 <source>User's email must be verified to login</source>
3764 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target> 3845 <target>L'adresse mail de l'utilisateur·rice doit être vérifiée afin de se connecter</target>
3765 <context-group name="null"> 3846 <context-group name="null">
3766 <context context-type="linenumber">72</context> 3847 <context context-type="linenumber">72</context>
3767 </context-group> 3848 </context-group>
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3849
3769 </trans-unit> 3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3770 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3851 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3771 <source>User's email is verified / User can login without email verification</source> 3852 <source>User's email is verified / User can login without email verification</source>
3772 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target> 3853 <target>L'adresse mail de l'utilisateur·rice est vérifié / L'utilisateur·rice peut se connecter sans vérification mail</target>
3773 <context-group name="null"> 3854 <context-group name="null">
3774 <context context-type="linenumber">76</context> 3855 <context context-type="linenumber">76</context>
3775 </context-group> 3856 </context-group>
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3857
3777 </trans-unit> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3778 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3859 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3779 <source>Ban reason:</source> 3860 <source>Ban reason:</source>
3780 <target>Raison du bannissement :</target> 3861 <target>Raison du bannissement :</target>
3781 <context-group name="null"> 3862 <context-group name="null">
3782 <context context-type="linenumber">95</context> 3863 <context context-type="linenumber">95</context>
3783 </context-group> 3864 </context-group>
3784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3865
3785 </trans-unit> 3866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3786 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3867 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3787 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3868 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3788 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3869 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3841,33 +3922,22 @@
3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3842 </trans-unit> 3923 </trans-unit>
3843 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3924 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3844 <source>Video <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> 3925 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3845 <target state="translated">Vidéo <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> 3926 <target state="translated">Vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3927
3847 </trans-unit> 3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3848 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3929
3849 <source>Video 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> 3930
3850 <target>Nom de la vidéo <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>
3851 <context-group name="null">
3852 <context context-type="linenumber">8</context>
3853 </context-group>
3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3855 </trans-unit>
3856 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3857 <source>Video URL</source>
3858 <target state="translated">URL de la vidéo</target>
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3860 </trans-unit>
3861 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3931 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3862 <source>Total size</source> 3932 <source>Total size</source>
3863 <target state="translated">Taille totale</target> 3933 <target state="translated">Taille totale</target>
3864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3934
3865 </trans-unit> 3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3866 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3936 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3867 <source>List redundancies</source> 3937 <source>List redundancies</source>
3868 <target state="translated">Lister les redondances</target> 3938 <target state="translated">Lister les redondances</target>
3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3939
3870 </trans-unit> 3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3871 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3941 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3872 <source>Your instance doesn't mirror any video.</source> 3942 <source>Your instance doesn't mirror any video.</source>
3873 <target state="new">Your instance doesn't mirror any video.</target> 3943 <target state="new">Your instance doesn't mirror any video.</target>
@@ -3911,8 +3981,8 @@
3911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3981 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3912 </trans-unit> 3982 </trans-unit>
3913 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3983 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3914 <source>Date <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> 3984 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3915 <target>Date <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> 3985 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3916 <context-group name="null"> 3986 <context-group name="null">
3917 <context context-type="linenumber">11</context> 3987 <context context-type="linenumber">11</context>
3918 </context-group> 3988 </context-group>
@@ -4119,12 +4189,12 @@
4119 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4189 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4120 <source>Open video in a new tab</source> 4190 <source>Open video in a new tab</source>
4121 <target state="translated">Ouvrir la vidéo dans un nouvel onglet</target> 4191 <target state="translated">Ouvrir la vidéo dans un nouvel onglet</target>
4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4192
4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4193
4124 </trans-unit> 4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4125 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4195 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4126 <source>State <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> 4196 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4127 <target>État <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> 4197 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4128 <context-group name="null"> 4198 <context-group name="null">
4129 <context context-type="linenumber">11</context> 4199 <context context-type="linenumber">11</context>
4130 </context-group> 4200 </context-group>
@@ -4133,8 +4203,8 @@
4133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4134 </trans-unit> 4204 </trans-unit>
4135 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4205 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4136 <source>Score <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> 4206 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4137 <target state="translated">Score <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> 4207 <target state="translated">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4139 </trans-unit> 4209 </trans-unit>
4140 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4210 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4154,9 +4224,9 @@
4154 </context-group> 4224 </context-group>
4155 </trans-unit> 4225 </trans-unit>
4156 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4226 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4157 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4227 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4158 <target state="new"> 4228 <target state="new">
4159 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4229 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4160 </target> 4230 </target>
4161 <context-group purpose="location"> 4231 <context-group purpose="location">
4162 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4232 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4180,9 +4250,9 @@
4180 </context-group> 4250 </context-group>
4181 </trans-unit> 4251 </trans-unit>
4182 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4252 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4183 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4253 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4184 <target state="new"> 4254 <target state="new">
4185 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4255 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4186 </target> 4256 </target>
4187 <context-group purpose="location"> 4257 <context-group purpose="location">
4188 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4258 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4230,8 +4300,8 @@
4230 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4300 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4231 </trans-unit> 4301 </trans-unit>
4232 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4302 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4233 <source>Muted at <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> 4303 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4234 <target>Rendu silencieux <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> 4304 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4235 <context-group name="null"> 4305 <context-group name="null">
4236 <context context-type="linenumber">13</context> 4306 <context context-type="linenumber">13</context>
4237 </context-group> 4307 </context-group>
@@ -4521,8 +4591,8 @@
4521 </context-group> 4591 </context-group>
4522 </trans-unit> 4592 </trans-unit>
4523 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4593 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4524 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4594 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4525 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4595 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4526 <context-group purpose="location"> 4596 <context-group purpose="location">
4527 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4597 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4528 <context context-type="linenumber">32</context> 4598 <context context-type="linenumber">32</context>
@@ -4570,8 +4640,8 @@
4570 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4571 </trans-unit> 4641 </trans-unit>
4572 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4642 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4573 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4643 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4574 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4644 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4645 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4576 </trans-unit> 4646 </trans-unit>
4577 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4647 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4613,9 +4683,9 @@
4613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4614 </trans-unit> 4684 </trans-unit>
4615 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4685 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4616 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4686 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4617 <target state="new"> 4687 <target state="new">
4618 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4688 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4619 </target> 4689 </target>
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4621 </trans-unit> 4691 </trans-unit>
@@ -4628,9 +4698,12 @@
4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4629 </trans-unit> 4699 </trans-unit>
4630 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4700 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4631 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4701 <source>
4702 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4703 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4704 </source>
4632 <target state="new"> 4705 <target state="new">
4633 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4706 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4634 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4707 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4635 </target> 4708 </target>
4636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4709 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4644,9 +4717,9 @@
4644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4645 </trans-unit> 4718 </trans-unit>
4646 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4719 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4647 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4720 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4648 <target state="new"> 4721 <target state="new">
4649 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4722 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4650 </target> 4723 </target>
4651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4652 </trans-unit> 4725 </trans-unit>
@@ -4801,9 +4874,9 @@
4801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4802 </trans-unit> 4875 </trans-unit>
4803 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4876 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4804 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4877 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4805 <target state="new"> 4878 <target state="new">
4806 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4879 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4807 </target> 4880 </target>
4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4881 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4809 </trans-unit> 4882 </trans-unit>
@@ -4866,9 +4939,9 @@
4866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4867 </trans-unit> 4940 </trans-unit>
4868 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4941 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4869 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4942 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4870 <target state="new"> 4943 <target state="new">
4871 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4944 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4872 </target> 4945 </target>
4873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4946 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4874 </trans-unit> 4947 </trans-unit>
@@ -5038,9 +5111,9 @@
5038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
5039 </trans-unit> 5112 </trans-unit>
5040 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5113 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5041 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5114 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
5042 <target state="new"> 5115 <target state="new">
5043 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 5116 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
5044 </target> 5117 </target>
5045 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5046 </trans-unit> 5119 </trans-unit>
@@ -5060,9 +5133,9 @@
5060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5133 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5061 </trans-unit> 5134 </trans-unit>
5062 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5135 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5063 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5136 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5064 <target state="new"> 5137 <target state="new">
5065 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5138 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5066 </target> 5139 </target>
5067 <context-group purpose="location"> 5140 <context-group purpose="location">
5068 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5141 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -5158,12 +5231,18 @@
5158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5159 </trans-unit> 5232 </trans-unit>
5160 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5233 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5161 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5234 <source>
5235 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5236 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5237 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5238 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5239 to see if you instance is whitelisted.
5240 </source>
5162 <target state="new"> 5241 <target state="new">
5163 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5242 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5164 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5243 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5165 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5244 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5166 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 5245 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5167 to see if you instance is whitelisted. 5246 to see if you instance is whitelisted.
5168 </target> 5247 </target>
5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -5182,7 +5261,10 @@
5182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5183 </trans-unit> 5262 </trans-unit>
5184 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5263 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5185 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5264 <source>
5265 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5266 resources, this is a critical part of PeerTube, so tread carefully.
5267 </source>
5186 <target state="new"> 5268 <target state="new">
5187 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5269 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5188 resources, this is a critical part of PeerTube, so tread carefully. 5270 resources, this is a critical part of PeerTube, so tread carefully.
@@ -5232,15 +5314,23 @@
5232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5233 </trans-unit> 5315 </trans-unit>
5234 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5316 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5235 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5317 <source>
5318 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5319
5320 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5321
5322 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5323
5324 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5325 </source>
5236 <target state="new"> 5326 <target state="new">
5237 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5327 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5238 5328
5239 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5329 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5240 5330
5241 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5331 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5242 5332
5243 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5333 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5244 </target> 5334 </target>
5245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5246 </trans-unit> 5336 </trans-unit>
@@ -5250,18 +5340,29 @@
5250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5251 </trans-unit> 5341 </trans-unit>
5252 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5342 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5253 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5343 <source>
5344 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5345
5346 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5347 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5348 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5349 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5350 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5351 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5352
5353 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5354 </source>
5254 <target state="new"> 5355 <target state="new">
5255 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5356 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5256 5357
5257 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5358 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5258 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5359 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5259 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5360 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5260 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5361 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5261 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5362 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5262 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5363 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5263 5364
5264 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5365 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5265 </target> 5366 </target>
5266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5267 </trans-unit> 5368 </trans-unit>
@@ -5326,25 +5427,36 @@
5326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5327 </trans-unit> 5428 </trans-unit>
5328 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5429 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5329 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5430 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5330 <target state="new"> 5431 <target state="new">
5331 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5432 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5332 </target> 5433 </target>
5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5334 </trans-unit> 5435 </trans-unit>
5335 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5436 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5336 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5437 <source>
5438 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5439 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5440 color: red;
5441 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5442 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5443 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5444 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5445 color: red;
5446 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5447 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5448 </source>
5337 <target state="new"> 5449 <target state="new">
5338 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5450 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5339 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5451 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5340 color: red; 5452 color: red;
5341 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5453 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5342 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5454 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5343 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5455 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5344 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5456 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5345 color: red; 5457 color: red;
5346 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5458 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5347 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5459 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5348 </target> 5460 </target>
5349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5350 </trans-unit> 5462 </trans-unit>
@@ -5535,8 +5647,8 @@
5535 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5647 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5536 </trans-unit> 5648 </trans-unit>
5537 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5649 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5538 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5650 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5539 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, une confirmation sera demandée pour regarder la vidéo. </target> 5651 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, une confirmation sera demandée pour regarder la vidéo. </target>
5540 <context-group purpose="location"> 5652 <context-group purpose="location">
5541 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5653 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5542 <context context-type="linenumber">6</context> 5654 <context context-type="linenumber">6</context>
@@ -5565,9 +5677,9 @@
5565 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5677 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5566 </trans-unit> 5678 </trans-unit>
5567 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5679 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5568 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5680 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5569 <target> 5681 <target>
5570 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5682 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5571</target> 5683</target>
5572 <context-group name="null"> 5684 <context-group name="null">
5573 <context context-type="linenumber">4</context> 5685 <context context-type="linenumber">4</context>
@@ -5575,9 +5687,9 @@
5575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5687 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5576 </trans-unit> 5688 </trans-unit>
5577 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5689 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5578 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5690 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5579 <target> 5691 <target>
5580 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> est en attente de la vérification de votre courriel. 5692 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> est en attente de la vérification de votre courriel.
5581</target> 5693</target>
5582 <context-group name="null"> 5694 <context-group name="null">
5583 <context context-type="linenumber">8</context> 5695 <context context-type="linenumber">8</context>
@@ -5647,9 +5759,9 @@
5647 <context-group name="null"> 5759 <context-group name="null">
5648 <context context-type="linenumber">22</context> 5760 <context context-type="linenumber">22</context>
5649 </context-group> 5761 </context-group>
5650 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5762
5651 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5763
5652 </trans-unit> 5764 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5653 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5765 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5654 <source>Select the next owner</source> 5766 <source>Select the next owner</source>
5655 <target>Sélectionner la·e prochain·e propriétaire</target> 5767 <target>Sélectionner la·e prochain·e propriétaire</target>
@@ -5659,8 +5771,8 @@
5659 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5771 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5660 </trans-unit> 5772 </trans-unit>
5661 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5773 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5662 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5774 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5663 <target state="translated">Vidéos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5775 <target state="translated">Vidéos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5664 <context-group purpose="location"> 5776 <context-group purpose="location">
5665 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5777 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5666 <context context-type="linenumber">2</context> 5778 <context context-type="linenumber">2</context>
@@ -5696,10 +5808,13 @@
5696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5808 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5697 </trans-unit> 5809 </trans-unit>
5698 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5810 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5699 <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> 5811 <source>
5812 Created
5813 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5814 </source>
5700 <target> 5815 <target>
5701 Créé 5816 Créé
5702 <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;"/> 5817 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5703 </target> 5818 </target>
5704 <context-group name="null"> 5819 <context-group name="null">
5705 <context context-type="linenumber">15</context> 5820 <context context-type="linenumber">15</context>
@@ -5771,8 +5886,9 @@
5771 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5886 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5772 </trans-unit> 5887 </trans-unit>
5773 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5888 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5774 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5889 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5775 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5890 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5891 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5776 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5892 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5777 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5893 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5778 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5894 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5870,9 +5986,12 @@
5870 </context-group> 5986 </context-group>
5871 </trans-unit> 5987 </trans-unit>
5872 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5988 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5873 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5989 <source>
5990 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5991 Delete history
5992 </source>
5874 <target> 5993 <target>
5875 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5994 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5876 Supprimer l'historique 5995 Supprimer l'historique
5877 </target> 5996 </target>
5878 <context-group name="null"> 5997 <context-group name="null">
@@ -5889,9 +6008,12 @@
5889 </context-group> 6008 </context-group>
5890 </trans-unit> 6009 </trans-unit>
5891 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 6010 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5892 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 6011 <source>
6012 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
6013 Notification preferences
6014 </source>
5893 <target> 6015 <target>
5894 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 6016 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5895 Préférences de notification 6017 Préférences de notification
5896 </target> 6018 </target>
5897 <context-group name="null"> 6019 <context-group name="null">
@@ -5971,8 +6093,8 @@
5971 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5972 </trans-unit> 6094 </trans-unit>
5973 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6095 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5974 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6096 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5975 <target state="translated">Listes de lecture <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6097 <target state="translated">Listes de lecture <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5976 <context-group purpose="location"> 6098 <context-group purpose="location">
5977 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6099 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5978 <context context-type="linenumber">2</context> 6100 <context context-type="linenumber">2</context>
@@ -6000,8 +6122,8 @@
6000 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 6122 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
6001 </trans-unit> 6123 </trans-unit>
6002 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6124 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
6003 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6125 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6004 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6126 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6005 <context-group purpose="location"> 6127 <context-group purpose="location">
6006 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6128 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
6007 <context context-type="linenumber">13</context> 6129 <context context-type="linenumber">13</context>
@@ -6456,23 +6578,27 @@
6456 </context-group> 6578 </context-group>
6457 </trans-unit> 6579 </trans-unit>
6458 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6580 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6459 <source>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;"/>. </source> 6581 <source>
6460 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6582 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6583 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6584 </source>
6585 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6461 <context-group purpose="location"> 6586 <context-group purpose="location">
6462 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6587 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6463 <context context-type="linenumber">13</context> 6588 <context context-type="linenumber">13</context>
6464 </context-group> 6589 </context-group>
6465 </trans-unit> 6590 </trans-unit>
6466 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6591 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6467 <source>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;"/>. </source> 6592 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6468 <target state="translated">Pour plus d’informations, consultez le site <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> 6593 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6469 <context-group purpose="location"> 6594 <context-group purpose="location">
6470 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6595 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6471 <context context-type="linenumber">18</context> 6596 <context context-type="linenumber">18</context>
6472 </context-group> 6597 </context-group>
6473 </trans-unit> 6598 </trans-unit>
6474 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6599 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6475 <source>Use PeerTube documentation</source> 6600 <source>Use PeerTube
6601 documentation</source>
6476 <target state="translated">Utiliser la documentation de PeerTube</target> 6602 <target state="translated">Utiliser la documentation de PeerTube</target>
6477 <context-group purpose="location"> 6603 <context-group purpose="location">
6478 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6604 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6488,7 +6614,8 @@
6488 </context-group> 6614 </context-group>
6489 </trans-unit> 6615 </trans-unit>
6490 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6616 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6491 <source>PeerTube Applications</source> 6617 <source>PeerTube
6618 Applications</source>
6492 <target state="translated">Applications PeerTube</target> 6619 <target state="translated">Applications PeerTube</target>
6493 <context-group purpose="location"> 6620 <context-group purpose="location">
6494 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6621 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6504,7 +6631,8 @@
6504 </context-group> 6631 </context-group>
6505 </trans-unit> 6632 </trans-unit>
6506 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6633 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6507 <source>Contribute on PeerTube</source> 6634 <source>Contribute on
6635 PeerTube</source>
6508 <target state="translated">Contribuer à PeerTube</target> 6636 <target state="translated">Contribuer à PeerTube</target>
6509 <context-group purpose="location"> 6637 <context-group purpose="location">
6510 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6638 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6528,7 +6656,11 @@
6528 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6656 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6529 </trans-unit> 6657 </trans-unit>
6530 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6658 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6531 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6659 <source>
6660 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6661 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6662 follows applies only if you want to keep using the P2P mode of PeerTube.
6663 </source>
6532 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target> 6664 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target>
6533 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6665 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6534 </trans-unit> 6666 </trans-unit>
@@ -6541,17 +6673,27 @@
6541 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6673 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6542 </trans-unit> 6674 </trans-unit>
6543 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6675 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6544 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6676 <source>
6677 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6678 In practice, this is much more difficult because:
6679 </source>
6545 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target> 6680 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target>
6546 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6681 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6547 </trans-unit> 6682 </trans-unit>
6548 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6683 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6549 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6684 <source>
6685 An HTTP request has to be sent on each tracker for each video to spy.
6686 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6687 </source>
6550 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target> 6688 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target>
6551 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6689 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6552 </trans-unit> 6690 </trans-unit>
6553 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6691 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6554 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6692 <source>
6693 For each request sent, the tracker returns random peers at a limited number.
6694 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
6695 requests sent to know every peer in the swarm
6696 </source>
6555 <target state="new"> 6697 <target state="new">
6556 For each request sent, the tracker returns random peers at a limited number. 6698 For each request sent, the tracker returns random peers at a limited number.
6557 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 6699 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
@@ -6568,7 +6710,10 @@
6568 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6710 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6569 </trans-unit> 6711 </trans-unit>
6570 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6712 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6571 <source>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</source> 6713 <source>
6714 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
6715 video
6716 </source>
6572 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target> 6717 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target>
6573 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6718 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6574 </trans-unit> 6719 </trans-unit>
@@ -6578,12 +6723,21 @@
6578 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6723 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6579 </trans-unit> 6724 </trans-unit>
6580 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6725 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6581 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6726 <source>
6582 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour plus d’informations </target> 6727 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6728 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6729 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6730 to forward the information to.
6731 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6732 </source>
6733 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus d’informations </target>
6583 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6734 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6584 </trans-unit> 6735 </trans-unit>
6585 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6736 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6586 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6737 <source>
6738 The worst-case scenario of an average person spying on their friends is quite unlikely.
6739 There are much more effective ways to get that kind of information.
6740 </source>
6587 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target> 6741 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target>
6588 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6742 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6589 </trans-unit> 6743 </trans-unit>
@@ -6596,7 +6750,11 @@
6596 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6597 </trans-unit> 6751 </trans-unit>
6598 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6752 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6599 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6753 <source>
6754 The threats to privacy with YouTube are different from PeerTube's.
6755 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6756 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6757 </source>
6600 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target> 6758 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target>
6601 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6759 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6602 </trans-unit> 6760 </trans-unit>
@@ -6609,7 +6767,12 @@
6609 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6767 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6610 </trans-unit> 6768 </trans-unit>
6611 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6769 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6612 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6770 <source>
6771 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
6772 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6773 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.
6774 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6775 </source>
6613 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target> 6776 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target>
6614 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6777 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6615 </trans-unit> 6778 </trans-unit>
@@ -6622,7 +6785,10 @@
6622 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6785 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6623 </trans-unit> 6786 </trans-unit>
6624 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6787 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6625 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6788 <source>
6789 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6790 and render attacks less likely. Here is what we put in place so far:
6791 </source>
6626 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target> 6792 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target>
6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6793 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6628 </trans-unit> 6794 </trans-unit>
@@ -6647,7 +6813,10 @@
6647 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6648 </trans-unit> 6814 </trans-unit>
6649 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6815 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6650 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6816 <source>
6817 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6818 WebRTC in your browser.
6819 </source>
6651 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target> 6820 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target>
6652 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6821 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6653 </trans-unit> 6822 </trans-unit>
@@ -6684,8 +6853,8 @@
6684 </context-group> 6853 </context-group>
6685 </trans-unit> 6854 </trans-unit>
6686 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6855 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6687 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6856 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6688 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6857 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6689 <context-group purpose="location"> 6858 <context-group purpose="location">
6690 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6859 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6691 <context context-type="linenumber">3</context> 6860 <context context-type="linenumber">3</context>
@@ -6768,8 +6937,11 @@
6768 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6937 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6769 </trans-unit> 6938 </trans-unit>
6770 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6939 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6771 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6940 <source>
6772 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target> 6941 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6942 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6943 </source>
6944 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target>
6773 <context-group name="null"> 6945 <context-group name="null">
6774 <context context-type="linenumber">4</context> 6946 <context context-type="linenumber">4</context>
6775 </context-group> 6947 </context-group>
@@ -6843,11 +7015,16 @@
6843 </context-group> 7015 </context-group>
6844 </trans-unit> 7016 </trans-unit>
6845 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 7017 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6846 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 7018 <source>
7019 I am at least 16 years old and agree
7020 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
7021 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
7022 of this instance
7023 </source>
6847 <target> 7024 <target>
6848 J'ai au moins 16 ans et je suis d'accord 7025 J'ai au moins 16 ans et je suis d'accord
6849 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 7026 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6850 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 7027 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6851 de cette instance 7028 de cette instance
6852 </target> 7029 </target>
6853 <context-group name="null"> 7030 <context-group name="null">
@@ -6950,8 +7127,8 @@
6950 </context-group> 7127 </context-group>
6951 </trans-unit> 7128 </trans-unit>
6952 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7129 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6953 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7130 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6954 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> qui conserve le son original, sans la vidéo</target> 7131 <target state="translated">Un <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> qui conserve le son original, sans la vidéo</target>
6955 <context-group purpose="location"> 7132 <context-group purpose="location">
6956 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7133 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6957 <context context-type="linenumber">1</context> 7134 <context context-type="linenumber">1</context>
@@ -8658,8 +8835,8 @@
8658 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8835 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8659 </trans-unit> 8836 </trans-unit>
8660 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8837 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8661 <source>Long (&gt; 10 min)</source> 8838 <source>Long (> 10 min)</source>
8662 <target>Longue (&gt; 10 min)</target> 8839 <target>Longue (> 10 min)</target>
8663 <context-group name="null"> 8840 <context-group name="null">
8664 <context context-type="linenumber">1</context> 8841 <context context-type="linenumber">1</context>
8665 </context-group> 8842 </context-group>
@@ -10018,8 +10195,8 @@
10018 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10195 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
10019 </trans-unit> 10196 </trans-unit>
10020 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10197 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
10021 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10198 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
10022 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> supportant :</target> 10199 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> supportant :</target>
10023 <context-group name="null"> 10200 <context-group name="null">
10024 <context context-type="linenumber">1</context> 10201 <context context-type="linenumber">1</context>
10025 </context-group> 10202 </context-group>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index d4ffdad28..aa29c5a3d 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -414,14 +414,14 @@
414 414
415 415
416 416
417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
418 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 418 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
419 <source>Stop at</source> 419 <source>Stop at</source>
420 <target state="translated">Cuir ’na stad aig</target> 420 <target state="translated">Cuir ’na stad aig</target>
421 421
422 422
423 423
424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
425 <source>Search playlists</source><target state="new">Search playlists</target> 425 <source>Search playlists</source><target state="new">Search playlists</target>
426 <context-group purpose="location"> 426 <context-group purpose="location">
427 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 427 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -622,11 +622,8 @@
622 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 622 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
623 <source>Edit starts/stops at</source> 623 <source>Edit starts/stops at</source>
624 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target> 624 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target>
625 <context-group purpose="location"> 625
626 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 626 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
627 <context context-type="linenumber">48</context>
628 </context-group>
629 </trans-unit>
630 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 627 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
631 <source>Save</source> 628 <source>Save</source>
632 <target state="translated">Sàbhail</target> 629 <target state="translated">Sàbhail</target>
@@ -634,15 +631,12 @@
634 631
635 632
636 633
637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
638 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 635 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
639 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 636 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
640 <target state="translated">Sguab às o <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 637 <target state="translated">Sguab às o <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
641 <context-group purpose="location"> 638
642 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 639 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
643 <context context-type="linenumber">85</context>
644 </context-group>
645 </trans-unit>
646 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 640 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
647 <source>No results.</source> 641 <source>No results.</source>
648 <target state="translated">Chan eil toradh ann.</target> 642 <target state="translated">Chan eil toradh ann.</target>
@@ -2820,43 +2814,43 @@
2820 2814
2821 2815
2822 2816
2823 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2818 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2819 <context-group purpose="location">
2820 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2821 <context context-type="linenumber">33</context>
2822 </context-group>
2823 </trans-unit>
2824 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2824 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2825 <source>Accepted</source> 2825 <source>Accepted</source>
2826 <target state="translated">Air a ghabhail ris</target> 2826 <target state="translated">Air a ghabhail ris</target>
2827 2827
2828 2828
2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2830 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2830 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2831 <source>Pending</source> 2831 <source>Pending</source>
2832 <target state="translated">Ri lèirmheasadh</target> 2832 <target state="translated">Ri lèirmheasadh</target>
2833 2833
2834 2834
2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2836 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2836 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2837 <source>Accept</source> 2837 <source>Accept</source>
2838 <target state="translated">Gabh ris</target> 2838 <target state="translated">Gabh ris</target>
2839 2839
2840 2840
2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2842 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2842 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2843 <source>Refuse</source> 2843 <source>Refuse</source>
2844 <target state="translated">Diùlt</target> 2844 <target state="translated">Diùlt</target>
2845 2845
2846 2846
2847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2848 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2848 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2849 <context-group purpose="location"> 2849
2850 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2851 <context context-type="linenumber">55</context>
2852 </context-group>
2853 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2854 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2851 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2855 <context-group purpose="location"> 2852
2856 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2857 <context context-type="linenumber">56</context>
2858 </context-group>
2859 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2860 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2854 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2861 <context-group purpose="location"> 2855 <context-group purpose="location">
2862 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2856 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3061,31 +3055,37 @@
3061 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3055 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3062 <target state="translated">Cuota de videothan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3056 <target state="translated">Cuota de videothan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3063 3057
3064 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3059 <source>Auth plugin</source><target state="new">Auth plugin</target>
3060 <context-group purpose="location">
3061 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3062 <context context-type="linenumber">49</context>
3063 </context-group>
3064 </trans-unit>
3065 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3065 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3066 <source>(banned)</source> 3066 <source>(banned)</source>
3067 <target state="translated">(air a thoirmeasg)</target> 3067 <target state="translated">(air a thoirmeasg)</target>
3068 3068
3069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3070 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3070 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3071 3071
3072 3072
3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3074 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3074 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3075 <source>User's email must be verified to login</source> 3075 <source>User's email must be verified to login</source>
3076 <target state="translated">Feumaidh cleachdaiche am post-d a dhearbhadh ron chlàradh a-steach</target> 3076 <target state="translated">Feumaidh cleachdaiche am post-d a dhearbhadh ron chlàradh a-steach</target>
3077 3077
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3079 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3079 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3080 <source>User's email is verified / User can login without email verification</source> 3080 <source>User's email is verified / User can login without email verification</source>
3081 <target state="translated">Chaidh post-d a’ chleachdaiche a dhearbhadh / Faodaidh an cleachdaiche clàradh a-steach gun dearbhadh a’ phuist-d</target> 3081 <target state="translated">Chaidh post-d a’ chleachdaiche a dhearbhadh / Faodaidh an cleachdaiche clàradh a-steach gun dearbhadh a’ phuist-d</target>
3082 3082
3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3084 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3084 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3085 <source>Ban reason:</source> 3085 <source>Ban reason:</source>
3086 <target state="translated">Adhbhar an toirmisg:</target> 3086 <target state="translated">Adhbhar an toirmisg:</target>
3087 3087
3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3089 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3089 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3090 <context-group purpose="location"> 3090 <context-group purpose="location">
3091 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3091 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3146,21 +3146,14 @@
3146 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3146 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3147 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3147 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3148 3148
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3150 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3150 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3151 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3152 <target state="translated">Ainm a’ video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3153
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3155 <source>Video URL</source><target state="new">Video URL</target>
3156
3157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3158 <source>Total size</source><target state="new">Total size</target> 3151 <source>Total size</source><target state="new">Total size</target>
3159 3152
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3153 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3161 <source>List redundancies</source><target state="new">List redundancies</target> 3154 <source>List redundancies</source><target state="new">List redundancies</target>
3162 3155
3163 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3164 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3157 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3165 <context-group purpose="location"> 3158 <context-group purpose="location">
3166 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3159 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3346,7 +3339,7 @@
3346 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3339 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3347 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3340 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3348 3341
3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3350 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3343 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3351 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3344 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3352 <target state="translated">Staid <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3345 <target state="translated">Staid <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4584,7 +4577,7 @@
4584 <target state="translated">Atharraich an sealbhadair</target> 4577 <target state="translated">Atharraich an sealbhadair</target>
4585 4578
4586 4579
4587 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 4580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4588 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4581 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4589 <source>Select the next owner</source> 4582 <source>Select the next owner</source>
4590 <target state="translated">Tagh an ath-shealbhadair</target> 4583 <target state="translated">Tagh an ath-shealbhadair</target>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 82f05f15d..576e3ee13 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -441,20 +441,20 @@
441 <context-group name="null"> 441 <context-group name="null">
442 <context context-type="linenumber">61</context> 442 <context context-type="linenumber">61</context>
443 </context-group> 443 </context-group>
444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 444
445 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 445
446 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 446
447 </trans-unit> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
448 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 448 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
449 <source>Stop at</source> 449 <source>Stop at</source>
450 <target>Parar en</target> 450 <target>Parar en</target>
451 <context-group name="null"> 451 <context-group name="null">
452 <context context-type="linenumber">112</context> 452 <context context-type="linenumber">112</context>
453 </context-group> 453 </context-group>
454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 454
455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 455
456 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 456
457 </trans-unit> 457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
458 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 458 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
459 <source>Search playlists</source> 459 <source>Search playlists</source>
460 <target state="new">Search playlists</target> 460 <target state="new">Search playlists</target>
@@ -726,27 +726,27 @@
726 <context-group name="null"> 726 <context-group name="null">
727 <context context-type="linenumber">48</context> 727 <context context-type="linenumber">48</context>
728 </context-group> 728 </context-group>
729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 729
730 </trans-unit> 730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
731 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 731 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
732 <source>Save</source> 732 <source>Save</source>
733 <target>Gardar</target> 733 <target>Gardar</target>
734 <context-group name="null"> 734 <context-group name="null">
735 <context context-type="linenumber">15</context> 735 <context context-type="linenumber">15</context>
736 </context-group> 736 </context-group>
737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 737
738 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 738
739 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 739
740 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 740
741 </trans-unit> 741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
742 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 742 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
743 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 743 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
744 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 744 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
745 <context-group name="null"> 745 <context-group name="null">
746 <context context-type="linenumber">85</context> 746 <context context-type="linenumber">85</context>
747 </context-group> 747 </context-group>
748 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 748
749 </trans-unit> 749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
750 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 750 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
751 <source>No results.</source> 751 <source>No results.</source>
752 <target>Sin resultados.</target> 752 <target>Sin resultados.</target>
@@ -3431,43 +3431,43 @@
3431 3431
3432 3432
3433 3433
3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3435 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3436 <context-group purpose="location">
3437 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3438 <context context-type="linenumber">33</context>
3439 </context-group>
3440 </trans-unit>
3435 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3441 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3436 <source>Accepted</source> 3442 <source>Accepted</source>
3437 <target state="new">Accepted</target> 3443 <target state="new">Accepted</target>
3438 3444
3439 3445
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3441 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3447 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3442 <source>Pending</source> 3448 <source>Pending</source>
3443 <target state="new">Pending</target> 3449 <target state="new">Pending</target>
3444 3450
3445 3451
3446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3447 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3453 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3448 <source>Accept</source> 3454 <source>Accept</source>
3449 <target state="new">Accept</target> 3455 <target state="new">Accept</target>
3450 3456
3451 3457
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3453 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3459 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3454 <source>Refuse</source> 3460 <source>Refuse</source>
3455 <target state="new">Refuse</target> 3461 <target state="new">Refuse</target>
3456 3462
3457 3463
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3464 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3459 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3465 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3460 <context-group purpose="location"> 3466
3461 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3462 <context context-type="linenumber">55</context>
3463 </context-group>
3464 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3465 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3468 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3466 <context-group purpose="location"> 3469
3467 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3468 <context context-type="linenumber">56</context>
3469 </context-group>
3470 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3471 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3471 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3472 <context-group purpose="location"> 3472 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3473 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3682,33 +3682,39 @@
3682 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3682 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3683 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3683 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3684 3684
3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3686 <source>Auth plugin</source><target state="new">Auth plugin</target>
3687 <context-group purpose="location">
3688 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3689 <context context-type="linenumber">49</context>
3690 </context-group>
3691 </trans-unit>
3686 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3692 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3687 <source>(banned)</source> 3693 <source>(banned)</source>
3688 <target state="new">(banned)</target> 3694 <target state="new">(banned)</target>
3689 3695
3690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3691 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3697 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3692 <source>Open account in a new tab</source> 3698 <source>Open account in a new tab</source>
3693 <target state="new">Open account in a new tab</target> 3699 <target state="new">Open account in a new tab</target>
3694 3700
3695 3701
3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3697 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3703 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3698 <source>User's email must be verified to login</source> 3704 <source>User's email must be verified to login</source>
3699 <target state="new">User's email must be verified to login</target> 3705 <target state="new">User's email must be verified to login</target>
3700 3706
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3702 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3708 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3703 <source>User's email is verified / User can login without email verification</source> 3709 <source>User's email is verified / User can login without email verification</source>
3704 <target state="new">User's email is verified / User can login without email verification</target> 3710 <target state="new">User's email is verified / User can login without email verification</target>
3705 3711
3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3707 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3713 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3708 <source>Ban reason:</source> 3714 <source>Ban reason:</source>
3709 <target state="new">Ban reason:</target> 3715 <target state="new">Ban reason:</target>
3710 3716
3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3712 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3718 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3713 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3719 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3714 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3720 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3773,27 +3779,19 @@
3773 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3779 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3774 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3780 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3775 3781
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3777 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3783
3778 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3784
3779 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3780
3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3782 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3783 <source>Video URL</source>
3784 <target state="new">Video URL</target>
3785
3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3787 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3785 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3788 <source>Total size</source> 3786 <source>Total size</source>
3789 <target state="new">Total size</target> 3787 <target state="new">Total size</target>
3790 3788
3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3792 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3790 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3793 <source>List redundancies</source> 3791 <source>List redundancies</source>
3794 <target state="new">List redundancies</target> 3792 <target state="new">List redundancies</target>
3795 3793
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3797 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3795 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3798 <context-group purpose="location"> 3796 <context-group purpose="location">
3799 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3797 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3986,7 +3984,7 @@
3986 <source>Open video in a new tab</source> 3984 <source>Open video in a new tab</source>
3987 <target state="new">Open video in a new tab</target> 3985 <target state="new">Open video in a new tab</target>
3988 3986
3989 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3987 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3990 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3988 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3991 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3989 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3992 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3990 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5433,9 +5431,9 @@
5433 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5431 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5434 <source>Change ownership</source> 5432 <source>Change ownership</source>
5435 <target state="new">Change ownership</target> 5433 <target state="new">Change ownership</target>
5436 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5434
5437 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5435
5438 </trans-unit> 5436 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5439 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5437 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5440 <source>Select the next owner</source> 5438 <source>Select the next owner</source>
5441 <target state="new">Select the next owner</target> 5439 <target state="new">Select the next owner</target>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index aa5be7141..e0a5477d7 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> közzétett egy új videót: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> közzétett egy új videót: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videója el lett távolítva a feketelistáról </target> 284 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videója el lett távolítva a feketelistáról </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videója feketelistára lett téve </target> 289 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videója feketelistára lett téve </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Egy új videó visszaélési jelentés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> lett létrehozva a(z) <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videóhoz </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Egy új videó visszaélési jelentés<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> lett létrehozva a(z) <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videóhoz </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">A legutóbb hozzáadott <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/> automatikusan feketelistára került <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">A legutóbb hozzáadott <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videó <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/> automatikusan feketelistára került <x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> hozzászólt az Ön <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videójához </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> hozzászólt az Ön <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videójához </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> videója közzé lett téve </target> 320 <target state="translated">A(z) <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> videója közzé lett téve </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sikerült </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> sikerült </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nem sikerült </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A videoimportálás<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> nem sikerült </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> felhasználó regisztrált az Ön példányára </target> 335 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> felhasználó regisztrált az Ön példányára </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> követi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>az Ön csatornáját <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>az Ön fiókját<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> követi <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>az Ön csatornáját <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>az Ön fiókját<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> megemlítette Önt <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>a(z) <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> megemlítette Önt <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>a(z) <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/> videónál<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Az Ön példányának <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>új követője van<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>), <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> aki az Ön jóváhagyására vár<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Az Ön példányának <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>új követője van<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>), <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> aki az Ön jóváhagyására vár<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Az Ön példányát <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> automatikusan követi </target> 366 <target state="translated">Az Ön példányát <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> automatikusan követi </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target>Befejezés itt</target> 414 <target>Befejezés itt</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">Lejátszási listák keresése</target> 424 <target state="translated">Lejátszási listák keresése</target>
@@ -533,8 +541,8 @@
533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 541 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
534 </trans-unit> 542 </trans-unit>
535 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 543 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
536 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 544 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
537 <target state="translated">A jelentése el lesz küldve a(z) <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátoranak, <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>és továbbítva lesz a videó eredetéhez is (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 545 <target state="translated">A jelentése el lesz küldve a(z) <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/> moderátoranak, <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>és továbbítva lesz a videó eredetéhez is (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
538 <context-group purpose="location"> 546 <context-group purpose="location">
539 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 547 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
540 <context context-type="linenumber">9</context> 548 <context context-type="linenumber">9</context>
@@ -667,30 +675,27 @@
667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 675 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
668 <source>Edit starts/stops at</source> 676 <source>Edit starts/stops at</source>
669 <target state="translated">A szerkesztés itt kezdődik vagy végződik</target> 677 <target state="translated">A szerkesztés itt kezdődik vagy végződik</target>
670 <context-group purpose="location"> 678
671 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
672 <context context-type="linenumber">48</context>
673 </context-group>
674 </trans-unit>
675 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 680 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
676 <source>Save</source> 681 <source>Save</source>
677 <target>Mentés</target> 682 <target>Mentés</target>
678 <context-group name="null"> 683 <context-group name="null">
679 <context context-type="linenumber">15</context> 684 <context context-type="linenumber">15</context>
680 </context-group> 685 </context-group>
681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 686
682 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 687
683 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 688
684 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 689
685 </trans-unit> 690 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
686 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 691 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
687 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 692 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
688 <target>Törlés innen: <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 693 <target>Törlés innen: <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
689 <context-group name="null"> 694 <context-group name="null">
690 <context context-type="linenumber">85</context> 695 <context context-type="linenumber">85</context>
691 </context-group> 696 </context-group>
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 697
693 </trans-unit> 698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
694 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 699 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
695 <source>No results.</source> 700 <source>No results.</source>
696 <target>Nincs találat.</target> 701 <target>Nincs találat.</target>
@@ -818,24 +823,33 @@
818 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 823 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
819 </trans-unit> 824 </trans-unit>
820 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 825 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
821 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 826 <source>
822 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Távoli feliratkozás<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Távoli interakció<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 827 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
828 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 </source>
830 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Távoli feliratkozás<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Távoli interakció<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
823 <context-group name="null"> 831 <context-group name="null">
824 <context context-type="linenumber">10</context> 832 <context context-type="linenumber">10</context>
825 </context-group> 833 </context-group>
826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
827 </trans-unit> 835 </trans-unit>
828 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 836 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
829 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 837 <source>
830 <target state="translated">Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. </target> 838 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
839 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
840 </source>
841 <target state="translated">Feliratkozhat egy csatornára bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például a Mastodon vagy a Pleroma esetén beírhatja a csatorna URL-t a keresőmezőbe, és ott feliratkozhat. </target>
831 <context-group purpose="location"> 842 <context-group purpose="location">
832 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 843 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
833 <context context-type="linenumber">17</context> 844 <context context-type="linenumber">17</context>
834 </context-group> 845 </context-group>
835 </trans-unit> 846 </trans-unit>
836 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 847 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
837 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 848 <source>
838 <target state="translated">Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. </target> 849 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
850 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
851 </source>
852 <target state="translated">Interakcióba léphet ezzel bármely ActivityPub-kompatibilis födiverzum példányon keresztül.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például a Mastodon vagy a Pleroma esetén beírhatja a jelenlegi URL-t a keresőmezőbe, és ott interakcióba léphet ezzel. </target>
839 <context-group purpose="location"> 853 <context-group purpose="location">
840 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 854 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
841 <context context-type="linenumber">26</context> 855 <context context-type="linenumber">26</context>
@@ -850,8 +864,11 @@
850 </context-group> 864 </context-group>
851 </trans-unit> 865 </trans-unit>
852 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 866 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
853 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 867 <source>
854 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Az alapértelmezett érzékeny videók irányelvét<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>a felhasználók felüldefiniálhatják<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 868 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
869 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
870 </source>
871 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Az alapértelmezett érzékeny videók irányelvét<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>a felhasználók felüldefiniálhatják<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
856 </trans-unit> 873 </trans-unit>
857 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 874 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -897,9 +914,9 @@
897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
898 </trans-unit> 915 </trans-unit>
899 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 916 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
900 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 917 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
901 <target> 918 <target>
902 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 919 Korlátlan <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(naponta <x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
903 </target> 920 </target>
904 <context-group name="null"> 921 <context-group name="null">
905 <context context-type="linenumber">53</context> 922 <context context-type="linenumber">53</context>
@@ -1089,8 +1106,8 @@
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1090 </trans-unit> 1107 </trans-unit>
1091 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1108 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1092 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1109 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1093 <target state="translated">Elnézést, de valami probléma adódott a külső bejelentkezési folyamattal. Kérlek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>értesíts egy adminisztrátort<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1110 <target state="translated">Elnézést, de valami probléma adódott a külső bejelentkezési folyamattal. Kérlek <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>értesíts egy adminisztrátort<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1094 <context-group purpose="location"> 1111 <context-group purpose="location">
1095 <context context-type="sourcefile">src/app/login/login.component.html</context> 1112 <context context-type="sourcefile">src/app/login/login.component.html</context>
1096 <context context-type="linenumber">6</context> 1113 <context context-type="linenumber">6</context>
@@ -1105,8 +1122,15 @@
1105 </context-group> 1122 </context-group>
1106 </trans-unit> 1123 </trans-unit>
1107 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1124 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1108 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1125 <source>
1109 <target state="translated">Jelenleg ez a példány nem enged felhasználói regisztrációt, de találhatsz egyet ami lehetővé teszi fiók létrehozását és a videóid feltöltését. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Keresd meg a hozzád illőt itt: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1126 Currently this instance doesn't allow for user registration, but you can find an instance
1127 that gives you the possibility to sign up for an account and upload your videos there.
1128
1129 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1130
1131 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1132 </source>
1133 <target state="translated">Jelenleg ez a példány nem enged felhasználói regisztrációt, de találhatsz egyet ami lehetővé teszi fiók létrehozását és a videóid feltöltését. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Keresd meg a hozzád illőt itt: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1110 <context-group purpose="location"> 1134 <context-group purpose="location">
1111 <context context-type="sourcefile">src/app/login/login.component.html</context> 1135 <context context-type="sourcefile">src/app/login/login.component.html</context>
1112 <context context-type="linenumber">16</context> 1136 <context context-type="linenumber">16</context>
@@ -1269,9 +1293,9 @@
1269 </context-group> 1293 </context-group>
1270 </trans-unit> 1294 </trans-unit>
1271 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1295 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1272 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1296 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1273 <target> 1297 <target>
1274 erre: <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1298 erre: <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1275 </target> 1299 </target>
1276 <context-group name="null"> 1300 <context-group name="null">
1277 <context context-type="linenumber">6</context> 1301 <context context-type="linenumber">6</context>
@@ -1279,10 +1303,13 @@
1279 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1303 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1280 </trans-unit> 1304 </trans-unit>
1281 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1305 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1282 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1306 <source>
1307 Filters
1308 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1309 </source>
1283 <target> 1310 <target>
1284 Szűrők 1311 Szűrők
1285 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1312 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1286 </target> 1313 </target>
1287 <context-group name="null"> 1314 <context-group name="null">
1288 <context context-type="linenumber">16</context> 1315 <context context-type="linenumber">16</context>
@@ -1316,7 +1343,8 @@
1316 </context-group> 1343 </context-group>
1317 </trans-unit> 1344 </trans-unit>
1318 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1345 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1319 <source>CLI documentation</source> 1346 <source>CLI
1347 documentation</source>
1320 <target state="translated">CLI dokumentáció</target> 1348 <target state="translated">CLI dokumentáció</target>
1321 <context-group purpose="location"> 1349 <context-group purpose="location">
1322 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1350 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1332,7 +1360,8 @@
1332 </context-group> 1360 </context-group>
1333 </trans-unit> 1361 </trans-unit>
1334 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1362 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1335 <source>Administer documentation</source> 1363 <source>Administer
1364 documentation</source>
1336 <target state="translated">Rendszergazda dokumentáció</target> 1365 <target state="translated">Rendszergazda dokumentáció</target>
1337 <context-group purpose="location"> 1366 <context-group purpose="location">
1338 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1367 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1348,7 +1377,8 @@
1348 </context-group> 1377 </context-group>
1349 </trans-unit> 1378 </trans-unit>
1350 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1379 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1351 <source>Use documentation</source> 1380 <source>Use
1381 documentation</source>
1352 <target state="translated">Dokumentáció használata</target> 1382 <target state="translated">Dokumentáció használata</target>
1353 <context-group purpose="location"> 1383 <context-group purpose="location">
1354 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1372,16 +1402,16 @@
1372 </context-group> 1402 </context-group>
1373 </trans-unit> 1403 </trans-unit>
1374 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1404 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1375 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1405 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1376 <target state="translated">Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1406 <target state="translated">Hivatalos PeerTube weboldal (hírek, támogatás, közreműködés…): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1377 <context-group purpose="location"> 1407 <context-group purpose="location">
1378 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1408 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1379 <context context-type="linenumber">44</context> 1409 <context context-type="linenumber">44</context>
1380 </context-group> 1410 </context-group>
1381 </trans-unit> 1411 </trans-unit>
1382 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1412 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1383 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1413 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1384 <target state="translated">Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 1414 <target state="translated">Saját példány elhelyezése a nyilvános PeerTube jegyzékbe: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
1385 <context-group purpose="location"> 1415 <context-group purpose="location">
1386 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1416 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1387 <context context-type="linenumber">47</context> 1417 <context context-type="linenumber">47</context>
@@ -1396,16 +1426,26 @@
1396 </context-group> 1426 </context-group>
1397 </trans-unit> 1427 </trans-unit>
1398 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1428 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1399 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1429 <source>
1400 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>példány nevének<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kiválasztása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a leírás megadása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, annak meghatározása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hogy Ön kicsoda<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, miért <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hozta létre a példányát<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> és <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>meddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> tervezi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>fenntartani <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. </target> 1430 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1431 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1432 is very important for visitors to understand on what type of instance they are.
1433 </source>
1434 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>példány nevének<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kiválasztása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a leírás megadása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, annak meghatározása, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hogy Ön kicsoda<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, miért <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hozta létre a példányát<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> és <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>meddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tervezi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>fenntartani <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, nagyon fontosak a látogatóknak, hogy megértsék, milyen típusú példányon is vannak. </target>
1401 <context-group purpose="location"> 1435 <context-group purpose="location">
1402 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1436 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1403 <context context-type="linenumber">61</context> 1437 <context context-type="linenumber">61</context>
1404 </context-group> 1438 </context-group>
1405 </trans-unit> 1439 </trans-unit>
1406 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1440 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1407 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1441 <source>
1408 <target state="translated">Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>moderálási szabályok<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, töltse ki <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a példány használati feltételeit<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a megfelelő<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube példányra regisztráljanak. </target> 1442 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1443 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1444 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1445 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1446 PeerTube instance.
1447 </source>
1448 <target state="translated">Ha meg szeretné nyitni a regisztrációt, akkor döntse el, mik a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>moderálási szabályok<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, töltse ki <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a példány használati feltételeit<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, valamint adja meg a kategóriákat és a beszélt nyelveket. Ezzel segíteni fog a felhasználóknak, hogy <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a megfelelő<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube példányra regisztráljanak. </target>
1409 <context-group purpose="location"> 1449 <context-group purpose="location">
1410 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1450 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1411 <context context-type="linenumber">67</context> 1451 <context context-type="linenumber">67</context>
@@ -1494,8 +1534,11 @@
1494 </context-group> 1534 </context-group>
1495 </trans-unit> 1535 </trans-unit>
1496 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1536 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1497 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1537 <source>
1498 <target state="translated">Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>a megfelelő példányt<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube weboldalon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1538 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1539 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1540 </source>
1541 <target state="translated">Fontolja meg ezen mezők beállítását, hogy segítsen az embereknek kiválasztani <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>a megfelelő példányt<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Ezek nélkül előfordulhat, hogy az Ön példányára nem hivatkoznak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube weboldalon<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1499 <context-group purpose="location"> 1542 <context-group purpose="location">
1500 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1543 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1501 <context context-type="linenumber">24</context> 1544 <context context-type="linenumber">24</context>
@@ -1920,8 +1963,11 @@
1920 </context-group> 1963 </context-group>
1921 </trans-unit> 1964 </trans-unit>
1922 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1965 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1923 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1966 <source>
1924 <target state="translated">Ugrás a csatornához <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 1967 Jump to channel
1968 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1969 </source>
1970 <target state="translated">Ugrás a csatornához <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1925 <context-group purpose="location"> 1971 <context-group purpose="location">
1926 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1972 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1927 <context context-type="linenumber">18</context> 1973 <context context-type="linenumber">18</context>
@@ -2148,8 +2194,12 @@
2148 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2194 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2149 </trans-unit> 2195 </trans-unit>
2150 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2196 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2151 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2197 <source>
2152 <target state="translated">A címkék a kapcsolódó javaslatok ajánlásához használhatók. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Legfeljebb 5 címke adható meg. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Nyomja meg az Enter billentyűt új címke hozzáadásához. </target> 2198 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2199 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2200 Press Enter to add a new tag.
2201 </source>
2202 <target state="translated">A címkék a kapcsolódó javaslatok ajánlásához használhatók. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Legfeljebb 5 címke adható meg. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Nyomja meg az Enter billentyűt új címke hozzáadásához. </target>
2153 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2203 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2154 </trans-unit> 2204 </trans-unit>
2155 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2205 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2309,7 +2359,7 @@
2309 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2359 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2310 </trans-unit> 2360 </trans-unit>
2311 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2361 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2312 <source>Already uploaded ✔</source> 2362 <source>Already uploaded ✔</source>
2313 <target>Már fel van töltve ✔</target> 2363 <target>Már fel van töltve ✔</target>
2314 <context-group name="null"> 2364 <context-group name="null">
2315 <context context-type="linenumber">179</context> 2365 <context context-type="linenumber">179</context>
@@ -2435,8 +2485,12 @@
2435 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2485 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2436 </trans-unit> 2486 </trans-unit>
2437 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2487 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2438 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2488 <source>
2439 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A youtube-dl által támogatott<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. </target> 2489 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2490 or URL that points to a raw MP4 file.
2491 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2492 </source>
2493 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A youtube-dl által támogatott<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> bármilyen URL-t importálhat, vagy olyan URL-t, amely egy nyers MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának. </target>
2440 <context-group purpose="location"> 2494 <context-group purpose="location">
2441 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2495 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2442 <context context-type="linenumber">10</context> 2496 <context context-type="linenumber">10</context>
@@ -2493,8 +2547,12 @@
2493 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2547 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2494 </trans-unit> 2548 </trans-unit>
2495 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2549 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2496 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2550 <source>
2497 <target state="translated">Egy kép, amely egyesítve lesz a hangfájllal. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> A kiválasztott kép végleges lesz, és nem lehet módosítani. </target> 2551 Image that will be merged with your audio file.
2552 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2553 The chosen image will be definitive and cannot be modified.
2554 </source>
2555 <target state="translated">Egy kép, amely egyesítve lesz a hangfájllal. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> A kiválasztott kép végleges lesz, és nem lehet módosítani. </target>
2498 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group> 2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">33</context></context-group>
2499 </trans-unit> 2557 </trans-unit>
2500 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2558 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2557,7 +2615,10 @@
2557 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2615 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2558 </trans-unit> 2616 </trans-unit>
2559 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2617 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2560 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2618 <source>
2619 You can import any torrent file that points to a mp4 file.
2620 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2621 </source>
2561 <target state="translated">Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának.</target> 2622 <target state="translated">Bármilyen torrent-fájlt importálhat, amely egy MP4-fájlra mutat. Meg kell győződnie arról, hogy rendelkezik-e terjesztési jogokkal a hivatkozott tartalom felett, különben jogi problémákat okozhat Önnek és a példányának.</target>
2562 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group> 2623 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">16</context></context-group>
2563 </trans-unit> 2624 </trans-unit>
@@ -2570,8 +2631,12 @@
2570 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2631 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2571 </trans-unit> 2632 </trans-unit>
2572 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2633 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2573 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2634 <source>
2574 <target state="translated">Azt ajánljuk, hogy ne használja a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ehelyett inkább <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>hozzon létre egy külön fiókot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a videói feltöltéséhez. </target> 2635 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2636 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2637 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2638 </source>
2639 <target state="translated">Azt ajánljuk, hogy ne használja a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> felhasználót a videók közzétételéhez, mivel az a példány rendszergazda fiókja. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ehelyett inkább <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>hozzon létre egy külön fiókot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a videói feltöltéséhez. </target>
2575 <context-group purpose="location"> 2640 <context-group purpose="location">
2576 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2641 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2577 <context context-type="linenumber">2</context> 2642 <context context-type="linenumber">2</context>
@@ -2789,16 +2854,16 @@
2789 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 2854 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2790 </trans-unit> 2855 </trans-unit>
2791 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2856 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2792 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2857 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2793 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2858 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2794 <context-group purpose="location"> 2859 <context-group purpose="location">
2795 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2860 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2796 <context context-type="linenumber">45</context> 2861 <context context-type="linenumber">45</context>
2797 </context-group> 2862 </context-group>
2798 </trans-unit> 2863 </trans-unit>
2799 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2864 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2800 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2865 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2801 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2866 <target state="translated">Közzétéve <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> megtekintés<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2802 <context-group purpose="location"> 2867 <context-group purpose="location">
2803 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2868 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2804 <context context-type="linenumber">56</context> 2869 <context context-type="linenumber">56</context>
@@ -3089,7 +3154,11 @@
3089 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3154 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3090 </trans-unit> 3155 </trans-unit>
3091 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3156 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3092 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3157 <source>
3158 You can comment using an account on any ActivityPub-compatible instance.
3159 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3160 from within the software's interface.
3161 </source>
3093 <target state="translated">Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről.</target> 3162 <target state="translated">Hozzászólhat bármilyen ActivityPub-kompatibilis példányon lévő fiók használatával is. A legtöbb platformon úgy találhatja meg a videót, hogy beírja az URL-ét a keresősávba, majd hozzászól a szoftver felületén belülről.</target>
3094 <context-group purpose="location"> 3163 <context-group purpose="location">
3095 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3164 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3263,17 +3332,23 @@
3263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3264 </trans-unit> 3333 </trans-unit>
3265 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3334 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3266 <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> 3335 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3267 <target>Létrehozva <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> 3336 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3268 <context-group name="null"> 3337 <context-group name="null">
3269 <context context-type="linenumber">11</context> 3338 <context context-type="linenumber">11</context>
3270 </context-group> 3339 </context-group>
3271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3340
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3341
3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3342
3274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3343
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3344
3276 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3345
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3347 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3348 <context-group purpose="location">
3349 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3350 <context context-type="linenumber">33</context>
3351 </context-group>
3277 </trans-unit> 3352 </trans-unit>
3278 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3353 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3279 <source>Accepted</source> 3354 <source>Accepted</source>
@@ -3281,49 +3356,43 @@
3281 <context-group name="null"> 3356 <context-group name="null">
3282 <context context-type="linenumber">32</context> 3357 <context context-type="linenumber">32</context>
3283 </context-group> 3358 </context-group>
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3359
3285 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3360
3286 </trans-unit> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3287 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3362 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3288 <source>Pending</source> 3363 <source>Pending</source>
3289 <target>Függőben</target> 3364 <target>Függőben</target>
3290 <context-group name="null"> 3365 <context-group name="null">
3291 <context context-type="linenumber">33</context> 3366 <context context-type="linenumber">33</context>
3292 </context-group> 3367 </context-group>
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3368
3294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3369
3295 </trans-unit> 3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3296 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3371 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3297 <source>Accept</source> 3372 <source>Accept</source>
3298 <target state="translated">Elfogadás</target> 3373 <target state="translated">Elfogadás</target>
3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3374
3300 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3375
3301 </trans-unit> 3376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3302 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3377 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3303 <source>Refuse</source> 3378 <source>Refuse</source>
3304 <target>Visszautasítás</target> 3379 <target>Visszautasítás</target>
3305 <context-group name="null"> 3380 <context-group name="null">
3306 <context context-type="linenumber">42</context> 3381 <context context-type="linenumber">42</context>
3307 </context-group> 3382 </context-group>
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3383
3309 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3384
3310 </trans-unit> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3311 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3386 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3312 <source>No follower found matching current filters.</source> 3387 <source>No follower found matching current filters.</source>
3313 <target state="translated">Nem található követő a beállított szűrőkkel.</target> 3388 <target state="translated">Nem található követő a beállított szűrőkkel.</target>
3314 <context-group purpose="location"> 3389
3315 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3316 <context context-type="linenumber">55</context>
3317 </context-group>
3318 </trans-unit>
3319 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3391 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3320 <source>Your instance doesn't have any follower.</source> 3392 <source>Your instance doesn't have any follower.</source>
3321 <target state="translated">A példányodnak nincs követője.</target> 3393 <target state="translated">A példányodnak nincs követője.</target>
3322 <context-group purpose="location"> 3394
3323 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3395 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3324 <context context-type="linenumber">56</context>
3325 </context-group>
3326 </trans-unit>
3327 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3396 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3328 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3397 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3329 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/>-<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> mutatása a <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> követőből</target> 3398 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/>-<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> mutatása a <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> követőből</target>
@@ -3346,8 +3415,8 @@
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3347 </trans-unit> 3416 </trans-unit>
3348 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3417 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3349 <source>Redundancy allowed <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> 3418 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3350 <target state="translated">Redundancia megengedett <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> 3419 <target state="translated">Redundancia megengedett <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3352 </trans-unit> 3421 </trans-unit>
3353 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3422 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3466,8 +3535,11 @@
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3467 </trans-unit> 3536 </trans-unit>
3468 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3537 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3469 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3538 <source>
3470 <target state="translated">Az átkódolás engedélyezve van. A videokvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> videó méretét veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> mennyiséget tölthet fel. </target> 3539 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3540 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3541 </source>
3542 <target state="translated">Az átkódolás engedélyezve van. A videokvóta csak az <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>eredeti<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> videó méretét veszi figyelembe. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ez a felhasználó legfeljebb ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/> mennyiséget tölthet fel. </target>
3471 <context-group purpose="location"> 3543 <context-group purpose="location">
3472 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3544 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3473 <context context-type="linenumber">148</context> 3545 <context context-type="linenumber">148</context>
@@ -3556,17 +3628,23 @@
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3557 </trans-unit> 3629 </trans-unit>
3558 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3630 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3559 <source>Username <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> 3631 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3560 <target>Felhasználónév <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> 3632 <target>Felhasználónév <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3561 <context-group name="null"> 3633 <context-group name="null">
3562 <context context-type="linenumber">40</context> 3634 <context context-type="linenumber">40</context>
3563 </context-group> 3635 </context-group>
3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3565 </trans-unit> 3637 </trans-unit>
3566 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3638 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3567 <source>Video quota <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> 3639 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3568 <target state="translated">Videokvóta <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> 3640 <target state="translated">Videokvóta <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3642 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3643 <source>Auth plugin</source><target state="new">Auth plugin</target>
3644 <context-group purpose="location">
3645 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3646 <context context-type="linenumber">49</context>
3647 </context-group>
3570 </trans-unit> 3648 </trans-unit>
3571 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3649 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3572 <source>(banned)</source> 3650 <source>(banned)</source>
@@ -3574,39 +3652,39 @@
3574 <context-group name="null"> 3652 <context-group name="null">
3575 <context context-type="linenumber">65</context> 3653 <context context-type="linenumber">65</context>
3576 </context-group> 3654 </context-group>
3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3655
3578 </trans-unit> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3579 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3657 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3580 <source>Open account in a new tab</source> 3658 <source>Open account in a new tab</source>
3581 <target state="translated">Fiók megnyitása új lapon</target> 3659 <target state="translated">Fiók megnyitása új lapon</target>
3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3660
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3661
3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3662
3585 </trans-unit> 3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3586 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3664 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3587 <source>User's email must be verified to login</source> 3665 <source>User's email must be verified to login</source>
3588 <target>A felhasználó e-mail-címét ellenőrizni kell a bejelentkezéshez</target> 3666 <target>A felhasználó e-mail-címét ellenőrizni kell a bejelentkezéshez</target>
3589 <context-group name="null"> 3667 <context-group name="null">
3590 <context context-type="linenumber">72</context> 3668 <context context-type="linenumber">72</context>
3591 </context-group> 3669 </context-group>
3592 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3670
3593 </trans-unit> 3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3594 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3672 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3595 <source>User's email is verified / User can login without email verification</source> 3673 <source>User's email is verified / User can login without email verification</source>
3596 <target>A felhasználó e-mail-címe ellenőrzött / A felhasználó be tud jelentkezni e-mail ellenőrzés nélkül</target> 3674 <target>A felhasználó e-mail-címe ellenőrzött / A felhasználó be tud jelentkezni e-mail ellenőrzés nélkül</target>
3597 <context-group name="null"> 3675 <context-group name="null">
3598 <context context-type="linenumber">76</context> 3676 <context context-type="linenumber">76</context>
3599 </context-group> 3677 </context-group>
3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3678
3601 </trans-unit> 3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3602 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3680 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3603 <source>Ban reason:</source> 3681 <source>Ban reason:</source>
3604 <target>Kitiltás indoka:</target> 3682 <target>Kitiltás indoka:</target>
3605 <context-group name="null"> 3683 <context-group name="null">
3606 <context context-type="linenumber">95</context> 3684 <context context-type="linenumber">95</context>
3607 </context-group> 3685 </context-group>
3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3686
3609 </trans-unit> 3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3610 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3688 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3611 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3689 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3612 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> felhasználó megjelenítése</target> 3690 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> felhasználó megjelenítése</target>
@@ -3665,33 +3743,22 @@
3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3666 </trans-unit> 3744 </trans-unit>
3667 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3745 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3668 <source>Video <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> 3746 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3669 <target state="translated">Videó <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> 3747 <target state="translated">Videó <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3748
3671 </trans-unit> 3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3672 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3750
3673 <source>Video 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> 3751
3674 <target>Videó neve <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>
3675 <context-group name="null">
3676 <context context-type="linenumber">8</context>
3677 </context-group>
3678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3679 </trans-unit>
3680 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3681 <source>Video URL</source>
3682 <target state="translated">Videó URL</target>
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3684 </trans-unit>
3685 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3752 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3686 <source>Total size</source> 3753 <source>Total size</source>
3687 <target state="translated">Teljes méret</target> 3754 <target state="translated">Teljes méret</target>
3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3755
3689 </trans-unit> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3690 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3757 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3691 <source>List redundancies</source> 3758 <source>List redundancies</source>
3692 <target state="translated">Redundanciák felsorolása</target> 3759 <target state="translated">Redundanciák felsorolása</target>
3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3760
3694 </trans-unit> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3695 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3762 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3696 <source>Your instance doesn't mirror any video.</source> 3763 <source>Your instance doesn't mirror any video.</source>
3697 <target state="translated">A példányod nem másol egy videót sem.</target> 3764 <target state="translated">A példányod nem másol egy videót sem.</target>
@@ -3732,8 +3799,8 @@
3732 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3733 </trans-unit> 3800 </trans-unit>
3734 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3801 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3735 <source>Date <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> 3802 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3736 <target>Dátum <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> 3803 <target>Dátum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3737 <context-group name="null"> 3804 <context-group name="null">
3738 <context context-type="linenumber">11</context> 3805 <context context-type="linenumber">11</context>
3739 </context-group> 3806 </context-group>
@@ -3938,12 +4005,12 @@
3938 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4005 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3939 <source>Open video in a new tab</source> 4006 <source>Open video in a new tab</source>
3940 <target state="translated">Videó megnyitása új lapon</target> 4007 <target state="translated">Videó megnyitása új lapon</target>
3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4008
3942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4009
3943 </trans-unit> 4010 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3944 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4011 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3945 <source>State <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> 4012 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3946 <target>Állapot <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> 4013 <target>Állapot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3947 <context-group name="null"> 4014 <context-group name="null">
3948 <context context-type="linenumber">11</context> 4015 <context context-type="linenumber">11</context>
3949 </context-group> 4016 </context-group>
@@ -3952,8 +4019,8 @@
3952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
3953 </trans-unit> 4020 </trans-unit>
3954 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4021 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3955 <source>Score <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> 4022 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3956 <target state="translated">Pontszám <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> 4023 <target state="translated">Pontszám <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3958 </trans-unit> 4025 </trans-unit>
3959 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4026 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3973,9 +4040,9 @@
3973 </context-group> 4040 </context-group>
3974 </trans-unit> 4041 </trans-unit>
3975 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4042 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3976 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4043 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3977 <target state="new"> 4044 <target state="new">
3978 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4045 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3979 </target> 4046 </target>
3980 <context-group purpose="location"> 4047 <context-group purpose="location">
3981 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4048 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -3999,9 +4066,9 @@
3999 </context-group> 4066 </context-group>
4000 </trans-unit> 4067 </trans-unit>
4001 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4068 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4002 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4069 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4003 <target state="new"> 4070 <target state="new">
4004 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4071 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4005 </target> 4072 </target>
4006 <context-group purpose="location"> 4073 <context-group purpose="location">
4007 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4074 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4049,8 +4116,8 @@
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4116 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4050 </trans-unit> 4117 </trans-unit>
4051 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4118 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4052 <source>Muted at <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> 4119 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4053 <target>Némítás ideje: <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> 4120 <target>Némítás ideje: <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4054 <context-group name="null"> 4121 <context-group name="null">
4055 <context context-type="linenumber">13</context> 4122 <context context-type="linenumber">13</context>
4056 </context-group> 4123 </context-group>
@@ -4311,7 +4378,7 @@
4311 </context-group> 4378 </context-group>
4312 </trans-unit> 4379 </trans-unit>
4313 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4380 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4314 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4381 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4315 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target> 4382 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target>
4316 <context-group purpose="location"> 4383 <context-group purpose="location">
4317 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4384 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
@@ -4354,8 +4421,8 @@
4354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4355 </trans-unit> 4422 </trans-unit>
4356 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4423 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4357 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4424 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4358 <target state="translated">A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>megosztási rendszer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében.</target> 4425 <target state="translated">A <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>megosztási rendszer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> következménye, hogy bizonyos műszaki adatok (mint a nyilvános IP-cím) el lesznek küldve a többi partnernek, viszont ez nagymértékben segít a kiszolgáló tehermentesítésében.</target>
4359 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4426 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4360 </trans-unit> 4427 </trans-unit>
4361 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4428 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4394,8 +4461,8 @@
4394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4395 </trans-unit> 4462 </trans-unit>
4396 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4463 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4397 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4464 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4398 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése egy moderáló csapat összeállításához. </target> 4465 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése egy moderáló csapat összeállításához. </target>
4399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4400 </trans-unit> 4467 </trans-unit>
4401 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4468 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4404,8 +4471,11 @@
4404 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4405 </trans-unit> 4472 </trans-unit>
4406 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4473 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4407 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4474 <source>
4408 <target state="translated">Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. </target> 4475 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4476 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4477 </source>
4478 <target state="translated">Ennek engedélyezésével a többi rendszergazda tudni fogja, hogy elsősorban az érzékeny tartalmakat föderálja.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ezenkívül a videó feltöltésénél az érzékeny tartalom jelölőnégyzet alapértelmezetten automatikusan be lesz jelölve. </target>
4409 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4410 </trans-unit> 4480 </trans-unit>
4411 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4481 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4417,8 +4487,8 @@
4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4418 </trans-unit> 4488 </trans-unit>
4419 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4489 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4420 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4490 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4421 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target> 4491 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target>
4422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4423 </trans-unit> 4493 </trans-unit>
4424 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4494 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4554,8 +4624,8 @@
4554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4555 </trans-unit> 4625 </trans-unit>
4556 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4626 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4557 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4627 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4558 <target state="translated">Használjon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>bővítményeket és témákat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a nagyobb mértékű változtatásokhoz, vagy <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>adjon hozzá apró személyre szabásokat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4628 <target state="translated">Használjon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>bővítményeket és témákat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a nagyobb mértékű változtatásokhoz, vagy <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>adjon hozzá apró személyre szabásokat<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4560 </trans-unit> 4630 </trans-unit>
4561 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4631 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4602,8 +4672,8 @@
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4603 </trans-unit> 4673 </trans-unit>
4604 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4674 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4605 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4675 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4606 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése a kvótáik egyénileg történő beállításához. </target> 4676 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Felhasználók<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése a kvótáik egyénileg történő beállításához. </target>
4607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4608 </trans-unit> 4678 </trans-unit>
4609 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4679 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -4772,8 +4842,8 @@
4772 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
4773 </trans-unit> 4843 </trans-unit>
4774 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4844 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4775 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 4845 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
4776 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Kapcsolatok<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kezelése más példányokkal. </target> 4846 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Kapcsolatok<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kezelése más példányokkal. </target>
4777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
4778 </trans-unit> 4848 </trans-unit>
4779 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4849 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -4792,8 +4862,8 @@
4792 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 4862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
4793 </trans-unit> 4863 </trans-unit>
4794 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4864 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4795 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4865 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4796 <target state="translated">Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>készítsen sajátot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4866 <target state="translated">Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>készítsen sajátot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4797 <context-group purpose="location"> 4867 <context-group purpose="location">
4798 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4868 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4799 <context context-type="linenumber">450</context> 4869 <context context-type="linenumber">450</context>
@@ -4883,8 +4953,14 @@
4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
4884 </trans-unit> 4954 </trans-unit>
4885 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4955 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4886 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 4956 <source>
4887 <target state="translated">Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> oldalon, hogy az Ön példánya rajta van-e a fehérlistán. </target> 4957 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4958 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4959 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4960 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
4961 to see if you instance is whitelisted.
4962 </source>
4963 <target state="translated">Ha a példánya a Twitter fehérlistáján van, akkor a videolejátszó be lesz ágyazva a Twitter hírforrásba a PeerTube videomegosztásakor.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Ha a példány nincs a fehérlistán, akkor egy képhivatkozás-kártyát használunk, amely átirányít az Ön PeerTube példányára.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Jelölje be ezt a jelölőnégyzetet, mentse el a beállítást, és próbálja ki az Ön példánya videó URL-jével (https://example.com/videos/watch/blabla) a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> oldalon, hogy az Ön példánya rajta van-e a fehérlistán. </target>
4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 4964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
4889 </trans-unit> 4965 </trans-unit>
4890 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4966 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -4901,7 +4977,10 @@
4901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
4902 </trans-unit> 4978 </trans-unit>
4903 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4979 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4904 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 4980 <source>
4981 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4982 resources, this is a critical part of PeerTube, so tread carefully.
4983 </source>
4905 <target state="translated">A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el.</target> 4984 <target state="translated">A feltöltött videók feldolgozása, hogy azok olyan műsorszórható formában legyenek, amit bármely eszköz képes lejátszani. Bár ez drága erőforrásokat igényel, de ez a PeerTube kritikus része, szóval gondosan járjon el.</target>
4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 4985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
4907 </trans-unit> 4986 </trans-unit>
@@ -4945,8 +5024,16 @@
4945 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
4946 </trans-unit> 5025 </trans-unit>
4947 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5026 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4948 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5027 <source>
4949 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ha le van tiltva, akkor tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5028 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5029
5030 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5031
5032 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5033
5034 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5035 </source>
5036 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ha le van tiltva, akkor tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
4950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5037 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
4951 </trans-unit> 5038 </trans-unit>
4952 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5039 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -4955,8 +5042,19 @@
4955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5042 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
4956 </trans-unit> 5043 </trans-unit>
4957 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5044 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4958 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5045 <source>
4959 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Az ffmpeg &gt;= 4.1 szükséges<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>A felbontás megváltoztatása simább<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Gyorsabb lejátszás, különösen hosszú videóknál<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Stabilabb lejátszás (kevesebb hiba vagy végtelen betöltés)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Ha engedélyezte a WebTorrent támogatást is, akkor az a duplájára növeli a videó tárolási szükségletét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5046 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5047
5048 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5049 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5050 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5051 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5052 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5053 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5054
5055 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5056 </source>
5057 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Az ffmpeg >= 4.1 szükséges<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>A felbontás megváltoztatása simább<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Gyorsabb lejátszás, különösen hosszú videóknál<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilabb lejátszás (kevesebb hiba vagy végtelen betöltés)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Ha engedélyezte a WebTorrent támogatást is, akkor az a duplájára növeli a videó tárolási szükségletét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
4961 </trans-unit> 5059 </trans-unit>
4962 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5060 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
@@ -5016,13 +5114,24 @@
5016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5017 </trans-unit> 5115 </trans-unit>
5018 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5116 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5019 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5117 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5020 <target state="translated">JavaScript kód közvetlen írása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Példa: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('az én példányom csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5118 <target state="translated">JavaScript kód közvetlen írása.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Példa: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('az én példányom csodálatos');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5021 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5022 </trans-unit> 5120 </trans-unit>
5023 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5121 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5024 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5122 <source>
5025 <target state="translated">A CSS kód közvetlen írása. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Tegye elé a <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> azonosítót a stílusok felülírásához. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5123 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5124 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5125 color: red;
5126 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5127 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5128 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5129 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5130 color: red;
5131 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5132 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5133 </source>
5134 <target state="translated">A CSS kód közvetlen írása. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Tegye elé a <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> azonosítót a stílusok felülírásához. Példa:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5026 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5027 </trans-unit> 5136 </trans-unit>
5028 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5137 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5212,8 +5321,8 @@
5212 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5321 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5213 </trans-unit> 5322 </trans-unit>
5214 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5323 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5215 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5324 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5216 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target> 5325 <target state="translated">A <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne listázza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vagy a <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bélyegképek elhomályosítása<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> beállításokkal megerősítés lesz kérve a videó megnézéséhez. </target>
5217 <context-group purpose="location"> 5326 <context-group purpose="location">
5218 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5327 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5219 <context context-type="linenumber">6</context> 5328 <context context-type="linenumber">6</context>
@@ -5242,16 +5351,16 @@
5242 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5351 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5243 </trans-unit> 5352 </trans-unit>
5244 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5353 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5245 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5354 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5246 <target state="translated">A jelenlegi e-mail-címe <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 5355 <target state="translated">A jelenlegi e-mail-címe <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
5247 <context-group purpose="location"> 5356 <context-group purpose="location">
5248 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5357 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5249 <context context-type="linenumber">4</context> 5358 <context context-type="linenumber">4</context>
5250 </context-group> 5359 </context-group>
5251 </trans-unit> 5360 </trans-unit>
5252 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5361 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5253 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5362 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5254 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> e-mail ellenőrzésre vár </target> 5363 <target state="translated"><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> e-mail ellenőrzésre vár </target>
5255 <context-group purpose="location"> 5364 <context-group purpose="location">
5256 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5365 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5257 <context context-type="linenumber">8</context> 5366 <context context-type="linenumber">8</context>
@@ -5311,9 +5420,9 @@
5311 <context-group name="null"> 5420 <context-group name="null">
5312 <context context-type="linenumber">22</context> 5421 <context context-type="linenumber">22</context>
5313 </context-group> 5422 </context-group>
5314 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5423
5315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5424
5316 </trans-unit> 5425 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5317 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5426 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5318 <source>Select the next owner</source> 5427 <source>Select the next owner</source>
5319 <target>A következő tulajdonos kiválasztása</target> 5428 <target>A következő tulajdonos kiválasztása</target>
@@ -5323,8 +5432,8 @@
5323 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5432 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5324 </trans-unit> 5433 </trans-unit>
5325 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5434 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5326 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5435 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5327 <target state="translated">Videók <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5436 <target state="translated">Videók <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5328 <context-group purpose="location"> 5437 <context-group purpose="location">
5329 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5438 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5330 <context context-type="linenumber">2</context> 5439 <context context-type="linenumber">2</context>
@@ -5360,8 +5469,11 @@
5360 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5469 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5361 </trans-unit> 5470 </trans-unit>
5362 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5471 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5363 <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> 5472 <source>
5364 <target>Létrehozva <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> 5473 Created
5474 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5475 </source>
5476 <target>Létrehozva <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> </target>
5365 <context-group name="null"> 5477 <context-group name="null">
5366 <context context-type="linenumber">15</context> 5478 <context context-type="linenumber">15</context>
5367 </context-group> 5479 </context-group>
@@ -5432,8 +5544,9 @@
5432 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5544 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5433 </trans-unit> 5545 </trans-unit>
5434 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5546 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5435 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5547 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5436 <target state="translated">Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).&lt;br /&gt;&lt;br /&gt; Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel.</target> 5548 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5549 <target state="translated">Rövid szöveg, amely ismerteti az embereknek, hogy hogyan támogathatják a csatornáját (tagsági platform…).&lt;br />&lt;br /> Ha feltölt egy videót ebbe a csatornába, akkor a videó támogatási mezője automatikusan ki lesz töltve ezzel a szöveggel.</target>
5437 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5550 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5438 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5551 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5439 </trans-unit> 5552 </trans-unit>
@@ -5527,9 +5640,12 @@
5527 </context-group> 5640 </context-group>
5528 </trans-unit> 5641 </trans-unit>
5529 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5642 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5530 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5643 <source>
5644 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5645 Delete history
5646 </source>
5531 <target> 5647 <target>
5532 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5648 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5533 Előzmények törlése 5649 Előzmények törlése
5534 </target> 5650 </target>
5535 <context-group name="null"> 5651 <context-group name="null">
@@ -5546,9 +5662,12 @@
5546 </context-group> 5662 </context-group>
5547 </trans-unit> 5663 </trans-unit>
5548 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5664 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5549 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5665 <source>
5666 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5667 Notification preferences
5668 </source>
5550 <target> 5669 <target>
5551 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5670 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5552 Értesítési beállítások 5671 Értesítési beállítások
5553 </target> 5672 </target>
5554 <context-group name="null"> 5673 <context-group name="null">
@@ -5625,8 +5744,8 @@
5625 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 5744 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5626 </trans-unit> 5745 </trans-unit>
5627 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5746 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5628 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5747 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5629 <target state="translated">Lejátszási listák <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5748 <target state="translated">Lejátszási listák <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5630 <context-group purpose="location"> 5749 <context-group purpose="location">
5631 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5750 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5632 <context context-type="linenumber">2</context> 5751 <context context-type="linenumber">2</context>
@@ -5654,8 +5773,8 @@
5654 </context-group> 5773 </context-group>
5655 </trans-unit> 5774 </trans-unit>
5656 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5775 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5657 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5776 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5658 <target state="translated">Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentációt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5777 <target state="translated">Ha segítségre van szüksége a PeerTube használatához, akkor megnézheti a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentációt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5659 <context-group purpose="location"> 5778 <context-group purpose="location">
5660 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5779 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5661 <context context-type="linenumber">13</context> 5780 <context context-type="linenumber">13</context>
@@ -6101,23 +6220,27 @@
6101 </context-group> 6220 </context-group>
6102 </trans-unit> 6221 </trans-unit>
6103 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6222 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6104 <source>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;"/>. </source> 6223 <source>
6105 <target state="translated">Ez egy szabad és nyílt forráskódú szoftver az <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 licenc<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> előírásai szerint. </target> 6224 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6225 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6226 </source>
6227 <target state="translated">Ez egy szabad és nyílt forráskódú szoftver az <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licenc<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> előírásai szerint. </target>
6106 <context-group purpose="location"> 6228 <context-group purpose="location">
6107 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6229 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6108 <context context-type="linenumber">13</context> 6230 <context context-type="linenumber">13</context>
6109 </context-group> 6231 </context-group>
6110 </trans-unit> 6232 </trans-unit>
6111 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6233 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6112 <source>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;"/>. </source> 6234 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6113 <target state="translated">További információkért látogassa meg a <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;"/> oldalt. </target> 6235 <target state="translated">További információkért látogassa meg a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> oldalt. </target>
6114 <context-group purpose="location"> 6236 <context-group purpose="location">
6115 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6237 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6116 <context context-type="linenumber">18</context> 6238 <context context-type="linenumber">18</context>
6117 </context-group> 6239 </context-group>
6118 </trans-unit> 6240 </trans-unit>
6119 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6241 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6120 <source>Use PeerTube documentation</source> 6242 <source>Use PeerTube
6243 documentation</source>
6121 <target state="translated">A PeerTube dokumentáció használata</target> 6244 <target state="translated">A PeerTube dokumentáció használata</target>
6122 <context-group purpose="location"> 6245 <context-group purpose="location">
6123 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6246 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6133,7 +6256,8 @@
6133 </context-group> 6256 </context-group>
6134 </trans-unit> 6257 </trans-unit>
6135 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6258 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6136 <source>PeerTube Applications</source> 6259 <source>PeerTube
6260 Applications</source>
6137 <target state="translated">PeerTube alkalmazások</target> 6261 <target state="translated">PeerTube alkalmazások</target>
6138 <context-group purpose="location"> 6262 <context-group purpose="location">
6139 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6263 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6149,7 +6273,8 @@
6149 </context-group> 6273 </context-group>
6150 </trans-unit> 6274 </trans-unit>
6151 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6275 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6152 <source>Contribute on PeerTube</source> 6276 <source>Contribute on
6277 PeerTube</source>
6153 <target state="translated">Közreműködés a PeerTube fejlesztésében</target> 6278 <target state="translated">Közreműködés a PeerTube fejlesztésében</target>
6154 <context-group purpose="location"> 6279 <context-group purpose="location">
6155 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6280 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6173,7 +6298,11 @@
6173 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6174 </trans-unit> 6299 </trans-unit>
6175 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6300 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6176 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6301 <source>
6302 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6303 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6304 follows applies only if you want to keep using the P2P mode of PeerTube.
6305 </source>
6177 <target state="translated">A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni.</target> 6306 <target state="translated">A PeerTube alapértelmezetten a BitTorrent protokollt használja a felhasználók közötti sávszélesség megosztásához, hogy segítsen a kiszolgálón lévő terhelés csökkentésében, de végül Önre hagyja annak megválasztást, hogy visszaváltson kizárólag a videó kiszolgálójától érkező szokásos adatfolyamra. Az alábbiak csak akkor lesznek alkalmazva, ha továbbra is a PeerTube egyenrangú hálózati módját szeretné használni.</target>
6178 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6307 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6179 </trans-unit> 6308 </trans-unit>
@@ -6186,17 +6315,27 @@
6186 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6315 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6187 </trans-unit> 6316 </trans-unit>
6188 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6317 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6189 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6318 <source>
6319 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6320 In practice, this is much more difficult because:
6321 </source>
6190 <target state="translated">Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert:</target> 6322 <target state="translated">Elméletben, ha valaki megfelelő műszaki képességgel rendelkezik, akkor képes lehet olyan parancsfájlt létrehozni, amely követni tudja, hogy mely IP-címről töltenek le egy videót. A gyakorlatban ez sokkal nehezebb, mert:</target>
6191 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6323 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6192 </trans-unit> 6324 </trans-unit>
6193 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6325 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6194 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6326 <source>
6327 An HTTP request has to be sent on each tracker for each video to spy.
6328 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6329 </source>
6195 <target state="translated">A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat)</target> 6330 <target state="translated">A kikémleléshez minden egyes követőhöz egy-egy HTTP-kérést kell elküldeni minden egyes videónál. Ha ki akarjuk kémlelni az összes PeerTube videóját, akkor annyi kérést kell elküldenünk, ahány videó van (vagyis potenciálisan sokat)</target>
6196 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6331 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6197 </trans-unit> 6332 </trans-unit>
6198 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6333 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6199 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6334 <source>
6335 For each request sent, the tracker returns random peers at a limited number.
6336 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
6337 requests sent to know every peer in the swarm
6338 </source>
6200 <target state="translated">Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert.</target> 6339 <target state="translated">Minden egyes elküldött kérésnél a követő korlátozott számú, véletlenszerűen kiválasztott partnert ad vissza. Például ha 1000 partner van a rajban, és a követő kérésenként 20 partnert küld el, akkor legalább 50 kérésre van szükség, hogy megismerje a rajban szereplő összes partnert.</target>
6201 <context-group purpose="location"> 6340 <context-group purpose="location">
6202 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6341 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6209,7 +6348,10 @@
6209 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6348 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6210 </trans-unit> 6349 </trans-unit>
6211 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6350 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6212 <source>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</source> 6351 <source>
6352 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
6353 video
6354 </source>
6213 <target state="translated">Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót</target> 6355 <target state="translated">Ha egy IP-cím tárolásra került a követőben, akkor az nem jelenti azt, hogy az IP-cím mögötti személy (ha ez a személy létezik) megnézte a videót</target>
6214 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6356 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6215 </trans-unit> 6357 </trans-unit>
@@ -6219,12 +6361,21 @@
6219 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6361 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6220 </trans-unit> 6362 </trans-unit>
6221 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6363 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6222 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6364 <source>
6223 <target state="translated">A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a WebTorrent programkönyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 6365 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6366 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6367 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6368 to forward the information to.
6369 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6370 </source>
6371 <target state="translated">A webes partnerek nem érhetől el nyilvánosan: mivel WebRTC protokollt használunk a webböngészőn belül (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a WebTorrent programkönyvtárral<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), a protokoll eltér a klasszikus BitTorrent protokolltól. Ha Ön egy webböngészőben van, akkor elküldi az IP-címét tartalmazó jelet a követőnek, amely véletlenszerűen fogja kiválasztani azokat a partnereket, akiknek az információt továbbítja. További információkért nézze meg <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ezt a dokumentumot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
6224 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6372 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6225 </trans-unit> 6373 </trans-unit>
6226 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6374 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6227 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6375 <source>
6376 The worst-case scenario of an average person spying on their friends is quite unlikely.
6377 There are much more effective ways to get that kind of information.
6378 </source>
6228 <target state="translated">A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez.</target> 6379 <target state="translated">A legrosszabb forgatókönyv, hogy egy átlagos személy kikémleli az ismerőseit, meglehetősen valószínűtlen. Sokkal több hatékonyabb mód létezik az ilyesfajta információk megszerzéséhez.</target>
6229 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6380 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6230 </trans-unit> 6381 </trans-unit>
@@ -6237,7 +6388,11 @@
6237 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6388 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6238 </trans-unit> 6389 </trans-unit>
6239 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6390 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6240 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6391 <source>
6392 The threats to privacy with YouTube are different from PeerTube's.
6393 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6394 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6395 </source>
6241 <target state="translated">A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával).</target> 6396 <target state="translated">A magánéletet fenyegető veszélyek a YouTube és a PeerTube használatakor eltérőek. A YouTube esetében a platform hatalmas mennyiségű személyes információt gyűjt (nem csak az IP-címet), hogy elemezze azokat és kövesse Önt. Ráadásul a YouTube a Google/Alphabet tulajdona, egy olyan vállalaté, amely számos weboldalon keresztül követi Önt (az AdSense vagy a Google Analytics használatával).</target>
6242 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6397 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6243 </trans-unit> 6398 </trans-unit>
@@ -6250,7 +6405,12 @@
6250 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6405 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6251 </trans-unit> 6406 </trans-unit>
6252 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6407 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6253 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6408 <source>
6409 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
6410 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6411 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.
6412 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6413 </source>
6254 <target state="translated">Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme.</target> 6414 <target state="translated">Az Ön IP-címe nyilvános, így minden alkalommal, amikor meglátogat egy weboldalt, számos szereplő látja az Ön IP-címét (a végső weboldalon kívüli is) a kapcsolódási naplókban: az internet-szolgáltató, az útválasztók, a követők, a tartalomkézbesítési hálózatok, és továbbiak. A PeerTube átlátszó ilyen szempontból: figyelmeztetjük, hogy ha titokban szeretné tartani az IP-címét, akkor VPN-t vagy Tor böngészőt kell használnia. Ha arra gondol, hogy az egyenrangú hálózat eltávolítása a PeerTube szoftverből visszaadja a névtelenségét, akkor ennek nincs semmi értelme.</target>
6255 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6415 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6256 </trans-unit> 6416 </trans-unit>
@@ -6260,7 +6420,10 @@
6260 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6420 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6261 </trans-unit> 6421 </trans-unit>
6262 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6422 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6263 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6423 <source>
6424 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6425 and render attacks less likely. Here is what we put in place so far:
6426 </source>
6264 <target state="translated">A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk:</target> 6427 <target state="translated">A PeerTube a lehető legjobb ellenintézkedéseket akarja megvalósítani azzal, hogy nagyobb választási lehetőséget biztosít, és kevésbé valószínűvé teszi a támadásokat. Ez az, amit eddig bevezettünk:</target>
6265 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6428 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6266 </trans-unit> 6429 </trans-unit>
@@ -6285,7 +6448,10 @@
6285 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6448 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6286 </trans-unit> 6449 </trans-unit>
6287 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6450 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6288 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6451 <source>
6452 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6453 WebRTC in your browser.
6454 </source>
6289 <target state="translated">Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben.</target> 6455 <target state="translated">Végezetül ne feledje, hogy bármikor letilthatja az egyenrangú hálózatot a videolejátszóban történő kikapcsolással, vagy egyszerűen a WebRTC letiltásával a böngészőben.</target>
6290 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6456 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6291 </trans-unit> 6457 </trans-unit>
@@ -6322,8 +6488,8 @@
6322 </context-group> 6488 </context-group>
6323 </trans-unit> 6489 </trans-unit>
6324 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6490 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6325 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6491 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6326 <target state="translated">A szoftvert a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> fejleszti</target> 6492 <target state="translated">A szoftvert a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> fejleszti</target>
6327 <context-group purpose="location"> 6493 <context-group purpose="location">
6328 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6494 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6329 <context context-type="linenumber">3</context> 6495 <context context-type="linenumber">3</context>
@@ -6404,8 +6570,11 @@
6404 </context-group> 6570 </context-group>
6405 </trans-unit> 6571 </trans-unit>
6406 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6572 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6407 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6573 <source>
6408 <target state="translated">A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. </target> 6574 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6575 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6576 </source>
6577 <target state="translated">A csatorna egy olyan egység, amelybe feltölti a videóit. Több csatorna létrehozása segít a tartalom szervezésében és elkülönítésében.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Például dönthet úgy, hogy létrehoz egy csatornát a zongorakoncertek közzétételéhez, valamint egy másik csatornát, amelyben az ökológiáról szóló videóit teszi közzé. </target>
6409 <context-group purpose="location"> 6578 <context-group purpose="location">
6410 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6579 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6411 <context context-type="linenumber">4</context> 6580 <context context-type="linenumber">4</context>
@@ -6476,8 +6645,13 @@
6476 </context-group> 6645 </context-group>
6477 </trans-unit> 6646 </trans-unit>
6478 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6647 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6479 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6648 <source>
6480 <target state="translated">Elmúltam 16 éves, és elfogadom ennek a példánynak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>használati feltételeit<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> és a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>magatartási kódexét<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 6649 I am at least 16 years old and agree
6650 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6651 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6652 of this instance
6653 </source>
6654 <target state="translated">Elmúltam 16 éves, és elfogadom ennek a példánynak a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>használati feltételeit<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> és a <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>magatartási kódexét<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
6481 <context-group purpose="location"> 6655 <context-group purpose="location">
6482 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6656 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6483 <context context-type="linenumber">65</context> 6657 <context context-type="linenumber">65</context>
@@ -6572,8 +6746,8 @@
6572 </context-group> 6746 </context-group>
6573 </trans-unit> 6747 </trans-unit>
6574 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6748 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6575 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 6749 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6576 <target state="translated">Egy <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/>, amely megtartja az eredeti hangsávot videó nélkül</target> 6750 <target state="translated">Egy <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/>, amely megtartja az eredeti hangsávot videó nélkül</target>
6577 <context-group purpose="location"> 6751 <context-group purpose="location">
6578 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6752 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6579 <context context-type="linenumber">1</context> 6753 <context context-type="linenumber">1</context>
@@ -8360,8 +8534,8 @@
8360 </context-group> 8534 </context-group>
8361 </trans-unit> 8535 </trans-unit>
8362 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8536 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8363 <source>Long (&gt; 10 min)</source> 8537 <source>Long (> 10 min)</source>
8364 <target state="translated">Hosszú (&gt; 10 perc)</target> 8538 <target state="translated">Hosszú (> 10 perc)</target>
8365 <context-group purpose="location"> 8539 <context-group purpose="location">
8366 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8540 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8367 <context context-type="linenumber">1</context> 8541 <context context-type="linenumber">1</context>
@@ -9762,8 +9936,8 @@
9762 </context-group> 9936 </context-group>
9763 </trans-unit> 9937 </trans-unit>
9764 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9938 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9765 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 9939 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9766 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibilis, amely ezeket támogatja:</target> 9940 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-kompatibilis, amely ezeket támogatja:</target>
9767 <context-group purpose="location"> 9941 <context-group purpose="location">
9768 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9942 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9769 <context context-type="linenumber">1</context> 9943 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 422e316d4..c0d0c6d5c 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -436,7 +436,7 @@
436 436
437 437
438 438
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
440 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 440 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
441 <source>Stop at</source> 441 <source>Stop at</source>
442 <target>Fermati da</target> 442 <target>Fermati da</target>
@@ -446,7 +446,7 @@
446 446
447 447
448 448
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
450 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 450 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
451 <source>Search playlists</source> 451 <source>Search playlists</source>
452 <target state="new">Search playlists</target> 452 <target state="new">Search playlists</target>
@@ -704,8 +704,8 @@
704 <context-group name="null"> 704 <context-group name="null">
705 <context context-type="linenumber">48</context> 705 <context context-type="linenumber">48</context>
706 </context-group> 706 </context-group>
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 707
708 </trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
709 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 709 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
710 <source>Save</source> 710 <source>Save</source>
711 <target>Salva</target> 711 <target>Salva</target>
@@ -716,15 +716,15 @@
716 716
717 717
718 718
719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
722 <target>Eliminato da <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 722 <target>Eliminato da <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
723 <context-group name="null"> 723 <context-group name="null">
724 <context context-type="linenumber">85</context> 724 <context context-type="linenumber">85</context>
725 </context-group> 725 </context-group>
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 726
727 </trans-unit> 727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
728 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 728 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
729 <source>No results.</source> 729 <source>No results.</source>
730 <target>Nessun risultato.</target> 730 <target>Nessun risultato.</target>
@@ -3436,7 +3436,13 @@
3436 3436
3437 3437
3438 3438
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3440 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3441 <context-group purpose="location">
3442 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3443 <context context-type="linenumber">33</context>
3444 </context-group>
3445 </trans-unit>
3440 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3446 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3441 <source>Accepted</source> 3447 <source>Accepted</source>
3442 <target>Accettato</target> 3448 <target>Accettato</target>
@@ -3445,7 +3451,7 @@
3445 </context-group> 3451 </context-group>
3446 3452
3447 3453
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3449 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3455 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3450 <source>Pending</source> 3456 <source>Pending</source>
3451 <target>In attesa</target> 3457 <target>In attesa</target>
@@ -3454,7 +3460,7 @@
3454 </context-group> 3460 </context-group>
3455 3461
3456 3462
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3458 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3464 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3459 <source>Accept</source> 3465 <source>Accept</source>
3460 <target>Accetta</target> 3466 <target>Accetta</target>
@@ -3463,7 +3469,7 @@
3463 </context-group> 3469 </context-group>
3464 3470
3465 3471
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3467 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3473 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3468 <source>Refuse</source> 3474 <source>Refuse</source>
3469 <target>Rifiuta</target> 3475 <target>Rifiuta</target>
@@ -3472,19 +3478,13 @@
3472 </context-group> 3478 </context-group>
3473 3479
3474 3480
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3476 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3482 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3477 <context-group purpose="location"> 3483
3478 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3484 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3479 <context context-type="linenumber">55</context>
3480 </context-group>
3481 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3482 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3485 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3483 <context-group purpose="location"> 3486
3484 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3485 <context context-type="linenumber">56</context>
3486 </context-group>
3487 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3488 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3488 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3489 <context-group purpose="location"> 3489 <context-group purpose="location">
3490 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3490 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3725,7 +3725,13 @@
3725 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3725 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3726 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3726 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3727 3727
3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3729 <source>Auth plugin</source><target state="new">Auth plugin</target>
3730 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3732 <context context-type="linenumber">49</context>
3733 </context-group>
3734 </trans-unit>
3729 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3735 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3730 <source>(banned)</source> 3736 <source>(banned)</source>
3731 <target>(espulso)</target> 3737 <target>(espulso)</target>
@@ -3733,11 +3739,11 @@
3733 <context context-type="linenumber">65</context> 3739 <context context-type="linenumber">65</context>
3734 </context-group> 3740 </context-group>
3735 3741
3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3737 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3743 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3738 3744
3739 3745
3740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3746 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3741 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3747 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3742 <source>User's email must be verified to login</source> 3748 <source>User's email must be verified to login</source>
3743 <target>L'indirizzo dell'utente deve essere verificato per accedere</target> 3749 <target>L'indirizzo dell'utente deve essere verificato per accedere</target>
@@ -3745,7 +3751,7 @@
3745 <context context-type="linenumber">72</context> 3751 <context context-type="linenumber">72</context>
3746 </context-group> 3752 </context-group>
3747 3753
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3749 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3755 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3750 <source>User's email is verified / User can login without email verification</source> 3756 <source>User's email is verified / User can login without email verification</source>
3751 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target> 3757 <target>L'indirizzo dell'utente è verificato/L'utente può accedere senza verifica dell'indirizzo</target>
@@ -3753,7 +3759,7 @@
3753 <context context-type="linenumber">76</context> 3759 <context context-type="linenumber">76</context>
3754 </context-group> 3760 </context-group>
3755 3761
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3757 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3763 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3758 <source>Ban reason:</source> 3764 <source>Ban reason:</source>
3759 <target>Motivo espulsione:</target> 3765 <target>Motivo espulsione:</target>
@@ -3761,7 +3767,7 @@
3761 <context context-type="linenumber">95</context> 3767 <context context-type="linenumber">95</context>
3762 </context-group> 3768 </context-group>
3763 3769
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3765 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3771 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3766 <context-group purpose="location"> 3772 <context-group purpose="location">
3767 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3773 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3819,24 +3825,14 @@
3819 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3825 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3820 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3826 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3821 3827
3822 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3828 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3823 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3829 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3824 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3825 <target>Nome del video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3826 <context-group name="null">
3827 <context context-type="linenumber">8</context>
3828 </context-group>
3829
3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3831 <source>Video URL</source><target state="new">Video URL</target>
3832
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3834 <source>Total size</source><target state="new">Total size</target> 3830 <source>Total size</source><target state="new">Total size</target>
3835 3831
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3837 <source>List redundancies</source><target state="new">List redundancies</target> 3833 <source>List redundancies</source><target state="new">List redundancies</target>
3838 3834
3839 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3840 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3836 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3841 <context-group purpose="location"> 3837 <context-group purpose="location">
3842 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3838 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4054,7 +4050,7 @@
4054 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4050 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4055 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4051 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4056 4052
4057 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4058 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4054 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4059 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4055 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4060 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4056 <target>Stato <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5424,9 +5420,9 @@
5424 <context-group name="null"> 5420 <context-group name="null">
5425 <context context-type="linenumber">22</context> 5421 <context context-type="linenumber">22</context>
5426 </context-group> 5422 </context-group>
5427 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5423
5428 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5424
5429 </trans-unit> 5425 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5430 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5426 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5431 <source>Select the next owner</source> 5427 <source>Select the next owner</source>
5432 <target>Seleziona il prossimo proprietario</target> 5428 <target>Seleziona il prossimo proprietario</target>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 452f4169f..b70dd9d56 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -438,7 +438,7 @@
438 438
439 439
440 440
441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
442 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 442 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
443 <source>Stop at</source> 443 <source>Stop at</source>
444 <target>Stop at</target> 444 <target>Stop at</target>
@@ -448,7 +448,7 @@
448 448
449 449
450 450
451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 451 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
452 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 452 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
453 <source>Search playlists</source> 453 <source>Search playlists</source>
454 <target state="new">Search playlists</target> 454 <target state="new">Search playlists</target>
@@ -703,8 +703,8 @@
703 <context-group name="null"> 703 <context-group name="null">
704 <context context-type="linenumber">48</context> 704 <context context-type="linenumber">48</context>
705 </context-group> 705 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 706
707 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
708 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 708 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
709 <source>Save</source> 709 <source>Save</source>
710 <target>保存</target> 710 <target>保存</target>
@@ -715,15 +715,15 @@
715 715
716 716
717 717
718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 718 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 719 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 720 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
721 <target><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> から削除</target> 721 <target><x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> から削除</target>
722 <context-group name="null"> 722 <context-group name="null">
723 <context context-type="linenumber">85</context> 723 <context context-type="linenumber">85</context>
724 </context-group> 724 </context-group>
725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 725
726 </trans-unit> 726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
727 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 727 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
728 <source>No results.</source> 728 <source>No results.</source>
729 <target>結果がありません。</target> 729 <target>結果がありません。</target>
@@ -3440,7 +3440,13 @@
3440 3440
3441 3441
3442 3442
3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3444 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3445 <context-group purpose="location">
3446 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3447 <context context-type="linenumber">33</context>
3448 </context-group>
3449 </trans-unit>
3444 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3450 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3445 <source>Accepted</source> 3451 <source>Accepted</source>
3446 <target>受入済</target> 3452 <target>受入済</target>
@@ -3449,7 +3455,7 @@
3449 </context-group> 3455 </context-group>
3450 3456
3451 3457
3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3453 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3459 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3454 <source>Pending</source> 3460 <source>Pending</source>
3455 <target>保留中</target> 3461 <target>保留中</target>
@@ -3458,7 +3464,7 @@
3458 </context-group> 3464 </context-group>
3459 3465
3460 3466
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3462 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3468 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3463 <source>Accept</source> 3469 <source>Accept</source>
3464 <target>受け入れる</target> 3470 <target>受け入れる</target>
@@ -3467,7 +3473,7 @@
3467 </context-group> 3473 </context-group>
3468 3474
3469 3475
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3476 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3471 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3477 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3472 <source>Refuse</source> 3478 <source>Refuse</source>
3473 <target>断る</target> 3479 <target>断る</target>
@@ -3476,19 +3482,13 @@
3476 </context-group> 3482 </context-group>
3477 3483
3478 3484
3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3480 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3486 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3481 <context-group purpose="location"> 3487
3482 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3483 <context context-type="linenumber">55</context>
3484 </context-group>
3485 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3486 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3489 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3487 <context-group purpose="location"> 3490
3488 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3489 <context context-type="linenumber">56</context>
3490 </context-group>
3491 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3492 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3492 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3493 <context-group purpose="location"> 3493 <context-group purpose="location">
3494 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3494 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3730,7 +3730,13 @@
3730 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3730 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3731 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3731 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3732 3732
3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3734 <source>Auth plugin</source><target state="new">Auth plugin</target>
3735 <context-group purpose="location">
3736 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3737 <context context-type="linenumber">49</context>
3738 </context-group>
3739 </trans-unit>
3734 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3740 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3735 <source>(banned)</source> 3741 <source>(banned)</source>
3736 <target>(banned)</target> 3742 <target>(banned)</target>
@@ -3738,11 +3744,11 @@
3738 <context context-type="linenumber">65</context> 3744 <context context-type="linenumber">65</context>
3739 </context-group> 3745 </context-group>
3740 3746
3741 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3742 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3748 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3743 3749
3744 3750
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3746 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3752 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3747 <source>User's email must be verified to login</source> 3753 <source>User's email must be verified to login</source>
3748 <target>ログインするためには、メールアドレスを確認する必要があります。</target> 3754 <target>ログインするためには、メールアドレスを確認する必要があります。</target>
@@ -3750,7 +3756,7 @@
3750 <context context-type="linenumber">72</context> 3756 <context context-type="linenumber">72</context>
3751 </context-group> 3757 </context-group>
3752 3758
3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3754 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3760 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3755 <source>User's email is verified / User can login without email verification</source> 3761 <source>User's email is verified / User can login without email verification</source>
3756 <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target> 3762 <target>ユーザーのメールアドレスは確認済 / ユーザーはメールアドレスの確認なしでログインできます</target>
@@ -3758,7 +3764,7 @@
3758 <context context-type="linenumber">76</context> 3764 <context context-type="linenumber">76</context>
3759 </context-group> 3765 </context-group>
3760 3766
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3762 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3768 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3763 <source>Ban reason:</source> 3769 <source>Ban reason:</source>
3764 <target>BAN理由:</target> 3770 <target>BAN理由:</target>
@@ -3766,7 +3772,7 @@
3766 <context context-type="linenumber">95</context> 3772 <context context-type="linenumber">95</context>
3767 </context-group> 3773 </context-group>
3768 3774
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3770 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3776 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3771 <context-group purpose="location"> 3777 <context-group purpose="location">
3772 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3778 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3824,29 +3830,17 @@
3824 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3830 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3825 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3831 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3826 3832
3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3828 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3834
3829 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3835
3830 <target>動画名 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3831 <context-group name="null">
3832 <context context-type="linenumber">8</context>
3833 </context-group>
3834
3835
3836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3837 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3838 <source>Video URL</source>
3839 <target state="new">Video URL</target>
3840
3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3842 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3836 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3843 <source>Total size</source> 3837 <source>Total size</source>
3844 <target state="new">Total size</target> 3838 <target state="new">Total size</target>
3845 3839
3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3847 <source>List redundancies</source><target state="new">List redundancies</target> 3841 <source>List redundancies</source><target state="new">List redundancies</target>
3848 3842
3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3843 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3850 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3844 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3851 <context-group purpose="location"> 3845 <context-group purpose="location">
3852 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3846 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4066,7 +4060,7 @@
4066 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4060 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4067 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4061 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4068 4062
4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4070 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4064 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4071 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4065 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4072 <target>状態 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4066 <target>状態 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5451,9 +5445,9 @@
5451 <context-group name="null"> 5445 <context-group name="null">
5452 <context context-type="linenumber">22</context> 5446 <context context-type="linenumber">22</context>
5453 </context-group> 5447 </context-group>
5454 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5448
5455 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5449
5456 </trans-unit> 5450 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5457 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5451 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5458 <source>Select the next owner</source> 5452 <source>Select the next owner</source>
5459 <target>次の所有者を選択</target> 5453 <target>次の所有者を選択</target>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index b315ee293..0cefca6a2 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -379,12 +379,12 @@
379 379
380 380
381 381
382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
383 <source>Stop at</source><target state="new">Stop at</target> 383 <source>Stop at</source><target state="new">Stop at</target>
384 384
385 385
386 386
387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 387 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
388 <source>Search playlists</source><target state="new">Search playlists</target> 388 <source>Search playlists</source><target state="new">Search playlists</target>
389 <context-group purpose="location"> 389 <context-group purpose="location">
390 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 390 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -573,24 +573,18 @@
573 573
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
576 <context-group purpose="location"> 576
577 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
578 <context context-type="linenumber">48</context>
579 </context-group>
580 </trans-unit>
581 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 578 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
582 <source>Save</source> 579 <source>Save</source>
583 <target>vreji</target> 580 <target>vreji</target>
584 <context-group name="null"> 581 <context-group name="null">
585 <context context-type="linenumber">15</context> 582 <context context-type="linenumber">15</context>
586 </context-group> 583 </context-group>
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
588 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 585 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
589 <context-group purpose="location"> 586
590 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
591 <context context-type="linenumber">85</context>
592 </context-group>
593 </trans-unit>
594 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 588 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
595 <source>No results.</source> 589 <source>No results.</source>
596 <target>.i facki fi no da</target> 590 <target>.i facki fi no da</target>
@@ -2587,35 +2581,35 @@ galfi le mi japyvla</target>
2587 2581
2588 2582
2589 2583
2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2585 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2586 <context-group purpose="location">
2587 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2588 <context context-type="linenumber">33</context>
2589 </context-group>
2590 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2591 <source>Accepted</source><target state="new">Accepted</target> 2591 <source>Accepted</source><target state="new">Accepted</target>
2592 2592
2593 2593
2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2595 <source>Pending</source><target state="new">Pending</target> 2595 <source>Pending</source><target state="new">Pending</target>
2596 2596
2597 2597
2598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2599 <source>Accept</source><target state="new">Accept</target> 2599 <source>Accept</source><target state="new">Accept</target>
2600 2600
2601 2601
2602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2603 <source>Refuse</source><target state="new">Refuse</target> 2603 <source>Refuse</source><target state="new">Refuse</target>
2604 2604
2605 2605
2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2607 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2607 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2608 <context-group purpose="location"> 2608
2609 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2610 <context context-type="linenumber">55</context>
2611 </context-group>
2612 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2613 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2610 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2614 <context-group purpose="location"> 2611
2615 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2616 <context context-type="linenumber">56</context>
2617 </context-group>
2618 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2619 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2613 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2620 <context-group purpose="location"> 2614 <context-group purpose="location">
2621 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2615 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2784,23 +2778,29 @@ galfi le mi japyvla</target>
2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2785 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2779 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2786 2780
2787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
2782 <source>Auth plugin</source><target state="new">Auth plugin</target>
2783 <context-group purpose="location">
2784 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2785 <context context-type="linenumber">49</context>
2786 </context-group>
2787 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2788 <source>(banned)</source><target state="new">(banned)</target> 2788 <source>(banned)</source><target state="new">(banned)</target>
2789 2789
2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2790 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2791 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2791 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2792 2792
2793 2793
2794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2795 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2795 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2796 2796
2797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2798 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2798 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2799 2799
2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2801 <source>Ban reason:</source><target state="new">Ban reason:</target> 2801 <source>Ban reason:</source><target state="new">Ban reason:</target>
2802 2802
2803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2804 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2804 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2805 <context-group purpose="location"> 2805 <context-group purpose="location">
2806 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2806 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2849,19 +2849,13 @@ galfi le mi japyvla</target>
2849 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2849 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2850 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2850 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2851 2851
2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2853 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2854
2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2856 <source>Video URL</source><target state="new">Video URL</target>
2857
2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2859 <source>Total size</source><target state="new">Total size</target> 2853 <source>Total size</source><target state="new">Total size</target>
2860 2854
2861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2862 <source>List redundancies</source><target state="new">List redundancies</target> 2856 <source>List redundancies</source><target state="new">List redundancies</target>
2863 2857
2864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2865 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 2859 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2866 <context-group purpose="location"> 2860 <context-group purpose="location">
2867 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2861 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3041,7 +3035,7 @@ galfi le mi japyvla</target>
3041 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3035 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3042 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3036 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3043 3037
3044 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3045 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3039 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3046 3040
3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -4104,7 +4098,7 @@ galfi le mi japyvla</target>
4104 <source>Change ownership</source><target state="new">Change ownership</target> 4098 <source>Change ownership</source><target state="new">Change ownership</target>
4105 4099
4106 4100
4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4108 <source>Select the next owner</source><target state="new">Select the next owner</target> 4102 <source>Select the next owner</source><target state="new">Select the next owner</target>
4109 <context-group purpose="location"> 4103 <context-group purpose="location">
4110 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 4104 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index 69ff548d6..12bf336ef 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -434,7 +434,7 @@
434 434
435 435
436 436
437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
438 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 438 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
439 <source>Stop at</source> 439 <source>Stop at</source>
440 <target>종료 위치</target> 440 <target>종료 위치</target>
@@ -444,7 +444,7 @@
444 444
445 445
446 446
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
448 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 448 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
449 <source>Search playlists</source> 449 <source>Search playlists</source>
450 <target state="new">Search playlists</target> 450 <target state="new">Search playlists</target>
@@ -697,8 +697,8 @@
697 <context-group name="null"> 697 <context-group name="null">
698 <context context-type="linenumber">48</context> 698 <context context-type="linenumber">48</context>
699 </context-group> 699 </context-group>
700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 700
701 </trans-unit> 701 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
702 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 702 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
703 <source>Save</source> 703 <source>Save</source>
704 <target>저장</target> 704 <target>저장</target>
@@ -709,15 +709,12 @@
709 709
710 710
711 711
712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 712 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
713 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 713 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
714 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 714 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
715 <target state="translated">재생목록 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 에서 삭제됨</target> 715 <target state="translated">재생목록 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 에서 삭제됨</target>
716 <context-group purpose="location"> 716
717 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
718 <context context-type="linenumber">85</context>
719 </context-group>
720 </trans-unit>
721 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 718 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
722 <source>No results.</source> 719 <source>No results.</source>
723 <target>결과가 없습니다.</target> 720 <target>결과가 없습니다.</target>
@@ -3225,43 +3222,43 @@
3225 3222
3226 3223
3227 3224
3228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3226 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3227 <context-group purpose="location">
3228 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3229 <context context-type="linenumber">33</context>
3230 </context-group>
3231 </trans-unit>
3229 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3232 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3230 <source>Accepted</source> 3233 <source>Accepted</source>
3231 <target state="new">Accepted</target> 3234 <target state="new">Accepted</target>
3232 3235
3233 3236
3234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3235 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3238 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3236 <source>Pending</source> 3239 <source>Pending</source>
3237 <target state="new">Pending</target> 3240 <target state="new">Pending</target>
3238 3241
3239 3242
3240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3243 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3241 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3244 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3242 <source>Accept</source> 3245 <source>Accept</source>
3243 <target state="new">Accept</target> 3246 <target state="new">Accept</target>
3244 3247
3245 3248
3246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3249 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3247 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3250 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3248 <source>Refuse</source> 3251 <source>Refuse</source>
3249 <target state="new">Refuse</target> 3252 <target state="new">Refuse</target>
3250 3253
3251 3254
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3253 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3256 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3254 <context-group purpose="location"> 3257
3255 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3256 <context context-type="linenumber">55</context>
3257 </context-group>
3258 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3259 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3259 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3260 <context-group purpose="location"> 3260
3261 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3262 <context context-type="linenumber">56</context>
3263 </context-group>
3264 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3265 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3262 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3266 <context-group purpose="location"> 3263 <context-group purpose="location">
3267 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3264 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3466,31 +3463,37 @@
3466 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3463 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3467 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3464 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3468 3465
3469 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3467 <source>Auth plugin</source><target state="new">Auth plugin</target>
3468 <context-group purpose="location">
3469 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3470 <context context-type="linenumber">49</context>
3471 </context-group>
3472 </trans-unit>
3470 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3473 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3471 <source>(banned)</source> 3474 <source>(banned)</source>
3472 <target state="new">(banned)</target> 3475 <target state="new">(banned)</target>
3473 3476
3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3475 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3478 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3476 3479
3477 3480
3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3479 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3482 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3480 <source>User's email must be verified to login</source> 3483 <source>User's email must be verified to login</source>
3481 <target state="new">User's email must be verified to login</target> 3484 <target state="new">User's email must be verified to login</target>
3482 3485
3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3484 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3487 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3485 <source>User's email is verified / User can login without email verification</source> 3488 <source>User's email is verified / User can login without email verification</source>
3486 <target state="new">User's email is verified / User can login without email verification</target> 3489 <target state="new">User's email is verified / User can login without email verification</target>
3487 3490
3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3489 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3492 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3490 <source>Ban reason:</source> 3493 <source>Ban reason:</source>
3491 <target state="new">Ban reason:</target> 3494 <target state="new">Ban reason:</target>
3492 3495
3493 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3494 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3497 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3495 <context-group purpose="location"> 3498 <context-group purpose="location">
3496 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3499 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3551,21 +3554,14 @@
3551 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3554 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3552 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3555 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3553 3556
3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3555 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3558 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3556 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3557 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3558
3559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3560 <source>Video URL</source><target state="new">Video URL</target>
3561
3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3563 <source>Total size</source><target state="new">Total size</target> 3559 <source>Total size</source><target state="new">Total size</target>
3564 3560
3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3566 <source>List redundancies</source><target state="new">List redundancies</target> 3562 <source>List redundancies</source><target state="new">List redundancies</target>
3567 3563
3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3569 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3565 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3570 <context-group purpose="location"> 3566 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3567 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3753,7 +3749,7 @@
3753 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3749 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3754 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3750 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3755 3751
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3757 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3753 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3758 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3754 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3759 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3755 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5015,9 +5011,9 @@
5015 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5011 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5016 <source>Change ownership</source> 5012 <source>Change ownership</source>
5017 <target state="new">Change ownership</target> 5013 <target state="new">Change ownership</target>
5018 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5014
5019 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5015
5020 </trans-unit> 5016 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5021 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5017 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5022 <source>Select the next owner</source> 5018 <source>Select the next owner</source>
5023 <target state="new">Select the next owner</target> 5019 <target state="new">Select the next owner</target>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index a81fb43a2..653f25a39 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -401,14 +401,14 @@
401 401
402 402
403 403
404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
405 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 405 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
406 <source>Stop at</source> 406 <source>Stop at</source>
407 <target state="new">Stop at</target> 407 <target state="new">Stop at</target>
408 408
409 409
410 410
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
412 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 412 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
413 <source>Search playlists</source> 413 <source>Search playlists</source>
414 <target state="new">Search playlists</target> 414 <target state="new">Search playlists</target>
@@ -638,11 +638,8 @@
638 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 638 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
639 <source>Edit starts/stops at</source> 639 <source>Edit starts/stops at</source>
640 <target state="new">Edit starts/stops at</target> 640 <target state="new">Edit starts/stops at</target>
641 <context-group purpose="location"> 641
642 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
643 <context context-type="linenumber">48</context>
644 </context-group>
645 </trans-unit>
646 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 643 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
647 <source>Save</source> 644 <source>Save</source>
648 <target state="new">Save</target> 645 <target state="new">Save</target>
@@ -650,15 +647,12 @@
650 647
651 648
652 649
653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
654 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 651 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
655 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 652 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
656 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 653 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
657 <context-group purpose="location"> 654
658 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 655 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
659 <context context-type="linenumber">85</context>
660 </context-group>
661 </trans-unit>
662 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 656 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
663 <source>No results.</source> 657 <source>No results.</source>
664 <target state="new">No results.</target> 658 <target state="new">No results.</target>
@@ -3032,43 +3026,43 @@
3032 3026
3033 3027
3034 3028
3035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3030 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3031 <context-group purpose="location">
3032 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3033 <context context-type="linenumber">33</context>
3034 </context-group>
3035 </trans-unit>
3036 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3036 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3037 <source>Accepted</source> 3037 <source>Accepted</source>
3038 <target state="new">Accepted</target> 3038 <target state="new">Accepted</target>
3039 3039
3040 3040
3041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3042 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3042 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3043 <source>Pending</source> 3043 <source>Pending</source>
3044 <target state="new">Pending</target> 3044 <target state="new">Pending</target>
3045 3045
3046 3046
3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3048 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3048 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3049 <source>Accept</source> 3049 <source>Accept</source>
3050 <target state="new">Accept</target> 3050 <target state="new">Accept</target>
3051 3051
3052 3052
3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3054 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3054 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3055 <source>Refuse</source> 3055 <source>Refuse</source>
3056 <target state="new">Refuse</target> 3056 <target state="new">Refuse</target>
3057 3057
3058 3058
3059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3060 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3060 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3061 <context-group purpose="location"> 3061
3062 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3063 <context context-type="linenumber">55</context>
3064 </context-group>
3065 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3066 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3063 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3067 <context-group purpose="location"> 3064
3068 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3069 <context context-type="linenumber">56</context>
3070 </context-group>
3071 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3072 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3066 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3073 <context-group purpose="location"> 3067 <context-group purpose="location">
3074 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3068 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3276,31 +3270,37 @@
3276 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3270 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3277 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3271 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3278 3272
3279 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3274 <source>Auth plugin</source><target state="new">Auth plugin</target>
3275 <context-group purpose="location">
3276 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3277 <context context-type="linenumber">49</context>
3278 </context-group>
3279 </trans-unit>
3280 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3280 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3281 <source>(banned)</source> 3281 <source>(banned)</source>
3282 <target state="new">(banned)</target> 3282 <target state="new">(banned)</target>
3283 3283
3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3284 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3285 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3285 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3286 3286
3287 3287
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3289 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3289 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3290 <source>User's email must be verified to login</source> 3290 <source>User's email must be verified to login</source>
3291 <target state="new">User's email must be verified to login</target> 3291 <target state="new">User's email must be verified to login</target>
3292 3292
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3294 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3294 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3295 <source>User's email is verified / User can login without email verification</source> 3295 <source>User's email is verified / User can login without email verification</source>
3296 <target state="new">User's email is verified / User can login without email verification</target> 3296 <target state="new">User's email is verified / User can login without email verification</target>
3297 3297
3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3299 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3299 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3300 <source>Ban reason:</source> 3300 <source>Ban reason:</source>
3301 <target state="new">Ban reason:</target> 3301 <target state="new">Ban reason:</target>
3302 3302
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3304 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3304 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3305 <context-group purpose="location"> 3305 <context-group purpose="location">
3306 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3306 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3361,26 +3361,17 @@
3361 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3361 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3362 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3362 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3363 3363
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3365 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3365
3366 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3366
3367 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3368
3369
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3371 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3372 <source>Video URL</source>
3373 <target state="new">Video URL</target>
3374
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3376 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3367 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3377 <source>Total size</source> 3368 <source>Total size</source>
3378 <target state="new">Total size</target> 3369 <target state="new">Total size</target>
3379 3370
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3381 <source>List redundancies</source><target state="new">List redundancies</target> 3372 <source>List redundancies</source><target state="new">List redundancies</target>
3382 3373
3383 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3384 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3375 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3385 <context-group purpose="location"> 3376 <context-group purpose="location">
3386 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3377 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3570,7 +3561,7 @@
3570 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3561 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3571 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3562 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3572 3563
3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3574 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3565 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3575 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3566 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3576 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3567 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4904,9 +4895,9 @@
4904 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4895 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4905 <source>Change ownership</source> 4896 <source>Change ownership</source>
4906 <target state="new">Change ownership</target> 4897 <target state="new">Change ownership</target>
4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 4898
4908 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 4899
4909 </trans-unit> 4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4910 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4901 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4911 <source>Select the next owner</source> 4902 <source>Select the next owner</source>
4912 <target state="new">Select the next owner</target> 4903 <target state="new">Select the next owner</target>
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index f710bbbe1..48beb1e99 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -315,12 +315,12 @@
315 315
316 316
317 317
318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
319 <source>Stop at</source><target state="new">Stop at</target> 319 <source>Stop at</source><target state="new">Stop at</target>
320 320
321 321
322 322
323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
324 <source>Search playlists</source><target state="new">Search playlists</target> 324 <source>Search playlists</source><target state="new">Search playlists</target>
325 <context-group purpose="location"> 325 <context-group purpose="location">
326 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 326 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -490,23 +490,17 @@
490 490
491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
492 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 492 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
493 <context-group purpose="location"> 493
494 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
495 <context context-type="linenumber">48</context>
496 </context-group>
497 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
498 <source>Save</source><target state="new">Save</target> 495 <source>Save</source><target state="new">Save</target>
499 496
500 497
501 498
502 499
503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 500 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
504 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 501 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
505 <context-group purpose="location"> 502
506 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
507 <context context-type="linenumber">85</context>
508 </context-group>
509 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
510 <source>No results.</source><target state="new">No results.</target> 504 <source>No results.</source><target state="new">No results.</target>
511 505
512 506
@@ -2322,35 +2316,35 @@
2322 2316
2323 2317
2324 2318
2325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2319 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2320 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2321 <context-group purpose="location">
2322 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2323 <context context-type="linenumber">33</context>
2324 </context-group>
2325 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2326 <source>Accepted</source><target state="new">Accepted</target> 2326 <source>Accepted</source><target state="new">Accepted</target>
2327 2327
2328 2328
2329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2330 <source>Pending</source><target state="new">Pending</target> 2330 <source>Pending</source><target state="new">Pending</target>
2331 2331
2332 2332
2333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2334 <source>Accept</source><target state="new">Accept</target> 2334 <source>Accept</source><target state="new">Accept</target>
2335 2335
2336 2336
2337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2338 <source>Refuse</source><target state="new">Refuse</target> 2338 <source>Refuse</source><target state="new">Refuse</target>
2339 2339
2340 2340
2341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2342 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2342 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2343 <context-group purpose="location"> 2343
2344 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2344 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2345 <context context-type="linenumber">55</context>
2346 </context-group>
2347 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2348 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2345 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2349 <context-group purpose="location"> 2346
2350 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2351 <context context-type="linenumber">56</context>
2352 </context-group>
2353 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2354 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2348 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2355 <context-group purpose="location"> 2349 <context-group purpose="location">
2356 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2350 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2517,23 +2511,29 @@
2517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2511 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2518 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2512 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2519 2513
2520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
2515 <source>Auth plugin</source><target state="new">Auth plugin</target>
2516 <context-group purpose="location">
2517 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2518 <context context-type="linenumber">49</context>
2519 </context-group>
2520 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2521 <source>(banned)</source><target state="new">(banned)</target> 2521 <source>(banned)</source><target state="new">(banned)</target>
2522 2522
2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2523 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2524 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2524 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2525 2525
2526 2526
2527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2528 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2528 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2529 2529
2530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2530 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2531 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2531 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2532 2532
2533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2534 <source>Ban reason:</source><target state="new">Ban reason:</target> 2534 <source>Ban reason:</source><target state="new">Ban reason:</target>
2535 2535
2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2537 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2537 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2538 <context-group purpose="location"> 2538 <context-group purpose="location">
2539 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2539 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2582,19 +2582,13 @@
2582 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2582 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2583 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2583 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2584 2584
2585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2586 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2587
2588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2589 <source>Video URL</source><target state="new">Video URL</target>
2590
2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2592 <source>Total size</source><target state="new">Total size</target> 2586 <source>Total size</source><target state="new">Total size</target>
2593 2587
2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2595 <source>List redundancies</source><target state="new">List redundancies</target> 2589 <source>List redundancies</source><target state="new">List redundancies</target>
2596 2590
2597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2598 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 2592 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2599 <context-group purpose="location"> 2593 <context-group purpose="location">
2600 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2594 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2762,7 +2756,7 @@
2762 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2756 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2763 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2757 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2764 2758
2765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2766 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2760 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2767 2761
2768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -3783,7 +3777,7 @@
3783 <source>Change ownership</source><target state="new">Change ownership</target> 3777 <source>Change ownership</source><target state="new">Change ownership</target>
3784 3778
3785 3779
3786 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
3787 <source>Select the next owner</source><target state="new">Select the next owner</target> 3781 <source>Select the next owner</source><target state="new">Select the next owner</target>
3788 <context-group purpose="location"> 3782 <context-group purpose="location">
3789 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 3783 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index b9774f99c..01a5b1bf5 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -264,9 +264,9 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="new"> 268 <target state="new">
269 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 269 <x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
270 </target> 270 </target>
271 <context-group purpose="location"> 271 <context-group purpose="location">
272 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 272 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -282,28 +282,28 @@
282 </context-group> 282 </context-group>
283 </trans-unit> 283 </trans-unit>
284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 284 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 285 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
286 <target state="translated">Uw video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is verwijderd van de blacklist </target> 286 <target state="translated">Uw video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is verwijderd van de blacklist </target>
287 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 287 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
288 </trans-unit> 288 </trans-unit>
289 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 289 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
290 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 290 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
291 <target state="translated">Uw video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is toegevoegd aan de zwartelijst </target> 291 <target state="translated">Uw video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is toegevoegd aan de zwartelijst </target>
292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
293 </trans-unit> 293 </trans-unit>
294 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 294 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
295 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 295 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
296 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Er is een nieuwe misbruik melding gemaakt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> op de volgende video<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 296 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Er is een nieuwe misbruik melding gemaakt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> op de volgende video<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
298 </trans-unit> 298 </trans-unit>
299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
301 <target state="translated">De recent toegevoegde video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is automatisch <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>aan de blacklist toegevoegd<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 301 <target state="translated">De recent toegevoegde video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is automatisch <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>aan de blacklist toegevoegd<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
303 </trans-unit> 303 </trans-unit>
304 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 304 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
305 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 305 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
306 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> heeft op je video gereageerd <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 306 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> heeft op je video gereageerd <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
307 <context-group purpose="location"> 307 <context-group purpose="location">
308 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 308 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
309 <context context-type="linenumber">69</context> 309 <context context-type="linenumber">69</context>
@@ -318,26 +318,26 @@
318 </context-group> 318 </context-group>
319 </trans-unit> 319 </trans-unit>
320 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 320 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
321 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 321 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
322 <target state="translated">Jouw video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is gepubliceerd </target> 322 <target state="translated">Jouw video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is gepubliceerd </target>
323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 323 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
324 </trans-unit> 324 </trans-unit>
325 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 325 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
326 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 326 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
327 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Jouw video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> is voltooid </target> 327 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Jouw video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> is voltooid </target>
328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
329 </trans-unit> 329 </trans-unit>
330 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 330 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
331 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 331 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
332 <target state="new"> 332 <target state="new">
333 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 333 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
334 </target> 334 </target>
335 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 335 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
336 </trans-unit> 336 </trans-unit>
337 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 337 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
338 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 338 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
339 <target state="new"> 339 <target state="new">
340 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance 340 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance
341 </target> 341 </target>
342 <context-group purpose="location"> 342 <context-group purpose="location">
343 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 343 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -345,34 +345,42 @@
345 </context-group> 345 </context-group>
346 </trans-unit> 346 </trans-unit>
347 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 347 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
348 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 348 <source>
349 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
350
351 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
352 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
353 </source>
349 <target state="new"> 354 <target state="new">
350 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 355 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
351 356
352 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 357 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
353 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 358 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
354 </target> 359 </target>
355 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 360 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
356 </trans-unit> 361 </trans-unit>
357 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 362 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
358 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 363 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
359 <target state="new"> 364 <target state="new">
360 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 365 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
361 </target> 366 </target>
362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
363 </trans-unit> 368 </trans-unit>
364 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 369 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
365 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 370 <source>
371 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
372 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
373 </source>
366 <target state="new"> 374 <target state="new">
367 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 375 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
368 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 376 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
369 </target> 377 </target>
370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
371 </trans-unit> 379 </trans-unit>
372 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 380 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
373 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 381 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
374 <target state="new"> 382 <target state="new">
375 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 383 Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
376 </target> 384 </target>
377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
378 </trans-unit> 386 </trans-unit>
@@ -417,20 +425,20 @@
417 <context-group name="null"> 425 <context-group name="null">
418 <context context-type="linenumber">61</context> 426 <context context-type="linenumber">61</context>
419 </context-group> 427 </context-group>
420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 428
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 429
422 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 430
423 </trans-unit> 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
424 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 432 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
425 <source>Stop at</source> 433 <source>Stop at</source>
426 <target>Stoppen bij</target> 434 <target>Stoppen bij</target>
427 <context-group name="null"> 435 <context-group name="null">
428 <context context-type="linenumber">112</context> 436 <context context-type="linenumber">112</context>
429 </context-group> 437 </context-group>
430 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 438
431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 439
432 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 440
433 </trans-unit> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
434 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 442 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
435 <source>Search playlists</source> 443 <source>Search playlists</source>
436 <target state="new">Search playlists</target> 444 <target state="new">Search playlists</target>
@@ -554,9 +562,9 @@ Annuleren</target>
554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
555 </trans-unit> 563 </trans-unit>
556 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 564 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
557 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 565 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
558 <target state="new"> 566 <target state="new">
559 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. 567 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>.
560 </target> 568 </target>
561 <context-group purpose="location"> 569 <context-group purpose="location">
562 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 570 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -702,27 +710,27 @@ Annuleren</target>
702 <context-group name="null"> 710 <context-group name="null">
703 <context context-type="linenumber">48</context> 711 <context context-type="linenumber">48</context>
704 </context-group> 712 </context-group>
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 713
706 </trans-unit> 714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
707 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 715 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
708 <source>Save</source> 716 <source>Save</source>
709 <target>Opslaan</target> 717 <target>Opslaan</target>
710 <context-group name="null"> 718 <context-group name="null">
711 <context context-type="linenumber">15</context> 719 <context context-type="linenumber">15</context>
712 </context-group> 720 </context-group>
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 721
714 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 722
715 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 723
716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 724
717 </trans-unit> 725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
718 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 726 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
719 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 727 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
720 <target>Verwijderen van <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 728 <target>Verwijderen van <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
721 <context-group name="null"> 729 <context-group name="null">
722 <context context-type="linenumber">85</context> 730 <context context-type="linenumber">85</context>
723 </context-group> 731 </context-group>
724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 732
725 </trans-unit> 733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
726 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 734 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
727 <source>No results.</source> 735 <source>No results.</source>
728 <target>Geen resultaten.</target> 736 <target>Geen resultaten.</target>
@@ -850,10 +858,13 @@ Annuleren</target>
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 858 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
851 </trans-unit> 859 </trans-unit>
852 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 860 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
853 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 861 <source>
862 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
863 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
864 </source>
854 <target> 865 <target>
855<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Extern abonneren<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 866<x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Extern abonneren<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
856 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Externe interactie<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 867 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Externe interactie<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
857 </target> 868 </target>
858 <context-group name="null"> 869 <context-group name="null">
859 <context context-type="linenumber">10</context> 870 <context context-type="linenumber">10</context>
@@ -861,9 +872,12 @@ Annuleren</target>
861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 872 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
862 </trans-unit> 873 </trans-unit>
863 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 874 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
864 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 875 <source>
876 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
877 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
878 </source>
865 <target state="new"> 879 <target state="new">
866 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 880 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
867 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 881 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
868 </target> 882 </target>
869 <context-group purpose="location"> 883 <context-group purpose="location">
@@ -872,9 +886,12 @@ Annuleren</target>
872 </context-group> 886 </context-group>
873 </trans-unit> 887 </trans-unit>
874 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 888 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
875 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 889 <source>
890 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
891 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
892 </source>
876 <target state="new"> 893 <target state="new">
877 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 894 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
878 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 895 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
879 </target> 896 </target>
880 <context-group purpose="location"> 897 <context-group purpose="location">
@@ -891,10 +908,13 @@ Annuleren</target>
891 </context-group> 908 </context-group>
892 </trans-unit> 909 </trans-unit>
893 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 910 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
894 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 911 <source>
912 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
913 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
914 </source>
895 <target state="new"> 915 <target state="new">
896 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 916 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
897 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 917 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
898 </target> 918 </target>
899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
900 </trans-unit> 920 </trans-unit>
@@ -944,9 +964,9 @@ Annuleren</target>
944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
945 </trans-unit> 965 </trans-unit>
946 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 966 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
947 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 967 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
948 <target> 968 <target>
949Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 969Oneindig <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
950 </target> 970 </target>
951 <context-group name="null"> 971 <context-group name="null">
952 <context context-type="linenumber">53</context> 972 <context context-type="linenumber">53</context>
@@ -1145,9 +1165,9 @@ Aanmelden</target>
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1146 </trans-unit> 1166 </trans-unit>
1147 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1167 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1148 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1168 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1149 <target state="new"> 1169 <target state="new">
1150 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1170 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1151 </target> 1171 </target>
1152 <context-group purpose="location"> 1172 <context-group purpose="location">
1153 <context context-type="sourcefile">src/app/login/login.component.html</context> 1173 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1165,14 +1185,21 @@ Aanmelden</target>
1165 </context-group> 1185 </context-group>
1166 </trans-unit> 1186 </trans-unit>
1167 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1187 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1168 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1188 <source>
1189 Currently this instance doesn't allow for user registration, but you can find an instance
1190 that gives you the possibility to sign up for an account and upload your videos there.
1191
1192 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1193
1194 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1195 </source>
1169 <target state="new"> 1196 <target state="new">
1170 Currently this instance doesn't allow for user registration, but you can find an instance 1197 Currently this instance doesn't allow for user registration, but you can find an instance
1171 that gives you the possibility to sign up for an account and upload your videos there. 1198 that gives you the possibility to sign up for an account and upload your videos there.
1172 1199
1173 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1200 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1174 1201
1175 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1202 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1176 </target> 1203 </target>
1177 <context-group purpose="location"> 1204 <context-group purpose="location">
1178 <context context-type="sourcefile">src/app/login/login.component.html</context> 1205 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1341,19 +1368,22 @@ Wachtwoord opnieuw instellen</target>
1341 </context-group> 1368 </context-group>
1342 </trans-unit> 1369 </trans-unit>
1343 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1370 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1344 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1371 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1345 <target> 1372 <target>
1346voor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 1373voor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
1347 <context-group name="null"> 1374 <context-group name="null">
1348 <context context-type="linenumber">6</context> 1375 <context context-type="linenumber">6</context>
1349 </context-group> 1376 </context-group>
1350 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1377 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1351 </trans-unit> 1378 </trans-unit>
1352 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1379 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1353 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1380 <source>
1381 Filters
1382 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1383 </source>
1354 <target> 1384 <target>
1355 Filters 1385 Filters
1356 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 1386 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
1357 <context-group name="null"> 1387 <context-group name="null">
1358 <context context-type="linenumber">16</context> 1388 <context context-type="linenumber">16</context>
1359 </context-group> 1389 </context-group>
@@ -1385,7 +1415,8 @@ Geen resultaten gevonden</target>
1385 </context-group> 1415 </context-group>
1386 </trans-unit> 1416 </trans-unit>
1387 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1417 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1388 <source>CLI documentation</source> 1418 <source>CLI
1419 documentation</source>
1389 <target state="new">CLI 1420 <target state="new">CLI
1390 documentation</target> 1421 documentation</target>
1391 <context-group purpose="location"> 1422 <context-group purpose="location">
@@ -1402,7 +1433,8 @@ Geen resultaten gevonden</target>
1402 </context-group> 1433 </context-group>
1403 </trans-unit> 1434 </trans-unit>
1404 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1435 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1405 <source>Administer documentation</source> 1436 <source>Administer
1437 documentation</source>
1406 <target state="new">Administer 1438 <target state="new">Administer
1407 documentation</target> 1439 documentation</target>
1408 <context-group purpose="location"> 1440 <context-group purpose="location">
@@ -1419,7 +1451,8 @@ Geen resultaten gevonden</target>
1419 </context-group> 1451 </context-group>
1420 </trans-unit> 1452 </trans-unit>
1421 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1453 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1422 <source>Use documentation</source> 1454 <source>Use
1455 documentation</source>
1423 <target state="new">Use 1456 <target state="new">Use
1424 documentation</target> 1457 documentation</target>
1425 <context-group purpose="location"> 1458 <context-group purpose="location">
@@ -1444,16 +1477,16 @@ Geen resultaten gevonden</target>
1444 </context-group> 1477 </context-group>
1445 </trans-unit> 1478 </trans-unit>
1446 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1479 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1447 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1480 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1448 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1481 <target state="new">Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1449 <context-group purpose="location"> 1482 <context-group purpose="location">
1450 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1483 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1451 <context context-type="linenumber">44</context> 1484 <context context-type="linenumber">44</context>
1452 </context-group> 1485 </context-group>
1453 </trans-unit> 1486 </trans-unit>
1454 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1487 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1455 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1488 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1456 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1489 <target state="new">Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1457 </target> 1490 </target>
1458 <context-group purpose="location"> 1491 <context-group purpose="location">
1459 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1492 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1469,10 +1502,14 @@ Geen resultaten gevonden</target>
1469 </context-group> 1502 </context-group>
1470 </trans-unit> 1503 </trans-unit>
1471 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1504 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1472 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1505 <source>
1506 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1507 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1508 is very important for visitors to understand on what type of instance they are.
1509 </source>
1473 <target state="new"> 1510 <target state="new">
1474 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1511 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1475 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1512 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1476 is very important for visitors to understand on what type of instance they are. 1513 is very important for visitors to understand on what type of instance they are.
1477 </target> 1514 </target>
1478 <context-group purpose="location"> 1515 <context-group purpose="location">
@@ -1481,12 +1518,18 @@ Geen resultaten gevonden</target>
1481 </context-group> 1518 </context-group>
1482 </trans-unit> 1519 </trans-unit>
1483 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1520 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1484 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1521 <source>
1522 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1523 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1524 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1525 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1526 PeerTube instance.
1527 </source>
1485 <target state="new"> 1528 <target state="new">
1486 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance 1529 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1487 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1530 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1488 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1531 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1489 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1532 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1490 PeerTube instance. 1533 PeerTube instance.
1491 </target> 1534 </target>
1492 <context-group purpose="location"> 1535 <context-group purpose="location">
@@ -1579,10 +1622,13 @@ Geen resultaten gevonden</target>
1579 </context-group> 1622 </context-group>
1580 </trans-unit> 1623 </trans-unit>
1581 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1624 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1582 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1625 <source>
1626 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1627 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1628 </source>
1583 <target state="new"> 1629 <target state="new">
1584 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1630 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1585 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1631 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1586 </target> 1632 </target>
1587 <context-group purpose="location"> 1633 <context-group purpose="location">
1588 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1634 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -2015,10 +2061,13 @@ Geen resultaten gevonden</target>
2015 </context-group> 2061 </context-group>
2016 </trans-unit> 2062 </trans-unit>
2017 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2063 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2018 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2064 <source>
2065 Jump to channel
2066 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2067 </source>
2019 <target state="new"> 2068 <target state="new">
2020 Jump to channel 2069 Jump to channel
2021 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 2070 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2022 </target> 2071 </target>
2023 <context-group purpose="location"> 2072 <context-group purpose="location">
2024 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2073 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2262,10 +2311,14 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2262 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2311 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2263 </trans-unit> 2312 </trans-unit>
2264 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2313 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2265 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2314 <source>
2315 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2316 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2317 Press Enter to add a new tag.
2318 </source>
2266 <target state="new"> 2319 <target state="new">
2267 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2320 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2268 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2321 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2269 Press Enter to add a new tag. 2322 Press Enter to add a new tag.
2270 </target> 2323 </target>
2271 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2324 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
@@ -2429,7 +2482,7 @@ Dit zal een bestaande ondertiteling vervangen!</target>
2429 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2482 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2430 </trans-unit> 2483 </trans-unit>
2431 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2484 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2432 <source>Already uploaded ✔</source> 2485 <source>Already uploaded ✔</source>
2433 <target>Al geupload ✔</target> 2486 <target>Al geupload ✔</target>
2434 <context-group name="null"> 2487 <context-group name="null">
2435 <context context-type="linenumber">179</context> 2488 <context context-type="linenumber">179</context>
@@ -2559,9 +2612,13 @@ Geen ondertiteling voor nu.</target>
2559 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2612 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2560 </trans-unit> 2613 </trans-unit>
2561 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2614 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2562 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2615 <source>
2616 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2617 or URL that points to a raw MP4 file.
2618 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2619 </source>
2563 <target state="new"> 2620 <target state="new">
2564 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2621 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2565 or URL that points to a raw MP4 file. 2622 or URL that points to a raw MP4 file.
2566 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2623 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2567 </target> 2624 </target>
@@ -2627,10 +2684,14 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2627 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2684 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2628 </trans-unit> 2685 </trans-unit>
2629 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2686 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2630 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2687 <source>
2688 Image that will be merged with your audio file.
2689 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2690 The chosen image will be definitive and cannot be modified.
2691 </source>
2631 <target> 2692 <target>
2632 Afbeelding die wordt samengevoegd met uw audiobestand. 2693 Afbeelding die wordt samengevoegd met uw audiobestand.
2633 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2694 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2634 De gekozen afbeelding is definitief en kan niet worden gewijzigd. 2695 De gekozen afbeelding is definitief en kan niet worden gewijzigd.
2635 </target> 2696 </target>
2636 <context-group name="null"> 2697 <context-group name="null">
@@ -2700,7 +2761,10 @@ Gefeliciteerd, de video achter<x id="INTERPOLATION" equiv-text="{{ targetUrl }}"
2700 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2761 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2701 </trans-unit> 2762 </trans-unit>
2702 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2763 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2703 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2764 <source>
2765 You can import any torrent file that points to a mp4 file.
2766 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2767 </source>
2704 <target state="new"> 2768 <target state="new">
2705 You can import any torrent file that points to a mp4 file. 2769 You can import any torrent file that points to a mp4 file.
2706 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2770 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
@@ -2720,11 +2784,15 @@ Je kan nu al informatie toevoegen over deze video.
2720 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2784 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2721 </trans-unit> 2785 </trans-unit>
2722 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2786 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2723 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2787 <source>
2788 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2789 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2790 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2791 </source>
2724 <target state="new"> 2792 <target state="new">
2725 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. 2793 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2726 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2794 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2727 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. 2795 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2728 </target> 2796 </target>
2729 <context-group purpose="location"> 2797 <context-group purpose="location">
2730 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2798 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2975,9 +3043,9 @@ Je kan nu al informatie toevoegen over deze video.
2975 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 3043 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2976 </trans-unit> 3044 </trans-unit>
2977 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3045 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2978 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3046 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2979 <target state="new"> 3047 <target state="new">
2980 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 3048 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2981 </target> 3049 </target>
2982 <context-group purpose="location"> 3050 <context-group purpose="location">
2983 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3051 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2985,9 +3053,9 @@ Je kan nu al informatie toevoegen over deze video.
2985 </context-group> 3053 </context-group>
2986 </trans-unit> 3054 </trans-unit>
2987 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3055 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2988 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3056 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2989 <target state="new"> 3057 <target state="new">
2990 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 3058 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2991 </target> 3059 </target>
2992 <context-group purpose="location"> 3060 <context-group purpose="location">
2993 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3061 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3293,7 +3361,11 @@ Je kan nu al informatie toevoegen over deze video.
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3294 </trans-unit> 3362 </trans-unit>
3295 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3363 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3296 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3364 <source>
3365 You can comment using an account on any ActivityPub-compatible instance.
3366 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3367 from within the software's interface.
3368 </source>
3297 <target state="new"> 3369 <target state="new">
3298 You can comment using an account on any ActivityPub-compatible instance. 3370 You can comment using an account on any ActivityPub-compatible instance.
3299 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3371 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3478,17 +3550,23 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3478 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3550 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3479 </trans-unit> 3551 </trans-unit>
3480 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3552 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3481 <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> 3553 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3482 <target>Gemaakt op <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> 3554 <target>Gemaakt op <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3483 <context-group name="null"> 3555 <context-group name="null">
3484 <context context-type="linenumber">11</context> 3556 <context context-type="linenumber">11</context>
3485 </context-group> 3557 </context-group>
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3558
3487 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3559
3488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3560
3489 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3561
3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3562
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3563
3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3565 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3566 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3568 <context context-type="linenumber">33</context>
3569 </context-group>
3492 </trans-unit> 3570 </trans-unit>
3493 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3571 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3494 <source>Accepted</source> 3572 <source>Accepted</source>
@@ -3496,52 +3574,46 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3496 <context-group name="null"> 3574 <context-group name="null">
3497 <context context-type="linenumber">32</context> 3575 <context context-type="linenumber">32</context>
3498 </context-group> 3576 </context-group>
3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3577
3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3578
3501 </trans-unit> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3502 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3580 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3503 <source>Pending</source> 3581 <source>Pending</source>
3504 <target>In behandeling</target> 3582 <target>In behandeling</target>
3505 <context-group name="null"> 3583 <context-group name="null">
3506 <context context-type="linenumber">33</context> 3584 <context context-type="linenumber">33</context>
3507 </context-group> 3585 </context-group>
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3586
3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3587
3510 </trans-unit> 3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3511 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3589 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3512 <source>Accept</source> 3590 <source>Accept</source>
3513 <target>Accepteren</target> 3591 <target>Accepteren</target>
3514 <context-group name="null"> 3592 <context-group name="null">
3515 <context context-type="linenumber">41</context> 3593 <context context-type="linenumber">41</context>
3516 </context-group> 3594 </context-group>
3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3595
3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3596
3519 </trans-unit> 3597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3520 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3598 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3521 <source>Refuse</source> 3599 <source>Refuse</source>
3522 <target>Weigeren</target> 3600 <target>Weigeren</target>
3523 <context-group name="null"> 3601 <context-group name="null">
3524 <context context-type="linenumber">42</context> 3602 <context context-type="linenumber">42</context>
3525 </context-group> 3603 </context-group>
3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3604
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3605
3528 </trans-unit> 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3529 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3607 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3530 <source>No follower found matching current filters.</source> 3608 <source>No follower found matching current filters.</source>
3531 <target state="new">No follower found matching current filters.</target> 3609 <target state="new">No follower found matching current filters.</target>
3532 <context-group purpose="location"> 3610
3533 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3534 <context context-type="linenumber">55</context>
3535 </context-group>
3536 </trans-unit>
3537 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3612 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3538 <source>Your instance doesn't have any follower.</source> 3613 <source>Your instance doesn't have any follower.</source>
3539 <target state="new">Your instance doesn't have any follower.</target> 3614 <target state="new">Your instance doesn't have any follower.</target>
3540 <context-group purpose="location"> 3615
3541 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3542 <context context-type="linenumber">56</context>
3543 </context-group>
3544 </trans-unit>
3545 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3617 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3546 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3618 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3547 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3619 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
@@ -3567,8 +3639,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3639 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3568 </trans-unit> 3640 </trans-unit>
3569 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3641 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3570 <source>Redundancy allowed <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> 3642 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3571 <target state="new">Redundancy allowed <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> 3643 <target state="new">Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3573 </trans-unit> 3645 </trans-unit>
3574 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3646 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3689,9 +3761,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3690 </trans-unit> 3762 </trans-unit>
3691 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3763 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3692 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3764 <source>
3765 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3766 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3767 </source>
3693 <target state="new"> 3768 <target state="new">
3694 Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 3769 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3695 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3770 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3696 </target> 3771 </target>
3697 <context-group purpose="location"> 3772 <context-group purpose="location">
@@ -3785,20 +3860,26 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3786 </trans-unit> 3861 </trans-unit>
3787 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3862 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3788 <source>Username <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> 3863 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3789 <target>Gebruikersnaam <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> 3864 <target>Gebruikersnaam <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3790 <context-group name="null"> 3865 <context-group name="null">
3791 <context context-type="linenumber">40</context> 3866 <context context-type="linenumber">40</context>
3792 </context-group> 3867 </context-group>
3793 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3794 </trans-unit> 3869 </trans-unit>
3795 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3870 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3796 <source>Video quota <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> 3871 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3797 <target>Video quota <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> 3872 <target>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3798 <context-group name="null"> 3873 <context-group name="null">
3799 <context context-type="linenumber">42</context> 3874 <context context-type="linenumber">42</context>
3800 </context-group> 3875 </context-group>
3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3877 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3878 <source>Auth plugin</source><target state="new">Auth plugin</target>
3879 <context-group purpose="location">
3880 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3881 <context context-type="linenumber">49</context>
3882 </context-group>
3802 </trans-unit> 3883 </trans-unit>
3803 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3884 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3804 <source>(banned)</source> 3885 <source>(banned)</source>
@@ -3806,39 +3887,39 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3806 <context-group name="null"> 3887 <context-group name="null">
3807 <context context-type="linenumber">65</context> 3888 <context context-type="linenumber">65</context>
3808 </context-group> 3889 </context-group>
3809 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3890
3810 </trans-unit> 3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3811 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3892 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3812 <source>Open account in a new tab</source> 3893 <source>Open account in a new tab</source>
3813 <target state="new">Open account in a new tab</target> 3894 <target state="new">Open account in a new tab</target>
3814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3895
3815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3896
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3897
3817 </trans-unit> 3898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3818 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3899 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3819 <source>User's email must be verified to login</source> 3900 <source>User's email must be verified to login</source>
3820 <target>Gebruiker's e-mail moet geverifieerd zijn om in te loggen</target> 3901 <target>Gebruiker's e-mail moet geverifieerd zijn om in te loggen</target>
3821 <context-group name="null"> 3902 <context-group name="null">
3822 <context context-type="linenumber">72</context> 3903 <context context-type="linenumber">72</context>
3823 </context-group> 3904 </context-group>
3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3905
3825 </trans-unit> 3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3826 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3907 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3827 <source>User's email is verified / User can login without email verification</source> 3908 <source>User's email is verified / User can login without email verification</source>
3828 <target>Gebruiker's e-mail is geverifieerd / Gebruiker kan inloggen zonder e-mailverificatie</target> 3909 <target>Gebruiker's e-mail is geverifieerd / Gebruiker kan inloggen zonder e-mailverificatie</target>
3829 <context-group name="null"> 3910 <context-group name="null">
3830 <context context-type="linenumber">76</context> 3911 <context context-type="linenumber">76</context>
3831 </context-group> 3912 </context-group>
3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3913
3833 </trans-unit> 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3834 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3915 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3835 <source>Ban reason:</source> 3916 <source>Ban reason:</source>
3836 <target>Reden van verbanning:</target> 3917 <target>Reden van verbanning:</target>
3837 <context-group name="null"> 3918 <context-group name="null">
3838 <context context-type="linenumber">95</context> 3919 <context context-type="linenumber">95</context>
3839 </context-group> 3920 </context-group>
3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3921
3841 </trans-unit> 3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3842 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3923 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3843 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3924 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3844 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3925 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3897,33 +3978,22 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3978 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3898 </trans-unit> 3979 </trans-unit>
3899 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3980 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3900 <source>Video <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> 3981 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3901 <target state="new">Video <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> 3982 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3983
3903 </trans-unit> 3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3904 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3985
3905 <source>Video 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> 3986
3906 <target>Videonaam <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>
3907 <context-group name="null">
3908 <context context-type="linenumber">8</context>
3909 </context-group>
3910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3911 </trans-unit>
3912 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3913 <source>Video URL</source>
3914 <target state="new">Video URL</target>
3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3916 </trans-unit>
3917 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3987 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3918 <source>Total size</source> 3988 <source>Total size</source>
3919 <target state="new">Total size</target> 3989 <target state="new">Total size</target>
3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3990
3921 </trans-unit> 3991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3922 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3992 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3923 <source>List redundancies</source> 3993 <source>List redundancies</source>
3924 <target state="new">List redundancies</target> 3994 <target state="new">List redundancies</target>
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3995
3926 </trans-unit> 3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3927 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3997 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3928 <source>Your instance doesn't mirror any video.</source> 3998 <source>Your instance doesn't mirror any video.</source>
3929 <target state="new">Your instance doesn't mirror any video.</target> 3999 <target state="new">Your instance doesn't mirror any video.</target>
@@ -3969,8 +4039,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3969 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 4039 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3970 </trans-unit> 4040 </trans-unit>
3971 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 4041 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3972 <source>Date <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> 4042 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3973 <target>Datum <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> 4043 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3974 <context-group name="null"> 4044 <context-group name="null">
3975 <context context-type="linenumber">11</context> 4045 <context context-type="linenumber">11</context>
3976 </context-group> 4046 </context-group>
@@ -4177,12 +4247,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4177 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4247 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4178 <source>Open video in a new tab</source> 4248 <source>Open video in a new tab</source>
4179 <target state="new">Open video in a new tab</target> 4249 <target state="new">Open video in a new tab</target>
4180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4250
4181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4251
4182 </trans-unit> 4252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4183 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4253 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4184 <source>State <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> 4254 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4185 <target>Status <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> 4255 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4186 <context-group name="null"> 4256 <context-group name="null">
4187 <context context-type="linenumber">11</context> 4257 <context context-type="linenumber">11</context>
4188 </context-group> 4258 </context-group>
@@ -4191,8 +4261,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4261 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4192 </trans-unit> 4262 </trans-unit>
4193 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4263 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4194 <source>Score <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> 4264 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4195 <target state="new">Score <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> 4265 <target state="new">Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4197 </trans-unit> 4267 </trans-unit>
4198 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4268 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4212,9 +4282,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4212 </context-group> 4282 </context-group>
4213 </trans-unit> 4283 </trans-unit>
4214 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4284 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4215 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4285 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4216 <target state="new"> 4286 <target state="new">
4217 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4287 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4218 </target> 4288 </target>
4219 <context-group purpose="location"> 4289 <context-group purpose="location">
4220 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4290 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4238,9 +4308,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4238 </context-group> 4308 </context-group>
4239 </trans-unit> 4309 </trans-unit>
4240 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4310 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4241 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4311 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4242 <target state="new"> 4312 <target state="new">
4243 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4313 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4244 </target> 4314 </target>
4245 <context-group purpose="location"> 4315 <context-group purpose="location">
4246 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4316 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4288,8 +4358,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4288 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4289 </trans-unit> 4359 </trans-unit>
4290 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4360 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4291 <source>Muted at <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> 4361 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4292 <target>Gedempt bij <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> 4362 <target>Gedempt bij <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4293 <context-group name="null"> 4363 <context-group name="null">
4294 <context context-type="linenumber">13</context> 4364 <context context-type="linenumber">13</context>
4295 </context-group> 4365 </context-group>
@@ -4473,7 +4543,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4473 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005"> 4543 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005">
4474 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source> 4544 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" </source>
4475 <target> 4545 <target>
4476 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> voor "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/&gt;" 4546 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> voor "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
4477 </target> 4547 </target>
4478 <context-group name="null"> 4548 <context-group name="null">
4479 <context context-type="linenumber">22</context> 4549 <context context-type="linenumber">22</context>
@@ -4584,8 +4654,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4584 </context-group> 4654 </context-group>
4585 </trans-unit> 4655 </trans-unit>
4586 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4656 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4587 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4657 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4588 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4658 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4589 <context-group purpose="location"> 4659 <context-group purpose="location">
4590 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4660 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4591 <context context-type="linenumber">32</context> 4661 <context context-type="linenumber">32</context>
@@ -4630,8 +4700,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4631 </trans-unit> 4701 </trans-unit>
4632 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4702 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4633 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4703 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4634 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target> 4704 <target state="new">The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</target>
4635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4636 </trans-unit> 4706 </trans-unit>
4637 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4707 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4670,9 +4740,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4671 </trans-unit> 4741 </trans-unit>
4672 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4742 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4673 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4743 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4674 <target state="new"> 4744 <target state="new">
4675 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. 4745 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team.
4676 </target> 4746 </target>
4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4747 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4678 </trans-unit> 4748 </trans-unit>
@@ -4682,9 +4752,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4683 </trans-unit> 4753 </trans-unit>
4684 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4754 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4685 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4755 <source>
4756 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4757 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4758 </source>
4686 <target state="new"> 4759 <target state="new">
4687 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 4760 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4688 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4761 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4689 </target> 4762 </target>
4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4698,9 +4771,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4771 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4699 </trans-unit> 4772 </trans-unit>
4700 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4773 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4701 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4774 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4702 <target state="new"> 4775 <target state="new">
4703 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 4776 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
4704 </target> 4777 </target>
4705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4706 </trans-unit> 4779 </trans-unit>
@@ -4837,9 +4910,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4910 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4838 </trans-unit> 4911 </trans-unit>
4839 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4912 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4840 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4913 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4841 <target state="new"> 4914 <target state="new">
4842 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 4915 Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4843 </target> 4916 </target>
4844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4845 </trans-unit> 4918 </trans-unit>
@@ -4890,9 +4963,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4890 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4891 </trans-unit> 4964 </trans-unit>
4892 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4965 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4893 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4966 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4894 <target state="new"> 4967 <target state="new">
4895 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. 4968 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually.
4896 </target> 4969 </target>
4897 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4898 </trans-unit> 4971 </trans-unit>
@@ -5062,9 +5135,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5062 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
5063 </trans-unit> 5136 </trans-unit>
5064 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5137 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5065 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5138 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
5066 <target state="new"> 5139 <target state="new">
5067 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. 5140 Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances.
5068 </target> 5141 </target>
5069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5070 </trans-unit> 5143 </trans-unit>
@@ -5084,9 +5157,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5085 </trans-unit> 5158 </trans-unit>
5086 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5159 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5087 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5160 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5088 <target state="new"> 5161 <target state="new">
5089 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 5162 You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5090 </target> 5163 </target>
5091 <context-group purpose="location"> 5164 <context-group purpose="location">
5092 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -5179,12 +5252,18 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5180 </trans-unit> 5253 </trans-unit>
5181 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5254 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5182 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5255 <source>
5256 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5257 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5258 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5259 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5260 to see if you instance is whitelisted.
5261 </source>
5183 <target state="new"> 5262 <target state="new">
5184 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5263 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5185 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5264 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5186 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5265 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5187 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 5266 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5188 to see if you instance is whitelisted. 5267 to see if you instance is whitelisted.
5189 </target> 5268 </target>
5190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
@@ -5203,7 +5282,10 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5282 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5204 </trans-unit> 5283 </trans-unit>
5205 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5284 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5206 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5285 <source>
5286 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5287 resources, this is a critical part of PeerTube, so tread carefully.
5288 </source>
5207 <target state="new"> 5289 <target state="new">
5208 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5290 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5209 resources, this is a critical part of PeerTube, so tread carefully. 5291 resources, this is a critical part of PeerTube, so tread carefully.
@@ -5253,15 +5335,23 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5254 </trans-unit> 5336 </trans-unit>
5255 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5337 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5256 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5338 <source>
5339 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5340
5341 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5342
5343 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5344
5345 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5346 </source>
5257 <target state="new"> 5347 <target state="new">
5258 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5348 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5259 5349
5260 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5350 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5261 5351
5262 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5352 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5263 5353
5264 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5354 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5265 </target> 5355 </target>
5266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5267 </trans-unit> 5357 </trans-unit>
@@ -5271,18 +5361,29 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5272 </trans-unit> 5362 </trans-unit>
5273 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5363 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5274 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5364 <source>
5365 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5366
5367 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5368 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5369 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5370 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5371 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5372 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5373
5374 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5375 </source>
5275 <target state="new"> 5376 <target state="new">
5276 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 5377 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5277 5378
5278 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5379 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5279 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5380 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5280 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5381 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5281 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5382 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5282 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> 5383 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5283 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5384 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5284 5385
5285 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> 5386 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5286 </target> 5387 </target>
5287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5288 </trans-unit> 5389 </trans-unit>
@@ -5347,25 +5448,36 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5348 </trans-unit> 5449 </trans-unit>
5349 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5450 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5350 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5451 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5351 <target state="new"> 5452 <target state="new">
5352 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5453 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5353 </target> 5454 </target>
5354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5355 </trans-unit> 5456 </trans-unit>
5356 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5457 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5357 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5458 <source>
5459 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5460 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5461 color: red;
5462 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5463 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5464 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5465 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5466 color: red;
5467 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5468 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5469 </source>
5358 <target state="new"> 5470 <target state="new">
5359 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5471 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5360 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5472 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5361 color: red; 5473 color: red;
5362 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5474 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5363 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5475 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5364 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5476 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5365 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5477 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5366 color: red; 5478 color: red;
5367 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5479 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5368 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5480 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5369 </target> 5481 </target>
5370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5371 </trans-unit> 5483 </trans-unit>
@@ -5556,9 +5668,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5556 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5557 </trans-unit> 5669 </trans-unit>
5558 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5670 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5559 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5671 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5560 <target state="new"> 5672 <target state="new">
5561 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. 5673 With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video.
5562 </target> 5674 </target>
5563 <context-group purpose="location"> 5675 <context-group purpose="location">
5564 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5676 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5588,9 +5700,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5588 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5700 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5589 </trans-unit> 5701 </trans-unit>
5590 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5702 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5591 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5703 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5592 <target> 5704 <target>
5593 Je huidige e-mailadres is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5705 Je huidige e-mailadres is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5594</target> 5706</target>
5595 <context-group name="null"> 5707 <context-group name="null">
5596 <context context-type="linenumber">4</context> 5708 <context context-type="linenumber">4</context>
@@ -5598,9 +5710,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5598 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5710 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5599 </trans-unit> 5711 </trans-unit>
5600 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5712 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5601 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5713 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5602 <target> 5714 <target>
5603 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> wacht op e-mailverificatie 5715 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> wacht op e-mailverificatie
5604</target> 5716</target>
5605 <context-group name="null"> 5717 <context-group name="null">
5606 <context context-type="linenumber">8</context> 5718 <context context-type="linenumber">8</context>
@@ -5670,9 +5782,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5670 <context-group name="null"> 5782 <context-group name="null">
5671 <context context-type="linenumber">22</context> 5783 <context context-type="linenumber">22</context>
5672 </context-group> 5784 </context-group>
5673 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5785
5674 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5786
5675 </trans-unit> 5787 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5676 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5788 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5677 <source>Select the next owner</source> 5789 <source>Select the next owner</source>
5678 <target>Selecteer de volgende eigenaar</target> 5790 <target>Selecteer de volgende eigenaar</target>
@@ -5682,8 +5794,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5682 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5794 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5683 </trans-unit> 5795 </trans-unit>
5684 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5796 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5685 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5797 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5686 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5798 <target state="new">Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5687 <context-group purpose="location"> 5799 <context-group purpose="location">
5688 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5800 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5689 <context context-type="linenumber">2</context> 5801 <context context-type="linenumber">2</context>
@@ -5719,10 +5831,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5719 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5831 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5720 </trans-unit> 5832 </trans-unit>
5721 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5833 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5722 <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> 5834 <source>
5835 Created
5836 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5837 </source>
5723 <target> 5838 <target>
5724 Gecreëerd op 5839 Gecreëerd op
5725 <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;"/> 5840 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5726 </target> 5841 </target>
5727 <context-group name="null"> 5842 <context-group name="null">
5728 <context context-type="linenumber">15</context> 5843 <context context-type="linenumber">15</context>
@@ -5794,8 +5909,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5794 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5909 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5795 </trans-unit> 5910 </trans-unit>
5796 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5911 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5797 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5912 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5798 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5913 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5914 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5799 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5915 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5800 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5916 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5801 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5917 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
@@ -5893,9 +6009,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5893 </context-group> 6009 </context-group>
5894 </trans-unit> 6010 </trans-unit>
5895 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 6011 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5896 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 6012 <source>
6013 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
6014 Delete history
6015 </source>
5897 <target> 6016 <target>
5898 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 6017 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5899 Verwijder geschiedenis 6018 Verwijder geschiedenis
5900 </target> 6019 </target>
5901 <context-group name="null"> 6020 <context-group name="null">
@@ -5912,9 +6031,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5912 </context-group> 6031 </context-group>
5913 </trans-unit> 6032 </trans-unit>
5914 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 6033 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5915 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 6034 <source>
6035 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
6036 Notification preferences
6037 </source>
5916 <target> 6038 <target>
5917 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 6039 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5918 Notificatie voorkeuren 6040 Notificatie voorkeuren
5919 </target> 6041 </target>
5920 <context-group name="null"> 6042 <context-group name="null">
@@ -5994,8 +6116,8 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5994 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6116 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5995 </trans-unit> 6117 </trans-unit>
5996 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6118 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5997 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6119 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5998 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6120 <target state="new">Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5999 <context-group purpose="location"> 6121 <context-group purpose="location">
6000 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6122 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
6001 <context context-type="linenumber">2</context> 6123 <context context-type="linenumber">2</context>
@@ -6023,9 +6145,9 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
6023 </context-group> 6145 </context-group>
6024 </trans-unit> 6146 </trans-unit>
6025 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6147 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
6026 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6148 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6027 <target state="new"> 6149 <target state="new">
6028 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6150 If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6029 </target> 6151 </target>
6030 <context-group purpose="location"> 6152 <context-group purpose="location">
6031 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6153 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -6042,7 +6164,7 @@ Verifieer e-mailbevestiging van account</target>
6042 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">2</context></context-group> 6164 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context><context context-type="linenumber">2</context></context-group>
6043 </trans-unit> 6165 </trans-unit>
6044 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf"> 6166 <trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf">
6045 <source></source> 6167 <source/>
6046 <target> 6168 <target>
6047 </target> 6169 </target>
6048 <context-group name="null"> 6170 <context-group name="null">
@@ -6493,10 +6615,13 @@ Vraag e-mail voor accountverificatie aan</target>
6493 </context-group> 6615 </context-group>
6494 </trans-unit> 6616 </trans-unit>
6495 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6617 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6496 <source>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;"/>. </source> 6618 <source>
6619 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6620 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6621 </source>
6497 <target state="new"> 6622 <target state="new">
6498 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6623 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6499 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6624 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6500 </target> 6625 </target>
6501 <context-group purpose="location"> 6626 <context-group purpose="location">
6502 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6627 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6504,9 +6629,9 @@ Vraag e-mail voor accountverificatie aan</target>
6504 </context-group> 6629 </context-group>
6505 </trans-unit> 6630 </trans-unit>
6506 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6631 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6507 <source>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;"/>. </source> 6632 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6508 <target state="new"> 6633 <target state="new">
6509 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;"/>. 6634 For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6510 </target> 6635 </target>
6511 <context-group purpose="location"> 6636 <context-group purpose="location">
6512 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6637 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6514,7 +6639,8 @@ Vraag e-mail voor accountverificatie aan</target>
6514 </context-group> 6639 </context-group>
6515 </trans-unit> 6640 </trans-unit>
6516 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6641 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6517 <source>Use PeerTube documentation</source> 6642 <source>Use PeerTube
6643 documentation</source>
6518 <target state="new">Use PeerTube 6644 <target state="new">Use PeerTube
6519 documentation</target> 6645 documentation</target>
6520 <context-group purpose="location"> 6646 <context-group purpose="location">
@@ -6533,7 +6659,8 @@ Vraag e-mail voor accountverificatie aan</target>
6533 </context-group> 6659 </context-group>
6534 </trans-unit> 6660 </trans-unit>
6535 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6661 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6536 <source>PeerTube Applications</source> 6662 <source>PeerTube
6663 Applications</source>
6537 <target state="new">PeerTube 6664 <target state="new">PeerTube
6538 Applications</target> 6665 Applications</target>
6539 <context-group purpose="location"> 6666 <context-group purpose="location">
@@ -6552,7 +6679,8 @@ Vraag e-mail voor accountverificatie aan</target>
6552 </context-group> 6679 </context-group>
6553 </trans-unit> 6680 </trans-unit>
6554 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6681 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6555 <source>Contribute on PeerTube</source> 6682 <source>Contribute on
6683 PeerTube</source>
6556 <target state="new">Contribute on 6684 <target state="new">Contribute on
6557 PeerTube</target> 6685 PeerTube</target>
6558 <context-group purpose="location"> 6686 <context-group purpose="location">
@@ -6579,7 +6707,11 @@ Vraag e-mail voor accountverificatie aan</target>
6579 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6707 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6580 </trans-unit> 6708 </trans-unit>
6581 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6709 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6582 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6710 <source>
6711 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6712 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6713 follows applies only if you want to keep using the P2P mode of PeerTube.
6714 </source>
6583 <target state="new"> 6715 <target state="new">
6584 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6716 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6585 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6717 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6596,7 +6728,10 @@ Vraag e-mail voor accountverificatie aan</target>
6596 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6728 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6597 </trans-unit> 6729 </trans-unit>
6598 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6730 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6599 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6731 <source>
6732 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6733 In practice, this is much more difficult because:
6734 </source>
6600 <target state="new"> 6735 <target state="new">
6601 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6736 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6602 In practice, this is much more difficult because: 6737 In practice, this is much more difficult because:
@@ -6604,7 +6739,10 @@ Vraag e-mail voor accountverificatie aan</target>
6604 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6739 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6605 </trans-unit> 6740 </trans-unit>
6606 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6741 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6607 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6742 <source>
6743 An HTTP request has to be sent on each tracker for each video to spy.
6744 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6745 </source>
6608 <target state="new"> 6746 <target state="new">
6609 An HTTP request has to be sent on each tracker for each video to spy. 6747 An HTTP request has to be sent on each tracker for each video to spy.
6610 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6748 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6612,7 +6750,11 @@ Vraag e-mail voor accountverificatie aan</target>
6612 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6750 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6613 </trans-unit> 6751 </trans-unit>
6614 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6752 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6615 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6753 <source>
6754 For each request sent, the tracker returns random peers at a limited number.
6755 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
6756 requests sent to know every peer in the swarm
6757 </source>
6616 <target state="new"> 6758 <target state="new">
6617 For each request sent, the tracker returns random peers at a limited number. 6759 For each request sent, the tracker returns random peers at a limited number.
6618 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 6760 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
@@ -6631,7 +6773,10 @@ Vraag e-mail voor accountverificatie aan</target>
6631 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6773 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6632 </trans-unit> 6774 </trans-unit>
6633 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6775 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6634 <source>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</source> 6776 <source>
6777 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
6778 video
6779 </source>
6635 <target state="new"> 6780 <target state="new">
6636 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 6781 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
6637 video 6782 video
@@ -6646,18 +6791,27 @@ Vraag e-mail voor accountverificatie aan</target>
6646 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6791 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6647 </trans-unit> 6792 </trans-unit>
6648 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6793 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6649 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6794 <source>
6795 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6796 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6797 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6798 to forward the information to.
6799 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6800 </source>
6650 <target state="new"> 6801 <target state="new">
6651 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the 6802 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6652 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6803 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6653 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6804 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6654 to forward the information to. 6805 to forward the information to.
6655 See <x id="START_LINK_1" 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 6806 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6656 </target> 6807 </target>
6657 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6808 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6658 </trans-unit> 6809 </trans-unit>
6659 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6810 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6660 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6811 <source>
6812 The worst-case scenario of an average person spying on their friends is quite unlikely.
6813 There are much more effective ways to get that kind of information.
6814 </source>
6661 <target state="new"> 6815 <target state="new">
6662 The worst-case scenario of an average person spying on their friends is quite unlikely. 6816 The worst-case scenario of an average person spying on their friends is quite unlikely.
6663 There are much more effective ways to get that kind of information. 6817 There are much more effective ways to get that kind of information.
@@ -6673,7 +6827,11 @@ Vraag e-mail voor accountverificatie aan</target>
6673 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6827 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6674 </trans-unit> 6828 </trans-unit>
6675 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6829 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6676 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6830 <source>
6831 The threats to privacy with YouTube are different from PeerTube's.
6832 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6833 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6834 </source>
6677 <target state="new"> 6835 <target state="new">
6678 The threats to privacy with YouTube are different from PeerTube's. 6836 The threats to privacy with YouTube are different from PeerTube's.
6679 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6837 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6690,7 +6848,12 @@ Vraag e-mail voor accountverificatie aan</target>
6690 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6848 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6691 </trans-unit> 6849 </trans-unit>
6692 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6850 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6693 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6851 <source>
6852 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
6853 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6854 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.
6855 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6856 </source>
6694 <target state="new"> 6857 <target state="new">
6695 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 6858 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
6696 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6859 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6708,7 +6871,10 @@ Vraag e-mail voor accountverificatie aan</target>
6708 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6871 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6709 </trans-unit> 6872 </trans-unit>
6710 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6873 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6711 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6874 <source>
6875 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6876 and render attacks less likely. Here is what we put in place so far:
6877 </source>
6712 <target state="new"> 6878 <target state="new">
6713 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6879 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6714 and render attacks less likely. Here is what we put in place so far: 6880 and render attacks less likely. Here is what we put in place so far:
@@ -6736,7 +6902,10 @@ Vraag e-mail voor accountverificatie aan</target>
6736 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6902 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6737 </trans-unit> 6903 </trans-unit>
6738 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6904 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6739 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6905 <source>
6906 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6907 WebRTC in your browser.
6908 </source>
6740 <target state="new"> 6909 <target state="new">
6741 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6910 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6742 WebRTC in your browser. 6911 WebRTC in your browser.
@@ -6776,8 +6945,8 @@ Vraag e-mail voor accountverificatie aan</target>
6776 </context-group> 6945 </context-group>
6777 </trans-unit> 6946 </trans-unit>
6778 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6947 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6779 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6948 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6780 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6949 <target state="new">Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6781 <context-group purpose="location"> 6950 <context-group purpose="location">
6782 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6951 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6783 <context context-type="linenumber">3</context> 6952 <context context-type="linenumber">3</context>
@@ -6859,9 +7028,12 @@ Account aanmaken</target>
6859 </context-group> 7028 </context-group>
6860 </trans-unit> 7029 </trans-unit>
6861 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 7030 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6862 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 7031 <source>
7032 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
7033 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
7034 </source>
6863 <target> 7035 <target>
6864 Een kanaal is een entiteit waarin je je video's uploadt. Als je er meerdere maakt, kunt je je inhoud ordenen en scheiden.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 7036 Een kanaal is een entiteit waarin je je video's uploadt. Als je er meerdere maakt, kunt je je inhoud ordenen en scheiden.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6865 Je kunt bijvoorbeeld besluiten om een kanaal te hebben om je pianoconcerten te publiceren en een ander kanaal waarin je je video's publiceert over ecologie. 7037 Je kunt bijvoorbeeld besluiten om een kanaal te hebben om je pianoconcerten te publiceren en een ander kanaal waarin je je video's publiceert over ecologie.
6866 </target> 7038 </target>
6867 <context-group name="null"> 7039 <context-group name="null">
@@ -6942,11 +7114,16 @@ Account aanmaken</target>
6942 </context-group> 7114 </context-group>
6943 </trans-unit> 7115 </trans-unit>
6944 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 7116 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6945 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 7117 <source>
7118 I am at least 16 years old and agree
7119 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
7120 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
7121 of this instance
7122 </source>
6946 <target state="new"> 7123 <target state="new">
6947 I am at least 16 years old and agree 7124 I am at least 16 years old and agree
6948 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 7125 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6949 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 7126 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6950 of this instance 7127 of this instance
6951 </target> 7128 </target>
6952 <context-group purpose="location"> 7129 <context-group purpose="location">
@@ -7051,8 +7228,8 @@ Account aanmaken</target>
7051 </context-group> 7228 </context-group>
7052 </trans-unit> 7229 </trans-unit>
7053 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7230 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
7054 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7231 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
7055 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</target> 7232 <target state="new">A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</target>
7056 <context-group purpose="location"> 7233 <context-group purpose="location">
7057 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7234 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7058 <context context-type="linenumber">1</context> 7235 <context context-type="linenumber">1</context>
@@ -8759,8 +8936,8 @@ Account aanmaken</target>
8759 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8936 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8760 </trans-unit> 8937 </trans-unit>
8761 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8938 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8762 <source>Long (&gt; 10 min)</source> 8939 <source>Long (> 10 min)</source>
8763 <target>Long (&gt; 10 min)</target> 8940 <target>Long (> 10 min)</target>
8764 <context-group name="null"> 8941 <context-group name="null">
8765 <context context-type="linenumber">1</context> 8942 <context context-type="linenumber">1</context>
8766 </context-group> 8943 </context-group>
@@ -10119,8 +10296,8 @@ Account aanmaken</target>
10119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
10120 </trans-unit> 10297 </trans-unit>
10121 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10298 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
10122 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10299 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
10123 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markeer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatibele dat support:</target> 10300 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markeer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatibele dat support:</target>
10124 <context-group name="null"> 10301 <context-group name="null">
10125 <context context-type="linenumber">1</context> 10302 <context context-type="linenumber">1</context>
10126 </context-group> 10303 </context-group>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index 3c2b73bb1..718b8fdb8 100644
--- a/client/src/locale/angular.oc.xlf
+++ b/client/src/locale/angular.oc.xlf
@@ -425,20 +425,20 @@
425 <context-group name="null"> 425 <context-group name="null">
426 <context context-type="linenumber">61</context> 426 <context context-type="linenumber">61</context>
427 </context-group> 427 </context-group>
428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 428
429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 429
430 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 430
431 </trans-unit> 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
432 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 432 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
433 <source>Stop at</source> 433 <source>Stop at</source>
434 <target>Arrèsta a</target> 434 <target>Arrèsta a</target>
435 <context-group name="null"> 435 <context-group name="null">
436 <context context-type="linenumber">112</context> 436 <context context-type="linenumber">112</context>
437 </context-group> 437 </context-group>
438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 438
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 439
440 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 440
441 </trans-unit> 441 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
442 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 442 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
443 <source>Search playlists</source> 443 <source>Search playlists</source>
444 <target state="translated">Recèrca de listas de lectura</target> 444 <target state="translated">Recèrca de listas de lectura</target>
@@ -713,8 +713,8 @@
713 <context-group name="null"> 713 <context-group name="null">
714 <context context-type="linenumber">48</context> 714 <context context-type="linenumber">48</context>
715 </context-group> 715 </context-group>
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 716
717 </trans-unit> 717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
718 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 718 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
719 <source>Save</source> 719 <source>Save</source>
720 <target>Salvagardar</target> 720 <target>Salvagardar</target>
@@ -725,15 +725,15 @@
725 725
726 726
727 727
728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
729 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 729 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
730 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 730 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
731 <target>Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 731 <target>Suprimir de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
732 <context-group name="null"> 732 <context-group name="null">
733 <context context-type="linenumber">85</context> 733 <context context-type="linenumber">85</context>
734 </context-group> 734 </context-group>
735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 735
736 </trans-unit> 736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
737 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 737 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
738 <source>No results.</source> 738 <source>No results.</source>
739 <target>Cap de resultat.</target> 739 <target>Cap de resultat.</target>
@@ -3517,7 +3517,13 @@
3517 3517
3518 3518
3519 3519
3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3521 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3522 <context-group purpose="location">
3523 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3524 <context context-type="linenumber">33</context>
3525 </context-group>
3526 </trans-unit>
3521 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3527 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3522 <source>Accepted</source> 3528 <source>Accepted</source>
3523 <target>Acceptat</target> 3529 <target>Acceptat</target>
@@ -3526,7 +3532,7 @@
3526 </context-group> 3532 </context-group>
3527 3533
3528 3534
3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3535 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3530 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3536 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3531 <source>Pending</source> 3537 <source>Pending</source>
3532 <target>En espèra</target> 3538 <target>En espèra</target>
@@ -3535,7 +3541,7 @@
3535 </context-group> 3541 </context-group>
3536 3542
3537 3543
3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3539 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3545 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3540 <source>Accept</source> 3546 <source>Accept</source>
3541 <target>Acceptar</target> 3547 <target>Acceptar</target>
@@ -3544,7 +3550,7 @@
3544 </context-group> 3550 </context-group>
3545 3551
3546 3552
3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3548 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3554 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3549 <source>Refuse</source> 3555 <source>Refuse</source>
3550 <target>Refusar</target> 3556 <target>Refusar</target>
@@ -3553,19 +3559,13 @@
3553 </context-group> 3559 </context-group>
3554 3560
3555 3561
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3557 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3563 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3558 <context-group purpose="location"> 3564
3559 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3565 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3560 <context context-type="linenumber">55</context>
3561 </context-group>
3562 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3563 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3566 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3564 <context-group purpose="location"> 3567
3565 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3566 <context context-type="linenumber">56</context>
3567 </context-group>
3568 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3569 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3569 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3570 <context-group purpose="location"> 3570 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3571 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3809,7 +3809,13 @@
3809 <context context-type="linenumber">42</context> 3809 <context context-type="linenumber">42</context>
3810 </context-group> 3810 </context-group>
3811 3811
3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3813 <source>Auth plugin</source><target state="new">Auth plugin</target>
3814 <context-group purpose="location">
3815 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3816 <context context-type="linenumber">49</context>
3817 </context-group>
3818 </trans-unit>
3813 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3819 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3814 <source>(banned)</source> 3820 <source>(banned)</source>
3815 <target>(fòrabandit)</target> 3821 <target>(fòrabandit)</target>
@@ -3817,11 +3823,11 @@
3817 <context context-type="linenumber">65</context> 3823 <context context-type="linenumber">65</context>
3818 </context-group> 3824 </context-group>
3819 3825
3820 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3821 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3827 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3822 3828
3823 3829
3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3830 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3825 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3831 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3826 <source>User's email must be verified to login</source> 3832 <source>User's email must be verified to login</source>
3827 <target>Lo corrièl de l’utilizaire deu èsser verificat abans la connexion</target> 3833 <target>Lo corrièl de l’utilizaire deu èsser verificat abans la connexion</target>
@@ -3829,7 +3835,7 @@
3829 <context context-type="linenumber">72</context> 3835 <context context-type="linenumber">72</context>
3830 </context-group> 3836 </context-group>
3831 3837
3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3833 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3839 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3834 <source>User's email is verified / User can login without email verification</source> 3840 <source>User's email is verified / User can login without email verification</source>
3835 <target>Lo corrièl de l’utilizaire es verificat / Pòt se connectar sens verificacion de l’adreça</target> 3841 <target>Lo corrièl de l’utilizaire es verificat / Pòt se connectar sens verificacion de l’adreça</target>
@@ -3837,7 +3843,7 @@
3837 <context context-type="linenumber">76</context> 3843 <context context-type="linenumber">76</context>
3838 </context-group> 3844 </context-group>
3839 3845
3840 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3841 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3847 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3842 <source>Ban reason:</source> 3848 <source>Ban reason:</source>
3843 <target>Rason del bandiment :</target> 3849 <target>Rason del bandiment :</target>
@@ -3845,7 +3851,7 @@
3845 <context context-type="linenumber">95</context> 3851 <context context-type="linenumber">95</context>
3846 </context-group> 3852 </context-group>
3847 3853
3848 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3854 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3849 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3855 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3850 <context-group purpose="location"> 3856 <context-group purpose="location">
3851 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3857 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3903,29 +3909,17 @@
3903 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3909 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3904 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3910 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3905 3911
3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3907 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3913
3908 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3914
3909 <target>Nom de la vidèo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3910 <context-group name="null">
3911 <context context-type="linenumber">8</context>
3912 </context-group>
3913
3914
3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3916 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3917 <source>Video URL</source>
3918 <target state="translated">URL de la vidèo</target>
3919
3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3921 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3915 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3922 <source>Total size</source> 3916 <source>Total size</source>
3923 <target state="new">Total size</target> 3917 <target state="new">Total size</target>
3924 3918
3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3926 <source>List redundancies</source><target state="new">List redundancies</target> 3920 <source>List redundancies</source><target state="new">List redundancies</target>
3927 3921
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3929 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3923 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3930 <context-group purpose="location"> 3924 <context-group purpose="location">
3931 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3925 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4145,7 +4139,7 @@
4145 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4139 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4146 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4140 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4147 4141
4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4149 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4143 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4150 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4144 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4151 <target>Estat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4145 <target>Estat <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5679,9 +5673,9 @@
5679 <context-group name="null"> 5673 <context-group name="null">
5680 <context context-type="linenumber">22</context> 5674 <context context-type="linenumber">22</context>
5681 </context-group> 5675 </context-group>
5682 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5676
5683 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5677
5684 </trans-unit> 5678 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5685 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5679 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5686 <source>Select the next owner</source> 5680 <source>Select the next owner</source>
5687 <target>Seleccionatz lo novèl proprietari</target> 5681 <target>Seleccionatz lo novèl proprietari</target>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index 625636896..43ffa6720 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -399,17 +399,17 @@
399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
400 <source>Start at</source> 400 <source>Start at</source>
401 <target state="translated">Zacznij na</target> 401 <target state="translated">Zacznij na</target>
402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 402
403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 403
404 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 404
405 </trans-unit> 405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
406 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 406 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
407 <source>Stop at</source> 407 <source>Stop at</source>
408 <target state="translated">Zakończ na</target> 408 <target state="translated">Zakończ na</target>
409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 409
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 410
411 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 411
412 </trans-unit> 412 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
413 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 413 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
414 <source>Search playlists</source> 414 <source>Search playlists</source>
415 <target state="translated">Szukaj playlist</target> 415 <target state="translated">Szukaj playlist</target>
@@ -663,11 +663,8 @@
663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
664 <source>Edit starts/stops at</source> 664 <source>Edit starts/stops at</source>
665 <target state="translated">Edycja zaczyna się/kończy na</target> 665 <target state="translated">Edycja zaczyna się/kończy na</target>
666 <context-group purpose="location"> 666
667 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 667 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
668 <context context-type="linenumber">48</context>
669 </context-group>
670 </trans-unit>
671 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 668 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
672 <source>Save</source> 669 <source>Save</source>
673 <target>Zapisz</target> 670 <target>Zapisz</target>
@@ -678,15 +675,12 @@
678 675
679 676
680 677
681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
682 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 679 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
683 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 680 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
684 <target state="translated">Usuń z <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 681 <target state="translated">Usuń z <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
685 <context-group purpose="location"> 682
686 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
687 <context context-type="linenumber">85</context>
688 </context-group>
689 </trans-unit>
690 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 684 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
691 <source>No results.</source> 685 <source>No results.</source>
692 <target>Brak wyników.</target> 686 <target>Brak wyników.</target>
@@ -3239,7 +3233,13 @@
3239 3233
3240 3234
3241 3235
3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3237 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3238 <context-group purpose="location">
3239 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3240 <context context-type="linenumber">33</context>
3241 </context-group>
3242 </trans-unit>
3243 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3243 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3244 <source>Accepted</source> 3244 <source>Accepted</source>
3245 <target>Zaakceptowane</target> 3245 <target>Zaakceptowane</target>
@@ -3248,7 +3248,7 @@
3248 </context-group> 3248 </context-group>
3249 3249
3250 3250
3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3252 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3252 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3253 <source>Pending</source> 3253 <source>Pending</source>
3254 <target>Oczekiwane</target> 3254 <target>Oczekiwane</target>
@@ -3257,31 +3257,25 @@
3257 </context-group> 3257 </context-group>
3258 3258
3259 3259
3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3261 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3261 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3262 <source>Accept</source> 3262 <source>Accept</source>
3263 <target state="translated">Akceptuj</target> 3263 <target state="translated">Akceptuj</target>
3264 3264
3265 3265
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3267 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3267 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3268 <source>Refuse</source> 3268 <source>Refuse</source>
3269 <target state="translated">Odmów</target> 3269 <target state="translated">Odmów</target>
3270 3270
3271 3271
3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3273 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3273 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3274 <context-group purpose="location"> 3274
3275 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3275 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3276 <context context-type="linenumber">55</context>
3277 </context-group>
3278 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3279 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3276 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3280 <context-group purpose="location"> 3277
3281 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3278 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3282 <context context-type="linenumber">56</context>
3283 </context-group>
3284 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3285 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3279 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3286 <context-group purpose="location"> 3280 <context-group purpose="location">
3287 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3281 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3505,31 +3499,37 @@
3505 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3499 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3506 <target state="translated">Przestrzeń na filmy <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3500 <target state="translated">Przestrzeń na filmy <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3507 3501
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3503 <source>Auth plugin</source><target state="new">Auth plugin</target>
3504 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3506 <context context-type="linenumber">49</context>
3507 </context-group>
3508 </trans-unit>
3509 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3509 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3510 <source>(banned)</source> 3510 <source>(banned)</source>
3511 <target state="translated">(zbanowany)</target> 3511 <target state="translated">(zbanowany)</target>
3512 3512
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3514 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3514 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3515 3515
3516 3516
3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3517 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3518 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3518 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3519 <source>User's email must be verified to login</source> 3519 <source>User's email must be verified to login</source>
3520 <target state="translated">E-mail użytkownika musi być zweryfikowany, żeby się zalogować</target> 3520 <target state="translated">E-mail użytkownika musi być zweryfikowany, żeby się zalogować</target>
3521 3521
3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3523 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3523 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3524 <source>User's email is verified / User can login without email verification</source> 3524 <source>User's email is verified / User can login without email verification</source>
3525 <target state="translated">E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila</target> 3525 <target state="translated">E-mail użytkownika jest zweryfikowany / Użytkownik może zalogować się bez weryfikacji przez e-maila</target>
3526 3526
3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3527 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3528 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3528 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3529 <source>Ban reason:</source> 3529 <source>Ban reason:</source>
3530 <target state="translated">Powód bana:</target> 3530 <target state="translated">Powód bana:</target>
3531 3531
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3533 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3533 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3534 <context-group purpose="location"> 3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3590,26 +3590,17 @@
3590 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3590 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3591 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3591 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3592 3592
3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3594 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3594
3595 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3595
3596 <target state="translated">Nazwa filmu <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3597
3598
3599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3600 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3601 <source>Video URL</source>
3602 <target state="translated">Link do filmu</target>
3603
3604 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3605 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3596 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3606 <source>Total size</source> 3597 <source>Total size</source>
3607 <target state="translated">Wielkość</target> 3598 <target state="translated">Wielkość</target>
3608 3599
3609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3610 <source>List redundancies</source><target state="new">List redundancies</target> 3601 <source>List redundancies</source><target state="new">List redundancies</target>
3611 3602
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3613 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3604 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3614 <context-group purpose="location"> 3605 <context-group purpose="location">
3615 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3606 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3813,7 +3804,7 @@
3813 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3804 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3814 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3805 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3815 3806
3816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3817 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3808 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3818 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3809 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3819 <target state="translated">Stan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3810 <target state="translated">Stan <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5247,9 +5238,9 @@
5247 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5238 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5248 <source>Change ownership</source> 5239 <source>Change ownership</source>
5249 <target state="translated">Zmień właściciela</target> 5240 <target state="translated">Zmień właściciela</target>
5250 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5241
5251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5242
5252 </trans-unit> 5243 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5253 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5244 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5254 <source>Select the next owner</source> 5245 <source>Select the next owner</source>
5255 <target state="translated">Wybierz następnego właściciela</target> 5246 <target state="translated">Wybierz następnego właściciela</target>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index 483dce87c..d40601870 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -402,14 +402,14 @@
402 402
403 403
404 404
405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
406 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 406 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
407 <source>Stop at</source> 407 <source>Stop at</source>
408 <target state="translated">Para em</target> 408 <target state="translated">Para em</target>
409 409
410 410
411 411
412 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 412 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
413 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 413 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
414 <source>Search playlists</source> 414 <source>Search playlists</source>
415 <target state="translated">Buscar playlists</target> 415 <target state="translated">Buscar playlists</target>
@@ -657,11 +657,8 @@
657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
658 <source>Edit starts/stops at</source> 658 <source>Edit starts/stops at</source>
659 <target state="translated">A edição começa /termina em</target> 659 <target state="translated">A edição começa /termina em</target>
660 <context-group purpose="location"> 660
661 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
662 <context context-type="linenumber">48</context>
663 </context-group>
664 </trans-unit>
665 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 662 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
666 <source>Save</source> 663 <source>Save</source>
667 <target>Salvar</target> 664 <target>Salvar</target>
@@ -672,15 +669,12 @@
672 669
673 670
674 671
675 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
676 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 673 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
677 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 674 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
678 <target state="translated">Apagar de<x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 675 <target state="translated">Apagar de<x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
679 <context-group purpose="location"> 676
680 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
681 <context context-type="linenumber">85</context>
682 </context-group>
683 </trans-unit>
684 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 678 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
685 <source>No results.</source> 679 <source>No results.</source>
686 <target>Nenhum resultado.</target> 680 <target>Nenhum resultado.</target>
@@ -3310,7 +3304,13 @@
3310 3304
3311 3305
3312 3306
3313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3308 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3309 <context-group purpose="location">
3310 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3311 <context context-type="linenumber">33</context>
3312 </context-group>
3313 </trans-unit>
3314 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3314 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3315 <source>Accepted</source> 3315 <source>Accepted</source>
3316 <target>Aceito</target> 3316 <target>Aceito</target>
@@ -3319,7 +3319,7 @@
3319 </context-group> 3319 </context-group>
3320 3320
3321 3321
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3323 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3323 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3324 <source>Pending</source> 3324 <source>Pending</source>
3325 <target>Pendente</target> 3325 <target>Pendente</target>
@@ -3328,13 +3328,13 @@
3328 </context-group> 3328 </context-group>
3329 3329
3330 3330
3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3331 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3332 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3332 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3333 <source>Accept</source> 3333 <source>Accept</source>
3334 <target state="translated">Aceitar</target> 3334 <target state="translated">Aceitar</target>
3335 3335
3336 3336
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3338 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3338 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3339 <source>Refuse</source> 3339 <source>Refuse</source>
3340 <target>Recusar</target> 3340 <target>Recusar</target>
@@ -3343,19 +3343,13 @@
3343 </context-group> 3343 </context-group>
3344 3344
3345 3345
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3347 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3347 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3348 <context-group purpose="location"> 3348
3349 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3350 <context context-type="linenumber">55</context>
3351 </context-group>
3352 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3353 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3350 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3354 <context-group purpose="location"> 3351
3355 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3352 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3356 <context context-type="linenumber">56</context>
3357 </context-group>
3358 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3359 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3353 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3360 <context-group purpose="location"> 3354 <context-group purpose="location">
3361 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3355 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3597,7 +3591,13 @@
3597 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3591 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3598 <target state="translated">Quota de vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3592 <target state="translated">Quota de vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3599 3593
3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3595 <source>Auth plugin</source><target state="new">Auth plugin</target>
3596 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3598 <context context-type="linenumber">49</context>
3599 </context-group>
3600 </trans-unit>
3601 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3601 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3602 <source>(banned)</source> 3602 <source>(banned)</source>
3603 <target>(banido)</target> 3603 <target>(banido)</target>
@@ -3605,11 +3605,11 @@
3605 <context context-type="linenumber">65</context> 3605 <context context-type="linenumber">65</context>
3606 </context-group> 3606 </context-group>
3607 3607
3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3609 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3609 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3610 3610
3611 3611
3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3613 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3613 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3614 <source>User's email must be verified to login</source> 3614 <source>User's email must be verified to login</source>
3615 <target>O email do usuário deve ter sido confirmado para entrar</target> 3615 <target>O email do usuário deve ter sido confirmado para entrar</target>
@@ -3617,7 +3617,7 @@
3617 <context context-type="linenumber">72</context> 3617 <context context-type="linenumber">72</context>
3618 </context-group> 3618 </context-group>
3619 3619
3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3621 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3621 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3622 <source>User's email is verified / User can login without email verification</source> 3622 <source>User's email is verified / User can login without email verification</source>
3623 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target> 3623 <target>O email do usuário foi confirmado / O usuário pode entrar sem a confirmação do email</target>
@@ -3625,7 +3625,7 @@
3625 <context context-type="linenumber">76</context> 3625 <context context-type="linenumber">76</context>
3626 </context-group> 3626 </context-group>
3627 3627
3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3629 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3629 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3630 <source>Ban reason:</source> 3630 <source>Ban reason:</source>
3631 <target>Motivo do banimento:</target> 3631 <target>Motivo do banimento:</target>
@@ -3633,7 +3633,7 @@
3633 <context context-type="linenumber">95</context> 3633 <context context-type="linenumber">95</context>
3634 </context-group> 3634 </context-group>
3635 3635
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3637 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3637 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3638 <context-group purpose="location"> 3638 <context-group purpose="location">
3639 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3639 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3691,29 +3691,17 @@
3691 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3691 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3692 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3692 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3693 3693
3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3694 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3695 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3695
3696 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3696
3697 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3698 <context-group name="null">
3699 <context context-type="linenumber">8</context>
3700 </context-group>
3701
3702
3703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3704 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3705 <source>Video URL</source>
3706 <target state="new">Video URL</target>
3707
3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3709 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3697 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3710 <source>Total size</source> 3698 <source>Total size</source>
3711 <target state="new">Total size</target> 3699 <target state="new">Total size</target>
3712 3700
3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3714 <source>List redundancies</source><target state="new">List redundancies</target> 3702 <source>List redundancies</source><target state="new">List redundancies</target>
3715 3703
3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3717 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3705 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3718 <context-group purpose="location"> 3706 <context-group purpose="location">
3719 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3707 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3933,7 +3921,7 @@
3933 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3921 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3934 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3922 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3935 3923
3936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3924 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3937 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3925 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3938 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3926 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3939 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3927 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5301,9 +5289,9 @@
5301 <context-group name="null"> 5289 <context-group name="null">
5302 <context context-type="linenumber">22</context> 5290 <context context-type="linenumber">22</context>
5303 </context-group> 5291 </context-group>
5304 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5292
5305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5293
5306 </trans-unit> 5294 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5307 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5295 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5308 <source>Select the next owner</source> 5296 <source>Select the next owner</source>
5309 <target>Selecione o próximo dono</target> 5297 <target>Selecione o próximo dono</target>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 290b65b6c..b32125c74 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -434,7 +434,7 @@
434 434
435 435
436 436
437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
438 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 438 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
439 <source>Stop at</source> 439 <source>Stop at</source>
440 <target state="translated">Parar às</target> 440 <target state="translated">Parar às</target>
@@ -444,7 +444,7 @@
444 444
445 445
446 446
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
448 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 448 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
449 <source>Search playlists</source> 449 <source>Search playlists</source>
450 <target state="translated">Pesquisar listas de reprodução</target> 450 <target state="translated">Pesquisar listas de reprodução</target>
@@ -701,8 +701,8 @@
701 <context-group name="null"> 701 <context-group name="null">
702 <context context-type="linenumber">48</context> 702 <context context-type="linenumber">48</context>
703 </context-group> 703 </context-group>
704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 704
705 </trans-unit> 705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
706 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 706 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
707 <source>Save</source> 707 <source>Save</source>
708 <target>Guardar</target> 708 <target>Guardar</target>
@@ -713,15 +713,15 @@
713 713
714 714
715 715
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
717 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 717 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
718 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 718 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
719 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 719 <target>Eliminar de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
720 <context-group name="null"> 720 <context-group name="null">
721 <context context-type="linenumber">85</context> 721 <context context-type="linenumber">85</context>
722 </context-group> 722 </context-group>
723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 723
724 </trans-unit> 724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
725 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 725 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
726 <source>No results.</source> 726 <source>No results.</source>
727 <target>Nenhum resultado.</target> 727 <target>Nenhum resultado.</target>
@@ -3379,7 +3379,13 @@
3379 3379
3380 3380
3381 3381
3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3383 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3384 <context-group purpose="location">
3385 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3386 <context context-type="linenumber">33</context>
3387 </context-group>
3388 </trans-unit>
3383 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3389 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3384 <source>Accepted</source> 3390 <source>Accepted</source>
3385 <target state="new">Accepted</target> 3391 <target state="new">Accepted</target>
@@ -3388,7 +3394,7 @@
3388 </context-group> 3394 </context-group>
3389 3395
3390 3396
3391 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3392 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3398 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3393 <source>Pending</source> 3399 <source>Pending</source>
3394 <target state="new">Pending</target> 3400 <target state="new">Pending</target>
@@ -3397,13 +3403,13 @@
3397 </context-group> 3403 </context-group>
3398 3404
3399 3405
3400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3401 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3407 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3402 <source>Accept</source> 3408 <source>Accept</source>
3403 <target state="new">Accept</target> 3409 <target state="new">Accept</target>
3404 3410
3405 3411
3406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3407 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3413 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3408 <source>Refuse</source> 3414 <source>Refuse</source>
3409 <target>Recusar</target> 3415 <target>Recusar</target>
@@ -3412,19 +3418,13 @@
3412 </context-group> 3418 </context-group>
3413 3419
3414 3420
3415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3416 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3422 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3417 <context-group purpose="location"> 3423
3418 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3419 <context context-type="linenumber">55</context>
3420 </context-group>
3421 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3422 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3425 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3423 <context-group purpose="location"> 3426
3424 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3425 <context context-type="linenumber">56</context>
3426 </context-group>
3427 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3428 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3428 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3429 <context-group purpose="location"> 3429 <context-group purpose="location">
3430 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3430 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3656,7 +3656,13 @@
3656 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3656 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3657 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3657 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3658 3658
3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3659 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3660 <source>Auth plugin</source><target state="new">Auth plugin</target>
3661 <context-group purpose="location">
3662 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3663 <context context-type="linenumber">49</context>
3664 </context-group>
3665 </trans-unit>
3660 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3666 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3661 <source>(banned)</source> 3667 <source>(banned)</source>
3662 <target state="new">(banned)</target> 3668 <target state="new">(banned)</target>
@@ -3664,11 +3670,11 @@
3664 <context context-type="linenumber">65</context> 3670 <context context-type="linenumber">65</context>
3665 </context-group> 3671 </context-group>
3666 3672
3667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3668 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3674 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3669 3675
3670 3676
3671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3672 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3678 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3673 <source>User's email must be verified to login</source> 3679 <source>User's email must be verified to login</source>
3674 <target state="new">User's email must be verified to login</target> 3680 <target state="new">User's email must be verified to login</target>
@@ -3676,7 +3682,7 @@
3676 <context context-type="linenumber">72</context> 3682 <context context-type="linenumber">72</context>
3677 </context-group> 3683 </context-group>
3678 3684
3679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3680 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3686 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3681 <source>User's email is verified / User can login without email verification</source> 3687 <source>User's email is verified / User can login without email verification</source>
3682 <target state="new">User's email is verified / User can login without email verification</target> 3688 <target state="new">User's email is verified / User can login without email verification</target>
@@ -3684,7 +3690,7 @@
3684 <context context-type="linenumber">76</context> 3690 <context context-type="linenumber">76</context>
3685 </context-group> 3691 </context-group>
3686 3692
3687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3688 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3694 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3689 <source>Ban reason:</source> 3695 <source>Ban reason:</source>
3690 <target>Motivo do banimento:</target> 3696 <target>Motivo do banimento:</target>
@@ -3692,7 +3698,7 @@
3692 <context context-type="linenumber">95</context> 3698 <context context-type="linenumber">95</context>
3693 </context-group> 3699 </context-group>
3694 3700
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3696 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3702 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3697 <context-group purpose="location"> 3703 <context-group purpose="location">
3698 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3704 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3750,24 +3756,14 @@
3750 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3756 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3751 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3757 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3752 3758
3753 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3754 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3760 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3755 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3756 <target>Nome do vídeo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3757 <context-group name="null">
3758 <context context-type="linenumber">8</context>
3759 </context-group>
3760
3761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3762 <source>Video URL</source><target state="new">Video URL</target>
3763
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3765 <source>Total size</source><target state="new">Total size</target> 3761 <source>Total size</source><target state="new">Total size</target>
3766 3762
3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3768 <source>List redundancies</source><target state="new">List redundancies</target> 3764 <source>List redundancies</source><target state="new">List redundancies</target>
3769 3765
3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3771 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3767 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3772 <context-group purpose="location"> 3768 <context-group purpose="location">
3773 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3769 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3985,7 +3981,7 @@
3985 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3981 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3986 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3982 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3987 3983
3988 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3989 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3985 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3990 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3986 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3991 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3987 <target>Estado <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5346,7 +5342,7 @@
5346 </context-group> 5342 </context-group>
5347 5343
5348 5344
5349 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 5345 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5350 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5346 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5351 <source>Select the next owner</source> 5347 <source>Select the next owner</source>
5352 <target>Selecione o próximo dono</target> 5348 <target>Selecione o próximo dono</target>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 356d70365..21b96a253 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -418,7 +418,7 @@
418 418
419 419
420 420
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
422 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 422 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
423 <source>Stop at</source> 423 <source>Stop at</source>
424 <target>Конец в</target> 424 <target>Конец в</target>
@@ -428,7 +428,7 @@
428 428
429 429
430 430
431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
432 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 432 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
433 <source>Search playlists</source> 433 <source>Search playlists</source>
434 <target state="translated">Найти плейлист</target> 434 <target state="translated">Найти плейлист</target>
@@ -684,8 +684,8 @@
684 <context-group name="null"> 684 <context-group name="null">
685 <context context-type="linenumber">48</context> 685 <context context-type="linenumber">48</context>
686 </context-group> 686 </context-group>
687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 687
688 </trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
690 <source>Save</source> 690 <source>Save</source>
691 <target>Сохранить</target> 691 <target>Сохранить</target>
@@ -695,15 +695,15 @@
695 695
696 696
697 697
698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 699 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 700 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
701 <target>Удалить с <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 701 <target>Удалить с <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
702 <context-group name="null"> 702 <context-group name="null">
703 <context context-type="linenumber">85</context> 703 <context context-type="linenumber">85</context>
704 </context-group> 704 </context-group>
705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 705
706 </trans-unit> 706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
707 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 707 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
708 <source>No results.</source> 708 <source>No results.</source>
709 <target>Нет результатов.</target> 709 <target>Нет результатов.</target>
@@ -3400,7 +3400,13 @@
3400 3400
3401 3401
3402 3402
3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3404 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3405 <context-group purpose="location">
3406 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3407 <context context-type="linenumber">33</context>
3408 </context-group>
3409 </trans-unit>
3404 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3410 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3405 <source>Accepted</source> 3411 <source>Accepted</source>
3406 <target>Принято</target> 3412 <target>Принято</target>
@@ -3409,7 +3415,7 @@
3409 </context-group> 3415 </context-group>
3410 3416
3411 3417
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3413 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3419 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3414 <source>Pending</source> 3420 <source>Pending</source>
3415 <target>Ожидается</target> 3421 <target>Ожидается</target>
@@ -3418,13 +3424,13 @@
3418 </context-group> 3424 </context-group>
3419 3425
3420 3426
3421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3422 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3428 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3423 <source>Accept</source> 3429 <source>Accept</source>
3424 <target state="translated">Согласиться</target> 3430 <target state="translated">Согласиться</target>
3425 3431
3426 3432
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3428 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3434 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3429 <source>Refuse</source> 3435 <source>Refuse</source>
3430 <target>Отклонить</target> 3436 <target>Отклонить</target>
@@ -3433,19 +3439,13 @@
3433 </context-group> 3439 </context-group>
3434 3440
3435 3441
3436 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3442 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3437 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3443 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3438 <context-group purpose="location"> 3444
3439 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3440 <context context-type="linenumber">55</context>
3441 </context-group>
3442 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3443 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3446 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3444 <context-group purpose="location"> 3447
3445 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3446 <context context-type="linenumber">56</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3449 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3449 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3450 <context-group purpose="location"> 3450 <context-group purpose="location">
3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3451 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3685,7 +3685,13 @@
3685 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3685 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3686 <target state="translated">Квота видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3686 <target state="translated">Квота видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3687 3687
3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3689 <source>Auth plugin</source><target state="new">Auth plugin</target>
3690 <context-group purpose="location">
3691 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3692 <context context-type="linenumber">49</context>
3693 </context-group>
3694 </trans-unit>
3689 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3695 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3690 <source>(banned)</source> 3696 <source>(banned)</source>
3691 <target>(заблокирован)</target> 3697 <target>(заблокирован)</target>
@@ -3693,11 +3699,11 @@
3693 <context context-type="linenumber">65</context> 3699 <context context-type="linenumber">65</context>
3694 </context-group> 3700 </context-group>
3695 3701
3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3697 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3703 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3698 3704
3699 3705
3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3701 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3707 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3702 <source>User's email must be verified to login</source> 3708 <source>User's email must be verified to login</source>
3703 <target>Электронная почта пользователя должна быть подтверждена для авторизации</target> 3709 <target>Электронная почта пользователя должна быть подтверждена для авторизации</target>
@@ -3705,7 +3711,7 @@
3705 <context context-type="linenumber">72</context> 3711 <context context-type="linenumber">72</context>
3706 </context-group> 3712 </context-group>
3707 3713
3708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3714 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3709 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3715 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3710 <source>User's email is verified / User can login without email verification</source> 3716 <source>User's email is verified / User can login without email verification</source>
3711 <target>Электронная почта пользователя подтверждена / Пользователь может авторизоваться без подтверждения электронной почты</target> 3717 <target>Электронная почта пользователя подтверждена / Пользователь может авторизоваться без подтверждения электронной почты</target>
@@ -3713,7 +3719,7 @@
3713 <context context-type="linenumber">76</context> 3719 <context context-type="linenumber">76</context>
3714 </context-group> 3720 </context-group>
3715 3721
3716 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3717 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3723 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3718 <source>Ban reason:</source> 3724 <source>Ban reason:</source>
3719 <target>Причина блокировки:</target> 3725 <target>Причина блокировки:</target>
@@ -3721,7 +3727,7 @@
3721 <context context-type="linenumber">95</context> 3727 <context context-type="linenumber">95</context>
3722 </context-group> 3728 </context-group>
3723 3729
3724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3725 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3731 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3726 <context-group purpose="location"> 3732 <context-group purpose="location">
3727 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3733 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3779,29 +3785,17 @@
3779 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3785 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3780 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3786 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3781 3787
3782 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3788 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3783 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3789
3784 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3790
3785 <target>Название видео <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3786 <context-group name="null">
3787 <context context-type="linenumber">8</context>
3788 </context-group>
3789
3790
3791 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3792 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3793 <source>Video URL</source>
3794 <target state="translated">URL Видео</target>
3795
3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3797 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3791 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3798 <source>Total size</source> 3792 <source>Total size</source>
3799 <target state="translated">Общий размер</target> 3793 <target state="translated">Общий размер</target>
3800 3794
3801 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3802 <source>List redundancies</source><target state="new">List redundancies</target> 3796 <source>List redundancies</source><target state="new">List redundancies</target>
3803 3797
3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3805 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3799 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3806 <context-group purpose="location"> 3800 <context-group purpose="location">
3807 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3801 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4019,7 +4013,7 @@
4019 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4013 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4020 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4014 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4021 4015
4022 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4016 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4023 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4017 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4024 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4018 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4025 <target>Состояние <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4019 <target>Состояние <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5419,9 +5413,9 @@
5419 <context-group name="null"> 5413 <context-group name="null">
5420 <context context-type="linenumber">22</context> 5414 <context context-type="linenumber">22</context>
5421 </context-group> 5415 </context-group>
5422 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5416
5423 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5417
5424 </trans-unit> 5418 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5425 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5419 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5426 <source>Select the next owner</source> 5420 <source>Select the next owner</source>
5427 <target>Выбрать нового владельца</target> 5421 <target>Выбрать нового владельца</target>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index ca4f84639..f51f5449f 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -388,12 +388,12 @@
388 388
389 389
390 390
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
392 <source>Stop at</source><target state="new">Stop at</target> 392 <source>Stop at</source><target state="new">Stop at</target>
393 393
394 394
395 395
396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
397 <source>Search playlists</source><target state="new">Search playlists</target> 397 <source>Search playlists</source><target state="new">Search playlists</target>
398 <context-group purpose="location"> 398 <context-group purpose="location">
399 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 399 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -563,23 +563,17 @@
563 563
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
565 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 565 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
566 <context-group purpose="location"> 566
567 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
568 <context context-type="linenumber">48</context>
569 </context-group>
570 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
571 <source>Save</source><target state="new">Save</target> 568 <source>Save</source><target state="new">Save</target>
572 569
573 570
574 571
575 572
576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 573 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
577 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 574 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
578 <context-group purpose="location"> 575
579 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
580 <context context-type="linenumber">85</context>
581 </context-group>
582 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
583 <source>No results.</source><target state="new">No results.</target> 577 <source>No results.</source><target state="new">No results.</target>
584 578
585 579
@@ -2395,35 +2389,35 @@
2395 2389
2396 2390
2397 2391
2398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2393 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2394 <context-group purpose="location">
2395 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2396 <context context-type="linenumber">33</context>
2397 </context-group>
2398 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2399 <source>Accepted</source><target state="new">Accepted</target> 2399 <source>Accepted</source><target state="new">Accepted</target>
2400 2400
2401 2401
2402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2403 <source>Pending</source><target state="new">Pending</target> 2403 <source>Pending</source><target state="new">Pending</target>
2404 2404
2405 2405
2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2407 <source>Accept</source><target state="new">Accept</target> 2407 <source>Accept</source><target state="new">Accept</target>
2408 2408
2409 2409
2410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2411 <source>Refuse</source><target state="new">Refuse</target> 2411 <source>Refuse</source><target state="new">Refuse</target>
2412 2412
2413 2413
2414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2415 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2415 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2416 <context-group purpose="location"> 2416
2417 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2418 <context context-type="linenumber">55</context>
2419 </context-group>
2420 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2421 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2418 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2422 <context-group purpose="location"> 2419
2423 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2424 <context context-type="linenumber">56</context>
2425 </context-group>
2426 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2427 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2421 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2428 <context-group purpose="location"> 2422 <context-group purpose="location">
2429 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2423 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2590,23 +2584,29 @@
2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2591 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2585 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2592 2586
2593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
2588 <source>Auth plugin</source><target state="new">Auth plugin</target>
2589 <context-group purpose="location">
2590 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2591 <context context-type="linenumber">49</context>
2592 </context-group>
2593 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2594 <source>(banned)</source><target state="new">(banned)</target> 2594 <source>(banned)</source><target state="new">(banned)</target>
2595 2595
2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2597 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2597 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2598 2598
2599 2599
2600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2601 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2601 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2602 2602
2603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2603 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2604 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2604 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2605 2605
2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2607 <source>Ban reason:</source><target state="new">Ban reason:</target> 2607 <source>Ban reason:</source><target state="new">Ban reason:</target>
2608 2608
2609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2610 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2610 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2611 <context-group purpose="location"> 2611 <context-group purpose="location">
2612 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2612 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2655,19 +2655,13 @@
2655 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2655 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2656 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2656 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2657 2657
2658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2659 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2660
2661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2662 <source>Video URL</source><target state="new">Video URL</target>
2663
2664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2665 <source>Total size</source><target state="new">Total size</target> 2659 <source>Total size</source><target state="new">Total size</target>
2666 2660
2667 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2668 <source>List redundancies</source><target state="new">List redundancies</target> 2662 <source>List redundancies</source><target state="new">List redundancies</target>
2669 2663
2670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2671 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 2665 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2672 <context-group purpose="location"> 2666 <context-group purpose="location">
2673 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2667 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2835,7 +2829,7 @@
2835 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2829 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2836 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2830 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2837 2831
2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2839 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2833 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2840 2834
2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -3856,7 +3850,7 @@
3856 <source>Change ownership</source><target state="new">Change ownership</target> 3850 <source>Change ownership</source><target state="new">Change ownership</target>
3857 3851
3858 3852
3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 3853 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
3860 <source>Select the next owner</source><target state="new">Select the next owner</target> 3854 <source>Select the next owner</source><target state="new">Select the next owner</target>
3861 <context-group purpose="location"> 3855 <context-group purpose="location">
3862 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 3856 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index 4cee51e8b..9415d5d36 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -375,14 +375,14 @@
375 <context-group name="null"> 375 <context-group name="null">
376 <context context-type="linenumber">61</context> 376 <context context-type="linenumber">61</context>
377 </context-group> 377 </context-group>
378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
379 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 379 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
380 <source>Stop at</source> 380 <source>Stop at</source>
381 <target>Ustavi ob</target> 381 <target>Ustavi ob</target>
382 <context-group name="null"> 382 <context-group name="null">
383 <context context-type="linenumber">112</context> 383 <context context-type="linenumber">112</context>
384 </context-group> 384 </context-group>
385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 385 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
386 <source>Search playlists</source><target state="new">Search playlists</target> 386 <source>Search playlists</source><target state="new">Search playlists</target>
387 <context-group purpose="location"> 387 <context-group purpose="location">
388 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 388 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -574,25 +574,22 @@
574 574
575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
577 <context-group purpose="location"> 577
578 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 578 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
579 <context context-type="linenumber">48</context>
580 </context-group>
581 </trans-unit>
582 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 579 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
583 <source>Save</source> 580 <source>Save</source>
584 <target>Shrani</target> 581 <target>Shrani</target>
585 <context-group name="null"> 582 <context-group name="null">
586 <context context-type="linenumber">15</context> 583 <context context-type="linenumber">15</context>
587 </context-group> 584 </context-group>
588 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 585 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
589 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 586 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
590 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 587 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
591 <target>Izbriši iz <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 588 <target>Izbriši iz <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
592 <context-group name="null"> 589 <context-group name="null">
593 <context context-type="linenumber">85</context> 590 <context context-type="linenumber">85</context>
594 </context-group> 591 </context-group>
595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
596 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 593 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
597 <source>No results.</source> 594 <source>No results.</source>
598 <target>Ni rezultatov.</target> 595 <target>Ni rezultatov.</target>
@@ -2572,35 +2569,35 @@
2572 2569
2573 2570
2574 2571
2575 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 2572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2573 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2574 <context-group purpose="location">
2575 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2576 <context context-type="linenumber">33</context>
2577 </context-group>
2578 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2576 <source>Accepted</source><target state="new">Accepted</target> 2579 <source>Accepted</source><target state="new">Accepted</target>
2577 2580
2578 2581
2579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2580 <source>Pending</source><target state="new">Pending</target> 2583 <source>Pending</source><target state="new">Pending</target>
2581 2584
2582 2585
2583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2584 <source>Accept</source><target state="new">Accept</target> 2587 <source>Accept</source><target state="new">Accept</target>
2585 2588
2586 2589
2587 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2588 <source>Refuse</source><target state="new">Refuse</target> 2591 <source>Refuse</source><target state="new">Refuse</target>
2589 2592
2590 2593
2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2592 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2595 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2593 <context-group purpose="location"> 2596
2594 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2595 <context context-type="linenumber">55</context>
2596 </context-group>
2597 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2598 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2598 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2599 <context-group purpose="location"> 2599
2600 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2601 <context context-type="linenumber">56</context>
2602 </context-group>
2603 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2604 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2601 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2605 <context-group purpose="location"> 2602 <context-group purpose="location">
2606 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2603 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2767,23 +2764,29 @@
2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2768 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2765 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2769 2766
2770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
2768 <source>Auth plugin</source><target state="new">Auth plugin</target>
2769 <context-group purpose="location">
2770 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2771 <context context-type="linenumber">49</context>
2772 </context-group>
2773 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2771 <source>(banned)</source><target state="new">(banned)</target> 2774 <source>(banned)</source><target state="new">(banned)</target>
2772 2775
2773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2774 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2777 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2775 2778
2776 2779
2777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2778 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2781 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2779 2782
2780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2781 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2784 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2782 2785
2783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2784 <source>Ban reason:</source><target state="new">Ban reason:</target> 2787 <source>Ban reason:</source><target state="new">Ban reason:</target>
2785 2788
2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2787 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2790 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2788 <context-group purpose="location"> 2791 <context-group purpose="location">
2789 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2792 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2832,19 +2835,13 @@
2832 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2835 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2833 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2836 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2834 2837
2835 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2836 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2837
2838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2839 <source>Video URL</source><target state="new">Video URL</target>
2840
2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2842 <source>Total size</source><target state="new">Total size</target> 2839 <source>Total size</source><target state="new">Total size</target>
2843 2840
2844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2845 <source>List redundancies</source><target state="new">List redundancies</target> 2842 <source>List redundancies</source><target state="new">List redundancies</target>
2846 2843
2847 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 2844 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2848 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 2845 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2849 <context-group purpose="location"> 2846 <context-group purpose="location">
2850 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2847 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3012,7 +3009,7 @@
3012 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3009 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3013 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3010 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3014 3011
3015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3012 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3016 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3013 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3017 3014
3018 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -4033,7 +4030,7 @@
4033 <source>Change ownership</source><target state="new">Change ownership</target> 4030 <source>Change ownership</source><target state="new">Change ownership</target>
4034 4031
4035 4032
4036 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4033 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4037 <source>Select the next owner</source><target state="new">Select the next owner</target> 4034 <source>Select the next owner</source><target state="new">Select the next owner</target>
4038 <context-group purpose="location"> 4035 <context-group purpose="location">
4039 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 4036 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index b7fd904c4..315880cff 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en ny video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicerade en ny video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> är inte längre svartlistad </target> 284 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> är inte längre svartlistad </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har svartlistats </target> 289 <target state="translated">Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har svartlistats </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har gjorts angående videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>En anmälan om missbruk<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har gjorts angående videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">Den nyligen uppladdade videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">Den nyligen uppladdade videon <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>svartlistats automatiskt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> skrev en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skrev en kommentar på din video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> har publicerats </target> 320 <target state="translated">Din video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> har publicerats </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> lyckades </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> lyckades </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> misslyckades </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Din videoimport<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> misslyckades </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">Användaren <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> skapade ett konto på din instans </target> 335 <target state="translated">Användaren <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> skapade ett konto på din instans </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> följer <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> följer <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>din kanal <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>ditt konto<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> nämnde dig i en kommentar till videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> nämnde dig i en kommentar till videon <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Din instans har <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>en ny följare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> som inväntar ditt godkännande<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Din instans har <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>en ny följare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> som inväntar ditt godkännande<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Din instans började följa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> automatiskt </target> 366 <target state="translated">Din instans började följa <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> automatiskt </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target>Sluta vid</target> 414 <target>Sluta vid</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">Sök bland spellistor</target> 424 <target state="translated">Sök bland spellistor</target>
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">Din anmälan kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> samt videons ursprungsinstans (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">Din anmälan kommer skickas till moderatorerna på <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> samt videons ursprungsinstans (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -684,27 +692,27 @@
684 <context-group name="null"> 692 <context-group name="null">
685 <context context-type="linenumber">48</context> 693 <context context-type="linenumber">48</context>
686 </context-group> 694 </context-group>
687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 695
688 </trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
690 <source>Save</source> 698 <source>Save</source>
691 <target>Spara</target> 699 <target>Spara</target>
692 <context-group name="null"> 700 <context-group name="null">
693 <context context-type="linenumber">15</context> 701 <context context-type="linenumber">15</context>
694 </context-group> 702 </context-group>
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 704
697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 705
698 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 706
699 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
702 <target>Ta bort från <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 710 <target>Ta bort från <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
703 <context-group name="null"> 711 <context-group name="null">
704 <context context-type="linenumber">85</context> 712 <context context-type="linenumber">85</context>
705 </context-group> 713 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 714
707 </trans-unit> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
709 <source>No results.</source> 717 <source>No results.</source>
710 <target>Inga resultat.</target> 718 <target>Inga resultat.</target>
@@ -832,10 +840,13 @@
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Fjärrprenumerera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Fjärrprenumerera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Fjärrinteragera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Fjärrinteragera<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,9 +854,12 @@
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 857 <source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
847 <target> 861 <target>
848 Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 862 Du kan prenumerera på den här kanalen via vilken ActivityPub-kapabel fediversum-instans som helst.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
849 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån. 863 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån.
850 </target> 864 </target>
851 <context-group name="null"> 865 <context-group name="null">
@@ -854,8 +868,11 @@
854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
855 </trans-unit> 869 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
857 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 871 <source>
858 <target state="translated">Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. </target> 872 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
875 <target state="translated">Du kan interagera med det här från vilken instans som helst i Fediversumet som har stöd för ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> På instanser av Mastodon och Pleroma kan du klistra in den här sidans adress i sökrutan för att interagera därifrån. </target>
859 <context-group purpose="location"> 876 <context-group purpose="location">
860 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 877 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
861 <context context-type="linenumber">26</context> 878 <context context-type="linenumber">26</context>
@@ -870,10 +887,13 @@
870 </context-group> 887 </context-group>
871 </trans-unit> 888 </trans-unit>
872 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 889 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
873 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 890 <source>
891 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
892 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
893 </source>
874 <target> 894 <target>
875 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Standardpolicy för känsligt och oförbehållsamt innehåll<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 895 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Standardpolicy för känsligt och oförbehållsamt innehåll<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
876 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>kan ändras av användarna<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 896 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>kan ändras av användarna<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
877 </target> 897 </target>
878 <context-group name="null"> 898 <context-group name="null">
879 <context context-type="linenumber">5</context> 899 <context context-type="linenumber">5</context>
@@ -932,9 +952,9 @@
932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
933 </trans-unit> 953 </trans-unit>
934 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 954 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
935 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 955 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
936 <target> 956 <target>
937 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 957 Obegränsat <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per dag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
938 </target> 958 </target>
939 <context-group name="null"> 959 <context-group name="null">
940 <context context-type="linenumber">53</context> 960 <context context-type="linenumber">53</context>
@@ -1132,8 +1152,8 @@
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1152 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1133 </trans-unit> 1153 </trans-unit>
1134 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1154 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1135 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1155 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1136 <target state="translated">Någonting gick fel med den externa inloggningen. Kontakta gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>en administratör<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1156 <target state="translated">Någonting gick fel med den externa inloggningen. Kontakta gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>en administratör<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1137 <context-group purpose="location"> 1157 <context-group purpose="location">
1138 <context context-type="sourcefile">src/app/login/login.component.html</context> 1158 <context context-type="sourcefile">src/app/login/login.component.html</context>
1139 <context context-type="linenumber">6</context> 1159 <context context-type="linenumber">6</context>
@@ -1148,8 +1168,15 @@
1148 </context-group> 1168 </context-group>
1149 </trans-unit> 1169 </trans-unit>
1150 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1170 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1151 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1171 <source>
1152 <target state="translated">Den här instansen inte registrering av nya användare tillåter för tillfället, men du kan hitta en instans att skapa ett konto och ladda dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Hitta din instans bland många andra på <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> 1172 Currently this instance doesn't allow for user registration, but you can find an instance
1173 that gives you the possibility to sign up for an account and upload your videos there.
1174
1175 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1176
1177 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1178 </source>
1179 <target state="translated">Den här instansen inte registrering av nya användare tillåter för tillfället, men du kan hitta en instans att skapa ett konto och ladda dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Hitta din instans bland många andra på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1153 <context-group purpose="location"> 1180 <context-group purpose="location">
1154 <context context-type="sourcefile">src/app/login/login.component.html</context> 1181 <context context-type="sourcefile">src/app/login/login.component.html</context>
1155 <context context-type="linenumber">16</context> 1182 <context context-type="linenumber">16</context>
@@ -1319,9 +1346,9 @@
1319 </context-group> 1346 </context-group>
1320 </trans-unit> 1347 </trans-unit>
1321 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1348 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1322 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1349 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1323 <target> 1350 <target>
1324 för <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1351 för <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1325 </target> 1352 </target>
1326 <context-group name="null"> 1353 <context-group name="null">
1327 <context context-type="linenumber">6</context> 1354 <context context-type="linenumber">6</context>
@@ -1329,10 +1356,13 @@
1329 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1356 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1330 </trans-unit> 1357 </trans-unit>
1331 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1358 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1332 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1359 <source>
1360 Filters
1361 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1362 </source>
1333 <target> 1363 <target>
1334 Filter 1364 Filter
1335 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1365 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1336 </target> 1366 </target>
1337 <context-group name="null"> 1367 <context-group name="null">
1338 <context context-type="linenumber">16</context> 1368 <context context-type="linenumber">16</context>
@@ -1366,7 +1396,8 @@
1366 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1396 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1367 </trans-unit> 1397 </trans-unit>
1368 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1398 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1369 <source>CLI documentation</source> 1399 <source>CLI
1400 documentation</source>
1370 <target>Kommandotolk 1401 <target>Kommandotolk
1371 dokumentation</target> 1402 dokumentation</target>
1372 <context-group name="null"> 1403 <context-group name="null">
@@ -1383,7 +1414,8 @@
1383 </context-group> 1414 </context-group>
1384 </trans-unit> 1415 </trans-unit>
1385 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1416 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1386 <source>Administer documentation</source> 1417 <source>Administer
1418 documentation</source>
1387 <target>Administration 1419 <target>Administration
1388 dokumentation</target> 1420 dokumentation</target>
1389 <context-group name="null"> 1421 <context-group name="null">
@@ -1400,7 +1432,8 @@
1400 </context-group> 1432 </context-group>
1401 </trans-unit> 1433 </trans-unit>
1402 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1434 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1403 <source>Use documentation</source> 1435 <source>Use
1436 documentation</source>
1404 <target>Användning 1437 <target>Användning
1405 dokumentation</target> 1438 dokumentation</target>
1406 <context-group name="null"> 1439 <context-group name="null">
@@ -1425,16 +1458,16 @@
1425 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1426 </trans-unit> 1459 </trans-unit>
1427 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1460 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1428 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1461 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1429 <target state="translated">PeerTubesofficiella webbplats (nyheter, support, att bidraga …): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1462 <target state="translated">PeerTubesofficiella webbplats (nyheter, support, att bidraga …): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1430 <context-group purpose="location"> 1463 <context-group purpose="location">
1431 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1464 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1432 <context context-type="linenumber">44</context> 1465 <context context-type="linenumber">44</context>
1433 </context-group> 1466 </context-group>
1434 </trans-unit> 1467 </trans-unit>
1435 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1468 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1436 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1469 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1437 <target>Lägg till din instans i PeerTubes offentliga index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1470 <target>Lägg till din instans i PeerTubes offentliga index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1438 </target> 1471 </target>
1439 <context-group name="null"> 1472 <context-group name="null">
1440 <context context-type="linenumber">47</context> 1473 <context context-type="linenumber">47</context>
@@ -1450,10 +1483,14 @@
1450 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1483 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1451 </trans-unit> 1484 </trans-unit>
1452 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1485 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1453 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1486 <source>
1487 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1488 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1489 is very important for visitors to understand on what type of instance they are.
1490 </source>
1454 <target> 1491 <target>
1455 Att välja ett <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>namn för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>författa en beskrivning<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, beskriva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vem du är<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, 1492 Att välja ett <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>namn för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>författa en beskrivning<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, beskriva <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vem du är<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1456 varför <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>du har startat instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> och <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hur länge<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> du tänker <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>underhålla den<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1493 varför <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>du har startat instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> och <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hur länge<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> du tänker <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>underhålla den<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1457 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen. 1494 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen.
1458 </target> 1495 </target>
1459 <context-group name="null"> 1496 <context-group name="null">
@@ -1462,8 +1499,14 @@
1462 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1499 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1463 </trans-unit> 1500 </trans-unit>
1464 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1501 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1465 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1502 <source>
1466 <target state="translated">Om du vill öppna för kontoregistrering, ber vi dig fundera över <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>dina riktlinjer för moderering<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, skriva ner <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>villkor för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>en passande<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube-instans. </target> 1503 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1504 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1505 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1506 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1507 PeerTube instance.
1508 </source>
1509 <target state="translated">Om du vill öppna för kontoregistrering, ber vi dig fundera över <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>dina riktlinjer för moderering<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, skriva ner <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>villkor för instansen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> samt ange vilka språk du talar och kategorier som stöds. På så vis kan du hjälpa användare att skapa sina konton på <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>en passande<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube-instans. </target>
1467 <context-group purpose="location"> 1510 <context-group purpose="location">
1468 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1511 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1469 <context context-type="linenumber">67</context> 1512 <context context-type="linenumber">67</context>
@@ -1560,8 +1603,11 @@
1560 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1603 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1561 </trans-unit> 1604 </trans-unit>
1562 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1605 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1563 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1606 <source>
1564 <target state="translated">Fyll gärna i den här informationen för att hjälpa folk välja <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sin favoritinstans<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Din instans kommer kanske inte visas på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube-webbplatsen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> om du inte uppger den här informationen. </target> 1607 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1608 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1609 </source>
1610 <target state="translated">Fyll gärna i den här informationen för att hjälpa folk välja <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sin favoritinstans<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. Din instans kommer kanske inte visas på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube-webbplatsen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> om du inte uppger den här informationen. </target>
1565 <context-group purpose="location"> 1611 <context-group purpose="location">
1566 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1612 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1567 <context context-type="linenumber">24</context> 1613 <context context-type="linenumber">24</context>
@@ -1994,8 +2040,11 @@
1994 </context-group> 2040 </context-group>
1995 </trans-unit> 2041 </trans-unit>
1996 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2042 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1997 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2043 <source>
1998 <target state="translated">Besök kanalen <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2044 Jump to channel
2045 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2046 </source>
2047 <target state="translated">Besök kanalen <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
1999 <context-group purpose="location"> 2048 <context-group purpose="location">
2000 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2049 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2001 <context context-type="linenumber">18</context> 2050 <context context-type="linenumber">18</context>
@@ -2233,8 +2282,12 @@
2233 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2282 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2234 </trans-unit> 2283 </trans-unit>
2235 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2284 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2236 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2285 <source>
2237 <target state="translated">Taggar kan användas för att föreslå relaterade rekommendationer. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Max fem taggar kan användas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Tryck Enter för att lägga till en ny tagg. </target> 2286 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2287 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2288 Press Enter to add a new tag.
2289 </source>
2290 <target state="translated">Taggar kan användas för att föreslå relaterade rekommendationer. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Max fem taggar kan användas. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Tryck Enter för att lägga till en ny tagg. </target>
2238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2239 </trans-unit> 2292 </trans-unit>
2240 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2293 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2399,7 +2452,7 @@
2399 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2452 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2400 </trans-unit> 2453 </trans-unit>
2401 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2454 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2402 <source>Already uploaded ✔</source> 2455 <source>Already uploaded ✔</source>
2403 <target>Redan uppladdad ✔</target> 2456 <target>Redan uppladdad ✔</target>
2404 <context-group name="null"> 2457 <context-group name="null">
2405 <context context-type="linenumber">179</context> 2458 <context context-type="linenumber">179</context>
@@ -2530,9 +2583,13 @@
2530 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2583 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2531 </trans-unit> 2584 </trans-unit>
2532 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2585 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2533 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2586 <source>
2587 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2588 or URL that points to a raw MP4 file.
2589 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2590 </source>
2534 <target> 2591 <target>
2535 Du kan importera vilken URL som helst som <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>stöds av youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2592 Du kan importera vilken URL som helst som <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>stöds av youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2536 eller en URL som pekar mot en MP4-fil. 2593 eller en URL som pekar mot en MP4-fil.
2537 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2594 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
2538 </target> 2595 </target>
@@ -2597,10 +2654,14 @@
2597 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2654 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2598 </trans-unit> 2655 </trans-unit>
2599 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2656 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2600 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2657 <source>
2658 Image that will be merged with your audio file.
2659 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2660 The chosen image will be definitive and cannot be modified.
2661 </source>
2601 <target> 2662 <target>
2602 Bilden kommer slås ihop med din ljudfil. 2663 Bilden kommer slås ihop med din ljudfil.
2603 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2664 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2604 Den valda bilden är slutgiltig och kommer inte kunna ändras. 2665 Den valda bilden är slutgiltig och kommer inte kunna ändras.
2605 </target> 2666 </target>
2606 <context-group name="null"> 2667 <context-group name="null">
@@ -2670,7 +2731,10 @@
2670 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2731 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2671 </trans-unit> 2732 </trans-unit>
2672 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2733 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2673 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2734 <source>
2735 You can import any torrent file that points to a mp4 file.
2736 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2737 </source>
2674 <target> 2738 <target>
2675 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil. 2739 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil.
2676 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2740 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
@@ -2691,8 +2755,12 @@
2691 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2755 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2692 </trans-unit> 2756 </trans-unit>
2693 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2757 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2694 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2758 <source>
2695 <target state="translated">Vi rekommenderar att du inte använder användaren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> för att ladda upp dina videor eftersom det är din instans administrationskonto. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Du kan istället <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>skapa ett separat konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> att ladda upp dina videor med. </target> 2759 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2760 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2761 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2762 </source>
2763 <target state="translated">Vi rekommenderar att du inte använder användaren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> för att ladda upp dina videor eftersom det är din instans administrationskonto. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Du kan istället <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>skapa ett separat konto<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> att ladda upp dina videor med. </target>
2696 <context-group purpose="location"> 2764 <context-group purpose="location">
2697 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2765 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2698 <context context-type="linenumber">2</context> 2766 <context context-type="linenumber">2</context>
@@ -2934,16 +3002,16 @@
2934 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2935 </trans-unit> 3003 </trans-unit>
2936 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3004 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2937 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3005 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2938 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3006 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2939 <context-group purpose="location"> 3007 <context-group purpose="location">
2940 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3008 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2941 <context context-type="linenumber">45</context> 3009 <context context-type="linenumber">45</context>
2942 </context-group> 3010 </context-group>
2943 </trans-unit> 3011 </trans-unit>
2944 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3012 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2945 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3013 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2946 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3014 <target state="translated">Publicerad <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2947 <context-group purpose="location"> 3015 <context-group purpose="location">
2948 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3016 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2949 <context context-type="linenumber">56</context> 3017 <context context-type="linenumber">56</context>
@@ -3236,7 +3304,11 @@
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3237 </trans-unit> 3305 </trans-unit>
3238 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3306 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3239 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3307 <source>
3308 You can comment using an account on any ActivityPub-compatible instance.
3309 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3310 from within the software's interface.
3311 </source>
3240 <target state="translated">Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt.</target> 3312 <target state="translated">Du kan kommentera från ett konto på vilken ActivityPub-kompatibel instans som helst. På de flesta plattformar hittar du videon genom att skriva dess webbadress i sökrutan. Därefter kan du skriva din kommentar från mjukvarans användargränssnitt.</target>
3241 <context-group purpose="location"> 3313 <context-group purpose="location">
3242 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3314 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3418,17 +3490,23 @@
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3419 </trans-unit> 3491 </trans-unit>
3420 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3492 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3421 <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> 3493 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3422 <target>Skapad <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> 3494 <target>Skapad <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3423 <context-group name="null"> 3495 <context-group name="null">
3424 <context context-type="linenumber">11</context> 3496 <context context-type="linenumber">11</context>
3425 </context-group> 3497 </context-group>
3426 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3498
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3499
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3500
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3501
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3502
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3503
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3505 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3506 <context-group purpose="location">
3507 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3508 <context context-type="linenumber">33</context>
3509 </context-group>
3432 </trans-unit> 3510 </trans-unit>
3433 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3511 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3434 <source>Accepted</source> 3512 <source>Accepted</source>
@@ -3436,52 +3514,46 @@
3436 <context-group name="null"> 3514 <context-group name="null">
3437 <context context-type="linenumber">32</context> 3515 <context context-type="linenumber">32</context>
3438 </context-group> 3516 </context-group>
3439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3517
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3518
3441 </trans-unit> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3442 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3520 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3443 <source>Pending</source> 3521 <source>Pending</source>
3444 <target>Väntar</target> 3522 <target>Väntar</target>
3445 <context-group name="null"> 3523 <context-group name="null">
3446 <context context-type="linenumber">33</context> 3524 <context context-type="linenumber">33</context>
3447 </context-group> 3525 </context-group>
3448 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3526
3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3527
3450 </trans-unit> 3528 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3451 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3529 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3452 <source>Accept</source> 3530 <source>Accept</source>
3453 <target>Godkänn</target> 3531 <target>Godkänn</target>
3454 <context-group name="null"> 3532 <context-group name="null">
3455 <context context-type="linenumber">41</context> 3533 <context context-type="linenumber">41</context>
3456 </context-group> 3534 </context-group>
3457 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3535
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3536
3459 </trans-unit> 3537 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3460 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3538 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3461 <source>Refuse</source> 3539 <source>Refuse</source>
3462 <target>Neka</target> 3540 <target>Neka</target>
3463 <context-group name="null"> 3541 <context-group name="null">
3464 <context context-type="linenumber">42</context> 3542 <context context-type="linenumber">42</context>
3465 </context-group> 3543 </context-group>
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3544
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3545
3468 </trans-unit> 3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3469 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3547 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3470 <source>No follower found matching current filters.</source> 3548 <source>No follower found matching current filters.</source>
3471 <target state="translated">Ingen följare stämmer in på de nuvarande filtren.</target> 3549 <target state="translated">Ingen följare stämmer in på de nuvarande filtren.</target>
3472 <context-group purpose="location"> 3550
3473 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3551 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3474 <context context-type="linenumber">55</context>
3475 </context-group>
3476 </trans-unit>
3477 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3552 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3478 <source>Your instance doesn't have any follower.</source> 3553 <source>Your instance doesn't have any follower.</source>
3479 <target state="translated">Din instans har inga följare.</target> 3554 <target state="translated">Din instans har inga följare.</target>
3480 <context-group purpose="location"> 3555
3481 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3482 <context context-type="linenumber">56</context>
3483 </context-group>
3484 </trans-unit>
3485 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3557 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3486 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3558 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3487 <target state="translated">Visar följare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target> 3559 <target state="translated">Visar följare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target>
@@ -3507,8 +3579,8 @@
3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3508 </trans-unit> 3580 </trans-unit>
3509 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3581 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3510 <source>Redundancy allowed <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> 3582 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3511 <target state="translated">Redundans tillåten <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> 3583 <target state="translated">Redundans tillåten <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3584 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3513 </trans-unit> 3585 </trans-unit>
3514 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3586 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3627,8 +3699,11 @@
3627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3628 </trans-unit> 3700 </trans-unit>
3629 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3701 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3630 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3702 <source>
3631 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>originalfilens<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3703 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3704 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3705 </source>
3706 <target state="translated">Omkodning har aktiverats. Videokvoten omfattar endast <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originalfilens<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> storlek. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Den här användaren kan ladda upp ungefär <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3632 <context-group purpose="location"> 3707 <context-group purpose="location">
3633 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3708 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3634 <context context-type="linenumber">148</context> 3709 <context context-type="linenumber">148</context>
@@ -3720,20 +3795,26 @@
3720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3721 </trans-unit> 3796 </trans-unit>
3722 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3797 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3723 <source>Username <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> 3798 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3724 <target>Användarnamn <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> 3799 <target>Användarnamn <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3725 <context-group name="null"> 3800 <context-group name="null">
3726 <context context-type="linenumber">40</context> 3801 <context context-type="linenumber">40</context>
3727 </context-group> 3802 </context-group>
3728 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3729 </trans-unit> 3804 </trans-unit>
3730 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3805 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3731 <source>Video quota <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> 3806 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3732 <target>Videokvot <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> 3807 <target>Videokvot <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3733 <context-group name="null"> 3808 <context-group name="null">
3734 <context context-type="linenumber">42</context> 3809 <context context-type="linenumber">42</context>
3735 </context-group> 3810 </context-group>
3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3812 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3813 <source>Auth plugin</source><target state="new">Auth plugin</target>
3814 <context-group purpose="location">
3815 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3816 <context context-type="linenumber">49</context>
3817 </context-group>
3737 </trans-unit> 3818 </trans-unit>
3738 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3819 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3739 <source>(banned)</source> 3820 <source>(banned)</source>
@@ -3741,39 +3822,39 @@
3741 <context-group name="null"> 3822 <context-group name="null">
3742 <context context-type="linenumber">65</context> 3823 <context context-type="linenumber">65</context>
3743 </context-group> 3824 </context-group>
3744 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3825
3745 </trans-unit> 3826 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3746 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3827 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3747 <source>Open account in a new tab</source> 3828 <source>Open account in a new tab</source>
3748 <target state="translated">Öppna kontot i en ny flik</target> 3829 <target state="translated">Öppna kontot i en ny flik</target>
3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3830
3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3831
3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3832
3752 </trans-unit> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3753 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3834 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3754 <source>User's email must be verified to login</source> 3835 <source>User's email must be verified to login</source>
3755 <target>Användarens e-post måste verifieras innan inloggning</target> 3836 <target>Användarens e-post måste verifieras innan inloggning</target>
3756 <context-group name="null"> 3837 <context-group name="null">
3757 <context context-type="linenumber">72</context> 3838 <context context-type="linenumber">72</context>
3758 </context-group> 3839 </context-group>
3759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3840
3760 </trans-unit> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3761 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3842 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3762 <source>User's email is verified / User can login without email verification</source> 3843 <source>User's email is verified / User can login without email verification</source>
3763 <target>Användarens e-post har verifierats / Användaren behöver inte verifiera sin e-post för att logga in</target> 3844 <target>Användarens e-post har verifierats / Användaren behöver inte verifiera sin e-post för att logga in</target>
3764 <context-group name="null"> 3845 <context-group name="null">
3765 <context context-type="linenumber">76</context> 3846 <context context-type="linenumber">76</context>
3766 </context-group> 3847 </context-group>
3767 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3848
3768 </trans-unit> 3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3769 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3850 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3770 <source>Ban reason:</source> 3851 <source>Ban reason:</source>
3771 <target>Blockeringsanledning:</target> 3852 <target>Blockeringsanledning:</target>
3772 <context-group name="null"> 3853 <context-group name="null">
3773 <context context-type="linenumber">95</context> 3854 <context context-type="linenumber">95</context>
3774 </context-group> 3855 </context-group>
3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3856
3776 </trans-unit> 3857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3777 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3858 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3778 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3859 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3779 <target state="translated">Visar användare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target> 3860 <target state="translated">Visar användare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target>
@@ -3832,33 +3913,22 @@
3832 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3913 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3833 </trans-unit> 3914 </trans-unit>
3834 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3915 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3835 <source>Video <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> 3916 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3836 <target state="translated">Video <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> 3917 <target state="translated">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3837 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3918
3838 </trans-unit> 3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3839 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3920
3840 <source>Video 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> 3921
3841 <target>Videonamn <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>
3842 <context-group name="null">
3843 <context context-type="linenumber">8</context>
3844 </context-group>
3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3846 </trans-unit>
3847 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3848 <source>Video URL</source>
3849 <target state="translated">Videolänk</target>
3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3851 </trans-unit>
3852 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3922 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3853 <source>Total size</source> 3923 <source>Total size</source>
3854 <target state="translated">Total storlek</target> 3924 <target state="translated">Total storlek</target>
3855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3925
3856 </trans-unit> 3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3857 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3927 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3858 <source>List redundancies</source> 3928 <source>List redundancies</source>
3859 <target state="translated">Visa redundanser</target> 3929 <target state="translated">Visa redundanser</target>
3860 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3930
3861 </trans-unit> 3931 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3862 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3932 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3863 <source>Your instance doesn't mirror any video.</source> 3933 <source>Your instance doesn't mirror any video.</source>
3864 <target state="translated">Din instans speglar inte några videor.</target> 3934 <target state="translated">Din instans speglar inte några videor.</target>
@@ -3902,8 +3972,8 @@
3902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3903 </trans-unit> 3973 </trans-unit>
3904 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3974 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3905 <source>Date <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> 3975 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3906 <target>Datum <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> 3976 <target>Datum <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3907 <context-group name="null"> 3977 <context-group name="null">
3908 <context context-type="linenumber">11</context> 3978 <context context-type="linenumber">11</context>
3909 </context-group> 3979 </context-group>
@@ -4110,12 +4180,12 @@
4110 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4180 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4111 <source>Open video in a new tab</source> 4181 <source>Open video in a new tab</source>
4112 <target state="translated">Öppna video i en ny flik</target> 4182 <target state="translated">Öppna video i en ny flik</target>
4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4183
4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4184
4115 </trans-unit> 4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4116 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4186 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4117 <source>State <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> 4187 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4118 <target>Status <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> 4188 <target>Status <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4119 <context-group name="null"> 4189 <context-group name="null">
4120 <context context-type="linenumber">11</context> 4190 <context context-type="linenumber">11</context>
4121 </context-group> 4191 </context-group>
@@ -4124,8 +4194,8 @@
4124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4125 </trans-unit> 4195 </trans-unit>
4126 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4196 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4127 <source>Score <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> 4197 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4128 <target state="translated">Betyg <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> 4198 <target state="translated">Betyg <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4130 </trans-unit> 4200 </trans-unit>
4131 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4201 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4145,9 +4215,9 @@
4145 </context-group> 4215 </context-group>
4146 </trans-unit> 4216 </trans-unit>
4147 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4217 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4148 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4218 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4149 <target state="new"> 4219 <target state="new">
4150 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4220 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4151 </target> 4221 </target>
4152 <context-group purpose="location"> 4222 <context-group purpose="location">
4153 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4223 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4171,9 +4241,9 @@
4171 </context-group> 4241 </context-group>
4172 </trans-unit> 4242 </trans-unit>
4173 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4243 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4174 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4244 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4175 <target state="new"> 4245 <target state="new">
4176 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 4246 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4177 </target> 4247 </target>
4178 <context-group purpose="location"> 4248 <context-group purpose="location">
4179 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4249 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4221,8 +4291,8 @@
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4291 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4222 </trans-unit> 4292 </trans-unit>
4223 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4293 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4224 <source>Muted at <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> 4294 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4225 <target>Ignorerad på <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> 4295 <target>Ignorerad på <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4226 <context-group name="null"> 4296 <context-group name="null">
4227 <context context-type="linenumber">13</context> 4297 <context context-type="linenumber">13</context>
4228 </context-group> 4298 </context-group>
@@ -4515,8 +4585,8 @@
4515 </context-group> 4585 </context-group>
4516 </trans-unit> 4586 </trans-unit>
4517 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4587 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4518 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4588 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4519 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4589 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4520 <context-group purpose="location"> 4590 <context-group purpose="location">
4521 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4591 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4522 <context context-type="linenumber">32</context> 4592 <context context-type="linenumber">32</context>
@@ -4564,8 +4634,8 @@
4564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4565 </trans-unit> 4635 </trans-unit>
4566 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4636 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4567 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4637 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4568 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Delningssystemet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target> 4638 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Delningssystemet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> gör att en del teknisk information om ditt system (såsom publik IP-adress) kan skickas till andra serventer, men hjälper även till att minska serverbelastningen.</target>
4569 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4570 </trans-unit> 4640 </trans-unit>
4571 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4641 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4607,8 +4677,8 @@
4607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4608 </trans-unit> 4678 </trans-unit>
4609 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4679 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4610 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4680 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4611 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att bygga ett moderationsteam. </target> 4681 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att bygga ett moderationsteam. </target>
4612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4613 </trans-unit> 4683 </trans-unit>
4614 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4684 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4620,8 +4690,11 @@
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4690 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4621 </trans-unit> 4691 </trans-unit>
4622 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4692 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4623 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4693 <source>
4624 <target state="translated">Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target> 4694 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4695 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4696 </source>
4697 <target state="translated">Du kan låta andra administratörer veta att du huvudsakligen federerar känsligt material.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Dessutom kommer rutan för känsligt och oförbehållsamt innehåll vara ifylld som standard. </target>
4625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4626 </trans-unit> 4699 </trans-unit>
4627 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4700 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4633,8 +4706,8 @@
4633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4634 </trans-unit> 4707 </trans-unit>
4635 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4708 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4636 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4709 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4637 <target state="translated">Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Gör miniatyrer suddiga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> kommer användaren bli tillfrågad om han eller hon vill titta på videon. </target> 4710 <target state="translated">Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Gör miniatyrer suddiga<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> kommer användaren bli tillfrågad om han eller hon vill titta på videon. </target>
4638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4639 </trans-unit> 4712 </trans-unit>
4640 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4713 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4794,8 +4867,8 @@
4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4795 </trans-unit> 4868 </trans-unit>
4796 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4869 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4797 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4870 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4798 <target state="translated">Använd <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>tillägg och teman<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer avancerade ändringar, eller för att <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>lägga till mindre anpassningar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4871 <target state="translated">Använd <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>tillägg och teman<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer avancerade ändringar, eller för att <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>lägga till mindre anpassningar<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4799 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4800 </trans-unit> 4873 </trans-unit>
4801 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4874 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4857,8 +4930,8 @@
4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4858 </trans-unit> 4931 </trans-unit>
4859 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4932 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4860 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4933 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4861 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att ange deras kvot individuellt. </target> 4934 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användare<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att ange deras kvot individuellt. </target>
4862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4863 </trans-unit> 4936 </trans-unit>
4864 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4937 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -5033,8 +5106,8 @@
5033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
5034 </trans-unit> 5107 </trans-unit>
5035 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5108 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5036 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5109 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
5037 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relationer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> till andra instanser. </target> 5110 <target state="translated">Hantera <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relationer<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> till andra instanser. </target>
5038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5111 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5039 </trans-unit> 5112 </trans-unit>
5040 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5113 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -5053,8 +5126,8 @@
5053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5126 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5054 </trans-unit> 5127 </trans-unit>
5055 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5128 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5056 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5129 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5057 <target state="translated">Du bör endast följa de indexeringar du litar på eller <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>starta ett eget index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5130 <target state="translated">Du bör endast följa de indexeringar du litar på eller <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>starta ett eget index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5058 <context-group purpose="location"> 5131 <context-group purpose="location">
5059 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5132 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5060 <context context-type="linenumber">450</context> 5133 <context context-type="linenumber">450</context>
@@ -5147,8 +5220,14 @@
5147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5148 </trans-unit> 5221 </trans-unit>
5149 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5222 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5150 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5223 <source>
5151 <target state="translated">När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Om instansen inte är vitlistad kommer vi använda ett bildkort som länkar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för att se om din instans är vitlistad. </target> 5224 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5225 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5226 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5227 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5228 to see if you instance is whitelisted.
5229 </source>
5230 <target state="translated">När du delar en videolänk och instansen är vitlistad av Twitter kommer en spelare bäddas in i Twitterflödet.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Om instansen inte är vitlistad kommer vi använda ett bildkort som länkar till din PeerTube-instans.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Kryssa i den här rutan, spara inställningarna och testa med en videolänk från din instans (https://example.com/videos/watch/blabla) på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för att se om din instans är vitlistad. </target>
5152 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5231 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
5153 </trans-unit> 5232 </trans-unit>
5154 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5233 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -5165,7 +5244,10 @@
5165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5166 </trans-unit> 5245 </trans-unit>
5167 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5246 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5168 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5247 <source>
5248 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5249 resources, this is a critical part of PeerTube, so tread carefully.
5250 </source>
5169 <target state="translated">Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt.</target> 5251 <target state="translated">Behandla uppladdade videor till ett format som går att strömma från vilken apparat som helst. Det är dock mycket resurskrävande av servern och en mycket viktig del av PeerTube, så gå varsamt.</target>
5170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
5171 </trans-unit> 5253 </trans-unit>
@@ -5212,8 +5294,16 @@
5212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5213 </trans-unit> 5295 </trans-unit>
5214 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5296 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5215 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5297 <source>
5216 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5298 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5299
5300 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5301
5302 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5303
5304 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5305 </source>
5306 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimentellt, vi råder dig att behålla webtorrent-stödet ett tag till<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Om du även har HLS aktiverat kommer videorna kräva dubbelt så mycket lagringsutrymme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Utan webtorrent kan du inte federera med PeerTube-instanser med lägre versionsnummer än 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5218 </trans-unit> 5308 </trans-unit>
5219 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5309 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -5222,8 +5312,19 @@
5222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5223 </trans-unit> 5313 </trans-unit>
5224 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5314 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5225 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5315 <source>
5226 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kräver minst version &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> av ffmpeg <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Mjukare byten mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Snabbare uppspelningar, särskilt för långa videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Stabilare uppspelning (färre buggar samt obegränsad buffert)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5316 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5317
5318 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5319 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5320 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5321 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5322 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5323 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5324
5325 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5326 </source>
5327 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kräver minst version >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> av ffmpeg <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Skapa en HLS-spellista och fragmenterade mp4-filer för bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Mjukare byten mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Snabbare uppspelningar, särskilt för långa videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilare uppspelning (färre buggar samt obegränsad buffert)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Om du även stöder WebTorrent kommer varje video kräva dubbelt så mycket lagringsutryme<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5228 </trans-unit> 5329 </trans-unit>
5229 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5330 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5286,13 +5387,24 @@
5286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5287 </trans-unit> 5388 </trans-unit>
5288 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5389 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5289 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5390 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5290 <target state="translated">Skriv ditt JavaScript här.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5391 <target state="translated">Skriv ditt JavaScript här.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('min instans är fantastisk');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5292 </trans-unit> 5393 </trans-unit>
5293 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5394 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5294 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5395 <source>
5295 <target state="translated">Skriv din CSS-kod här. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Föregå med <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> för att skriva över standardutseendet. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5396 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5397 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5398 color: red;
5399 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5400 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5401 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5402 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5403 color: red;
5404 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5405 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5406 </source>
5407 <target state="translated">Skriv din CSS-kod här. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> Föregå med <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> för att skriva över standardutseendet. Exempel:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5297 </trans-unit> 5409 </trans-unit>
5298 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5410 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5485,9 +5597,9 @@
5485 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5597 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5486 </trans-unit> 5598 </trans-unit>
5487 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5599 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5488 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5600 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5489 <target> 5601 <target>
5490 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, kommer en bekräftelse krävas innan videon visas. 5602 Med <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Lista inte<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> eller <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Gör miniatyrbilden suddig<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, kommer en bekräftelse krävas innan videon visas.
5491 </target> 5603 </target>
5492 <context-group name="null"> 5604 <context-group name="null">
5493 <context context-type="linenumber">6</context> 5605 <context context-type="linenumber">6</context>
@@ -5517,9 +5629,9 @@
5517 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5629 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5518 </trans-unit> 5630 </trans-unit>
5519 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5631 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5520 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5632 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5521 <target> 5633 <target>
5522 Din nuvarande e-postadress är <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5634 Din nuvarande e-postadress är <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5523</target> 5635</target>
5524 <context-group name="null"> 5636 <context-group name="null">
5525 <context context-type="linenumber">4</context> 5637 <context context-type="linenumber">4</context>
@@ -5527,9 +5639,9 @@
5527 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5639 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5528 </trans-unit> 5640 </trans-unit>
5529 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5641 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5530 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5642 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5531 <target> 5643 <target>
5532 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> inväntar verifikation via e-post 5644 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> inväntar verifikation via e-post
5533</target> 5645</target>
5534 <context-group name="null"> 5646 <context-group name="null">
5535 <context context-type="linenumber">8</context> 5647 <context context-type="linenumber">8</context>
@@ -5599,9 +5711,9 @@
5599 <context-group name="null"> 5711 <context-group name="null">
5600 <context context-type="linenumber">22</context> 5712 <context context-type="linenumber">22</context>
5601 </context-group> 5713 </context-group>
5602 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5714
5603 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5715
5604 </trans-unit> 5716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5605 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5717 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5606 <source>Select the next owner</source> 5718 <source>Select the next owner</source>
5607 <target>Välj nästa ägare</target> 5719 <target>Välj nästa ägare</target>
@@ -5611,8 +5723,8 @@
5611 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5723 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5612 </trans-unit> 5724 </trans-unit>
5613 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5725 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5614 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5726 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5615 <target state="translated">Videor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5727 <target state="translated">Videor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5616 <context-group purpose="location"> 5728 <context-group purpose="location">
5617 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5729 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5618 <context context-type="linenumber">2</context> 5730 <context context-type="linenumber">2</context>
@@ -5648,10 +5760,13 @@
5648 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5760 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5649 </trans-unit> 5761 </trans-unit>
5650 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5762 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5651 <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> 5763 <source>
5764 Created
5765 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5766 </source>
5652 <target> 5767 <target>
5653 Skapad 5768 Skapad
5654 <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;"/> 5769 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5655 </target> 5770 </target>
5656 <context-group name="null"> 5771 <context-group name="null">
5657 <context context-type="linenumber">15</context> 5772 <context context-type="linenumber">15</context>
@@ -5723,8 +5838,9 @@
5723 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5838 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5724 </trans-unit> 5839 </trans-unit>
5725 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5840 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5726 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5841 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5727 <target state="translated">En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).&lt;br /&gt;&lt;br /&gt; När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt.</target> 5842 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5843 <target state="translated">En kort text som berättar hur andra kan stötta din kanal (t.ex. medlemskap på någon plattform).&lt;br />&lt;br /> När du laddar upp en video till den här kanalen kommer videons supportruta fyllas i med den här texten automatiskt.</target>
5728 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5844 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5729 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5845 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5730 </trans-unit> 5846 </trans-unit>
@@ -5821,9 +5937,12 @@
5821 </context-group> 5937 </context-group>
5822 </trans-unit> 5938 </trans-unit>
5823 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5939 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5824 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5940 <source>
5941 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5942 Delete history
5943 </source>
5825 <target> 5944 <target>
5826 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5945 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5827 Radera historik 5946 Radera historik
5828 </target> 5947 </target>
5829 <context-group name="null"> 5948 <context-group name="null">
@@ -5840,9 +5959,12 @@
5840 </context-group> 5959 </context-group>
5841 </trans-unit> 5960 </trans-unit>
5842 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5961 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5843 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5962 <source>
5963 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5964 Notification preferences
5965 </source>
5844 <target> 5966 <target>
5845 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5967 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5846 Notifikationsinställningar 5968 Notifikationsinställningar
5847 </target> 5969 </target>
5848 <context-group name="null"> 5970 <context-group name="null">
@@ -5922,8 +6044,8 @@
5922 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6044 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5923 </trans-unit> 6045 </trans-unit>
5924 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6046 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5925 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6047 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5926 <target state="translated">Spellistor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6048 <target state="translated">Spellistor <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5927 <context-group purpose="location"> 6049 <context-group purpose="location">
5928 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6050 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5929 <context context-type="linenumber">2</context> 6051 <context context-type="linenumber">2</context>
@@ -5951,9 +6073,9 @@
5951 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 6073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
5952 </trans-unit> 6074 </trans-unit>
5953 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6075 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5954 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6076 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5955 <target> 6077 <target>
5956 Om du behöver hjälp att använda PeerTube, kan du ta en titt på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6078 Om du behöver hjälp att använda PeerTube, kan du ta en titt på <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>dokumentationen<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5957 </target> 6079 </target>
5958 <context-group name="null"> 6080 <context-group name="null">
5959 <context context-type="linenumber">13</context> 6081 <context context-type="linenumber">13</context>
@@ -6407,23 +6529,27 @@
6407 </context-group> 6529 </context-group>
6408 </trans-unit> 6530 </trans-unit>
6409 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6531 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6410 <source>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;"/>. </source> 6532 <source>
6411 <target state="translated">Det är fri mjukvara med öppen källkod, publicerad under licensen <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> 6533 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6534 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6535 </source>
6536 <target state="translated">Det är fri mjukvara med öppen källkod, publicerad under licensen <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6412 <context-group purpose="location"> 6537 <context-group purpose="location">
6413 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6538 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6414 <context context-type="linenumber">13</context> 6539 <context context-type="linenumber">13</context>
6415 </context-group> 6540 </context-group>
6416 </trans-unit> 6541 </trans-unit>
6417 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6542 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6418 <source>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;"/>. </source> 6543 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6419 <target state="translated">Besök gärna <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;"/> för mer information. </target> 6544 <target state="translated">Besök gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information. </target>
6420 <context-group purpose="location"> 6545 <context-group purpose="location">
6421 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6546 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6422 <context context-type="linenumber">18</context> 6547 <context context-type="linenumber">18</context>
6423 </context-group> 6548 </context-group>
6424 </trans-unit> 6549 </trans-unit>
6425 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6550 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6426 <source>Use PeerTube documentation</source> 6551 <source>Use PeerTube
6552 documentation</source>
6427 <target state="translated">Läs PeerTubes dokumentation</target> 6553 <target state="translated">Läs PeerTubes dokumentation</target>
6428 <context-group purpose="location"> 6554 <context-group purpose="location">
6429 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6555 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6439,7 +6565,8 @@
6439 </context-group> 6565 </context-group>
6440 </trans-unit> 6566 </trans-unit>
6441 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6567 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6442 <source>PeerTube Applications</source> 6568 <source>PeerTube
6569 Applications</source>
6443 <target state="translated">PeerTube-applikationer</target> 6570 <target state="translated">PeerTube-applikationer</target>
6444 <context-group purpose="location"> 6571 <context-group purpose="location">
6445 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6572 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6455,7 +6582,8 @@
6455 </context-group> 6582 </context-group>
6456 </trans-unit> 6583 </trans-unit>
6457 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6584 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6458 <source>Contribute on PeerTube</source> 6585 <source>Contribute on
6586 PeerTube</source>
6459 <target state="translated">Bidra till PeerTube</target> 6587 <target state="translated">Bidra till PeerTube</target>
6460 <context-group purpose="location"> 6588 <context-group purpose="location">
6461 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6589 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6479,7 +6607,11 @@
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6607 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6480 </trans-unit> 6608 </trans-unit>
6481 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6609 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6482 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6610 <source>
6611 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6612 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6613 follows applies only if you want to keep using the P2P mode of PeerTube.
6614 </source>
6483 <target state="translated">Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion.</target> 6615 <target state="translated">Som standard använder PeerTube protokollet BitTorrent för att dela bandbredd mellan användarna och därmed bidra till att minska belastningen på servrarna. Du är däremot fri att växla tillbaka till klassisk strömning direkt från videons server. Följande gäller enbart om du väljer att fortsätta använda PeerTubes P2P-funktion.</target>
6484 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6616 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6485 </trans-unit> 6617 </trans-unit>
@@ -6492,17 +6624,27 @@
6492 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6624 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6493 </trans-unit> 6625 </trans-unit>
6494 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6626 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6495 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6627 <source>
6628 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6629 In practice, this is much more difficult because:
6630 </source>
6496 <target state="translated">Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom:</target> 6631 <target state="translated">Rent teoretiskt kan någon med tillräckliga tekniska kunskaper skriva ett skript som spårar vilken video som laddas ner av vilken IP-adress. I praktiken blir det mycket svårare eftersom:</target>
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6632 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6498 </trans-unit> 6633 </trans-unit>
6499 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6634 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6500 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6635 <source>
6636 An HTTP request has to be sent on each tracker for each video to spy.
6637 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6638 </source>
6501 <target state="translated">En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del)</target> 6639 <target state="translated">En HTTP-förfrågan måste skickas till spåraren för varje video du vill spionera på. Om du vill spionera på samtliga PeerTube-video måste du skicka lika många förfrågningar som det finns videor (vilket kan bli en hel del)</target>
6502 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6640 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6503 </trans-unit> 6641 </trans-unit>
6504 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6642 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6505 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6643 <source>
6644 For each request sent, the tracker returns random peers at a limited number.
6645 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
6646 requests sent to know every peer in the swarm
6647 </source>
6506 <target state="translated">För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen</target> 6648 <target state="translated">För varje förfrågan svarar spåraren med ett begränsat antal slumpmässiga serventer. Om det till exempel finns 1000 serventer i svärmen och spåraren endast svarar med 20 av dem per förfrågan, måste minst 50 förfrågningar skickas för att identifiera varje servent i svärmen</target>
6507 <context-group purpose="location"> 6649 <context-group purpose="location">
6508 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6650 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6515,7 +6657,10 @@
6515 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6657 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6516 </trans-unit> 6658 </trans-unit>
6517 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6659 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6518 <source>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</source> 6660 <source>
6661 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
6662 video
6663 </source>
6519 <target state="translated">Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon</target> 6664 <target state="translated">Även om en IP-adress finns i spåraren, betyder det inte nödvändigtvis att personen bakom IP-adressen (om personen ens existerar) har tittat på videon</target>
6520 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6665 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6521 </trans-unit> 6666 </trans-unit>
@@ -6525,12 +6670,21 @@
6525 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6670 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6526 </trans-unit> 6671 </trans-unit>
6527 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6672 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6528 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6673 <source>
6529 <target state="translated">Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> för mer information </target> 6674 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6675 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6676 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6677 to forward the information to.
6678 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6679 </source>
6680 <target state="translated">Webbserventer är inte åtkomliga offentligt. Eftersom vi använder WebRTC i webbläsaren (med <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>WebTorrent-biblioteket<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>) är protokollet inte detsamma som vanlig BitTorrent. När du använder webbläsaren skickar du en signal till hanteraren som slumpmässigt utser andra serventer att skicka informationen till. Se <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>det här dokumentet<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> för mer information </target>
6530 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6681 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6531 </trans-unit> 6682 </trans-unit>
6532 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6683 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6533 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6684 <source>
6685 The worst-case scenario of an average person spying on their friends is quite unlikely.
6686 There are much more effective ways to get that kind of information.
6687 </source>
6534 <target state="translated">Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information.</target> 6688 <target state="translated">Det värsta som kan hända, att en person spionerar på sina vänner, är mycket osannolikt. Det finns mycket enklare sätt att få tag på den sortens information.</target>
6535 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6689 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6536 </trans-unit> 6690 </trans-unit>
@@ -6543,7 +6697,11 @@
6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6697 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6544 </trans-unit> 6698 </trans-unit>
6545 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6699 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6546 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6700 <source>
6701 The threats to privacy with YouTube are different from PeerTube's.
6702 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6703 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6704 </source>
6547 <target state="translated">Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics).</target> 6705 <target state="translated">Det som inskränker privatlivet på YouTube är av ett helt annat slag än det på PeerTube. Vad gäller YouTube, samlar plattformen enorma mängder personlig information (inte bara din IP-adress) för att analysera och spåra dig. Dessutom ägs YouTube av Google / Alphabet, ett företag som spårar dig på en uppsjö webbplatser (via AdSense och Google Analytics).</target>
6548 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6706 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6549 </trans-unit> 6707 </trans-unit>
@@ -6556,7 +6714,12 @@
6556 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6714 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6557 </trans-unit> 6715 </trans-unit>
6558 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6716 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6559 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6717 <source>
6718 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
6719 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6720 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.
6721 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6722 </source>
6560 <target state="translated">Din IP-adress är offentlig, så varje gång du använder en webbplats kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube.</target> 6723 <target state="translated">Din IP-adress är offentlig, så varje gång du använder en webbplats kommer ett antal aktörer (utöver den efterfrågade webbplatsen) se din IP-adress i sina anslutningsloggar: internetleveratörer, routrar, spårare, innehållsleveransnätverk (CDN) och många fler. PeerTube försöker inte dölja detta: vi varnar dig att om du vill hålla din IP-adress för dig själv, måste du använda ett virtuellt privat nätverk (VPN) eller Tor-webbläsare. Därför är det inte sant att du får tillbaka din anonymitet genom att ta bort P2P från PeerTube.</target>
6561 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6724 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6562 </trans-unit> 6725 </trans-unit>
@@ -6569,7 +6732,10 @@
6569 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6732 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6570 </trans-unit> 6733 </trans-unit>
6571 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6734 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6572 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6735 <source>
6736 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6737 and render attacks less likely. Here is what we put in place so far:
6738 </source>
6573 <target state="translated">PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills:</target> 6739 <target state="translated">PeerTube vill erbjuda bästa möjliga lösningarna, ge dig fler valmöjligheter och minimera risken för attacker. Detta har vi gjort hitintills:</target>
6574 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6740 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6575 </trans-unit> 6741 </trans-unit>
@@ -6594,7 +6760,10 @@
6594 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6760 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6595 </trans-unit> 6761 </trans-unit>
6596 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6762 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6597 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6763 <source>
6764 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6765 WebRTC in your browser.
6766 </source>
6598 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target> 6767 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target>
6599 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6768 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6600 </trans-unit> 6769 </trans-unit>
@@ -6631,8 +6800,8 @@
6631 </context-group> 6800 </context-group>
6632 </trans-unit> 6801 </trans-unit>
6633 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6802 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6634 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6803 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6635 <target state="translated">Utvecklat med ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6804 <target state="translated">Utvecklat med ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6636 <context-group purpose="location"> 6805 <context-group purpose="location">
6637 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6806 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6638 <context context-type="linenumber">3</context> 6807 <context context-type="linenumber">3</context>
@@ -6715,9 +6884,12 @@
6715 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6884 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6716 </trans-unit> 6885 </trans-unit>
6717 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6886 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6718 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6887 <source>
6888 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6889 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6890 </source>
6719 <target> 6891 <target>
6720 En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6892 En kanal är en entitet till vilken du laddar upp dina videor. Du kan organisera och dela upp ditt material genom att skapa flera kanaler.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6721 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi. 6893 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi.
6722 </target> 6894 </target>
6723 <context-group name="null"> 6895 <context-group name="null">
@@ -6794,11 +6966,16 @@
6794 </context-group> 6966 </context-group>
6795 </trans-unit> 6967 </trans-unit>
6796 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6968 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6797 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6969 <source>
6970 I am at least 16 years old and agree
6971 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6972 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6973 of this instance
6974 </source>
6798 <target> 6975 <target>
6799 Jag är minst 16 år gammal och godkänner 6976 Jag är minst 16 år gammal och godkänner
6800 den här instansens <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>användarvillkor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6977 den här instansens <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>användarvillkor<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6801 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> och <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6978 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> och <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>uppförandekod<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6802 6979
6803 </target> 6980 </target>
6804 <context-group name="null"> 6981 <context-group name="null">
@@ -6903,8 +7080,8 @@
6903 </context-group> 7080 </context-group>
6904 </trans-unit> 7081 </trans-unit>
6905 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7082 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6906 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7083 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6907 <target state="translated">En <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> som bevarar originalets ljudspår men inte bilden</target> 7084 <target state="translated">En <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> som bevarar originalets ljudspår men inte bilden</target>
6908 <context-group purpose="location"> 7085 <context-group purpose="location">
6909 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7086 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6910 <context context-type="linenumber">1</context> 7087 <context context-type="linenumber">1</context>
@@ -8611,8 +8788,8 @@
8611 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8788 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8612 </trans-unit> 8789 </trans-unit>
8613 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8790 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8614 <source>Long (&gt; 10 min)</source> 8791 <source>Long (> 10 min)</source>
8615 <target>Lång (&gt; 10 min)</target> 8792 <target>Lång (> 10 min)</target>
8616 <context-group name="null"> 8793 <context-group name="null">
8617 <context context-type="linenumber">1</context> 8794 <context context-type="linenumber">1</context>
8618 </context-group> 8795 </context-group>
@@ -9971,8 +10148,8 @@
9971 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10148 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9972 </trans-unit> 10149 </trans-unit>
9973 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10150 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9974 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10151 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9975 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>-kompatibel text med stöd för:</target> 10152 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-kompatibel text med stöd för:</target>
9976 <context-group name="null"> 10153 <context-group name="null">
9977 <context context-type="linenumber">1</context> 10154 <context context-type="linenumber">1</context>
9978 </context-group> 10155 </context-group>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index d36d33c61..bfc98363b 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -340,12 +340,12 @@
340 340
341 341
342 342
343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
344 <source>Stop at</source><target state="new">Stop at</target> 344 <source>Stop at</source><target state="new">Stop at</target>
345 345
346 346
347 347
348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
349 <source>Search playlists</source><target state="new">Search playlists</target> 349 <source>Search playlists</source><target state="new">Search playlists</target>
350 <context-group purpose="location"> 350 <context-group purpose="location">
351 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 351 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -517,23 +517,17 @@
517 517
518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
519 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 519 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
520 <context-group purpose="location"> 520
521 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
522 <context context-type="linenumber">48</context>
523 </context-group>
524 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
525 <source>Save</source><target state="new">Save</target> 522 <source>Save</source><target state="new">Save</target>
526 523
527 524
528 525
529 526
530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 527 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
531 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 528 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
532 <context-group purpose="location"> 529
533 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
534 <context context-type="linenumber">85</context>
535 </context-group>
536 </trans-unit>
537 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 531 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
538 <source>No results.</source> 532 <source>No results.</source>
539 <target>முடிவுகள் இல்லை.</target> 533 <target>முடிவுகள் இல்லை.</target>
@@ -2403,38 +2397,38 @@
2403 2397
2404 2398
2405 2399
2406 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2401 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2402 <context-group purpose="location">
2403 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2404 <context context-type="linenumber">33</context>
2405 </context-group>
2406 </trans-unit>
2407 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2407 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2408 <source>Accepted</source> 2408 <source>Accepted</source>
2409 <target>ஏற்றுக்கொள்ளப்பட்டது</target> 2409 <target>ஏற்றுக்கொள்ளப்பட்டது</target>
2410 <context-group name="null"> 2410 <context-group name="null">
2411 <context context-type="linenumber">32</context> 2411 <context context-type="linenumber">32</context>
2412 </context-group> 2412 </context-group>
2413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 2413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2414 <source>Pending</source><target state="new">Pending</target> 2414 <source>Pending</source><target state="new">Pending</target>
2415 2415
2416 2416
2417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2418 <source>Accept</source><target state="new">Accept</target> 2418 <source>Accept</source><target state="new">Accept</target>
2419 2419
2420 2420
2421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 2421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2422 <source>Refuse</source><target state="new">Refuse</target> 2422 <source>Refuse</source><target state="new">Refuse</target>
2423 2423
2424 2424
2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2426 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2426 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2427 <context-group purpose="location"> 2427
2428 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2429 <context context-type="linenumber">55</context>
2430 </context-group>
2431 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2432 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2429 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2433 <context-group purpose="location"> 2430
2434 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2435 <context context-type="linenumber">56</context>
2436 </context-group>
2437 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2438 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2432 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2439 <context-group purpose="location"> 2433 <context-group purpose="location">
2440 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2434 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -2608,23 +2602,29 @@
2608 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 2602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
2609 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2603 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2610 2604
2611 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 2605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
2606 <source>Auth plugin</source><target state="new">Auth plugin</target>
2607 <context-group purpose="location">
2608 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2609 <context context-type="linenumber">49</context>
2610 </context-group>
2611 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
2612 <source>(banned)</source><target state="new">(banned)</target> 2612 <source>(banned)</source><target state="new">(banned)</target>
2613 2613
2614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 2614 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
2615 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 2615 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
2616 2616
2617 2617
2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
2619 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target> 2619 <source>User's email must be verified to login</source><target state="new">User's email must be verified to login</target>
2620 2620
2621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 2621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
2622 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target> 2622 <source>User's email is verified / User can login without email verification</source><target state="new">User's email is verified / User can login without email verification</target>
2623 2623
2624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2625 <source>Ban reason:</source><target state="new">Ban reason:</target> 2625 <source>Ban reason:</source><target state="new">Ban reason:</target>
2626 2626
2627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2628 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 2628 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
2629 <context-group purpose="location"> 2629 <context-group purpose="location">
2630 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2630 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2673,19 +2673,13 @@
2673 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 2673 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
2674 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2674 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2675 2675
2676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 2676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2677 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2678
2679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
2680 <source>Video URL</source><target state="new">Video URL</target>
2681
2682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
2683 <source>Total size</source><target state="new">Total size</target> 2677 <source>Total size</source><target state="new">Total size</target>
2684 2678
2685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 2679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
2686 <source>List redundancies</source><target state="new">List redundancies</target> 2680 <source>List redundancies</source><target state="new">List redundancies</target>
2687 2681
2688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 2682 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
2689 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 2683 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
2690 <context-group purpose="location"> 2684 <context-group purpose="location">
2691 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 2685 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -2853,7 +2847,7 @@
2853 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 2847 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
2854 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 2848 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
2855 2849
2856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 2850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
2857 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2851 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2858 2852
2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -3896,7 +3890,7 @@
3896 <source>Change ownership</source><target state="new">Change ownership</target> 3890 <source>Change ownership</source><target state="new">Change ownership</target>
3897 3891
3898 3892
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 3893 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
3900 <source>Select the next owner</source><target state="new">Select the next owner</target> 3894 <source>Select the next owner</source><target state="new">Select the next owner</target>
3901 <context-group purpose="location"> 3895 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 3896 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index 76e74ca5d..1188735fa 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -407,20 +407,20 @@
407 <context-group name="null"> 407 <context-group name="null">
408 <context context-type="linenumber">61</context> 408 <context context-type="linenumber">61</context>
409 </context-group> 409 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 410
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 411
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 412
413 </trans-unit> 413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
414 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 414 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
415 <source>Stop at</source> 415 <source>Stop at</source>
416 <target>จบที่</target> 416 <target>จบที่</target>
417 <context-group name="null"> 417 <context-group name="null">
418 <context context-type="linenumber">112</context> 418 <context context-type="linenumber">112</context>
419 </context-group> 419 </context-group>
420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 420
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 421
422 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 422
423 </trans-unit> 423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
424 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 424 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
425 <source>Search playlists</source> 425 <source>Search playlists</source>
426 <target state="translated">ค้นหาเพลย์ลิสต์</target> 426 <target state="translated">ค้นหาเพลย์ลิสต์</target>
@@ -692,27 +692,27 @@
692 <context-group name="null"> 692 <context-group name="null">
693 <context context-type="linenumber">48</context> 693 <context context-type="linenumber">48</context>
694 </context-group> 694 </context-group>
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 695
696 </trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
698 <source>Save</source> 698 <source>Save</source>
699 <target>บันทึก</target> 699 <target>บันทึก</target>
700 <context-group name="null"> 700 <context-group name="null">
701 <context context-type="linenumber">15</context> 701 <context context-type="linenumber">15</context>
702 </context-group> 702 </context-group>
703 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 704
705 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 705
706 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 706
707 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
710 <target>ลบออกจาก <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 710 <target>ลบออกจาก <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
711 <context-group name="null"> 711 <context-group name="null">
712 <context context-type="linenumber">85</context> 712 <context context-type="linenumber">85</context>
713 </context-group> 713 </context-group>
714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 714
715 </trans-unit> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
717 <source>No results.</source> 717 <source>No results.</source>
718 <target>ไม่มีผลลัพธ์</target> 718 <target>ไม่มีผลลัพธ์</target>
@@ -3287,43 +3287,43 @@
3287 3287
3288 3288
3289 3289
3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3291 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3292 <context-group purpose="location">
3293 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3294 <context context-type="linenumber">33</context>
3295 </context-group>
3296 </trans-unit>
3291 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3297 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3292 <source>Accepted</source> 3298 <source>Accepted</source>
3293 <target state="new">Accepted</target> 3299 <target state="new">Accepted</target>
3294 3300
3295 3301
3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3297 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3303 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3298 <source>Pending</source> 3304 <source>Pending</source>
3299 <target state="new">Pending</target> 3305 <target state="new">Pending</target>
3300 3306
3301 3307
3302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3303 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3309 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3304 <source>Accept</source> 3310 <source>Accept</source>
3305 <target state="new">Accept</target> 3311 <target state="new">Accept</target>
3306 3312
3307 3313
3308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3309 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3315 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3310 <source>Refuse</source> 3316 <source>Refuse</source>
3311 <target state="new">Refuse</target> 3317 <target state="new">Refuse</target>
3312 3318
3313 3319
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3315 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3321 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3316 <context-group purpose="location"> 3322
3317 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3318 <context context-type="linenumber">55</context>
3319 </context-group>
3320 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3321 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3324 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3322 <context-group purpose="location"> 3325
3323 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3326 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3324 <context context-type="linenumber">56</context>
3325 </context-group>
3326 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3327 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3327 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3328 <context-group purpose="location"> 3328 <context-group purpose="location">
3329 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3329 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3544,33 +3544,39 @@
3544 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3544 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3545 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3545 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3546 3546
3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3548 <source>Auth plugin</source><target state="new">Auth plugin</target>
3549 <context-group purpose="location">
3550 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3551 <context context-type="linenumber">49</context>
3552 </context-group>
3553 </trans-unit>
3548 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3554 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3549 <source>(banned)</source> 3555 <source>(banned)</source>
3550 <target state="translated">(ถูกแบน)</target> 3556 <target state="translated">(ถูกแบน)</target>
3551 3557
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3553 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3559 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3554 <source>Open account in a new tab</source> 3560 <source>Open account in a new tab</source>
3555 <target state="new">Open account in a new tab</target> 3561 <target state="new">Open account in a new tab</target>
3556 3562
3557 3563
3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3564 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3559 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3565 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3560 <source>User's email must be verified to login</source> 3566 <source>User's email must be verified to login</source>
3561 <target state="new">User's email must be verified to login</target> 3567 <target state="new">User's email must be verified to login</target>
3562 3568
3563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3564 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3570 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3565 <source>User's email is verified / User can login without email verification</source> 3571 <source>User's email is verified / User can login without email verification</source>
3566 <target state="new">User's email is verified / User can login without email verification</target> 3572 <target state="new">User's email is verified / User can login without email verification</target>
3567 3573
3568 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3569 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3575 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3570 <source>Ban reason:</source> 3576 <source>Ban reason:</source>
3571 <target state="new">Ban reason:</target> 3577 <target state="new">Ban reason:</target>
3572 3578
3573 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3574 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3580 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3575 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3581 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3576 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3582 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3635,27 +3641,19 @@
3635 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3641 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3636 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3642 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3637 3643
3638 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3639 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3645
3640 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3646
3641 <target state="translated">ชื่อวิดีโอ <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3642
3643 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3644 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3645 <source>Video URL</source>
3646 <target state="new">Video URL</target>
3647
3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3649 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3647 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3650 <source>Total size</source> 3648 <source>Total size</source>
3651 <target state="new">Total size</target> 3649 <target state="new">Total size</target>
3652 3650
3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 3651 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3654 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3652 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3655 <source>List redundancies</source> 3653 <source>List redundancies</source>
3656 <target state="new">List redundancies</target> 3654 <target state="new">List redundancies</target>
3657 3655
3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3656 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3659 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3657 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3660 <context-group purpose="location"> 3658 <context-group purpose="location">
3661 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3659 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3848,7 +3846,7 @@
3848 <source>Open video in a new tab</source> 3846 <source>Open video in a new tab</source>
3849 <target state="new">Open video in a new tab</target> 3847 <target state="new">Open video in a new tab</target>
3850 3848
3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3852 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3850 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3853 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3851 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3854 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3852 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5235,9 +5233,9 @@
5235 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5233 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5236 <source>Change ownership</source> 5234 <source>Change ownership</source>
5237 <target state="translated">เปลี่ยนเจ้าของ</target> 5235 <target state="translated">เปลี่ยนเจ้าของ</target>
5238 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5236
5239 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5237
5240 </trans-unit> 5238 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5241 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5239 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5242 <source>Select the next owner</source> 5240 <source>Select the next owner</source>
5243 <target state="translated">เลือกเจ้าของคนถัดไป</target> 5241 <target state="translated">เลือกเจ้าของคนถัดไป</target>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index f02a17327..11992f082 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -444,7 +444,7 @@
444 444
445 445
446 446
447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 447 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
448 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 448 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
449 <source>Stop at</source> 449 <source>Stop at</source>
450 <target>Bitiş konumu</target> 450 <target>Bitiş konumu</target>
@@ -454,7 +454,7 @@
454 454
455 455
456 456
457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
458 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 458 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
459 <source>Search playlists</source> 459 <source>Search playlists</source>
460 <target state="new">Search playlists</target> 460 <target state="new">Search playlists</target>
@@ -683,11 +683,8 @@
683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
684 <source>Edit starts/stops at</source> 684 <source>Edit starts/stops at</source>
685 <target state="new">Edit starts/stops at</target> 685 <target state="new">Edit starts/stops at</target>
686 <context-group purpose="location"> 686
687 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
688 <context context-type="linenumber">48</context>
689 </context-group>
690 </trans-unit>
691 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 688 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
692 <source>Save</source> 689 <source>Save</source>
693 <target>Kaydet</target> 690 <target>Kaydet</target>
@@ -697,15 +694,12 @@
697 694
698 695
699 696
700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 697 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
701 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 698 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
702 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 699 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
703 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 700 <target state="new">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
704 <context-group purpose="location"> 701
705 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
706 <context context-type="linenumber">85</context>
707 </context-group>
708 </trans-unit>
709 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 703 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
710 <source>No results.</source> 704 <source>No results.</source>
711 <target state="new">No results.</target> 705 <target state="new">No results.</target>
@@ -3075,43 +3069,43 @@
3075 3069
3076 3070
3077 3071
3078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3072 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3073 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3074 <context-group purpose="location">
3075 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3076 <context context-type="linenumber">33</context>
3077 </context-group>
3078 </trans-unit>
3079 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3079 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3080 <source>Accepted</source> 3080 <source>Accepted</source>
3081 <target state="new">Accepted</target> 3081 <target state="new">Accepted</target>
3082 3082
3083 3083
3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3085 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3085 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3086 <source>Pending</source> 3086 <source>Pending</source>
3087 <target state="new">Pending</target> 3087 <target state="new">Pending</target>
3088 3088
3089 3089
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3090 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3091 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3091 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3092 <source>Accept</source> 3092 <source>Accept</source>
3093 <target state="new">Accept</target> 3093 <target state="new">Accept</target>
3094 3094
3095 3095
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3097 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3097 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3098 <source>Refuse</source> 3098 <source>Refuse</source>
3099 <target state="new">Refuse</target> 3099 <target state="new">Refuse</target>
3100 3100
3101 3101
3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3102 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3103 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3103 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3104 <context-group purpose="location"> 3104
3105 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3106 <context context-type="linenumber">55</context>
3107 </context-group>
3108 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3109 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3106 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3110 <context-group purpose="location"> 3107
3111 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3112 <context context-type="linenumber">56</context>
3113 </context-group>
3114 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3115 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3109 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3116 <context-group purpose="location"> 3110 <context-group purpose="location">
3117 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3111 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3324,31 +3318,37 @@
3324 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3318 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3325 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3319 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3326 3320
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3322 <source>Auth plugin</source><target state="new">Auth plugin</target>
3323 <context-group purpose="location">
3324 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3325 <context context-type="linenumber">49</context>
3326 </context-group>
3327 </trans-unit>
3328 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3328 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3329 <source>(banned)</source> 3329 <source>(banned)</source>
3330 <target state="new">(banned)</target> 3330 <target state="new">(banned)</target>
3331 3331
3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3333 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3333 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3334 3334
3335 3335
3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3337 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3337 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3338 <source>User's email must be verified to login</source> 3338 <source>User's email must be verified to login</source>
3339 <target state="new">User's email must be verified to login</target> 3339 <target state="new">User's email must be verified to login</target>
3340 3340
3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3342 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3342 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3343 <source>User's email is verified / User can login without email verification</source> 3343 <source>User's email is verified / User can login without email verification</source>
3344 <target state="new">User's email is verified / User can login without email verification</target> 3344 <target state="new">User's email is verified / User can login without email verification</target>
3345 3345
3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3347 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3347 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3348 <source>Ban reason:</source> 3348 <source>Ban reason:</source>
3349 <target state="new">Ban reason:</target> 3349 <target state="new">Ban reason:</target>
3350 3350
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3352 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3352 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3353 <context-group purpose="location"> 3353 <context-group purpose="location">
3354 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3354 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3409,26 +3409,17 @@
3409 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3409 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3410 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3410 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3411 3411
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3413 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3413
3414 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3414
3415 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3416
3417
3418 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3419 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3420 <source>Video URL</source>
3421 <target state="new">Video URL</target>
3422
3423 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3424 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3415 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3425 <source>Total size</source> 3416 <source>Total size</source>
3426 <target state="new">Total size</target> 3417 <target state="new">Total size</target>
3427 3418
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3429 <source>List redundancies</source><target state="new">List redundancies</target> 3420 <source>List redundancies</source><target state="new">List redundancies</target>
3430 3421
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3422 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3432 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3423 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3433 <context-group purpose="location"> 3424 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3425 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3616,7 +3607,7 @@
3616 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3607 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3617 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3608 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3618 3609
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3610 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3620 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3611 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3621 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3612 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3622 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3613 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -4913,9 +4904,9 @@
4913 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 4904 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4914 <source>Change ownership</source> 4905 <source>Change ownership</source>
4915 <target state="new">Change ownership</target> 4906 <target state="new">Change ownership</target>
4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 4907
4917 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 4908
4918 </trans-unit> 4909 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
4919 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4910 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4920 <source>Select the next owner</source> 4911 <source>Select the next owner</source>
4921 <target state="new">Select the next owner</target> 4912 <target state="new">Select the next owner</target>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 1bfa064b2..6f94608c3 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -422,17 +422,17 @@
422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
423 <source>Start at</source> 423 <source>Start at</source>
424 <target state="translated">Почати з</target> 424 <target state="translated">Почати з</target>
425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 425
426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 426
427 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 427
428 </trans-unit> 428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
429 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 429 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
430 <source>Stop at</source> 430 <source>Stop at</source>
431 <target state="translated">Зупинитися на</target> 431 <target state="translated">Зупинитися на</target>
432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 432
433 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 433
434 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 434
435 </trans-unit> 435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
436 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 436 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
437 <source>Search playlists</source> 437 <source>Search playlists</source>
438 <target state="translated">Шукати плейлісти</target> 438 <target state="translated">Шукати плейлісти</target>
@@ -667,27 +667,21 @@
667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
668 <source>Edit starts/stops at</source> 668 <source>Edit starts/stops at</source>
669 <target state="new">Edit starts/stops at</target> 669 <target state="new">Edit starts/stops at</target>
670 <context-group purpose="location"> 670
671 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
672 <context context-type="linenumber">48</context>
673 </context-group>
674 </trans-unit>
675 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 672 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
676 <source>Save</source> 673 <source>Save</source>
677 <target state="translated">Зберегти</target> 674 <target state="translated">Зберегти</target>
678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 675
679 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 676
680 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 677
681 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 678
682 </trans-unit> 679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
683 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 680 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
684 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 681 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
685 <target state="translated">Видалити з <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 682 <target state="translated">Видалити з <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
686 <context-group purpose="location"> 683
687 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
688 <context context-type="linenumber">85</context>
689 </context-group>
690 </trans-unit>
691 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 685 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
692 <source>No results.</source> 686 <source>No results.</source>
693 <target state="translated">Немає результатів.</target> 687 <target state="translated">Немає результатів.</target>
@@ -3113,43 +3107,43 @@
3113 3107
3114 3108
3115 3109
3116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3111 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3112 <context-group purpose="location">
3113 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3114 <context context-type="linenumber">33</context>
3115 </context-group>
3116 </trans-unit>
3117 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3117 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3118 <source>Accepted</source> 3118 <source>Accepted</source>
3119 <target state="new">Accepted</target> 3119 <target state="new">Accepted</target>
3120 3120
3121 3121
3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3123 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html"> 3123 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
3124 <source>Pending</source> 3124 <source>Pending</source>
3125 <target state="new">Pending</target> 3125 <target state="new">Pending</target>
3126 3126
3127 3127
3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3129 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 3129 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
3130 <source>Accept</source> 3130 <source>Accept</source>
3131 <target state="new">Accept</target> 3131 <target state="new">Accept</target>
3132 3132
3133 3133
3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3134 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3135 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html"> 3135 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
3136 <source>Refuse</source> 3136 <source>Refuse</source>
3137 <target state="new">Refuse</target> 3137 <target state="new">Refuse</target>
3138 3138
3139 3139
3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3141 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3141 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3142 <context-group purpose="location"> 3142
3143 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3144 <context context-type="linenumber">55</context>
3145 </context-group>
3146 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3147 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3144 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3148 <context-group purpose="location"> 3145
3149 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3150 <context context-type="linenumber">56</context>
3151 </context-group>
3152 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3153 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3147 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3154 <context-group purpose="location"> 3148 <context-group purpose="location">
3155 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3149 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3361,33 +3355,39 @@
3361 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3355 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3362 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3356 <target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3363 3357
3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3359 <source>Auth plugin</source><target state="new">Auth plugin</target>
3360 <context-group purpose="location">
3361 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3362 <context context-type="linenumber">49</context>
3363 </context-group>
3364 </trans-unit>
3365 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 3365 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3366 <source>(banned)</source> 3366 <source>(banned)</source>
3367 <target state="new">(banned)</target> 3367 <target state="new">(banned)</target>
3368 3368
3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit> 3369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3370 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3370 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3371 <source>Open account in a new tab</source> 3371 <source>Open account in a new tab</source>
3372 <target state="new">Open account in a new tab</target> 3372 <target state="new">Open account in a new tab</target>
3373 3373
3374 3374
3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3375 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3376 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html"> 3376 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3377 <source>User's email must be verified to login</source> 3377 <source>User's email must be verified to login</source>
3378 <target state="new">User's email must be verified to login</target> 3378 <target state="new">User's email must be verified to login</target>
3379 3379
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3381 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 3381 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3382 <source>User's email is verified / User can login without email verification</source> 3382 <source>User's email is verified / User can login without email verification</source>
3383 <target state="new">User's email is verified / User can login without email verification</target> 3383 <target state="new">User's email is verified / User can login without email verification</target>
3384 3384
3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3386 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3386 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3387 <source>Ban reason:</source> 3387 <source>Ban reason:</source>
3388 <target state="new">Ban reason:</target> 3388 <target state="new">Ban reason:</target>
3389 3389
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3391 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3391 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3392 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3392 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3393 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3393 <target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
@@ -3452,27 +3452,19 @@
3452 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3452 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3453 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3453 <target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3454 3454
3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3456 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3456
3457 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3457
3458 <target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3459
3460 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
3461 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3462 <source>Video URL</source>
3463 <target state="new">Video URL</target>
3464
3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3466 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3458 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3467 <source>Total size</source> 3459 <source>Total size</source>
3468 <target state="new">Total size</target> 3460 <target state="new">Total size</target>
3469 3461
3470 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit> 3462 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3471 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3463 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3472 <source>List redundancies</source> 3464 <source>List redundancies</source>
3473 <target state="new">List redundancies</target> 3465 <target state="new">List redundancies</target>
3474 3466
3475 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3476 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3468 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3477 <context-group purpose="location"> 3469 <context-group purpose="location">
3478 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3470 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3665,7 +3657,7 @@
3665 <source>Open video in a new tab</source> 3657 <source>Open video in a new tab</source>
3666 <target state="new">Open video in a new tab</target> 3658 <target state="new">Open video in a new tab</target>
3667 3659
3668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 3660 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
3669 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3661 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3670 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3662 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3671 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3663 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5040,9 +5032,9 @@
5040 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5032 <trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5041 <source>Change ownership</source> 5033 <source>Change ownership</source>
5042 <target state="new">Change ownership</target> 5034 <target state="new">Change ownership</target>
5043 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5035
5044 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5036
5045 </trans-unit> 5037 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5046 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5038 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5047 <source>Select the next owner</source> 5039 <source>Select the next owner</source>
5048 <target state="new">Select the next owner</target> 5040 <target state="new">Select the next owner</target>
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index f9683b9ac..ef7832f78 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -373,14 +373,14 @@
373 <context-group name="null"> 373 <context-group name="null">
374 <context context-type="linenumber">61</context> 374 <context context-type="linenumber">61</context>
375 </context-group> 375 </context-group>
376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
377 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 377 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
378 <source>Stop at</source> 378 <source>Stop at</source>
379 <target>Dừng tại</target> 379 <target>Dừng tại</target>
380 <context-group name="null"> 380 <context-group name="null">
381 <context context-type="linenumber">112</context> 381 <context context-type="linenumber">112</context>
382 </context-group> 382 </context-group>
383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 383 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit><trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
384 <source>Search playlists</source><target state="new">Search playlists</target> 384 <source>Search playlists</source><target state="new">Search playlists</target>
385 <context-group purpose="location"> 385 <context-group purpose="location">
386 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 386 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
@@ -590,25 +590,22 @@
590 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
593 <context-group purpose="location"> 593
594 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
595 <context context-type="linenumber">48</context>
596 </context-group>
597 </trans-unit>
598 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 595 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
599 <source>Save</source> 596 <source>Save</source>
600 <target>Lưu</target> 597 <target>Lưu</target>
601 <context-group name="null"> 598 <context-group name="null">
602 <context context-type="linenumber">15</context> 599 <context context-type="linenumber">15</context>
603 </context-group> 600 </context-group>
604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
605 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 602 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
606 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 603 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
607 <target>Xoá khỏi <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 604 <target>Xoá khỏi <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
608 <context-group name="null"> 605 <context-group name="null">
609 <context context-type="linenumber">85</context> 606 <context context-type="linenumber">85</context>
610 </context-group> 607 </context-group>
611 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit> 608 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
612 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 609 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
613 <source>No results.</source> 610 <source>No results.</source>
614 <target>Không có kết quả.</target> 611 <target>Không có kết quả.</target>
@@ -2849,47 +2846,47 @@
2849 2846
2850 2847
2851 2848
2852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 2849 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
2850 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
2851 <context-group purpose="location">
2852 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2853 <context context-type="linenumber">33</context>
2854 </context-group>
2855 </trans-unit>
2853 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2856 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2854 <source>Accepted</source> 2857 <source>Accepted</source>
2855 <target>Đã chấp nhận</target> 2858 <target>Đã chấp nhận</target>
2856 <context-group name="null"> 2859 <context-group name="null">
2857 <context context-type="linenumber">32</context> 2860 <context context-type="linenumber">32</context>
2858 </context-group> 2861 </context-group>
2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2860 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 2863 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2861 <source>Pending</source> 2864 <source>Pending</source>
2862 <target>Đang chờ</target> 2865 <target>Đang chờ</target>
2863 <context-group name="null"> 2866 <context-group name="null">
2864 <context context-type="linenumber">33</context> 2867 <context context-type="linenumber">33</context>
2865 </context-group> 2868 </context-group>
2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 2869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2867 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 2870 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
2868 <source>Accept</source> 2871 <source>Accept</source>
2869 <target>Chấp nhận</target> 2872 <target>Chấp nhận</target>
2870 <context-group name="null"> 2873 <context-group name="null">
2871 <context context-type="linenumber">41</context> 2874 <context context-type="linenumber">41</context>
2872 </context-group> 2875 </context-group>
2873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
2874 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 2877 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
2875 <source>Refuse</source> 2878 <source>Refuse</source>
2876 <target>Từ chối</target> 2879 <target>Từ chối</target>
2877 <context-group name="null"> 2880 <context-group name="null">
2878 <context context-type="linenumber">42</context> 2881 <context context-type="linenumber">42</context>
2879 </context-group> 2882 </context-group>
2880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 2883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
2881 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 2884 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
2882 <context-group purpose="location"> 2885
2883 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2886 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2884 <context context-type="linenumber">55</context>
2885 </context-group>
2886 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
2887 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 2887 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
2888 <context-group purpose="location"> 2888
2889 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2890 <context context-type="linenumber">56</context>
2891 </context-group>
2892 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
2893 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 2890 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
2894 <context-group purpose="location"> 2891 <context-group purpose="location">
2895 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2892 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3084,39 +3081,45 @@
3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3081 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3085 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3082 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3086 3083
3087 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3084 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3085 <source>Auth plugin</source><target state="new">Auth plugin</target>
3086 <context-group purpose="location">
3087 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3088 <context context-type="linenumber">49</context>
3089 </context-group>
3090 </trans-unit>
3088 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3091 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3089 <source>(banned)</source> 3092 <source>(banned)</source>
3090 <target>(đã bị chặn)</target> 3093 <target>(đã bị chặn)</target>
3091 <context-group name="null"> 3094 <context-group name="null">
3092 <context context-type="linenumber">65</context> 3095 <context context-type="linenumber">65</context>
3093 </context-group> 3096 </context-group>
3094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3097 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3095 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3098 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3096 3099
3097 3100
3098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3099 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3102 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3100 <source>User's email must be verified to login</source> 3103 <source>User's email must be verified to login</source>
3101 <target>Cần xác nhận địa chỉ thư của người dùng trước khi đăng nhập</target> 3104 <target>Cần xác nhận địa chỉ thư của người dùng trước khi đăng nhập</target>
3102 <context-group name="null"> 3105 <context-group name="null">
3103 <context context-type="linenumber">72</context> 3106 <context context-type="linenumber">72</context>
3104 </context-group> 3107 </context-group>
3105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3108 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3106 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3109 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3107 <source>User's email is verified / User can login without email verification</source> 3110 <source>User's email is verified / User can login without email verification</source>
3108 <target>Địa chỉ thư của người dùng đã được xác nhận / Người dùng có thể đăng nhập mà không cần xác nhận qua thư</target> 3111 <target>Địa chỉ thư của người dùng đã được xác nhận / Người dùng có thể đăng nhập mà không cần xác nhận qua thư</target>
3109 <context-group name="null"> 3112 <context-group name="null">
3110 <context context-type="linenumber">76</context> 3113 <context context-type="linenumber">76</context>
3111 </context-group> 3114 </context-group>
3112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3113 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3116 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3114 <source>Ban reason:</source> 3117 <source>Ban reason:</source>
3115 <target>Lí do chặn:</target> 3118 <target>Lí do chặn:</target>
3116 <context-group name="null"> 3119 <context-group name="null">
3117 <context context-type="linenumber">95</context> 3120 <context context-type="linenumber">95</context>
3118 </context-group> 3121 </context-group>
3119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3120 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3123 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3121 <context-group purpose="location"> 3124 <context-group purpose="location">
3122 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3125 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3164,19 +3167,13 @@
3164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3165 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3168 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3166 3169
3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3168 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3169
3170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3171 <source>Video URL</source><target state="new">Video URL</target>
3172
3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3174 <source>Total size</source><target state="new">Total size</target> 3171 <source>Total size</source><target state="new">Total size</target>
3175 3172
3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3177 <source>List redundancies</source><target state="new">List redundancies</target> 3174 <source>List redundancies</source><target state="new">List redundancies</target>
3178 3175
3179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3180 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3177 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3181 <context-group purpose="location"> 3178 <context-group purpose="location">
3182 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3179 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -3371,7 +3368,7 @@
3371 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 3368 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3372 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 3369 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
3373 3370
3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3375 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3372 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3376 3373
3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3374 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit><trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
@@ -4397,7 +4394,7 @@
4397 <source>Change ownership</source><target state="new">Change ownership</target> 4394 <source>Change ownership</source><target state="new">Change ownership</target>
4398 4395
4399 4396
4400 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 4397 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4401 <source>Select the next owner</source><target state="new">Select the next owner</target> 4398 <source>Select the next owner</source><target state="new">Select the next owner</target>
4402 <context-group purpose="location"> 4399 <context-group purpose="location">
4403 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context> 4400 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index 1d06dc2f1..0d994aca5 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -380,7 +380,7 @@
380 </context-group> 380 </context-group>
381 <context-group purpose="location"> 381 <context-group purpose="location">
382 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 382 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
383 <context context-type="linenumber">55</context> 383 <context context-type="linenumber">57</context>
384 </context-group> 384 </context-group>
385 <context-group purpose="location"> 385 <context-group purpose="location">
386 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 386 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
@@ -394,7 +394,7 @@
394 </context-group> 394 </context-group>
395 <context-group purpose="location"> 395 <context-group purpose="location">
396 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 396 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
397 <context context-type="linenumber">69</context> 397 <context context-type="linenumber">71</context>
398 </context-group> 398 </context-group>
399 <context-group purpose="location"> 399 <context-group purpose="location">
400 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context> 400 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
@@ -752,13 +752,13 @@
752 <source>Edit starts/stops at</source> 752 <source>Edit starts/stops at</source>
753 <context-group purpose="location"> 753 <context-group purpose="location">
754 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 754 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
755 <context context-type="linenumber">48</context> 755 <context context-type="linenumber">50</context>
756 </context-group> 756 </context-group>
757 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 757 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
758 <source>Save</source> 758 <source>Save</source>
759 <context-group purpose="location"> 759 <context-group purpose="location">
760 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 760 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
761 <context context-type="linenumber">80</context> 761 <context context-type="linenumber">82</context>
762 </context-group> 762 </context-group>
763 <context-group purpose="location"> 763 <context-group purpose="location">
764 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 764 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -776,7 +776,7 @@
776 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 776 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
777 <context-group purpose="location"> 777 <context-group purpose="location">
778 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 778 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
779 <context context-type="linenumber">85</context> 779 <context context-type="linenumber">88</context>
780 </context-group> 780 </context-group>
781 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 781 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
782 <source>No results.</source> 782 <source>No results.</source>
@@ -3547,7 +3547,7 @@
3547 </context-group> 3547 </context-group>
3548 <context-group purpose="location"> 3548 <context-group purpose="location">
3549 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3549 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3550 <context context-type="linenumber">49</context> 3550 <context context-type="linenumber">50</context>
3551 </context-group> 3551 </context-group>
3552 <context-group purpose="location"> 3552 <context-group purpose="location">
3553 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3553 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
@@ -3561,11 +3561,17 @@
3561 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context> 3561 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3562 <context context-type="linenumber">12</context> 3562 <context context-type="linenumber">12</context>
3563 </context-group> 3563 </context-group>
3564 </trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3565 <source>Open actor page in a new tab</source>
3566 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3568 <context context-type="linenumber">33</context>
3569 </context-group>
3564 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html"> 3570 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
3565 <source>Accepted</source> 3571 <source>Accepted</source>
3566 <context-group purpose="location"> 3572 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3573 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3568 <context context-type="linenumber">34</context> 3574 <context context-type="linenumber">39</context>
3569 </context-group> 3575 </context-group>
3570 <context-group purpose="location"> 3576 <context-group purpose="location">
3571 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3577 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
@@ -3575,7 +3581,7 @@
3575 <source>Pending</source> 3581 <source>Pending</source>
3576 <context-group purpose="location"> 3582 <context-group purpose="location">
3577 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3583 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3578 <context context-type="linenumber">35</context> 3584 <context context-type="linenumber">40</context>
3579 </context-group> 3585 </context-group>
3580 <context-group purpose="location"> 3586 <context-group purpose="location">
3581 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context> 3587 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
@@ -3585,7 +3591,7 @@
3585 <source>Accept</source> 3591 <source>Accept</source>
3586 <context-group purpose="location"> 3592 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3593 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3588 <context context-type="linenumber">42</context> 3594 <context context-type="linenumber">47</context>
3589 </context-group> 3595 </context-group>
3590 <context-group purpose="location"> 3596 <context-group purpose="location">
3591 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 3597 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -3595,7 +3601,7 @@
3595 <source>Refuse</source> 3601 <source>Refuse</source>
3596 <context-group purpose="location"> 3602 <context-group purpose="location">
3597 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3603 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3598 <context context-type="linenumber">43</context> 3604 <context context-type="linenumber">48</context>
3599 </context-group> 3605 </context-group>
3600 <context-group purpose="location"> 3606 <context-group purpose="location">
3601 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 3607 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -3605,13 +3611,13 @@
3605 <source>No follower found matching current filters.</source> 3611 <source>No follower found matching current filters.</source>
3606 <context-group purpose="location"> 3612 <context-group purpose="location">
3607 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3613 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3608 <context context-type="linenumber">55</context> 3614 <context context-type="linenumber">60</context>
3609 </context-group> 3615 </context-group>
3610 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3616 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3611 <source>Your instance doesn&apos;t have any follower.</source> 3617 <source>Your instance doesn&apos;t have any follower.</source>
3612 <context-group purpose="location"> 3618 <context-group purpose="location">
3613 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3619 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3614 <context context-type="linenumber">56</context> 3620 <context context-type="linenumber">61</context>
3615 </context-group> 3621 </context-group>
3616 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3622 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3617 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> followers</source> 3623 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> followers</source>
@@ -3709,29 +3715,41 @@
3709 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3715 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3710 <context context-type="linenumber">22</context> 3716 <context context-type="linenumber">22</context>
3711 </context-group> 3717 </context-group>
3712 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3718 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3713 <source>Video 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> 3719 <source>Video <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>
3714 <context-group purpose="location"> 3720 <context-group purpose="location">
3715 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3721 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3716 <context context-type="linenumber">23</context> 3722 <context context-type="linenumber">23</context>
3717 </context-group> 3723 </context-group>
3718 </trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3719 <source>Video URL</source>
3720 <context-group purpose="location"> 3724 <context-group purpose="location">
3721 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3725 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3722 <context context-type="linenumber">24</context> 3726 <context context-type="linenumber">24</context>
3723 </context-group> 3727 </context-group>
3724 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3728 </trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3725 <source>Total size</source> 3729 <source>Total size</source>
3726 <context-group purpose="location"> 3730 <context-group purpose="location">
3727 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3731 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3728 <context context-type="linenumber">25</context> 3732 <context context-type="linenumber">24</context>
3729 </context-group> 3733 </context-group>
3730 </trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3734 </trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3731 <source>List redundancies</source> 3735 <source>List redundancies</source>
3732 <context-group purpose="location"> 3736 <context-group purpose="location">
3733 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3737 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3734 <context context-type="linenumber">34</context> 3738 <context context-type="linenumber">33</context>
3739 </context-group>
3740 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
3741 <source>Open video in a new tab</source>
3742 <context-group purpose="location">
3743 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
3744 <context context-type="linenumber">41</context>
3745 </context-group>
3746 <context-group purpose="location">
3747 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3748 <context context-type="linenumber">42</context>
3749 </context-group>
3750 <context-group purpose="location">
3751 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3752 <context context-type="linenumber">74</context>
3735 </context-group> 3753 </context-group>
3736 </trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3754 </trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3737 <source>Your instance doesn&apos;t mirror any video.</source> 3755 <source>Your instance doesn&apos;t mirror any video.</source>
@@ -4022,17 +4040,23 @@
4022 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4040 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4023 <context context-type="linenumber">47</context> 4041 <context context-type="linenumber">47</context>
4024 </context-group> 4042 </context-group>
4043 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
4044 <source>Auth plugin</source>
4045 <context-group purpose="location">
4046 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4047 <context context-type="linenumber">49</context>
4048 </context-group>
4025 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html"> 4049 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
4026 <source>(banned)</source> 4050 <source>(banned)</source>
4027 <context-group purpose="location"> 4051 <context-group purpose="location">
4028 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4052 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4029 <context context-type="linenumber">81</context> 4053 <context context-type="linenumber">82</context>
4030 </context-group> 4054 </context-group>
4031 </trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 4055 </trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
4032 <source>Open account in a new tab</source> 4056 <source>Open account in a new tab</source>
4033 <context-group purpose="location"> 4057 <context-group purpose="location">
4034 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4058 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4035 <context context-type="linenumber">68</context> 4059 <context context-type="linenumber">69</context>
4036 </context-group> 4060 </context-group>
4037 <context-group purpose="location"> 4061 <context-group purpose="location">
4038 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4062 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
@@ -4046,19 +4070,19 @@
4046 <source>User&apos;s email must be verified to login</source> 4070 <source>User&apos;s email must be verified to login</source>
4047 <context-group purpose="location"> 4071 <context-group purpose="location">
4048 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4072 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4049 <context context-type="linenumber">88</context> 4073 <context context-type="linenumber">89</context>
4050 </context-group> 4074 </context-group>
4051 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html"> 4075 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
4052 <source>User&apos;s email is verified / User can login without email verification</source> 4076 <source>User&apos;s email is verified / User can login without email verification</source>
4053 <context-group purpose="location"> 4077 <context-group purpose="location">
4054 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4078 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4055 <context context-type="linenumber">92</context> 4079 <context context-type="linenumber">93</context>
4056 </context-group> 4080 </context-group>
4057 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 4081 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
4058 <source>Ban reason:</source> 4082 <source>Ban reason:</source>
4059 <context-group purpose="location"> 4083 <context-group purpose="location">
4060 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4084 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4061 <context context-type="linenumber">111</context> 4085 <context context-type="linenumber">118</context>
4062 </context-group> 4086 </context-group>
4063 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 4087 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
4064 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> users</source> 4088 <source>Showing <x id="INTERPOLATION" equiv-text="{{&apos;{first}&apos;}}"/> to <x id="INTERPOLATION_1" equiv-text="{{&apos;{last}&apos;}}"/> of <x id="INTERPOLATION_2" equiv-text="{{&apos;{totalRecords}&apos;}}"/> users</source>
@@ -4106,12 +4130,6 @@
4106 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 4130 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
4107 <context context-type="linenumber">13</context> 4131 <context context-type="linenumber">13</context>
4108 </context-group> 4132 </context-group>
4109 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
4110 <source>Video <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>
4111 <context-group purpose="location">
4112 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4113 <context context-type="linenumber">24</context>
4114 </context-group>
4115 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html"> 4133 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
4116 <source>Sensitive</source> 4134 <source>Sensitive</source>
4117 <context-group purpose="location"> 4135 <context-group purpose="location">
@@ -4140,16 +4158,6 @@
4140 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 4158 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4141 <context context-type="linenumber">89</context> 4159 <context context-type="linenumber">89</context>
4142 </context-group> 4160 </context-group>
4143 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4144 <source>Open video in a new tab</source>
4145 <context-group purpose="location">
4146 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
4147 <context context-type="linenumber">42</context>
4148 </context-group>
4149 <context-group purpose="location">
4150 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
4151 <context context-type="linenumber">74</context>
4152 </context-group>
4153 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html"> 4161 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
4154 <source>Actions</source> 4162 <source>Actions</source>
4155 <context-group purpose="location"> 4163 <context-group purpose="location">
@@ -5452,7 +5460,7 @@
5452 </context-group> 5460 </context-group>
5453 <context-group purpose="location"> 5461 <context-group purpose="location">
5454 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5462 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5455 <context context-type="linenumber">30</context> 5463 <context context-type="linenumber">31</context>
5456 </context-group> 5464 </context-group>
5457 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html"> 5465 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
5458 <source>Select the next owner</source> 5466 <source>Select the next owner</source>
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index b18e9afab..bfcd5bd7f 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -436,7 +436,7 @@
436 436
437 437
438 438
439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit> 439 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
440 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 440 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
441 <source>Stop at</source> 441 <source>Stop at</source>
442 <target>停止时间:</target> 442 <target>停止时间:</target>
@@ -446,7 +446,7 @@
446 446
447 447
448 448
449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit> 449 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
450 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 450 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
451 <source>Search playlists</source> 451 <source>Search playlists</source>
452 <target state="new">Search playlists</target> 452 <target state="new">Search playlists</target>
@@ -704,8 +704,8 @@
704 <context-group name="null"> 704 <context-group name="null">
705 <context context-type="linenumber">48</context> 705 <context context-type="linenumber">48</context>
706 </context-group> 706 </context-group>
707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 707
708 </trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
709 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 709 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
710 <source>Save</source> 710 <source>Save</source>
711 <target>保存</target> 711 <target>保存</target>
@@ -716,15 +716,15 @@
716 716
717 717
718 718
719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 720 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 721 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
722 <target>从 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 中删除</target> 722 <target>从 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 中删除</target>
723 <context-group name="null"> 723 <context-group name="null">
724 <context context-type="linenumber">85</context> 724 <context context-type="linenumber">85</context>
725 </context-group> 725 </context-group>
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 726
727 </trans-unit> 727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
728 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 728 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
729 <source>No results.</source> 729 <source>No results.</source>
730 <target>没有结果。</target> 730 <target>没有结果。</target>
@@ -3474,7 +3474,13 @@
3474 3474
3475 3475
3476 3476
3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3478 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3479 <context-group purpose="location">
3480 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3481 <context context-type="linenumber">33</context>
3482 </context-group>
3483 </trans-unit>
3478 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3484 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3479 <source>Accepted</source> 3485 <source>Accepted</source>
3480 <target>已接受</target> 3486 <target>已接受</target>
@@ -3483,7 +3489,7 @@
3483 </context-group> 3489 </context-group>
3484 3490
3485 3491
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 3492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3487 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3493 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3488 <source>Pending</source> 3494 <source>Pending</source>
3489 <target>等待中</target> 3495 <target>等待中</target>
@@ -3492,7 +3498,7 @@
3492 </context-group> 3498 </context-group>
3493 3499
3494 3500
3495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3496 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3502 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3497 <source>Accept</source> 3503 <source>Accept</source>
3498 <target>接受</target> 3504 <target>接受</target>
@@ -3501,7 +3507,7 @@
3501 </context-group> 3507 </context-group>
3502 3508
3503 3509
3504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3505 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3511 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3506 <source>Refuse</source> 3512 <source>Refuse</source>
3507 <target>拒绝</target> 3513 <target>拒绝</target>
@@ -3510,19 +3516,13 @@
3510 </context-group> 3516 </context-group>
3511 3517
3512 3518
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3519 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3514 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target> 3520 <source>No follower found matching current filters.</source><target state="new">No follower found matching current filters.</target>
3515 <context-group purpose="location"> 3521
3516 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3517 <context context-type="linenumber">55</context>
3518 </context-group>
3519 </trans-unit><trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3520 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target> 3523 <source>Your instance doesn't have any follower.</source><target state="new">Your instance doesn't have any follower.</target>
3521 <context-group purpose="location"> 3524
3522 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3523 <context context-type="linenumber">56</context>
3524 </context-group>
3525 </trans-unit><trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3526 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target> 3526 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</target>
3527 <context-group purpose="location"> 3527 <context-group purpose="location">
3528 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3528 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
@@ -3766,7 +3766,13 @@
3766 <context context-type="linenumber">42</context> 3766 <context context-type="linenumber">42</context>
3767 </context-group> 3767 </context-group>
3768 3768
3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3770 <source>Auth plugin</source><target state="new">Auth plugin</target>
3771 <context-group purpose="location">
3772 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3773 <context context-type="linenumber">49</context>
3774 </context-group>
3775 </trans-unit>
3770 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3776 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3771 <source>(banned)</source> 3777 <source>(banned)</source>
3772 <target>(已封禁)</target> 3778 <target>(已封禁)</target>
@@ -3774,11 +3780,11 @@
3774 <context context-type="linenumber">65</context> 3780 <context context-type="linenumber">65</context>
3775 </context-group> 3781 </context-group>
3776 3782
3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3783 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3778 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target> 3784 <source>Open account in a new tab</source><target state="new">Open account in a new tab</target>
3779 3785
3780 3786
3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3782 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3788 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3783 <source>User's email must be verified to login</source> 3789 <source>User's email must be verified to login</source>
3784 <target>用户的邮件通过验证后才可以登录</target> 3790 <target>用户的邮件通过验证后才可以登录</target>
@@ -3786,7 +3792,7 @@
3786 <context context-type="linenumber">72</context> 3792 <context context-type="linenumber">72</context>
3787 </context-group> 3793 </context-group>
3788 3794
3789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3790 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3796 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3791 <source>User's email is verified / User can login without email verification</source> 3797 <source>User's email is verified / User can login without email verification</source>
3792 <target>用户的邮件已通过验证/用户毋需验证邮件即可登录</target> 3798 <target>用户的邮件已通过验证/用户毋需验证邮件即可登录</target>
@@ -3794,7 +3800,7 @@
3794 <context context-type="linenumber">76</context> 3800 <context context-type="linenumber">76</context>
3795 </context-group> 3801 </context-group>
3796 3802
3797 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit> 3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3798 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3804 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3799 <source>Ban reason:</source> 3805 <source>Ban reason:</source>
3800 <target>封禁理由:</target> 3806 <target>封禁理由:</target>
@@ -3802,7 +3808,7 @@
3802 <context context-type="linenumber">95</context> 3808 <context context-type="linenumber">95</context>
3803 </context-group> 3809 </context-group>
3804 3810
3805 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3806 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target> 3812 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source><target state="new">Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</target>
3807 <context-group purpose="location"> 3813 <context-group purpose="location">
3808 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3814 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3860,24 +3866,14 @@
3860 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3866 </trans-unit><trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3861 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3867 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="new">Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3862 3868
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 3869 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3864 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3870 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3865 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3866 <target>视频标题 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3867 <context-group name="null">
3868 <context context-type="linenumber">8</context>
3869 </context-group>
3870
3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3872 <source>Video URL</source><target state="new">Video URL</target>
3873
3874 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3875 <source>Total size</source><target state="new">Total size</target> 3871 <source>Total size</source><target state="new">Total size</target>
3876 3872
3877 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit><trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3878 <source>List redundancies</source><target state="new">List redundancies</target> 3874 <source>List redundancies</source><target state="new">List redundancies</target>
3879 3875
3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3876 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3881 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target> 3877 <source>Your instance doesn't mirror any video.</source><target state="new">Your instance doesn't mirror any video.</target>
3882 <context-group purpose="location"> 3878 <context-group purpose="location">
3883 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context> 3879 <context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context>
@@ -4095,7 +4091,7 @@
4095 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4091 </trans-unit><trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4096 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target> 4092 <source>Open video in a new tab</source><target state="new">Open video in a new tab</target>
4097 4093
4098 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit> 4094 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4099 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4095 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4100 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 4096 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4101 <target>状态 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 4097 <target>状态 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
@@ -5501,9 +5497,9 @@
5501 <context-group name="null"> 5497 <context-group name="null">
5502 <context context-type="linenumber">22</context> 5498 <context context-type="linenumber">22</context>
5503 </context-group> 5499 </context-group>
5504 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5500
5505 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5501
5506 </trans-unit> 5502 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5507 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5503 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5508 <source>Select the next owner</source> 5504 <source>Select the next owner</source>
5509 <target>选择新的所有者</target> 5505 <target>选择新的所有者</target>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index 3474956f8..275aa08f4 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> 發佈了新影片:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被解除黑名單 </target> 284 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被解除黑名單 </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被列入黑名單 </target> 289 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被列入黑名單 </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>新的影片濫用<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已建立於影片 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">最近新增的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已被 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>自動加入黑名單<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已在您的影片上留言 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已發佈 </target> 320 <target state="translated">您的影片 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已發佈 </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 成功 </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>您的影片匯入<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> 失敗 </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 已於您的站臺註冊 </target> 335 <target state="translated">使用者 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 已於您的站臺註冊 </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 正在追蹤 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>您的頻道 <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 提及您於 <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>影片 <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">您的站臺有 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>新的追蹤者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> 正等候您的批准<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">您的站臺已自動追蹤 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -397,20 +405,20 @@
397 <context-group name="null"> 405 <context-group name="null">
398 <context context-type="linenumber">61</context> 406 <context context-type="linenumber">61</context>
399 </context-group> 407 </context-group>
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group> 408
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">55</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">75</context></context-group></trans-unit>
404 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 412 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
405 <source>Stop at</source> 413 <source>Stop at</source>
406 <target>停止於</target> 414 <target>停止於</target>
407 <context-group name="null"> 415 <context-group name="null">
408 <context context-type="linenumber">112</context> 416 <context context-type="linenumber">112</context>
409 </context-group> 417 </context-group>
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group> 418
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">69</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">106</context></context-group></trans-unit>
414 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html"> 422 <trans-unit id="8efba03f22550a671ee2c2c6dfd1ff03ea047700" datatype="html">
415 <source>Search playlists</source> 423 <source>Search playlists</source>
416 <target state="translated">搜尋播放清單</target> 424 <target state="translated">搜尋播放清單</target>
@@ -535,8 +543,8 @@
535 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group> 543 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">3</context></context-group>
536 </trans-unit> 544 </trans-unit>
537 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 545 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
538 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </source> 546 <source>Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and will be forwarded to the video origin (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </source>
539 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> 的管理員,同時也會轉發給影片來源 (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 547 <target state="translated">您的回報將會傳送給 <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> 的管理員,同時也會轉發給影片來源 (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) <x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
540 <context-group purpose="location"> 548 <context-group purpose="location">
541 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
542 <context context-type="linenumber">9</context> 550 <context context-type="linenumber">9</context>
@@ -684,27 +692,27 @@
684 <context-group name="null"> 692 <context-group name="null">
685 <context context-type="linenumber">48</context> 693 <context context-type="linenumber">48</context>
686 </context-group> 694 </context-group>
687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">48</context></context-group> 695
688 </trans-unit> 696 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
689 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe"> 697 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
690 <source>Save</source> 698 <source>Save</source>
691 <target>儲存</target> 699 <target>儲存</target>
692 <context-group name="null"> 700 <context-group name="null">
693 <context context-type="linenumber">15</context> 701 <context context-type="linenumber">15</context>
694 </context-group> 702 </context-group>
695 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group> 703
696 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group> 704
697 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group> 705
698 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group> 706
699 </trans-unit> 707 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">82</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
700 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 708 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
701 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 709 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
702 <target>從 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 刪除</target> 710 <target>從 <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/> 刪除</target>
703 <context-group name="null"> 711 <context-group name="null">
704 <context context-type="linenumber">85</context> 712 <context context-type="linenumber">85</context>
705 </context-group> 713 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">85</context></context-group> 714
707 </trans-unit> 715 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
708 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e"> 716 <trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e">
709 <source>No results.</source> 717 <source>No results.</source>
710 <target>沒有結果。</target> 718 <target>沒有結果。</target>
@@ -832,10 +840,13 @@
832 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group> 840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">63</context></context-group>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>遠端訂閱<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>遠端實體<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,9 +854,12 @@
843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 857 <source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
847 <target> 861 <target>
848 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 862 您可以透過任何支援 ActivityPub 協定的聯盟實體訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
849 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 863 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
850 </target> 864 </target>
851 <context-group name="null"> 865 <context-group name="null">
@@ -854,9 +868,12 @@
854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group> 868 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">17</context></context-group>
855 </trans-unit> 869 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
857 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 871 <source>
872 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
858 <target> 875 <target>
859 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 876 您可以透過任何支援 ActivityPub 協定的聯盟實體與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
860 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 877 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。
861 </target> 878 </target>
862 <context-group name="null"> 879 <context-group name="null">
@@ -873,10 +890,13 @@
873 </context-group> 890 </context-group>
874 </trans-unit> 891 </trans-unit>
875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 892 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
876 <source><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </source> 893 <source>
894 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
895 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
896 </source>
877 <target> 897 <target>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 898 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>預設的 NSFW/敏感影片政策<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>可以被使用者重新定義<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 </target> 900 </target>
881 <context-group name="null"> 901 <context-group name="null">
882 <context context-type="linenumber">5</context> 902 <context context-type="linenumber">5</context>
@@ -935,9 +955,9 @@
935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group>
936 </trans-unit> 956 </trans-unit>
937 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 957 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
938 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 958 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
939 <target> 959 <target>
940 無限 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 960 無限 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
941 </target> 961 </target>
942 <context-group name="null"> 962 <context-group name="null">
943 <context context-type="linenumber">53</context> 963 <context context-type="linenumber">53</context>
@@ -1135,8 +1155,8 @@
1135 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1155 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1136 </trans-unit> 1156 </trans-unit>
1137 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1157 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1138 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1158 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1139 <target state="translated">抱歉,但外部登入流程有問題。請<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> 1159 <target state="translated">抱歉,但外部登入流程有問題。請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>聯絡管理員<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
1140 <context-group purpose="location"> 1160 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/login/login.component.html</context> 1161 <context context-type="sourcefile">src/app/login/login.component.html</context>
1142 <context context-type="linenumber">6</context> 1162 <context context-type="linenumber">6</context>
@@ -1151,8 +1171,15 @@
1151 </context-group> 1171 </context-group>
1152 </trans-unit> 1172 </trans-unit>
1153 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1173 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1154 <source>Currently this instance doesn't allow for user registration, but you can find an instance that gives you the possibility to sign up for an account and upload your videos there. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1174 <source>
1155 <target state="translated">目前此站臺不允許使用者註冊,但您可以找到讓您可以註冊帳號並上傳影片的站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 在許多站臺中尋找您喜歡的,在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 1175 Currently this instance doesn't allow for user registration, but you can find an instance
1176 that gives you the possibility to sign up for an account and upload your videos there.
1177
1178 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1179
1180 Find yours among multiple instances at <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1181 </source>
1182 <target state="translated">目前此站臺不允許使用者註冊,但您可以找到讓您可以註冊帳號並上傳影片的站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 在許多站臺中尋找您喜歡的,在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
1156 <context-group purpose="location"> 1183 <context-group purpose="location">
1157 <context context-type="sourcefile">src/app/login/login.component.html</context> 1184 <context context-type="sourcefile">src/app/login/login.component.html</context>
1158 <context context-type="linenumber">16</context> 1185 <context context-type="linenumber">16</context>
@@ -1320,9 +1347,9 @@
1320 </context-group> 1347 </context-group>
1321 </trans-unit> 1348 </trans-unit>
1322 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1349 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1323 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1350 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1324 <target> 1351 <target>
1325 為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1352 為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1326 </target> 1353 </target>
1327 <context-group name="null"> 1354 <context-group name="null">
1328 <context context-type="linenumber">6</context> 1355 <context context-type="linenumber">6</context>
@@ -1330,10 +1357,13 @@
1330 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1357 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1331 </trans-unit> 1358 </trans-unit>
1332 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1359 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1333 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1360 <source>
1361 Filters
1362 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1363 </source>
1334 <target> 1364 <target>
1335 過濾器 1365 過濾器
1336 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1366 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1337 </target> 1367 </target>
1338 <context-group name="null"> 1368 <context-group name="null">
1339 <context context-type="linenumber">16</context> 1369 <context context-type="linenumber">16</context>
@@ -1365,7 +1395,8 @@
1365 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1395 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1366 </trans-unit> 1396 </trans-unit>
1367 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1397 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1368 <source>CLI documentation</source> 1398 <source>CLI
1399 documentation</source>
1369 <target>CLI 1400 <target>CLI
1370 文件</target> 1401 文件</target>
1371 <context-group name="null"> 1402 <context-group name="null">
@@ -1382,7 +1413,8 @@
1382 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1383 </trans-unit> 1414 </trans-unit>
1384 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1415 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1385 <source>Administer documentation</source> 1416 <source>Administer
1417 documentation</source>
1386 <target>管理員 1418 <target>管理員
1387 文件</target> 1419 文件</target>
1388 <context-group name="null"> 1420 <context-group name="null">
@@ -1399,7 +1431,8 @@
1399 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1431 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1400 </trans-unit> 1432 </trans-unit>
1401 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1433 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1402 <source>Use documentation</source> 1434 <source>Use
1435 documentation</source>
1403 <target>使用 1436 <target>使用
1404 文件</target> 1437 文件</target>
1405 <context-group name="null"> 1438 <context-group name="null">
@@ -1424,16 +1457,16 @@
1424 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1457 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1425 </trans-unit> 1458 </trans-unit>
1426 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1459 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1427 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1460 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1428 <target>PeerTube 官方網頁(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1461 <target>PeerTube 官方網頁(新聞、支援、貢獻……):<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1429 <context-group name="null"> 1462 <context-group name="null">
1430 <context context-type="linenumber">44</context> 1463 <context context-type="linenumber">44</context>
1431 </context-group> 1464 </context-group>
1432 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1465 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1433 </trans-unit> 1466 </trans-unit>
1434 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1467 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1435 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1468 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1436 <target>將您的站臺放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1469 <target>將您的站臺放在公開的 PeerTube 索引中:<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1437 </target> 1470 </target>
1438 <context-group name="null"> 1471 <context-group name="null">
1439 <context context-type="linenumber">47</context> 1472 <context context-type="linenumber">47</context>
@@ -1449,10 +1482,14 @@
1449 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1482 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1450 </trans-unit> 1483 </trans-unit>
1451 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1484 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1452 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1485 <source>
1486 Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,
1487 why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1488 is very important for visitors to understand on what type of instance they are.
1489 </source>
1453 <target> 1490 <target>
1454 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>、 1491 選擇您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>站臺名稱<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>設定描述<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、指定<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您是誰<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>、
1455 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1492 為什麼<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您要建立您自己的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>與<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您計畫<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>要<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>維護它多久<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1456 都對訪客了解他們正在哪種站臺上非常重要。 1493 都對訪客了解他們正在哪種站臺上非常重要。
1457 </target> 1494 </target>
1458 <context-group name="null"> 1495 <context-group name="null">
@@ -1461,12 +1498,18 @@
1461 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1498 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1462 </trans-unit> 1499 </trans-unit>
1463 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1500 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1464 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1501 <source>
1502 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1503 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1504 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1505 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1506 PeerTube instance.
1507 </source>
1465 <target> 1508 <target>
1466 如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>您的管理規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>站臺 1509 如果您想要開放註冊,請決定好<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>您的管理規則<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,填寫您的<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>站臺
1467 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1510 條款<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1468 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the 1511 並指定分類與您說的語言。這樣,您就可以協助使用者在<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1469 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1512 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1470 PeerTube 站臺上註冊。 1513 PeerTube 站臺上註冊。
1471 </target> 1514 </target>
1472 <context-group name="null"> 1515 <context-group name="null">
@@ -1565,8 +1608,11 @@
1565 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">21</context></context-group>
1566 </trans-unit> 1609 </trans-unit>
1567 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1610 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1568 <source>Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1611 <source>
1569 <target state="translated">請考慮設定這些欄位以協助人們選擇<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>適合的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>。沒有它們,您的站臺可能無法在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>上顯示。 </target> 1612 Please consider to configure these fields to help people to choose <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the appropriate instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1613 Without them, your instance may not be referenced on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1614 </source>
1615 <target state="translated">請考慮設定這些欄位以協助人們選擇<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>適合的站臺<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>。沒有它們,您的站臺可能無法在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube 網站<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>上顯示。 </target>
1570 <context-group purpose="location"> 1616 <context-group purpose="location">
1571 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1617 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1572 <context context-type="linenumber">24</context> 1618 <context context-type="linenumber">24</context>
@@ -1999,8 +2045,11 @@
1999 </context-group> 2045 </context-group>
2000 </trans-unit> 2046 </trans-unit>
2001 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2047 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2002 <source>Jump to channel <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 2048 <source>
2003 <target state="translated">跳到頻道 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2049 Jump to channel
2050 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2051 </source>
2052 <target state="translated">跳到頻道 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2004 <context-group purpose="location"> 2053 <context-group purpose="location">
2005 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2054 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2006 <context context-type="linenumber">18</context> 2055 <context context-type="linenumber">18</context>
@@ -2238,8 +2287,12 @@
2238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group> 2287 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">229</context></context-group>
2239 </trans-unit> 2288 </trans-unit>
2240 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2289 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2241 <source>Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Press Enter to add a new tag. </source> 2290 <source>
2242 <target state="translated">標籤可用於相關建議。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>最多可有 5 個標艱。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>按下 Enter 以加入新的標籤。 </target> 2291 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2292 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2293 Press Enter to add a new tag.
2294 </source>
2295 <target state="translated">標籤可用於相關建議。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>最多可有 5 個標艱。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>按下 Enter 以加入新的標籤。 </target>
2243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group> 2296 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">23</context></context-group>
2244 </trans-unit> 2297 </trans-unit>
2245 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2298 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2404,7 +2457,7 @@
2404 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group> 2457 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">180</context></context-group>
2405 </trans-unit> 2458 </trans-unit>
2406 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2459 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2407 <source>Already uploaded ✔</source> 2460 <source>Already uploaded ✔</source>
2408 <target>已上傳 ✔</target> 2461 <target>已上傳 ✔</target>
2409 <context-group name="null"> 2462 <context-group name="null">
2410 <context context-type="linenumber">179</context> 2463 <context context-type="linenumber">179</context>
@@ -2535,9 +2588,13 @@
2535 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group> 2588 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">33</context></context-group>
2536 </trans-unit> 2589 </trans-unit>
2537 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2590 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2538 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2591 <source>
2592 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2593 or URL that points to a raw MP4 file.
2594 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2595 </source>
2539 <target> 2596 <target>
2540 您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 2597 您可以匯入任何 URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2541 或指向原始 MP4 檔案的 URL。 2598 或指向原始 MP4 檔案的 URL。
2542 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。 2599 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。
2543 </target> 2600 </target>
@@ -2600,10 +2657,14 @@
2600 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group> 2657 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">31</context></context-group>
2601 </trans-unit> 2658 </trans-unit>
2602 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2659 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2603 <source>Image that will be merged with your audio file. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> The chosen image will be definitive and cannot be modified. </source> 2660 <source>
2661 Image that will be merged with your audio file.
2662 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2663 The chosen image will be definitive and cannot be modified.
2664 </source>
2604 <target> 2665 <target>
2605 圖片將會被合併到您的音訊檔中。 2666 圖片將會被合併到您的音訊檔中。
2606 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2667 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2607 選定的圖片將無法修改。 2668 選定的圖片將無法修改。
2608 </target> 2669 </target>
2609 <context-group name="null"> 2670 <context-group name="null">
@@ -2673,7 +2734,10 @@
2673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group> 2734 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">13</context></context-group>
2674 </trans-unit> 2735 </trans-unit>
2675 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2736 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2676 <source>You can import any torrent file that points to a mp4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.</source> 2737 <source>
2738 You can import any torrent file that points to a mp4 file.
2739 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2740 </source>
2677 <target> 2741 <target>
2678 您可以匯入任何指向 mp4 檔案的 torrent 檔案。 2742 您可以匯入任何指向 mp4 檔案的 torrent 檔案。
2679 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。 2743 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。
@@ -2692,8 +2756,12 @@
2692 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group> 2756 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">56</context></context-group>
2693 </trans-unit> 2757 </trans-unit>
2694 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2758 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2695 <source>We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> user to publish your videos, since it's the super-admin account of your instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to upload your videos. </source> 2759 <source>
2696 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>請<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> 2760 We recommend you to not use the <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> user to publish your videos, since it's the super-admin account of your instance.
2761 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2762 Instead, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>create a dedicated account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to upload your videos.
2763 </source>
2764 <target state="translated">我們建議您不要使用 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 使用者發佈您的影片,因為這是您站臺的超級管理員帳號。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>請<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>建立專用的帳號<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來上傳您的影片。 </target>
2697 <context-group purpose="location"> 2765 <context-group purpose="location">
2698 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2766 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2699 <context context-type="linenumber">2</context> 2767 <context context-type="linenumber">2</context>
@@ -2935,16 +3003,16 @@
2935 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group> 3003 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2936 </trans-unit> 3004 </trans-unit>
2937 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 3005 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2938 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3006 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2939 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3007 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2940 <context-group purpose="location"> 3008 <context-group purpose="location">
2941 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3009 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2942 <context context-type="linenumber">45</context> 3010 <context context-type="linenumber">45</context>
2943 </context-group> 3011 </context-group>
2944 </trans-unit> 3012 </trans-unit>
2945 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 3013 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2946 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 3014 <source>Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
2947 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 3015 <target state="translated">已發佈 <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> 檢視<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2948 <context-group purpose="location"> 3016 <context-group purpose="location">
2949 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 3017 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2950 <context context-type="linenumber">56</context> 3018 <context context-type="linenumber">56</context>
@@ -3237,7 +3305,11 @@
3237 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group>
3238 </trans-unit> 3306 </trans-unit>
3239 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3307 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3240 <source>You can comment using an account on any ActivityPub-compatible instance. On most platforms, you can find the video by typing its URL in the search bar and then comment it from within the software's interface.</source> 3308 <source>
3309 You can comment using an account on any ActivityPub-compatible instance.
3310 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3311 from within the software's interface.
3312 </source>
3241 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target> 3313 <target state="translated">您可以使用任何相容於 ActivityPub 的站臺上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找影片,並從軟體界面中留言。</target>
3242 <context-group purpose="location"> 3314 <context-group purpose="location">
3243 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3315 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3419,17 +3491,23 @@
3419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group> 3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">51</context></context-group>
3420 </trans-unit> 3492 </trans-unit>
3421 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3493 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3422 <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> 3494 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3423 <target><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> 3495 <target><x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 建立</target>
3424 <context-group name="null"> 3496 <context-group name="null">
3425 <context context-type="linenumber">11</context> 3497 <context context-type="linenumber">11</context>
3426 </context-group> 3498 </context-group>
3427 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3499
3428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3500
3429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">49</context></context-group> 3501
3430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group> 3502
3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group> 3503
3432 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group> 3504
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="9c9e0eb0ce8abea8b4c7c5dbb6e80a9a5f5b4193" datatype="html">
3506 <source>Open actor page in a new tab</source><target state="new">Open actor page in a new tab</target>
3507 <context-group purpose="location">
3508 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3509 <context context-type="linenumber">33</context>
3510 </context-group>
3433 </trans-unit> 3511 </trans-unit>
3434 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 3512 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
3435 <source>Accepted</source> 3513 <source>Accepted</source>
@@ -3437,52 +3515,46 @@
3437 <context-group name="null"> 3515 <context-group name="null">
3438 <context context-type="linenumber">32</context> 3516 <context context-type="linenumber">32</context>
3439 </context-group> 3517 </context-group>
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">34</context></context-group> 3518
3441 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group> 3519
3442 </trans-unit> 3520 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
3443 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 3521 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
3444 <source>Pending</source> 3522 <source>Pending</source>
3445 <target>擱置中</target> 3523 <target>擱置中</target>
3446 <context-group name="null"> 3524 <context-group name="null">
3447 <context context-type="linenumber">33</context> 3525 <context context-type="linenumber">33</context>
3448 </context-group> 3526 </context-group>
3449 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">35</context></context-group> 3527
3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group> 3528
3451 </trans-unit> 3529 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3452 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645"> 3530 <trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645">
3453 <source>Accept</source> 3531 <source>Accept</source>
3454 <target>接受</target> 3532 <target>接受</target>
3455 <context-group name="null"> 3533 <context-group name="null">
3456 <context context-type="linenumber">41</context> 3534 <context context-type="linenumber">41</context>
3457 </context-group> 3535 </context-group>
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">42</context></context-group> 3536
3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group> 3537
3460 </trans-unit> 3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">47</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
3461 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2"> 3539 <trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2">
3462 <source>Refuse</source> 3540 <source>Refuse</source>
3463 <target>拒絕</target> 3541 <target>拒絕</target>
3464 <context-group name="null"> 3542 <context-group name="null">
3465 <context context-type="linenumber">42</context> 3543 <context context-type="linenumber">42</context>
3466 </context-group> 3544 </context-group>
3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">43</context></context-group> 3545
3468 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group> 3546
3469 </trans-unit> 3547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
3470 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html"> 3548 <trans-unit id="ff772a40114c96a96d8f2bfe0394658eda5a51ca" datatype="html">
3471 <source>No follower found matching current filters.</source> 3549 <source>No follower found matching current filters.</source>
3472 <target state="translated">沒有符合目前過濾器的追隨者。</target> 3550 <target state="translated">沒有符合目前過濾器的追隨者。</target>
3473 <context-group purpose="location"> 3551
3474 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
3475 <context context-type="linenumber">55</context>
3476 </context-group>
3477 </trans-unit>
3478 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html"> 3553 <trans-unit id="2bea79363bdef3300bdcad9ef20a680c05e9f781" datatype="html">
3479 <source>Your instance doesn't have any follower.</source> 3554 <source>Your instance doesn't have any follower.</source>
3480 <target state="translated">您的站臺沒有任何追隨者。</target> 3555 <target state="translated">您的站臺沒有任何追隨者。</target>
3481 <context-group purpose="location"> 3556
3482 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3483 <context context-type="linenumber">56</context>
3484 </context-group>
3485 </trans-unit>
3486 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html"> 3558 <trans-unit id="57295ef79276c604cc86f130c0046469e150f7cd" datatype="html">
3487 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source> 3559 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> followers</source>
3488 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/>全部共有 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 個追隨者</target> 3560 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/>全部共有 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 個追隨者</target>
@@ -3508,8 +3580,8 @@
3508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3580 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3509 </trans-unit> 3581 </trans-unit>
3510 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3582 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3511 <source>Redundancy allowed <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> 3583 <source>Redundancy allowed <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3512 <target state="translated">允許冗餘 <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> 3584 <target state="translated">允許冗餘 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3514 </trans-unit> 3586 </trans-unit>
3515 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3587 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3628,8 +3700,11 @@
3628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3629 </trans-unit> 3701 </trans-unit>
3630 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3702 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3631 <source>Transcoding is enabled. The video quota only takes into 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 size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </source> 3703 <source>
3632 <target state="translated">轉換編碼已啟用。影片配額僅考慮<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>原始<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>影片大小。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target> 3704 Transcoding is enabled. The video quota only takes into account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video size. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3705 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3706 </source>
3707 <target state="translated">轉換編碼已啟用。影片配額僅考慮<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>原始<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>影片大小。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 此使用者最多只能上傳 ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>。 </target>
3633 <context-group purpose="location"> 3708 <context-group purpose="location">
3634 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3709 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3635 <context context-type="linenumber">148</context> 3710 <context context-type="linenumber">148</context>
@@ -3721,20 +3796,26 @@
3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3796 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3722 </trans-unit> 3797 </trans-unit>
3723 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3798 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3724 <source>Username <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> 3799 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3725 <target>使用者名稱 <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> 3800 <target>使用者名稱 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3726 <context-group name="null"> 3801 <context-group name="null">
3727 <context context-type="linenumber">40</context> 3802 <context context-type="linenumber">40</context>
3728 </context-group> 3803 </context-group>
3729 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group> 3804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></context-group>
3730 </trans-unit> 3805 </trans-unit>
3731 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3806 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3732 <source>Video quota <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> 3807 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3733 <target>影片配額 <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> 3808 <target>影片配額 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3734 <context-group name="null"> 3809 <context-group name="null">
3735 <context context-type="linenumber">42</context> 3810 <context context-type="linenumber">42</context>
3736 </context-group> 3811 </context-group>
3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3812 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3813 </trans-unit><trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
3814 <source>Auth plugin</source><target state="new">Auth plugin</target>
3815 <context-group purpose="location">
3816 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3817 <context context-type="linenumber">49</context>
3818 </context-group>
3738 </trans-unit> 3819 </trans-unit>
3739 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 3820 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
3740 <source>(banned)</source> 3821 <source>(banned)</source>
@@ -3742,39 +3823,39 @@
3742 <context-group name="null"> 3823 <context-group name="null">
3743 <context context-type="linenumber">65</context> 3824 <context context-type="linenumber">65</context>
3744 </context-group> 3825 </context-group>
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">81</context></context-group> 3826
3746 </trans-unit> 3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3747 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html"> 3828 <trans-unit id="ed64ec2b14251cfbe9ab28abde51d3f052fde1e7" datatype="html">
3748 <source>Open account in a new tab</source> 3829 <source>Open account in a new tab</source>
3749 <target state="translated">在新分頁中開啟帳號</target> 3830 <target state="translated">在新分頁中開啟帳號</target>
3750 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">68</context></context-group> 3831
3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group> 3832
3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group> 3833
3753 </trans-unit> 3834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">69</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
3754 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 3835 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
3755 <source>User's email must be verified to login</source> 3836 <source>User's email must be verified to login</source>
3756 <target>使用者的電子郵件必須驗證過才能登入</target> 3837 <target>使用者的電子郵件必須驗證過才能登入</target>
3757 <context-group name="null"> 3838 <context-group name="null">
3758 <context context-type="linenumber">72</context> 3839 <context context-type="linenumber">72</context>
3759 </context-group> 3840 </context-group>
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">88</context></context-group> 3841
3761 </trans-unit> 3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">89</context></context-group></trans-unit>
3762 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 3843 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
3763 <source>User's email is verified / User can login without email verification</source> 3844 <source>User's email is verified / User can login without email verification</source>
3764 <target>使用者的電子郵件已驗證/使用者可以不透過電子郵件驗證登入</target> 3845 <target>使用者的電子郵件已驗證/使用者可以不透過電子郵件驗證登入</target>
3765 <context-group name="null"> 3846 <context-group name="null">
3766 <context context-type="linenumber">76</context> 3847 <context context-type="linenumber">76</context>
3767 </context-group> 3848 </context-group>
3768 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">92</context></context-group> 3849
3769 </trans-unit> 3850 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit>
3770 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee"> 3851 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee">
3771 <source>Ban reason:</source> 3852 <source>Ban reason:</source>
3772 <target>阻擋理由:</target> 3853 <target>阻擋理由:</target>
3773 <context-group name="null"> 3854 <context-group name="null">
3774 <context context-type="linenumber">95</context> 3855 <context context-type="linenumber">95</context>
3775 </context-group> 3856 </context-group>
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">111</context></context-group> 3857
3777 </trans-unit> 3858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
3778 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3859 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3779 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source> 3860 <source>Showing <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> to <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> of <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> users</source>
3780 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 使用者</target> 3861 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 使用者</target>
@@ -3833,33 +3914,22 @@
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3834 </trans-unit> 3915 </trans-unit>
3835 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3916 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3836 <source>Video <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> 3917 <source>Video <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3837 <target state="translated">影片 <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> 3918 <target state="translated">影片 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3838 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3919
3839 </trans-unit> 3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3840 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3921
3841 <source>Video 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> 3922
3842 <target>影片名稱 <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>
3843 <context-group name="null">
3844 <context context-type="linenumber">8</context>
3845 </context-group>
3846 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">23</context></context-group>
3847 </trans-unit>
3848 <trans-unit id="c6233e4d80607c136c6b4b590604db3af789ee9d" datatype="html">
3849 <source>Video URL</source>
3850 <target state="translated">影片 URL</target>
3851 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group>
3852 </trans-unit>
3853 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html"> 3923 <trans-unit id="b7237eade678ae47485fbd27ec7f8c1079a8c6b7" datatype="html">
3854 <source>Total size</source> 3924 <source>Total size</source>
3855 <target state="translated">總大小</target> 3925 <target state="translated">總大小</target>
3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">25</context></context-group> 3926
3857 </trans-unit> 3927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
3858 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html"> 3928 <trans-unit id="e536fc8b9a652aa7f7b87193cdfa143481da3bad" datatype="html">
3859 <source>List redundancies</source> 3929 <source>List redundancies</source>
3860 <target state="translated">列出冗餘</target> 3930 <target state="translated">列出冗餘</target>
3861 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">34</context></context-group> 3931
3862 </trans-unit> 3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
3863 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html"> 3933 <trans-unit id="897116a91d135b1552880aed6050814a4a0df28a" datatype="html">
3864 <source>Your instance doesn't mirror any video.</source> 3934 <source>Your instance doesn't mirror any video.</source>
3865 <target state="translated">您的站臺並未鏡像任何影片。</target> 3935 <target state="translated">您的站臺並未鏡像任何影片。</target>
@@ -3903,8 +3973,8 @@
3903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3973 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3904 </trans-unit> 3974 </trans-unit>
3905 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3975 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3906 <source>Date <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> 3976 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3907 <target>日期 <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> 3977 <target>日期 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3908 <context-group name="null"> 3978 <context-group name="null">
3909 <context context-type="linenumber">11</context> 3979 <context context-type="linenumber">11</context>
3910 </context-group> 3980 </context-group>
@@ -4111,12 +4181,12 @@
4111 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html"> 4181 <trans-unit id="c1074e8c49b3cdfaeb7fcaf8cb27e44139389e29" datatype="html">
4112 <source>Open video in a new tab</source> 4182 <source>Open video in a new tab</source>
4113 <target state="translated">在新分頁中開啟影片</target> 4183 <target state="translated">在新分頁中開啟影片</target>
4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group> 4184
4115 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4185
4116 </trans-unit> 4186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
4117 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4187 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4118 <source>State <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> 4188 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4119 <target>陳述 <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> 4189 <target>陳述 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4120 <context-group name="null"> 4190 <context-group name="null">
4121 <context context-type="linenumber">11</context> 4191 <context context-type="linenumber">11</context>
4122 </context-group> 4192 </context-group>
@@ -4125,8 +4195,8 @@
4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4126 </trans-unit> 4196 </trans-unit>
4127 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4197 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4128 <source>Score <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> 4198 <source>Score <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4129 <target state="translated">分數 <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> 4199 <target state="translated">分數 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4131 </trans-unit> 4201 </trans-unit>
4132 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4202 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4146,8 +4216,8 @@
4146 </context-group> 4216 </context-group>
4147 </trans-unit> 4217 </trans-unit>
4148 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4218 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4149 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4219 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4150 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4220 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4151 <context-group purpose="location"> 4221 <context-group purpose="location">
4152 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4222 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4153 <context context-type="linenumber">20</context> 4223 <context context-type="linenumber">20</context>
@@ -4170,8 +4240,8 @@
4170 </context-group> 4240 </context-group>
4171 </trans-unit> 4241 </trans-unit>
4172 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4242 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4173 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 4243 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4174 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 4244 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
4175 <context-group purpose="location"> 4245 <context-group purpose="location">
4176 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4246 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4177 <context context-type="linenumber">40</context> 4247 <context context-type="linenumber">40</context>
@@ -4218,8 +4288,8 @@
4218 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4288 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4219 </trans-unit> 4289 </trans-unit>
4220 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4290 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4221 <source>Muted at <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> 4291 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
4222 <target>靜音於 <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> 4292 <target>靜音於 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4223 <context-group name="null"> 4293 <context-group name="null">
4224 <context context-type="linenumber">13</context> 4294 <context context-type="linenumber">13</context>
4225 </context-group> 4295 </context-group>
@@ -4510,8 +4580,8 @@
4510 </context-group> 4580 </context-group>
4511 </trans-unit> 4581 </trans-unit>
4512 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4582 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4513 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4583 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4514 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4584 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4515 <context-group purpose="location"> 4585 <context-group purpose="location">
4516 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4586 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4517 <context context-type="linenumber">32</context> 4587 <context context-type="linenumber">32</context>
@@ -4559,8 +4629,8 @@
4559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group> 4629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4560 </trans-unit> 4630 </trans-unit>
4561 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4631 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4562 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source> 4632 <source>The <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sharing system<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implies that some technical information about your system (such as a public IP address) can be sent to other peers, but greatly helps to reduce server load.</source>
4563 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>分享系統<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target> 4633 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>分享系統<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 代表了可能會將您系統的某些技術訊息(如公開 IP 等)傳送給其他 peer,但是這有助於降低伺服器的負載。</target>
4564 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group> 4634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">47</context></context-group>
4565 </trans-unit> 4635 </trans-unit>
4566 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4636 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4602,8 +4672,8 @@
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group> 4672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">75</context></context-group>
4603 </trans-unit> 4673 </trans-unit>
4604 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4674 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4605 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to build a moderation team. </source> 4675 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to build a moderation team. </source>
4606 <target state="translated">管理 <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> 4676 <target state="translated">管理 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 以建立良好的團隊。 </target>
4607 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 4677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group>
4608 </trans-unit> 4678 </trans-unit>
4609 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4679 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4615,8 +4685,11 @@
4615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 4685 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4616 </trans-unit> 4686 </trans-unit>
4617 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4687 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4618 <source>Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Moreover, the NSFW checkbox on video upload will be automatically checked by default. </source> 4688 <source>
4619 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target> 4689 Enabling it will allow other administrators to know that you are mainly federating sensitive content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4690 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4691 </source>
4692 <target state="translated">啟用它會讓其他管理員知道您主要是在聯播敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 此外,預設情況下,系統會自動勾選影片上傳時的 NSFW 勾選框。 </target>
4620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
4621 </trans-unit> 4694 </trans-unit>
4622 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4695 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4628,8 +4701,8 @@
4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 4701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4629 </trans-unit> 4702 </trans-unit>
4630 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4703 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4631 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 4704 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
4632 <target state="translated">有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>時,將會在請求觀看影片時顯示確認方塊。 </target> 4705 <target state="translated">有<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>或<x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>時,將會在請求觀看影片時顯示確認方塊。 </target>
4633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group> 4706 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">103</context></context-group>
4634 </trans-unit> 4707 </trans-unit>
4635 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4708 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4789,8 +4862,8 @@
4789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group> 4862 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4790 </trans-unit> 4863 </trans-unit>
4791 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4864 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4792 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 4865 <source>Use <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>plugins &amp; themes<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more involved changes, or <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>add slight customizations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
4793 <target state="translated">使用<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>外掛程式與佈景主題<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>進行更多變動,或<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>新增少量修改<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 </target> 4866 <target state="translated">使用<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>外掛程式與佈景主題<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>進行更多變動,或<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>新增少量修改<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
4794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 4867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4795 </trans-unit> 4868 </trans-unit>
4796 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4869 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4852,8 +4925,8 @@
4852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group>
4853 </trans-unit> 4926 </trans-unit>
4854 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4927 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4855 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to set their quota individually. </source> 4928 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> to set their quota individually. </source>
4856 <target state="translated">管理<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> 4929 <target state="translated">管理<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用者<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>以單獨設定他們的配額。 </target>
4857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group> 4930 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">282</context></context-group>
4858 </trans-unit> 4931 </trans-unit>
4859 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4932 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
@@ -5028,8 +5101,8 @@
5028 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 5101 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group>
5029 </trans-unit> 5102 </trans-unit>
5030 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5103 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5031 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> with other instances. </source> 5104 <source>Manage <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> with other instances. </source>
5032 <target state="translated">管理與其他站臺的<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> 5105 <target state="translated">管理與其他站臺的<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>關係<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
5033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group> 5106 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group>
5034 </trans-unit> 5107 </trans-unit>
5035 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5108 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
@@ -5048,8 +5121,8 @@
5048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group> 5121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group>
5049 </trans-unit> 5122 </trans-unit>
5050 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5123 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5051 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 5124 <source>You should only follow indexes you trust, or <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>host your own<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5052 <target state="translated">您應該只追蹤您所信任的索引,或<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> 5125 <target state="translated">您應該只追蹤您所信任的索引,或<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>自行架設<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
5053 <context-group purpose="location"> 5126 <context-group purpose="location">
5054 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5127 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5055 <context context-type="linenumber">450</context> 5128 <context context-type="linenumber">450</context>
@@ -5142,8 +5215,14 @@
5142 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group> 5215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group>
5143 </trans-unit> 5216 </trans-unit>
5144 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5217 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5145 <source>If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> to see if you instance is whitelisted. </source> 5218 <source>
5146 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 檢視您的站臺是否在白名單中。 </target> 5219 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5220 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5221 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5222 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5223 to see if you instance is whitelisted.
5224 </source>
5225 <target state="translated">如果您的站臺被 Twitter 列在白名單,Twitter 的推文中就會嵌入 PeerTube 的影片分享播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>如果站臺不在白名單內,我們會使用圖片連結卡來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>將此勾選框打勾,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla),在 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 檢視您的站臺是否在白名單中。 </target>
5147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group> 5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">539</context></context-group>
5148 </trans-unit> 5227 </trans-unit>
5149 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5228 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
@@ -5160,7 +5239,10 @@
5160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group> 5239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">565</context></context-group>
5161 </trans-unit> 5240 </trans-unit>
5162 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5241 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5163 <source>Process uploaded videos so that they are in a streamable form that any device can play. Though costly in resources, this is a critical part of PeerTube, so tread carefully.</source> 5242 <source>
5243 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5244 resources, this is a critical part of PeerTube, so tread carefully.
5245 </source>
5164 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target> 5246 <target state="translated">處理上傳的影片,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target>
5165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group> 5247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">566</context></context-group>
5166 </trans-unit> 5248 </trans-unit>
@@ -5207,8 +5289,16 @@
5207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group> 5289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group>
5208 </trans-unit> 5290 </trans-unit>
5209 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5291 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5210 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </source> 5292 <source>
5211 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>如果您也啟用了 HLS 支援,它將會讓影片的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5293 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5294
5295 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled HLS support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5296
5297 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5298
5299 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5300 </source>
5301 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>實驗性,我們建議您暫時不要停用 webtorrent 支援<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>如果您也啟用了 HLS 支援,它將會讓影片的儲存空間需求乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>若停用,將會破壞與其他 PeerTube 站臺的聯盟 &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group> 5302 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group>
5213 </trans-unit> 5303 </trans-unit>
5214 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5304 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
@@ -5217,8 +5307,19 @@
5217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group> 5307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group>
5218 </trans-unit> 5308 </trans-unit>
5219 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5309 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5220 <source><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </source> 5310 <source>
5221 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>依賴於 ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>解析度變更會更加平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放會更加快速,特別是長影片<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>播放更穩定(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5311 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
5312
5313 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generate HLS playlists and fragmented MP4 files resulting in a better playback than with the current default player:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5314 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5315 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5316 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5317 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
5318 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5319
5320 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
5321 </source>
5322 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>依賴於 ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>生成 HLS 播放清單與碎片化的 MP4 檔案以取得比目前預設的播放器更好的結果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>解析度變更會更加平順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>播放會更加快速,特別是長影片<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>播放更穩定(較少臭蟲/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>若您也啟用了 WebTorrent 支援,其將會讓儲存空間的需求量乘以 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group> 5323 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">638</context></context-group>
5223 </trans-unit> 5324 </trans-unit>
5224 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5325 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
@@ -5281,13 +5382,24 @@
5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group> 5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group>
5282 </trans-unit> 5383 </trans-unit>
5283 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5384 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5284 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5385 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
5285 <target state="translated">直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5386 <target state="translated">直接編寫 JavaScript 程式碼。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>範例:<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('我的站臺超棒的');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group> 5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group>
5287 </trans-unit> 5388 </trans-unit>
5288 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5389 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5289 <source>Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </source> 5390 <source>
5290 <target state="translated">直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 以 <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em&gt;"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em&gt;"/> 當前綴來覆寫樣式。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5391 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5392 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5393 color: red;
5394 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5395 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5396 Prepend with <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5397 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5398 color: red;
5399 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5400 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5401 </source>
5402 <target state="translated">直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 以 <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> 當前綴來覆寫樣式。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color: red; <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
5291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group> 5403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">766</context></context-group>
5292 </trans-unit> 5404 </trans-unit>
5293 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5405 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5480,9 +5592,9 @@
5480 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group> 5592 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group>
5481 </trans-unit> 5593 </trans-unit>
5482 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5594 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5483 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, a confirmation will be requested to watch the video. </source> 5595 <source>With <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. </source>
5484 <target> 5596 <target>
5485 有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>,觀看影片時將會要求確認。 5597 有了 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>不要列出<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 或 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>模糊縮圖<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>,觀看影片時將會要求確認。
5486 </target> 5598 </target>
5487 <context-group name="null"> 5599 <context-group name="null">
5488 <context context-type="linenumber">6</context> 5600 <context context-type="linenumber">6</context>
@@ -5512,9 +5624,9 @@
5512 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group> 5624 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">26</context></context-group>
5513 </trans-unit> 5625 </trans-unit>
5514 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5626 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5515 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 5627 <source>Your current email is <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
5516 <target> 5628 <target>
5517 您目前的電子郵件地址為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5629 您目前的電子郵件地址為 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5518</target> 5630</target>
5519 <context-group name="null"> 5631 <context-group name="null">
5520 <context context-type="linenumber">4</context> 5632 <context context-type="linenumber">4</context>
@@ -5522,9 +5634,9 @@
5522 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group> 5634 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context><context context-type="linenumber">4</context></context-group>
5523 </trans-unit> 5635 </trans-unit>
5524 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5636 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5525 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> is awaiting email verification </source> 5637 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification </source>
5526 <target> 5638 <target>
5527 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 正在等待電子郵件驗證 5639 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 正在等待電子郵件驗證
5528</target> 5640</target>
5529 <context-group name="null"> 5641 <context-group name="null">
5530 <context context-type="linenumber">8</context> 5642 <context context-type="linenumber">8</context>
@@ -5594,9 +5706,9 @@
5594 <context-group name="null"> 5706 <context-group name="null">
5595 <context context-type="linenumber">22</context> 5707 <context context-type="linenumber">22</context>
5596 </context-group> 5708 </context-group>
5597 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group> 5709
5598 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">30</context></context-group> 5710
5599 </trans-unit> 5711 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5600 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4"> 5712 <trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4">
5601 <source>Select the next owner</source> 5713 <source>Select the next owner</source>
5602 <target>選取下一個擁有者</target> 5714 <target>選取下一個擁有者</target>
@@ -5606,8 +5718,8 @@
5606 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group> 5718 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">10</context></context-group>
5607 </trans-unit> 5719 </trans-unit>
5608 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5720 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5609 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 5721 <source>Videos <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5610 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 5722 <target state="translated">影片 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5611 <context-group purpose="location"> 5723 <context-group purpose="location">
5612 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5724 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5613 <context context-type="linenumber">2</context> 5725 <context context-type="linenumber">2</context>
@@ -5643,10 +5755,13 @@
5643 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group> 5755 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">13</context></context-group>
5644 </trans-unit> 5756 </trans-unit>
5645 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5757 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5646 <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> 5758 <source>
5759 Created
5760 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5761 </source>
5647 <target> 5762 <target>
5648 已建立 5763 已建立
5649 <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;"/> 5764 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5650 </target> 5765 </target>
5651 <context-group name="null"> 5766 <context-group name="null">
5652 <context context-type="linenumber">15</context> 5767 <context context-type="linenumber">15</context>
@@ -5718,8 +5833,9 @@
5718 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group> 5833 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">26</context></context-group>
5719 </trans-unit> 5834 </trans-unit>
5720 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5835 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5721 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; When you will upload a video in this channel, the video support field will be automatically filled by this text.</source> 5836 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5722 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br /&gt;&lt;br /&gt; 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target> 5837 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5838 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br />&lt;br /> 當您要在此頻道上傳影片時,影片支援欄位將會自動填入這些文字。</target>
5723 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5839 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group> 5840 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">77</context></context-group>
5725 </trans-unit> 5841 </trans-unit>
@@ -5816,9 +5932,12 @@
5816 </context-group> 5932 </context-group>
5817 </trans-unit> 5933 </trans-unit>
5818 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5934 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5819 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Delete history </source> 5935 <source>
5936 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5937 Delete history
5938 </source>
5820 <target> 5939 <target>
5821 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5940 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5822 刪除歷史紀錄 5941 刪除歷史紀錄
5823 </target> 5942 </target>
5824 <context-group name="null"> 5943 <context-group name="null">
@@ -5835,9 +5954,12 @@
5835 </context-group> 5954 </context-group>
5836 </trans-unit> 5955 </trans-unit>
5837 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5956 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5838 <source><x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> Notification preferences </source> 5957 <source>
5958 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5959 Notification preferences
5960 </source>
5839 <target> 5961 <target>
5840 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon&gt;"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon&gt;"/> 5962 <x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/><x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
5841 通知偏好設定 5963 通知偏好設定
5842 </target> 5964 </target>
5843 <context-group name="null"> 5965 <context-group name="null">
@@ -5917,8 +6039,8 @@
5917 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group> 6039 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">84</context></context-group>
5918 </trans-unit> 6040 </trans-unit>
5919 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6041 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5920 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></source> 6042 <source>Playlists <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></source>
5921 <target state="translated">播放清單 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/></target> 6043 <target state="translated">播放清單 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/></target>
5922 <context-group purpose="location"> 6044 <context-group purpose="location">
5923 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6045 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5924 <context context-type="linenumber">2</context> 6046 <context context-type="linenumber">2</context>
@@ -5946,9 +6068,9 @@
5946 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group> 6068 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">8</context></context-group>
5947 </trans-unit> 6069 </trans-unit>
5948 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6070 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5949 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 6071 <source>If you need help to use PeerTube, you can have a look at the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
5950 <target> 6072 <target>
5951 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>。 6073 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。
5952 </target> 6074 </target>
5953 <context-group name="null"> 6075 <context-group name="null">
5954 <context context-type="linenumber">13</context> 6076 <context context-type="linenumber">13</context>
@@ -6402,23 +6524,27 @@
6402 </context-group> 6524 </context-group>
6403 </trans-unit> 6525 </trans-unit>
6404 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6526 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6405 <source>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;"/>. </source> 6527 <source>
6406 <target state="translated">這是自由與開放原始碼軟體,以 <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;"/> 授權。 </target> 6528 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6529 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6530 </source>
6531 <target state="translated">這是自由與開放原始碼軟體,以 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 授權。 </target>
6407 <context-group purpose="location"> 6532 <context-group purpose="location">
6408 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6533 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6409 <context context-type="linenumber">13</context> 6534 <context context-type="linenumber">13</context>
6410 </context-group> 6535 </context-group>
6411 </trans-unit> 6536 </trans-unit>
6412 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6537 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6413 <source>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;"/>. </source> 6538 <source>For more information, please visit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
6414 <target state="translated">要取得更多資訊,請造訪 <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> 6539 <target state="translated">要取得更多資訊,請造訪 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。 </target>
6415 <context-group purpose="location"> 6540 <context-group purpose="location">
6416 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6541 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6417 <context context-type="linenumber">18</context> 6542 <context context-type="linenumber">18</context>
6418 </context-group> 6543 </context-group>
6419 </trans-unit> 6544 </trans-unit>
6420 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6545 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6421 <source>Use PeerTube documentation</source> 6546 <source>Use PeerTube
6547 documentation</source>
6422 <target state="translated">使用 PeerTube 文件</target> 6548 <target state="translated">使用 PeerTube 文件</target>
6423 <context-group purpose="location"> 6549 <context-group purpose="location">
6424 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6550 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6434,7 +6560,8 @@
6434 </context-group> 6560 </context-group>
6435 </trans-unit> 6561 </trans-unit>
6436 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6562 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6437 <source>PeerTube Applications</source> 6563 <source>PeerTube
6564 Applications</source>
6438 <target state="translated">PeerTube 應用程式</target> 6565 <target state="translated">PeerTube 應用程式</target>
6439 <context-group purpose="location"> 6566 <context-group purpose="location">
6440 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6567 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6450,7 +6577,8 @@
6450 </context-group> 6577 </context-group>
6451 </trans-unit> 6578 </trans-unit>
6452 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6579 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6453 <source>Contribute on PeerTube</source> 6580 <source>Contribute on
6581 PeerTube</source>
6454 <target state="translated">在 PeerTube 上貢獻</target> 6582 <target state="translated">在 PeerTube 上貢獻</target>
6455 <context-group purpose="location"> 6583 <context-group purpose="location">
6456 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6584 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6474,7 +6602,11 @@
6474 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group> 6602 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">71</context></context-group>
6475 </trans-unit> 6603 </trans-unit>
6476 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6604 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6477 <source>PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube.</source> 6605 <source>
6606 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6607 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6608 follows applies only if you want to keep using the P2P mode of PeerTube.
6609 </source>
6478 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target> 6610 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此協助降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target>
6479 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group> 6611 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">74</context></context-group>
6480 </trans-unit> 6612 </trans-unit>
@@ -6487,17 +6619,27 @@
6487 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group> 6619 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">85</context></context-group>
6488 </trans-unit> 6620 </trans-unit>
6489 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6621 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6490 <source>In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because:</source> 6622 <source>
6623 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6624 In practice, this is much more difficult because:
6625 </source>
6491 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target> 6626 <target state="translated">理論上,有足夠技術知識的人可以建立指令稿來追蹤哪個 IP 正在下載哪個影片。實際上,這相當困難,因為:</target>
6492 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group> 6627 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">87</context></context-group>
6493 </trans-unit> 6628 </trans-unit>
6494 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6629 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6495 <source>An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)</source> 6630 <source>
6631 An HTTP request has to be sent on each tracker for each video to spy.
6632 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6633 </source>
6496 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target> 6634 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個影片。如果我們想要監視所有 PeerTube 影片,我們必須傳送與影片一樣多的請求(因此會非常多)</target>
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group> 6635 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">93</context></context-group>
6498 </trans-unit> 6636 </trans-unit>
6499 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6637 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6500 <source>For each request sent, the tracker returns random peers at a limited number. 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 peer in the swarm</source> 6638 <source>
6639 For each request sent, the tracker returns random peers at a limited number.
6640 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
6641 requests sent to know every peer in the swarm
6642 </source>
6501 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target> 6643 <target state="translated">對於每個傳送的請求,tracker 將會回傳隨機但有限的 peer。舉例來說,如果群體中有 1000 個 peer,而 tracker 僅為每個請求傳送 20 個 peer,那就必須至少傳送 50 個請求才能知道群體中所有的 peer</target>
6502 <context-group purpose="location"> 6644 <context-group purpose="location">
6503 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6645 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6510,7 +6652,10 @@
6510 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group> 6652 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">104</context></context-group>
6511 </trans-unit> 6653 </trans-unit>
6512 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6654 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6513 <source>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</source> 6655 <source>
6656 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
6657 video
6658 </source>
6514 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target> 6659 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了影片</target>
6515 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group> 6660 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">108</context></context-group>
6516 </trans-unit> 6661 </trans-unit>
@@ -6520,12 +6665,21 @@
6520 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group> 6665 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">113</context></context-group>
6521 </trans-unit> 6666 </trans-unit>
6522 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6667 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6523 <source>Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>with the WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See <x id="START_LINK_1" 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 </source> 6668 <source>
6524 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>來取得更多資訊 </target> 6669 Web peers are not publicly accessible: because we use WebRTC inside the web browser (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the
6670 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6671 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6672 to forward the information to.
6673 See <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information
6674 </source>
6675 <target state="translated">網路的 peer 並無法公開存取:因為我們在瀏覽器中使用 WebRTC(<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>使用 WebTorrent 函式庫<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>),這個協定與經典的 BitTorrent 不同。當您在網路瀏覽器中,您就會傳送一個包含您 IP 位置的訊號給追蹤器,其將會隨機選擇其他 peer 轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來取得更多資訊 </target>
6525 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group> 6676 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">117</context></context-group>
6526 </trans-unit> 6677 </trans-unit>
6527 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6678 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6528 <source>The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information.</source> 6679 <source>
6680 The worst-case scenario of an average person spying on their friends is quite unlikely.
6681 There are much more effective ways to get that kind of information.
6682 </source>
6529 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target> 6683 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target>
6530 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group> 6684 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">126</context></context-group>
6531 </trans-unit> 6685 </trans-unit>
@@ -6538,7 +6692,11 @@
6538 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group> 6692 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">131</context></context-group>
6539 </trans-unit> 6693 </trans-unit>
6540 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6694 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6541 <source>The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).</source> 6695 <source>
6696 The threats to privacy with YouTube are different from PeerTube's.
6697 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6698 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6699 </source>
6542 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target> 6700 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target>
6543 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group> 6701 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">133</context></context-group>
6544 </trans-unit> 6702 </trans-unit>
@@ -6551,7 +6709,12 @@
6551 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group> 6709 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">139</context></context-group>
6552 </trans-unit> 6710 </trans-unit>
6553 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6711 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6554 <source>Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.</source> 6712 <source>
6713 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
6714 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6715 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.
6716 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6717 </source>
6555 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target> 6718 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是沒有道理的。</target>
6556 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group> 6719 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">141</context></context-group>
6557 </trans-unit> 6720 </trans-unit>
@@ -6564,7 +6727,10 @@
6564 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group> 6727 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">148</context></context-group>
6565 </trans-unit> 6728 </trans-unit>
6566 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6729 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6567 <source>PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far:</source> 6730 <source>
6731 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6732 and render attacks less likely. Here is what we put in place so far:
6733 </source>
6568 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target> 6734 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target>
6569 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group> 6735 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">150</context></context-group>
6570 </trans-unit> 6736 </trans-unit>
@@ -6589,7 +6755,10 @@
6589 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group> 6755 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">159</context></context-group>
6590 </trans-unit> 6756 </trans-unit>
6591 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6757 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6592 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6758 <source>
6759 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6760 WebRTC in your browser.
6761 </source>
6593 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target> 6762 <target state="translated">最後,請記住您一直都可以透過在影片播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target>
6594 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group> 6763 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">162</context></context-group>
6595 </trans-unit> 6764 </trans-unit>
@@ -6626,8 +6795,8 @@
6626 </context-group> 6795 </context-group>
6627 </trans-unit> 6796 </trans-unit>
6628 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6797 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6629 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 6798 <source>Developed with ❤ by <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
6630 <target state="translated">由帶著 ❤ 的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 開發</target> 6799 <target state="translated">由帶著 ❤ 的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 開發</target>
6631 <context-group purpose="location"> 6800 <context-group purpose="location">
6632 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6801 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6633 <context context-type="linenumber">3</context> 6802 <context context-type="linenumber">3</context>
@@ -6708,9 +6877,12 @@
6708 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6877 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6709 </trans-unit> 6878 </trans-unit>
6710 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6879 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6711 <source>A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology. </source> 6880 <source>
6881 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6882 For example, you could decide to have a channel to publish your piano concerts, and another channel in which you publish your videos talking about ecology.
6883 </source>
6712 <target> 6884 <target>
6713 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6885 頻道是您上傳影片的實體。建立數個可以協助您組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6714 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。 6886 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的影片,而另一個頻道則發佈關於生態學的影片。
6715 </target> 6887 </target>
6716 <context-group name="null"> 6888 <context-group name="null">
@@ -6787,11 +6959,16 @@
6787 </context-group> 6959 </context-group>
6788 </trans-unit> 6960 </trans-unit>
6789 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6961 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6790 <source>I am at least 16 years old and agree to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> of this instance </source> 6962 <source>
6963 I am at least 16 years old and agree
6964 to the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6965 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6966 of this instance
6967 </source>
6791 <target> 6968 <target>
6792 我至少 16 歲並同意此站臺的 6969 我至少 16 歲並同意此站臺的
6793 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6970 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6794 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6971 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6795 </target> 6972 </target>
6796 <context-group name="null"> 6973 <context-group name="null">
6797 <context context-type="linenumber">65</context> 6974 <context context-type="linenumber">65</context>
@@ -6895,8 +7072,8 @@
6895 </context-group> 7072 </context-group>
6896 </trans-unit> 7073 </trans-unit>
6897 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7074 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6898 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> that keeps the original audio track, with no video</source> 7075 <source>A <x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> that keeps the original audio track, with no video</source>
6899 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code&gt;"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code&gt;"/> 保留了原始音訊軌,但沒有影片</target> 7076 <target state="translated"><x id="START_TAG_CODE" ctype="x-code" equiv-text="&lt;code>"/>.mp4<x id="CLOSE_TAG_CODE" ctype="x-code" equiv-text="&lt;/code>"/> 保留了原始音訊軌,但沒有影片</target>
6900 <context-group purpose="location"> 7077 <context-group purpose="location">
6901 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7078 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6902 <context context-type="linenumber">1</context> 7079 <context context-type="linenumber">1</context>
@@ -8603,7 +8780,7 @@
8603 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8780 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8604 </trans-unit> 8781 </trans-unit>
8605 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8782 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8606 <source>Long (&gt; 10 min)</source> 8783 <source>Long (> 10 min)</source>
8607 <target>長(大於 10 分鐘)</target> 8784 <target>長(大於 10 分鐘)</target>
8608 <context-group name="null"> 8785 <context-group name="null">
8609 <context context-type="linenumber">1</context> 8786 <context context-type="linenumber">1</context>
@@ -9963,8 +10140,8 @@
9963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group> 10140 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context><context context-type="linenumber">1</context></context-group>
9964 </trans-unit> 10141 </trans-unit>
9965 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10142 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9966 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</source> 10143 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source>
9967 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 相容支援:</target> 10144 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 相容支援:</target>
9968 <context-group name="null"> 10145 <context-group name="null">
9969 <context context-type="linenumber">1</context> 10146 <context context-type="linenumber">1</context>
9970 </context-group> 10147 </context-group>
diff --git a/client/yarn.lock b/client/yarn.lock
index 9780703a4..e1df516a2 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -2,29 +2,29 @@
2# yarn lockfile v1 2# yarn lockfile v1
3 3
4 4
5"@angular-devkit/architect@0.901.4": 5"@angular-devkit/architect@0.901.5":
6 version "0.901.4" 6 version "0.901.5"
7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.901.4.tgz#10bef514b1101900f1e404d9bd991a6c0b221afe" 7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.901.5.tgz#148940d87bd6b4c09ca3aaba7f5cae4e11e44a94"
8 integrity sha512-w4RMj7eLhUSh70HUy5tW4EXjLQFXk0Lfr9WiSy5gvPGp+zzYxknI+Wn4Xid1wU/WS+4tuMv5nJIaNaH2sABESQ== 8 integrity sha512-VO+8qBkaq54xAjdtvhEhQ86gZxS0V1wC9hGblw3O+XXri/euHky4811B2BbEylPy8/kRy5sUYcuwcyZrVxJ2TQ==
9 dependencies: 9 dependencies:
10 "@angular-devkit/core" "9.1.4" 10 "@angular-devkit/core" "9.1.5"
11 rxjs "6.5.4" 11 rxjs "6.5.4"
12 12
13"@angular-devkit/build-angular@~0.901.1": 13"@angular-devkit/build-angular@~0.901.1":
14 version "0.901.4" 14 version "0.901.5"
15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.901.4.tgz#0b9b9edb8a152ba37ed29a48ca046263a71ff6d0" 15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.901.5.tgz#e20477dab6545437e42151b20650d923ec711958"
16 integrity sha512-Vod4bc6d38fuvqauIDQxKMe9hKW9m4QNzPKxEc+Dv5Xkv95WaGzkbUVu8M8t4E//sDDMpmcPdYOXSdR27WBi2Q== 16 integrity sha512-XottEBXE7cmkx6LPu33lXJCSAlxFkIu2ErWvV1oy+La6aZEuoJVntxzIKLprJmTiiD/4IDDQLWwp4m+EC96kyg==
17 dependencies: 17 dependencies:
18 "@angular-devkit/architect" "0.901.4" 18 "@angular-devkit/architect" "0.901.5"
19 "@angular-devkit/build-optimizer" "0.901.4" 19 "@angular-devkit/build-optimizer" "0.901.5"
20 "@angular-devkit/build-webpack" "0.901.4" 20 "@angular-devkit/build-webpack" "0.901.5"
21 "@angular-devkit/core" "9.1.4" 21 "@angular-devkit/core" "9.1.5"
22 "@babel/core" "7.9.0" 22 "@babel/core" "7.9.0"
23 "@babel/generator" "7.9.3" 23 "@babel/generator" "7.9.3"
24 "@babel/preset-env" "7.9.0" 24 "@babel/preset-env" "7.9.0"
25 "@babel/template" "7.8.6" 25 "@babel/template" "7.8.6"
26 "@jsdevtools/coverage-istanbul-loader" "3.0.3" 26 "@jsdevtools/coverage-istanbul-loader" "3.0.3"
27 "@ngtools/webpack" "9.1.4" 27 "@ngtools/webpack" "9.1.5"
28 ajv "6.12.0" 28 ajv "6.12.0"
29 autoprefixer "9.7.4" 29 autoprefixer "9.7.4"
30 babel-loader "8.0.6" 30 babel-loader "8.0.6"
@@ -75,12 +75,12 @@
75 webpack-merge "4.2.2" 75 webpack-merge "4.2.2"
76 webpack-sources "1.4.3" 76 webpack-sources "1.4.3"
77 webpack-subresource-integrity "1.4.0" 77 webpack-subresource-integrity "1.4.0"
78 worker-plugin "4.0.2" 78 worker-plugin "4.0.3"
79 79
80"@angular-devkit/build-optimizer@0.901.4": 80"@angular-devkit/build-optimizer@0.901.5":
81 version "0.901.4" 81 version "0.901.5"
82 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.901.4.tgz#a8e836d6aa687a78cf2e2b0f888e777f51ca5ad9" 82 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.901.5.tgz#e17795fb3ada71474a1eb5f6ffca990df4c986c4"
83 integrity sha512-iDMlNRwd8ICMBKnycfw55hdnL5kCiqUjQn+aK/4uOMJMz49tiYMNJAaznXX2BFKmYSmbapKjEbzx9yMYRi9Y7w== 83 integrity sha512-xmAMvLMSa8BvqlZ0wsC37Qop/7/pEaQRKLeowC3CCI3jiYDF10Tihar+Hjc04NVSal8ZBP9/+Gp3Yr0x61HcFA==
84 dependencies: 84 dependencies:
85 loader-utils "2.0.0" 85 loader-utils "2.0.0"
86 source-map "0.7.3" 86 source-map "0.7.3"
@@ -88,19 +88,19 @@
88 typescript "3.6.5" 88 typescript "3.6.5"
89 webpack-sources "1.4.3" 89 webpack-sources "1.4.3"
90 90
91"@angular-devkit/build-webpack@0.901.4": 91"@angular-devkit/build-webpack@0.901.5":
92 version "0.901.4" 92 version "0.901.5"
93 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.901.4.tgz#d6b7b3f05288c31c4ed9e5dfd5370c7d6c5a0a02" 93 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.901.5.tgz#dfa7976c9798c9e926ae0c7c7ee341145c5debb9"
94 integrity sha512-YBOufI4TGAtIDCS6erFygYJX/fkd8xwI58d+7iFIBmtIJC4/fpGjX6qkHMCBgh8HXAkEPSORBCYQn9O44J1ZXQ== 94 integrity sha512-4HHOFFRu3yUBe0otaDHh4PID99XvnBJj7hYzvbB5BvP0ULif4/W0aoU2STnern4lH4pJmrtqYawBZ84ETXN/Ag==
95 dependencies: 95 dependencies:
96 "@angular-devkit/architect" "0.901.4" 96 "@angular-devkit/architect" "0.901.5"
97 "@angular-devkit/core" "9.1.4" 97 "@angular-devkit/core" "9.1.5"
98 rxjs "6.5.4" 98 rxjs "6.5.4"
99 99
100"@angular-devkit/core@9.1.4": 100"@angular-devkit/core@9.1.5":
101 version "9.1.4" 101 version "9.1.5"
102 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.1.4.tgz#97bb5681471ac40843167f2387b23e92a3e21ce4" 102 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.1.5.tgz#97198d2a4d9c425c751c569b73874ecedf161fca"
103 integrity sha512-OPFQDmT4XabLMSRDgmnzedlOrc83DzQIgLcfoh/UhZ7aJKf/2Vq4l09p/DkMNI36vN5BRL0zDZt7TjvKNgyYgA== 103 integrity sha512-i0BJ6Ad3bcDE6e4Ev9Flbw7P0bz9p94FDVfEOPGBTrbJQZSqOm3CqaH2y5LGfl7acSPUi54hK481h1QRUFBkTQ==
104 dependencies: 104 dependencies:
105 ajv "6.12.0" 105 ajv "6.12.0"
106 fast-json-stable-stringify "2.1.0" 106 fast-json-stable-stringify "2.1.0"
@@ -108,37 +108,37 @@
108 rxjs "6.5.4" 108 rxjs "6.5.4"
109 source-map "0.7.3" 109 source-map "0.7.3"
110 110
111"@angular-devkit/schematics@9.1.4": 111"@angular-devkit/schematics@9.1.5":
112 version "9.1.4" 112 version "9.1.5"
113 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.1.4.tgz#f493eebfae71f609b4ea81402013efe926acc76d" 113 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.1.5.tgz#c176fe030925b660e85c751e6cc64e7d12e7f2f8"
114 integrity sha512-RAbdnUEZ3JTLmWSBiXT5trsVx8Fi72fxN9CiRaluM09Cytg6BUc1wC5XCO0YPvhI400+3Ro1nwjPXezjg7LXzQ== 114 integrity sha512-nkNiGrVl7xLaYYj/oT1wOBowa4Driv2f4abn78AJI/pd/EXA45G/rI9gO/kEG8lHn+FAMQedaywX9N4JDOxCGg==
115 dependencies: 115 dependencies:
116 "@angular-devkit/core" "9.1.4" 116 "@angular-devkit/core" "9.1.5"
117 ora "4.0.3" 117 ora "4.0.3"
118 rxjs "6.5.4" 118 rxjs "6.5.4"
119 119
120"@angular/animations@~9.1.1": 120"@angular/animations@~9.1.1":
121 version "9.1.4" 121 version "9.1.6"
122 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.4.tgz#22f64a062103d4903f2c7d862889a88fc6553bc7" 122 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.6.tgz#aaa1c7c396ecb5fdfa2e095a12fee49412308258"
123 integrity sha512-gMo/DbCm5BDArladMAeC7/75T2DvhLr4CSUGJt/P/aimTEG2ywoAALs3pzwSSe4qxrHiR0OIksVW3l4km3iXEw== 123 integrity sha512-7Pp7aqNNcH4fu1BnOVpvqJJHjE7RZ5K1oD396OWCh35pgpLowLSpFjhbVhzGrcAuxHyKnnHSX3etLn2hDaHxmQ==
124 124
125"@angular/cdk@^9.0.0": 125"@angular/cdk@^9.0.0":
126 version "9.2.2" 126 version "9.2.3"
127 resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.2.2.tgz#776be85aa55146f00dcd4909b81c67da47286c75" 127 resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-9.2.3.tgz#e0f7d4eaeca429346e15bd258966fbb5a5f4ed0b"
128 integrity sha512-VNd+KuMN6cBcy4/8OyMxqYaxdjPP6IyCqIVijB2JREkc5Sg4VWmPgx2L3rHt/DzjsVBVRgx35uqOMymDezG3jQ== 128 integrity sha512-tQr/yt8GNGsZ/DTT+PMq7XdRmL56hwVCyf8F12JQAawutSLfTfMb+S1lpN7L/0Pb/L5JBuCfG2HmXK7vHo02gw==
129 optionalDependencies: 129 optionalDependencies:
130 parse5 "^5.0.0" 130 parse5 "^5.0.0"
131 131
132"@angular/cli@~9.1.1": 132"@angular/cli@~9.1.1":
133 version "9.1.4" 133 version "9.1.5"
134 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.1.4.tgz#0c1938e2342bb3bcd978b32458ab20f1bf007ba5" 134 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.1.5.tgz#1d9a7999c6cddbdf14ab72069aad95785ce315e8"
135 integrity sha512-H9MqoT4zyIv+Yo3cvRVkzafWGHsqt7jUvtvGwMHIDMTfEX+Q8yiYlDLL6WM3Eb6/hDmLcRGC/GI495sKS1z5qA== 135 integrity sha512-Decn0p+s0SLc5p2GN7k8dUrOY43hBuCz8PxueW0gEln7NjlpdmHk+6JQn0ZRl2/2Dbk+eTGzPXyCxGwqsW3jjw==
136 dependencies: 136 dependencies:
137 "@angular-devkit/architect" "0.901.4" 137 "@angular-devkit/architect" "0.901.5"
138 "@angular-devkit/core" "9.1.4" 138 "@angular-devkit/core" "9.1.5"
139 "@angular-devkit/schematics" "9.1.4" 139 "@angular-devkit/schematics" "9.1.5"
140 "@schematics/angular" "9.1.4" 140 "@schematics/angular" "9.1.5"
141 "@schematics/update" "0.901.4" 141 "@schematics/update" "0.901.5"
142 "@yarnpkg/lockfile" "1.1.0" 142 "@yarnpkg/lockfile" "1.1.0"
143 ansi-colors "4.1.1" 143 ansi-colors "4.1.1"
144 debug "4.1.1" 144 debug "4.1.1"
@@ -161,14 +161,14 @@
161 integrity sha512-B58YgxZva1DBaeayOBsaUOOkoyR+GRibuNC3gfOMm2vXeW9eCNX+jvDtw767GnKm2yGzIq8wB3x6GHojN00dPw== 161 integrity sha512-B58YgxZva1DBaeayOBsaUOOkoyR+GRibuNC3gfOMm2vXeW9eCNX+jvDtw767GnKm2yGzIq8wB3x6GHojN00dPw==
162 162
163"@angular/common@~9.1.1": 163"@angular/common@~9.1.1":
164 version "9.1.4" 164 version "9.1.6"
165 resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.4.tgz#23d7b42cd87aba634b78b8d73e12c6ebffe86043" 165 resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.6.tgz#6428051e8fb18fddf1f800fc6a5e1d7d8f92067b"
166 integrity sha512-JvCoCWVbx0tF7l/0WTi24ui/mc2SElyVSNchR4VK/FViARnkvnSBdI/Ef5QWXrsPyKU4PYBtnWWgyxRspH+FBA== 166 integrity sha512-L9vw//wE+8QcSArOA411uJ68znnszCiPrbzSBV0BRZeadc7X68MwANA9qjtiTWZx5Xh9pNfHHwsCUyv2lUeinQ==
167 167
168"@angular/compiler-cli@~9.1.1": 168"@angular/compiler-cli@~9.1.1":
169 version "9.1.4" 169 version "9.1.6"
170 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.1.4.tgz#24c7c7060bb13f65337fb2998322d56021e185c1" 170 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.1.6.tgz#d80f21bd8b6e4db1e1c0a029db223e5e1fcede65"
171 integrity sha512-n3PzqNnPD7s/AF9mv5CnarK0sgfoq4txFncHjJWBSltuTQoz6BDZyjuEdqsSLUvgAZPeLsmohemOzEE38HYHZA== 171 integrity sha512-1b7m9tvSQJE4y95wNCdi34MORcsmXPC1vaylYlzChVM2et9Y2eKHYcRs+4g329j66irLBGpS/7cgTT2pgJ+IbA==
172 dependencies: 172 dependencies:
173 canonical-path "1.0.0" 173 canonical-path "1.0.0"
174 chokidar "^3.0.0" 174 chokidar "^3.0.0"
@@ -184,53 +184,53 @@
184 yargs "15.3.0" 184 yargs "15.3.0"
185 185
186"@angular/compiler@~9.1.1": 186"@angular/compiler@~9.1.1":
187 version "9.1.4" 187 version "9.1.6"
188 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.4.tgz#fe833fc3b74768bdd56b1bdd0010870f38ffaedc" 188 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.6.tgz#be4bc14e000c4b9e4c1ebf85f15f8de0b2603dc5"
189 integrity sha512-B+f3lviFNEJtL9V9exSKYPSz2Ddb6dxgPzQR7GSjGikDo+fKMtC1PjNwgJooS9gavhQx30uwkEEMIPYQbM6nNA== 189 integrity sha512-tHOQEjWuWqSkrk6/vI6BK7uJnpAyFajCXPW37rH5xspF/aMbetrpoOiGBNUQg/HLaFh04nOAnnFntjLkW0ooaA==
190 190
191"@angular/core@~9.1.1": 191"@angular/core@~9.1.1":
192 version "9.1.4" 192 version "9.1.6"
193 resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.4.tgz#85f5322f42cf8add597fc6b02913e8fc3308c361" 193 resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.6.tgz#810b4bb960cc2a933b89969c4d0f5ac53535c241"
194 integrity sha512-ND240vncmVD2KVe/KSQU3d/DxxoRipFg1+jFOFZGt0n0orCBHk/V1fu9iaG1sRyldL0+rCQ+fTI+1N4DTmMnxA== 194 integrity sha512-iXgPh5DebLwkMzLtQ6WKiv/mo4hpwMOwYex3O4F2CKToR2tKPnXbV5WC/ADGm0XYXiocSKQPiyL4ZrUjVeKEqA==
195 195
196"@angular/forms@~9.1.1": 196"@angular/forms@~9.1.1":
197 version "9.1.4" 197 version "9.1.6"
198 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.1.4.tgz#7cb75b5731bd6cbcf4a45b7b2cc68b3581de8cc1" 198 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.1.6.tgz#2589b74288318ddebb8c12b0fd45eb48dbd9e665"
199 integrity sha512-Njt+pMLfPBchL0/ayIjJqXL6ZfM4Ccvf7KO1wS1HMzh3QlmfNa0JSgc4pfrbRJAMN9g7V/FYLyKejs1bJZkenA== 199 integrity sha512-3KiFjLDipZVgS5rfnZ8EoKlkUokOR8dmuw2xdjKHgzflWFFeuaY9ZtQgjZGw9/jkwWlc9P38BOSEHbK8NakdDw==
200 200
201"@angular/language-service@~9.1.1": 201"@angular/language-service@~9.1.1":
202 version "9.1.4" 202 version "9.1.6"
203 resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.1.4.tgz#2fa2c444e5a5a6036d5ca43d2887826df17d0553" 203 resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.1.6.tgz#ff5e4bda847192820d7921f4551aaa1af8192ed3"
204 integrity sha512-eyVxxiegdb4ESdFGfkuDN+YfUbOVHRQLjIl6ACFJQDNHzVXzbmuqpyr5hIJANIVady103/7+dqRxxJo1DdIdTQ== 204 integrity sha512-pB18hVoAbIuk1Wus8ur7yUxSukfPR4pCXiOfbxDQ94qlCzLAzIwXbaNV4erpBfL/fUKxMY3h8RrVt0dfm6M5RQ==
205 205
206"@angular/localize@^9.1.1": 206"@angular/localize@^9.1.1":
207 version "9.1.4" 207 version "9.1.6"
208 resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.1.4.tgz#3073886a92a6d58918114750ec657cc40726f50d" 208 resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.1.6.tgz#6b1a3639441da91b8ed7563f82ab3a3112f632a0"
209 integrity sha512-//iE4h45ThsvtAWzk4TS2w9/AIGm5Gk+xspScdQDN3a6RlZh2f0E9fEC1PGjc/1oxxQvUiWVFdHkCgLSnRmEEQ== 209 integrity sha512-SGDtXR+HdyfjjMl/JpqHcDPn+OcWKk9eKrJmUB3HcUwsBl1wuYx5dES2iErPTB4BLf2W6rm3o0Bzh7kT+eJFuw==
210 dependencies: 210 dependencies:
211 "@babel/core" "7.8.3" 211 "@babel/core" "7.8.3"
212 glob "7.1.2" 212 glob "7.1.2"
213 yargs "15.3.0" 213 yargs "15.3.0"
214 214
215"@angular/platform-browser-dynamic@~9.1.1": 215"@angular/platform-browser-dynamic@~9.1.1":
216 version "9.1.4" 216 version "9.1.6"
217 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.1.4.tgz#bf1cde9156bd29eeeef932b683b0c993614f75d5" 217 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.1.6.tgz#3522fd43825f12f8e9982acab85c0a9cdc0c5c86"
218 integrity sha512-YtVbnxyS6FU7xNpA6A95tmSfrB8+WC7OH3mbP8M9NaGk0OYz8B/JOe1HByP4JRpEGCvBtXdJ2NSW/MpLIT8SiQ== 218 integrity sha512-7AL3hWu4oY0LRiMS9ZEFXPW2uqybWcVNFDHjPp3UwsDIT4+sW3DIm8P+UvAOFkkRwaHpPDqm4chTTiAHygC/1Q==
219 219
220"@angular/platform-browser@~9.1.1": 220"@angular/platform-browser@~9.1.1":
221 version "9.1.4" 221 version "9.1.6"
222 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.1.4.tgz#c4fe868f12a6593702967a957a6bc8aa50c34f3b" 222 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.1.6.tgz#3f107b96f8fdfc87370dae5bc6698c8be9b246e9"
223 integrity sha512-mBCHfTl+5tQfaUiGlDujP7mFBzovFc54Zi2kcCE8DSdSSVQ2TPBo6hXa6y2cL3hJPFZzQ7mC4ORFrsGADhHn/w== 223 integrity sha512-ebQhbT0Z55vwlQwAY4+s3Bcf1Q4wEN5Yk43iCuVt4g2kFkg09UP0z8aYtbuh7VQDyv/W4TTIGX8smGBWstoedQ==
224 224
225"@angular/router@~9.1.1": 225"@angular/router@~9.1.1":
226 version "9.1.4" 226 version "9.1.6"
227 resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.1.4.tgz#1bd09c84d1ec75bdc7cc75e80014eda5041ffeb7" 227 resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.1.6.tgz#1186e63d3f69faffbf7f92773f342314130b1fcf"
228 integrity sha512-yUyjCgG2P2Jh8MvoyC6yirmAtx1Qe7MKLuLvsa9WOB571QNEcNLTYMfAMHUKsQTcE/+o984QyLlneoibgI9wFA== 228 integrity sha512-Oz4nVQUR6t68DSzZuSrVaqrzmA7/0PIEi0sc85CE+UuOEoAqGMwN0NdQYizFT62WZ16DRI/1tZ+TTWvdmpEv8w==
229 229
230"@angular/service-worker@~9.1.1": 230"@angular/service-worker@~9.1.1":
231 version "9.1.4" 231 version "9.1.6"
232 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.1.4.tgz#acafd57fae1f745c42f6a3adf461c8bb032013c7" 232 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.1.6.tgz#820a685af690bd06d9934087f60b942a68cf92cb"
233 integrity sha512-q3MIgWOeCg9DhQGDk81bDJYjauBtf3GxvtGnnZG6XEjw3r3k/ykTyRPGHgC5MTw/XFF4Y6dfpgLIXT42AXLhaw== 233 integrity sha512-mQhVZjw4aEH7f0j07TuoBSrW02KTbySYimivfq9Cb33a2ihI7fb3MAR6YmoM+0ax8Ohl88aOsUOU7xFeHbaMJQ==
234 234
235"@angularclass/hmr@^2.1.3": 235"@angularclass/hmr@^2.1.3":
236 version "2.1.3" 236 version "2.1.3"
@@ -544,7 +544,7 @@
544 chalk "^2.0.0" 544 chalk "^2.0.0"
545 js-tokens "^4.0.0" 545 js-tokens "^4.0.0"
546 546
547"@babel/parser@^7.7.0", "@babel/parser@^7.7.5", "@babel/parser@^7.8.3", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0", "@babel/parser@^7.9.6": 547"@babel/parser@^7.7.0", "@babel/parser@^7.8.3", "@babel/parser@^7.8.6", "@babel/parser@^7.9.0", "@babel/parser@^7.9.6":
548 version "7.9.6" 548 version "7.9.6"
549 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7" 549 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
550 integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q== 550 integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
@@ -1073,14 +1073,14 @@
1073 "@babel/types" "^7.4.4" 1073 "@babel/types" "^7.4.4"
1074 esutils "^2.0.2" 1074 esutils "^2.0.2"
1075 1075
1076"@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4": 1076"@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.9.2":
1077 version "7.9.6" 1077 version "7.9.6"
1078 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f" 1078 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.9.6.tgz#a9102eb5cadedf3f31d08a9ecf294af7827ea29f"
1079 integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ== 1079 integrity sha512-64AF1xY3OAkFHqOb9s4jpgk1Mm5vDZ4L3acHvAml+53nO1XbXLuDodsVpO4OIUsmemlUHMxNdYMNJmsvOwLrvQ==
1080 dependencies: 1080 dependencies:
1081 regenerator-runtime "^0.13.4" 1081 regenerator-runtime "^0.13.4"
1082 1082
1083"@babel/template@7.8.6", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6": 1083"@babel/template@7.8.6", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
1084 version "7.8.6" 1084 version "7.8.6"
1085 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b" 1085 resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.8.6.tgz#86b22af15f828dfb086474f964dcc3e39c43ce2b"
1086 integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg== 1086 integrity sha512-zbMsPMy/v0PWFZEhQJ66bqjhH+z0JgMoBWuikXybgG3Gkd/3t5oQ1Rw2WQhnSrsOmsKXnZOx15tkC4qON/+JPg==
@@ -1089,7 +1089,7 @@
1089 "@babel/parser" "^7.8.6" 1089 "@babel/parser" "^7.8.6"
1090 "@babel/types" "^7.8.6" 1090 "@babel/types" "^7.8.6"
1091 1091
1092"@babel/traverse@^7.7.0", "@babel/traverse@^7.7.4", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.0", "@babel/traverse@^7.9.6": 1092"@babel/traverse@^7.7.0", "@babel/traverse@^7.8.3", "@babel/traverse@^7.9.0", "@babel/traverse@^7.9.6":
1093 version "7.9.6" 1093 version "7.9.6"
1094 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442" 1094 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
1095 integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg== 1095 integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
@@ -1139,12 +1139,12 @@
1139 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-6.1.0.tgz#fce7550a095aeac42108f76ac1ebd63caf8304e9" 1139 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-6.1.0.tgz#fce7550a095aeac42108f76ac1ebd63caf8304e9"
1140 integrity sha512-2GzkNJBKdeHkaUqaCAqSILPft0IzzHjMfAlAuGY6/ZLlVQ0glt5MTbIXtIhSbjR+OvlrljoXFLrvzs1LGdmE+A== 1140 integrity sha512-2GzkNJBKdeHkaUqaCAqSILPft0IzzHjMfAlAuGY6/ZLlVQ0glt5MTbIXtIhSbjR+OvlrljoXFLrvzs1LGdmE+A==
1141 1141
1142"@ngtools/webpack@9.1.4": 1142"@ngtools/webpack@9.1.5":
1143 version "9.1.4" 1143 version "9.1.5"
1144 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.1.4.tgz#8866d8461969662d0860d857aafa5a706877f85d" 1144 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.1.5.tgz#df32f559b5d2ce8f056886d8bdd2058e4f9c24f4"
1145 integrity sha512-CDlQzMnWraxf/dT3G5L+0N0VniWHWdzjLRP8pWBoyV0xlzWS1yL/lj8Mas2jEIuaUxZ8bi29mE7xa8prqewtBQ== 1145 integrity sha512-6VzmlXRnf7phwLOiy0WrxHFHD5TuNQgVVpD/VFkZjtCTOsZyGQYGVPfaqxvn13M4Mm8bjrN4mk06VowCFm2oHw==
1146 dependencies: 1146 dependencies:
1147 "@angular-devkit/core" "9.1.4" 1147 "@angular-devkit/core" "9.1.5"
1148 enhanced-resolve "4.1.1" 1148 enhanced-resolve "4.1.1"
1149 rxjs "6.5.4" 1149 rxjs "6.5.4"
1150 webpack-sources "1.4.3" 1150 webpack-sources "1.4.3"
@@ -1199,7 +1199,7 @@
1199 dependencies: 1199 dependencies:
1200 tslib "^1.9.0" 1200 tslib "^1.9.0"
1201 1201
1202"@ngx-meta/core@^9.0.0": 1202"@ngx-meta/core@9.0.0":
1203 version "9.0.0" 1203 version "9.0.0"
1204 resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-9.0.0.tgz#2c3b27bd32d41f7aaf0712d4007e0afed8e5dd3f" 1204 resolved "https://registry.yarnpkg.com/@ngx-meta/core/-/core-9.0.0.tgz#2c3b27bd32d41f7aaf0712d4007e0afed8e5dd3f"
1205 integrity sha512-WL/HyKM+4gJPS3TNTO0M+46LlIvGTSyofL//8hxoozAyRPsiMyR0xrwUvPBJkVqFyD6j0iI5FaNcQ9d0JCVJhg== 1205 integrity sha512-WL/HyKM+4gJPS3TNTO0M+46LlIvGTSyofL//8hxoozAyRPsiMyR0xrwUvPBJkVqFyD6j0iI5FaNcQ9d0JCVJhg==
@@ -1213,21 +1213,21 @@
1213 tslib "^1.9.0" 1213 tslib "^1.9.0"
1214 yargs "10.0.3" 1214 yargs "10.0.3"
1215 1215
1216"@schematics/angular@9.1.4": 1216"@schematics/angular@9.1.5":
1217 version "9.1.4" 1217 version "9.1.5"
1218 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.1.4.tgz#01908a9b8c97db204fb1395e202aebd38b789bad" 1218 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.1.5.tgz#9d07997638194439b47d4bf3ba2b3fe4f7f1a630"
1219 integrity sha512-7nbiYBRgXc+f0sa5iXTcF6/VMy/Xq0wyKKnDFiLCb2aFYR7EXRHWF2GuwDIg2bvFugLuCBDoNnXeddLE1TXGWg== 1219 integrity sha512-kMscfnwd9TGLo8V+dE/Pzu4wNxZej/6F6z5XzMOQVFTbL+RqMDvtkHf9CarhiKBd5ogm4npfKV8ToNTUecFJkA==
1220 dependencies: 1220 dependencies:
1221 "@angular-devkit/core" "9.1.4" 1221 "@angular-devkit/core" "9.1.5"
1222 "@angular-devkit/schematics" "9.1.4" 1222 "@angular-devkit/schematics" "9.1.5"
1223 1223
1224"@schematics/update@0.901.4": 1224"@schematics/update@0.901.5":
1225 version "0.901.4" 1225 version "0.901.5"
1226 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.901.4.tgz#665214fb6daec3162d428aead5fb4937a4508dd3" 1226 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.901.5.tgz#c85d193e1ffee0b764328be2b7be02656e5296ba"
1227 integrity sha512-jCtZY2Fbj502gKN5gdu1brnRy/ssyzTrWm69Ty73V+t8uL7nLr+/hny/VBJ8CiQnKQvxcgVl1xgvI1cXzpysVA== 1227 integrity sha512-JmB+AuU6C9eM8x/CxeBEDigRuypzuWx7gnloK9D5i2gP9r39clFNtWT7eM3YW3kl4uyEMzrQHx6esMWNUScVBw==
1228 dependencies: 1228 dependencies:
1229 "@angular-devkit/core" "9.1.4" 1229 "@angular-devkit/core" "9.1.5"
1230 "@angular-devkit/schematics" "9.1.4" 1230 "@angular-devkit/schematics" "9.1.5"
1231 "@yarnpkg/lockfile" "1.1.0" 1231 "@yarnpkg/lockfile" "1.1.0"
1232 ini "1.3.5" 1232 ini "1.3.5"
1233 npm-package-arg "^8.0.0" 1233 npm-package-arg "^8.0.0"
@@ -1407,9 +1407,9 @@
1407 integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw== 1407 integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
1408 1408
1409"@types/react@*": 1409"@types/react@*":
1410 version "16.9.34" 1410 version "16.9.35"
1411 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349" 1411 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
1412 integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow== 1412 integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
1413 dependencies: 1413 dependencies:
1414 "@types/prop-types" "*" 1414 "@types/prop-types" "*"
1415 csstype "^2.2.0" 1415 csstype "^2.2.0"
@@ -1496,10 +1496,10 @@
1496 resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.29.tgz#c4428b0ca86d3b881475726fd94980b38a27c381" 1496 resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.29.tgz#c4428b0ca86d3b881475726fd94980b38a27c381"
1497 integrity sha1-xEKLDKhtO4gUdXJv2UmAs4onw4E= 1497 integrity sha1-xEKLDKhtO4gUdXJv2UmAs4onw4E=
1498 1498
1499"@videojs/http-streaming@1.12.2": 1499"@videojs/http-streaming@1.12.3":
1500 version "1.12.2" 1500 version "1.12.3"
1501 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.12.2.tgz#9ee790ff5e83eb3aab08ba3c8e434ace92a16013" 1501 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.12.3.tgz#99d0779ca14f127eb4f42b5be7b31585687ca5f5"
1502 integrity sha512-/YoApr0Ihaqo2eOLSQA3AdUDgor3VPeRAc+mCFvEB8265OUHxhIBUQ+JoGEKYk6PY2XLK1JqNC0lDuqpr61TPQ== 1502 integrity sha512-VohBOKZXPXRFl6c3E3MXWfp7sFQ8H73K2XdShT5WnOLblyQjnvsqTa8+lgQXFyiy/oQcR1vVY1cwiT3m4bJYPQ==
1503 dependencies: 1503 dependencies:
1504 aes-decrypter "3.0.0" 1504 aes-decrypter "3.0.0"
1505 global "^4.3.0" 1505 global "^4.3.0"
@@ -1737,9 +1737,9 @@ acorn@^6.2.1:
1737 integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA== 1737 integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
1738 1738
1739acorn@^7.1.1: 1739acorn@^7.1.1:
1740 version "7.1.1" 1740 version "7.2.0"
1741 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.1.tgz#e35668de0b402f359de515c5482a1ab9f89a69bf" 1741 resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.2.0.tgz#17ea7e40d7c8640ff54a694c889c26f31704effe"
1742 integrity sha512-add7dgA5ppRPxCFJoAGfMDi7PIBXq1RtGo7BhbLaxwrXPOmw8gq48Y9ozT01hUKy9byMjlR20EJhu5zlkErEkg== 1742 integrity sha512-apwXVmYVpQ34m/i71vrApRrRKCWQnZZF1+npOD0WV5xZFfwWOmKGQ2RWlfdy9vWITsenisM8M0Qeq8agcFHNiQ==
1743 1743
1744addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.4.2: 1744addr-to-ip-port@^1.0.1, addr-to-ip-port@^1.4.2:
1745 version "1.5.1" 1745 version "1.5.1"
@@ -2835,9 +2835,9 @@ caniuse-api@^3.0.0:
2835 lodash.uniq "^4.5.0" 2835 lodash.uniq "^4.5.0"
2836 2836
2837caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001032, caniuse-lite@^1.0.30001043: 2837caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001020, caniuse-lite@^1.0.30001032, caniuse-lite@^1.0.30001043:
2838 version "1.0.30001052" 2838 version "1.0.30001055"
2839 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001052.tgz#33a5ddd13783cfe2c8a6a846ab983387d4edff75" 2839 resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001055.tgz#7b52c3537f7a8c0408aca867e83d2b04268b54cd"
2840 integrity sha512-b2/oWZwkpWzEB1+Azr2Z4FcpdDkH+9R4dn+bkwk/6eH9mRSrnZjhA6v32+zsV+TSqC0pp2Rxush2yUVTJ0dJTQ== 2840 integrity sha512-MbwsBmKrBSKIWldfdIagO5OJWZclpJtS4h0Jrk/4HFrXJxTdVdH23Fd+xCiHriVGvYcWyW8mR/CPsYajlH8Iuw==
2841 2841
2842canonical-path@1.0.0: 2842canonical-path@1.0.0:
2843 version "1.0.0" 2843 version "1.0.0"
@@ -3955,9 +3955,9 @@ detect-node@^2.0.4:
3955 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw== 3955 integrity sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==
3956 3956
3957dexie@^3.0.0: 3957dexie@^3.0.0:
3958 version "3.0.0" 3958 version "3.0.1"
3959 resolved "https://registry.yarnpkg.com/dexie/-/dexie-3.0.0.tgz#6f468fa30b5c53343bbbfb1659ddede202e1a67c" 3959 resolved "https://registry.yarnpkg.com/dexie/-/dexie-3.0.1.tgz#faafeb94be0d5e18b25d700546a2c05725511cfc"
3960 integrity sha512-wOS7Og4NzXYG2OZPkzmgNTR+WSocu3O6bQSU22s30g3I2g32By/tbaTMoCVFKd55p+oTlxZY8YAMkhJs4vj0sw== 3960 integrity sha512-/s4KzlaerQnCad/uY1ZNdFckTrbdMVhLlziYQzz62Ff9Ick1lHGomvTXNfwh4ApEZATyXRyVk5F6/y8UU84B0w==
3961 3961
3962dezalgo@^1.0.0: 3962dezalgo@^1.0.0:
3963 version "1.0.3" 3963 version "1.0.3"
@@ -4110,9 +4110,9 @@ domutils@^1.5.1, domutils@^1.7.0:
4110 domelementtype "1" 4110 domelementtype "1"
4111 4111
4112domutils@^2.0.0: 4112domutils@^2.0.0:
4113 version "2.0.0" 4113 version "2.1.0"
4114 resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.0.0.tgz#15b8278e37bfa8468d157478c58c367718133c08" 4114 resolved "https://registry.yarnpkg.com/domutils/-/domutils-2.1.0.tgz#7ade3201af43703fde154952e3a868eb4b635f16"
4115 integrity sha512-n5SelJ1axbO636c2yUtOGia/IcJtVtlhQbFiVDBZHKV5ReJO1ViX7sFEemtuyoAnBxk5meNSYgA8V4s0271efg== 4115 integrity sha512-CD9M0Dm1iaHfQ1R/TI+z3/JWp/pgub0j4jIQKH89ARR4ATAV2nbaOQS5XxU9maJP5jHaPdDDQSEHuE2UmpUTKg==
4116 dependencies: 4116 dependencies:
4117 dom-serializer "^0.2.1" 4117 dom-serializer "^0.2.1"
4118 domelementtype "^2.0.1" 4118 domelementtype "^2.0.1"
@@ -4167,9 +4167,9 @@ ejs@^2.6.1:
4167 integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA== 4167 integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
4168 4168
4169electron-to-chromium@^1.3.413: 4169electron-to-chromium@^1.3.413:
4170 version "1.3.429" 4170 version "1.3.432"
4171 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.429.tgz#0d1ef6710ba84de3710615280c1f6f79c8205b47" 4171 resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.432.tgz#3bf7b191978ff2e8bc3caf811bb52b1e9f9eab25"
4172 integrity sha512-YW8rXMJx33FalISp0uP0+AkvBx9gfzzQ4NotblGga6Z8ZX00bg2e5FNWV8fyDD/VN3WLhEtjFXNwzdJrdaAHEQ== 4172 integrity sha512-/GdNhXyLP5Yl2322CUX/+Xi8NhdHBqL6lD9VJVKjH6CjoPGakvwZ5CpKgj/oOlbzuWWjOvMjDw1bBuAIRCNTlw==
4173 4173
4174elliptic@^6.0.0, elliptic@^6.5.2: 4174elliptic@^6.0.0, elliptic@^6.5.2:
4175 version "6.5.2" 4175 version "6.5.2"
@@ -4327,9 +4327,9 @@ entities@^1.1.1:
4327 integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== 4327 integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==
4328 4328
4329entities@^2.0.0, entities@~2.0.0: 4329entities@^2.0.0, entities@~2.0.0:
4330 version "2.0.0" 4330 version "2.0.2"
4331 resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.0.tgz#68d6084cab1b079767540d80e56a39b423e4abf4" 4331 resolved "https://registry.yarnpkg.com/entities/-/entities-2.0.2.tgz#ac74db0bba8d33808bbf36809c3a5c3683531436"
4332 integrity sha512-D9f7V0JSRwIxlRI2mjMqufDrRDnx8p+eEOz7aUM9SuvF8gsBzra0/6tbjl1m8eQHrZlYj6PxqE00hZ1SAIKPLw== 4332 integrity sha512-dmD3AvJQBUjKpcNkoqr+x+IF0SdRtPz9Vk0uTy4yWqga9ibB6s4v++QFWNohjiUGoMlF552ZvNyXDxz5iW0qmw==
4333 4333
4334err-code@^1.0.0: 4334err-code@^1.0.0:
4335 version "1.1.2" 4335 version "1.1.2"
@@ -4581,9 +4581,9 @@ eventemitter3@3.1.0:
4581 integrity sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA== 4581 integrity sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==
4582 4582
4583eventemitter3@^4.0.0: 4583eventemitter3@^4.0.0:
4584 version "4.0.0" 4584 version "4.0.1"
4585 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.0.tgz#d65176163887ee59f386d64c82610b696a4a74eb" 4585 resolved "https://registry.yarnpkg.com/eventemitter3/-/eventemitter3-4.0.1.tgz#3bcf626b0d3b16ce22ee88625a3772706300ba1f"
4586 integrity sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg== 4586 integrity sha512-MnI0l35oYL2C/c80rjJN7qu50MDx39yYE7y7oYck2YA3v+y7EaAenY8IU8AP4d1RWqE8VAKWFGSh3rfP87ll3g==
4587 4587
4588events@^3.0.0: 4588events@^3.0.0:
4589 version "3.1.0" 4589 version "3.1.0"
@@ -6410,14 +6410,11 @@ istanbul-lib-coverage@^3.0.0:
6410 integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg== 6410 integrity sha512-UiUIqxMgRDET6eR+o5HbfRYP1l0hqkWOs7vNxC/mggutCMUIhWMm8gAHb8tHlyfD3/l6rlgNA5cKdDzEAf6hEg==
6411 6411
6412istanbul-lib-instrument@^4.0.1: 6412istanbul-lib-instrument@^4.0.1:
6413 version "4.0.1" 6413 version "4.0.3"
6414 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.1.tgz#61f13ac2c96cfefb076fe7131156cc05907874e6" 6414 resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz#873c6fff897450118222774696a3f28902d77c1d"
6415 integrity sha512-imIchxnodll7pvQBYOqUu88EufLCU56LMeFPZZM/fJZ1irYcYdqroaV+ACK1Ila8ls09iEYArp+nqyC6lW1Vfg== 6415 integrity sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==
6416 dependencies: 6416 dependencies:
6417 "@babel/core" "^7.7.5" 6417 "@babel/core" "^7.7.5"
6418 "@babel/parser" "^7.7.5"
6419 "@babel/template" "^7.7.4"
6420 "@babel/traverse" "^7.7.4"
6421 "@istanbuljs/schema" "^0.1.2" 6418 "@istanbuljs/schema" "^0.1.2"
6422 istanbul-lib-coverage "^3.0.0" 6419 istanbul-lib-coverage "^3.0.0"
6423 semver "^6.3.0" 6420 semver "^6.3.0"
@@ -6489,7 +6486,7 @@ jest-worker@25.1.0:
6489 merge-stream "^2.0.0" 6486 merge-stream "^2.0.0"
6490 supports-color "^7.0.0" 6487 supports-color "^7.0.0"
6491 6488
6492jest-worker@^25.1.0, jest-worker@^25.5.0: 6489jest-worker@^25.1.0:
6493 version "25.5.0" 6490 version "25.5.0"
6494 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.5.0.tgz#2611d071b79cea0f43ee57a3d118593ac1547db1" 6491 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-25.5.0.tgz#2611d071b79cea0f43ee57a3d118593ac1547db1"
6495 integrity sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw== 6492 integrity sha512-/dsSmUkIy5EBGfv/IjjqmFxrNAUpBERfGs1oHROyD7yxjG/w+t0GOJDX8O1k32ySmd7+a5IhnJU2qQFcJ4n1vw==
@@ -6497,6 +6494,14 @@ jest-worker@^25.1.0, jest-worker@^25.5.0:
6497 merge-stream "^2.0.0" 6494 merge-stream "^2.0.0"
6498 supports-color "^7.0.0" 6495 supports-color "^7.0.0"
6499 6496
6497jest-worker@^26.0.0:
6498 version "26.0.0"
6499 resolved "https://registry.yarnpkg.com/jest-worker/-/jest-worker-26.0.0.tgz#4920c7714f0a96c6412464718d0c58a3df3fb066"
6500 integrity sha512-pPaYa2+JnwmiZjK9x7p9BoZht+47ecFCDFA/CJxspHzeDvQcfVBLWzCiWyo+EGrSiQMWZtCFo9iSvMZnAAo8vw==
6501 dependencies:
6502 merge-stream "^2.0.0"
6503 supports-color "^7.0.0"
6504
6500js-base64@^2.1.8: 6505js-base64@^2.1.8:
6501 version "2.5.2" 6506 version "2.5.2"
6502 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209" 6507 resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.5.2.tgz#313b6274dda718f714d00b3330bbae6e38e90209"
@@ -6699,9 +6704,9 @@ karma-source-map-support@1.4.0:
6699 source-map-support "^0.5.5" 6704 source-map-support "^0.5.5"
6700 6705
6701karma@^5.0.4: 6706karma@^5.0.4:
6702 version "5.0.4" 6707 version "5.0.5"
6703 resolved "https://registry.yarnpkg.com/karma/-/karma-5.0.4.tgz#b374a1e541ad66da668460b99c6faf20cfffc97a" 6708 resolved "https://registry.yarnpkg.com/karma/-/karma-5.0.5.tgz#f7716f459f354734a7856ef9ed67fe0a38270aa4"
6704 integrity sha512-UGqTe2LBiGQBXRN+Fygeiq63tbfOX45639SKSbPkLpARwnxROWJZg+froGkpHxr84FXCe8UGCf+1PITM6frT5w== 6709 integrity sha512-Q4Su7kNwkTgqS+KbSCYgH0p4a/0JIxVLyp7qKNV7vgPNhIF4kIoh0GlUfMKpw67BrR3hgPQSJoxgF7xnzUtPpg==
6705 dependencies: 6710 dependencies:
6706 body-parser "^1.16.1" 6711 body-parser "^1.16.1"
6707 braces "^3.0.2" 6712 braces "^3.0.2"
@@ -8353,10 +8358,10 @@ parse-json@^4.0.0:
8353 error-ex "^1.3.1" 8358 error-ex "^1.3.1"
8354 json-parse-better-errors "^1.0.1" 8359 json-parse-better-errors "^1.0.1"
8355 8360
8356parse-numeric-range@^0.0.2: 8361parse-numeric-range@^1.2.0:
8357 version "0.0.2" 8362 version "1.2.0"
8358 resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-0.0.2.tgz#b4f09d413c7adbcd987f6e9233c7b4b210c938e4" 8363 resolved "https://registry.yarnpkg.com/parse-numeric-range/-/parse-numeric-range-1.2.0.tgz#aa70b00f29624ed13e9f943e9461b306e386b0fa"
8359 integrity sha1-tPCdQTx6282Yf26SM8e0shDJOOQ= 8364 integrity sha512-1q2tXpAOplPxcl8vrIGPWz1dJxxfmdRkCFcpxxMBerDnGuuHalOWF/xj9L8Nn5XoTUoB/6F0CeQBp2fMgkOYFg==
8360 8365
8361parse-passwd@^1.0.0: 8366parse-passwd@^1.0.0:
8362 version "1.0.0" 8367 version "1.0.0"
@@ -9498,9 +9503,9 @@ remove-trailing-separator@^1.0.1:
9498 integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= 9503 integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8=
9499 9504
9500render-media@^3.0.0: 9505render-media@^3.0.0:
9501 version "3.4.0" 9506 version "3.4.1"
9502 resolved "https://registry.yarnpkg.com/render-media/-/render-media-3.4.0.tgz#3e19cff3dc06da3b7431dda5aad4912e6dee60d8" 9507 resolved "https://registry.yarnpkg.com/render-media/-/render-media-3.4.1.tgz#d3c55d80149bc6b7c008b73b77185cf565d17427"
9503 integrity sha512-0BTIvIBS4xdC/qPpoj8ZsdZ/YoQhn+DutUqBkur1yUs5SnDoruiAtaHFJhxle8pREnNN/kT8E8fkftgMkJ8Tvg== 9508 integrity sha512-BHXxqphM062R66O4va5WNuGSSqlZFKbC01cFORzvMOEorlBjPzn3brm7Yqmo11nvwxA4VnRhiT+23LI/Kbe4wg==
9504 dependencies: 9509 dependencies:
9505 debug "^4.1.1" 9510 debug "^4.1.1"
9506 is-ascii "^1.0.0" 9511 is-ascii "^1.0.0"
@@ -9788,9 +9793,9 @@ safe-buffer@5.1.2, safe-buffer@~5.1.0, safe-buffer@~5.1.1:
9788 integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== 9793 integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==
9789 9794
9790safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0: 9795safe-buffer@>=5.1.0, safe-buffer@^5.0.1, safe-buffer@^5.1.0, safe-buffer@^5.1.1, safe-buffer@^5.1.2, safe-buffer@^5.2.0, safe-buffer@~5.2.0:
9791 version "5.2.0" 9796 version "5.2.1"
9792 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.0.tgz#b74daec49b1148f88c64b68d49b1e815c1f2f519" 9797 resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6"
9793 integrity sha512-fZEwUGbVl7kouZs1jCdMLdt95hdIv0ZeHg6L7qPeciMZhZ+/gdesW4wgTARkrFWEpspjEATAzUGPG8N2jJiwbg== 9798 integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==
9794 9799
9795safe-json-parse@4.0.0: 9800safe-json-parse@4.0.0:
9796 version "4.0.0" 9801 version "4.0.0"
@@ -10138,9 +10143,9 @@ simple-get@^3.0.0, simple-get@^3.0.1, simple-get@^3.1.0:
10138 simple-concat "^1.0.0" 10143 simple-concat "^1.0.0"
10139 10144
10140simple-peer@^9.0.0, simple-peer@^9.5.0: 10145simple-peer@^9.0.0, simple-peer@^9.5.0:
10141 version "9.7.0" 10146 version "9.7.1"
10142 resolved "https://registry.yarnpkg.com/simple-peer/-/simple-peer-9.7.0.tgz#aca82638fbb38c53f143c8c054c33b2f30ada4fe" 10147 resolved "https://registry.yarnpkg.com/simple-peer/-/simple-peer-9.7.1.tgz#8032a588f241a3f73e0fca21c436caf0f0105e4e"
10143 integrity sha512-lZL/H/Znx7kai1kTrbxntVfbstGTnPF+w+hvnq2euBXoBg8m32mgEOpPmH9hS7ZOx0CMXcpgth/nNjZKp7aeow== 10148 integrity sha512-Ja2B8N1/wR83THDCtig4tBmaodGPV0VBOxxfxEABqMVF+JvzMi3vSsRhyYanwSljXTaAjEli4ztqDGbjHWUD8A==
10144 dependencies: 10149 dependencies:
10145 debug "^4.0.1" 10150 debug "^4.0.1"
10146 get-browser-rtc "^1.0.0" 10151 get-browser-rtc "^1.0.0"
@@ -10621,16 +10626,16 @@ stream-shift@^1.0.0:
10621 integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ== 10626 integrity sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==
10622 10627
10623stream-to-blob-url@^3.0.0: 10628stream-to-blob-url@^3.0.0:
10624 version "3.0.0" 10629 version "3.0.2"
10625 resolved "https://registry.yarnpkg.com/stream-to-blob-url/-/stream-to-blob-url-3.0.0.tgz#48dcaba85fab2d6c3795d38eb97a07741653f1dc" 10630 resolved "https://registry.yarnpkg.com/stream-to-blob-url/-/stream-to-blob-url-3.0.2.tgz#5574d139e2a6d1435945476f0a9469947f2da4fb"
10626 integrity sha512-Mu1iPvbBkzdUPCZ+J+XBr/oagjOBfj4vpErHRIe08QzWeILSDtF5LXo6v44HeQFpx7dfqcBKjGUbSNCJ+38zqQ== 10631 integrity sha512-PS6wT2ZyyR38Cy+lE6PBEI1ZmO2HdzZoLeDGG0zZbYikCZd0dh8FUoSeFzgWLItpBYw1WJmPVRLpykRV+lAWLQ==
10627 dependencies: 10632 dependencies:
10628 stream-to-blob "^2.0.0" 10633 stream-to-blob "^2.0.0"
10629 10634
10630stream-to-blob@^2.0.0: 10635stream-to-blob@^2.0.0:
10631 version "2.0.0" 10636 version "2.0.1"
10632 resolved "https://registry.yarnpkg.com/stream-to-blob/-/stream-to-blob-2.0.0.tgz#3b71d5445eaf69025556237d2dfd0fc66fd142e7" 10637 resolved "https://registry.yarnpkg.com/stream-to-blob/-/stream-to-blob-2.0.1.tgz#59ab71d7a7f0bfb899570e886e44d39f4ac4381a"
10633 integrity sha512-E+YitTtIHo7RQ4Cmgl+EzlMpqvLroTynRgt4t0pI4y5oz/piqlBQB8NFXLIWcjGOsKw+THnImrdpWcOCVxK25Q== 10638 integrity sha512-GXlqXt3svqwIVWoICenix5Poxi4KbCF0BdXXUbpU1X4vq1V8wmjiEIU3aFJzCGNFpKxfbnG0uoowS3nKUgSPYg==
10634 10639
10635stream-with-known-length-to-buffer@^1.0.0: 10640stream-with-known-length-to-buffer@^1.0.0:
10636 version "1.0.3" 10641 version "1.0.3"
@@ -10975,13 +10980,13 @@ terser-webpack-plugin@^1.4.3:
10975 worker-farm "^1.7.0" 10980 worker-farm "^1.7.0"
10976 10981
10977terser-webpack-plugin@^3.0.0: 10982terser-webpack-plugin@^3.0.0:
10978 version "3.0.0" 10983 version "3.0.1"
10979 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.0.0.tgz#533d7189efc43d1bc21d89f1cd2b4b1e0c7441aa" 10984 resolved "https://registry.yarnpkg.com/terser-webpack-plugin/-/terser-webpack-plugin-3.0.1.tgz#31928c9330a582fb5ec6f90805337289b85cb8fe"
10980 integrity sha512-gHAVFtJz1gQW5cu0btPtb+5Syo7K9hRj3b0lstgfglaBhbtcOCizsaPTnxOBGmF9iIgwsrSIiraBa2xzuWND7Q== 10985 integrity sha512-eFDtq8qPUEa9hXcUzTwKXTnugIVtlqc1Z/ZVhG8LmRT3lgRY13+pQTnFLY2N7ATB6TKCHuW/IGjoAnZz9wOIqw==
10981 dependencies: 10986 dependencies:
10982 cacache "^15.0.3" 10987 cacache "^15.0.3"
10983 find-cache-dir "^3.3.1" 10988 find-cache-dir "^3.3.1"
10984 jest-worker "^25.5.0" 10989 jest-worker "^26.0.0"
10985 p-limit "^2.3.0" 10990 p-limit "^2.3.0"
10986 schema-utils "^2.6.6" 10991 schema-utils "^2.6.6"
10987 serialize-javascript "^3.0.0" 10992 serialize-javascript "^3.0.0"
@@ -11611,12 +11616,12 @@ verror@1.10.0:
11611 extsprintf "^1.2.0" 11616 extsprintf "^1.2.0"
11612 11617
11613"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0", video.js@^7, video.js@^7.6.0: 11618"video.js@^6 || ^7", "video.js@^6.8.0 || ^7.0.0", video.js@^7, video.js@^7.6.0:
11614 version "7.7.5" 11619 version "7.7.6"
11615 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.7.5.tgz#7b066c4eb56fdf4980d3be09491ce520ffe8ed75" 11620 resolved "https://registry.yarnpkg.com/video.js/-/video.js-7.7.6.tgz#f2c492387682318a21ef442cf63847d72faaa1db"
11616 integrity sha512-+HSp2KNZmGzkmTecXyaXxEGi3F41WAm43PqNp3hWq5wYUQOHwcRu5YhhCz+5q0fDV+SlnFMSSLl/I6QLMlYv/g== 11621 integrity sha512-1GRhDHab2PZYqeFXJAH3ypLeq91uKbjqXrxwfZXyz6phwwyI1i5j6VeUkoVLxilrT+2KZ1IxOa0wRijnITDzWQ==
11617 dependencies: 11622 dependencies:
11618 "@babel/runtime" "^7.5.5" 11623 "@babel/runtime" "^7.9.2"
11619 "@videojs/http-streaming" "1.12.2" 11624 "@videojs/http-streaming" "1.12.3"
11620 "@videojs/xhr" "2.5.1" 11625 "@videojs/xhr" "2.5.1"
11621 global "4.3.2" 11626 global "4.3.2"
11622 keycode "^2.2.0" 11627 keycode "^2.2.0"
@@ -11913,9 +11918,9 @@ websocket-extensions@>=0.1.1:
11913 integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg== 11918 integrity sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==
11914 11919
11915webtorrent@^0.108.1: 11920webtorrent@^0.108.1:
11916 version "0.108.1" 11921 version "0.108.2"
11917 resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-0.108.1.tgz#c5d8ebc538eff85a86deec327b74508ebcf4a371" 11922 resolved "https://registry.yarnpkg.com/webtorrent/-/webtorrent-0.108.2.tgz#7c0bb038a4b350455d0e873a83bf00b437a83ed8"
11918 integrity sha512-+w6JaqGKZBZHVrYLmG2VDuRLZlUhQrkLXw0/nw3VKV4aloICWGwBKzjLclXmexUhnqeVzZjCRIQgSZ8+YmgJUQ== 11923 integrity sha512-qqd+atf3WMQpZDu9ouznpw4dJVs5JIYjU90Bb9BMgMxFKlzbspTrD94BXhLSPOS0/r1VbKHxiH9QoN07x+ting==
11919 dependencies: 11924 dependencies:
11920 addr-to-ip-port "^1.4.2" 11925 addr-to-ip-port "^1.4.2"
11921 bitfield "^3.0.0" 11926 bitfield "^3.0.0"
@@ -11935,7 +11940,7 @@ webtorrent@^0.108.1:
11935 mime "^2.4.0" 11940 mime "^2.4.0"
11936 multistream "^4.0.0" 11941 multistream "^4.0.0"
11937 package-json-versionify "^1.0.2" 11942 package-json-versionify "^1.0.2"
11938 parse-numeric-range "^0.0.2" 11943 parse-numeric-range "^1.2.0"
11939 parse-torrent "^7.0.0" 11944 parse-torrent "^7.0.0"
11940 pump "^3.0.0" 11945 pump "^3.0.0"
11941 random-iterate "^1.0.1" 11946 random-iterate "^1.0.1"
@@ -12000,10 +12005,10 @@ worker-farm@^1.7.0:
12000 dependencies: 12005 dependencies:
12001 errno "~0.1.7" 12006 errno "~0.1.7"
12002 12007
12003worker-plugin@4.0.2: 12008worker-plugin@4.0.3:
12004 version "4.0.2" 12009 version "4.0.3"
12005 resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-4.0.2.tgz#0456dd7af1c0de64591326fd8a08c5d9f2b5b27a" 12010 resolved "https://registry.yarnpkg.com/worker-plugin/-/worker-plugin-4.0.3.tgz#7c42e600d5931ad154d3d5f187a32446df64db0f"
12006 integrity sha512-V+1zSZMOOKk+uBzKyNIODLQLsx59zSIOaI75J1EMS0iR1qy+KQR3y/pQ3T0vIhvPfDFapGRMsoMvQNEL3okqSA== 12011 integrity sha512-7hFDYWiKcE3yHZvemsoM9lZis/PzurHAEX1ej8PLCu818Rt6QqUAiDdxHPCKZctzmhqzPpcFSgvMCiPbtooqAg==
12007 dependencies: 12012 dependencies:
12008 loader-utils "^1.1.0" 12013 loader-utils "^1.1.0"
12009 12014
@@ -12053,9 +12058,9 @@ ws@^6.0.0, ws@^6.2.1:
12053 async-limiter "~1.0.0" 12058 async-limiter "~1.0.0"
12054 12059
12055ws@^7.0.0: 12060ws@^7.0.0:
12056 version "7.2.5" 12061 version "7.3.0"
12057 resolved "https://registry.yarnpkg.com/ws/-/ws-7.2.5.tgz#abb1370d4626a5a9cd79d8de404aa18b3465d10d" 12062 resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd"
12058 integrity sha512-C34cIU4+DB2vMyAbmEKossWq2ZQDr6QEyuuCzWrM9zfw1sGc0mYiJ0UnG9zzNykt49C2Fi34hvr2vssFQRS6EA== 12063 integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==
12059 12064
12060ws@~3.3.1: 12065ws@~3.3.1:
12061 version "3.3.3" 12066 version "3.3.3"