aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-07 14:12:57 +0100
committerChocobozzz <me@florianbigard.com>2019-11-07 14:12:57 +0100
commit24b1c65abd6fa84b2e21bc2cb87c0b3006120787 (patch)
tree2250c3d0098af38871b5020fb663275a00dc7ed0
parentad912c3de64939cc2cd128ec45a4b32cb548f8d1 (diff)
downloadPeerTube-24b1c65abd6fa84b2e21bc2cb87c0b3006120787.tar.gz
PeerTube-24b1c65abd6fa84b2e21bc2cb87c0b3006120787.tar.zst
PeerTube-24b1c65abd6fa84b2e21bc2cb87c0b3006120787.zip
Remove html tags
-rw-r--r--client/src/locale/angular.ar-001.xlf6
-rw-r--r--client/src/locale/angular.cs-CZ.xlf77
-rw-r--r--client/src/locale/angular.da-DK.xlf12
-rw-r--r--client/src/locale/angular.de-DE.xlf6
-rw-r--r--client/src/locale/angular.en-GB.xlf6
-rw-r--r--client/src/locale/angular.en-US.xlf2058
-rw-r--r--client/src/locale/angular.eo.xlf446
-rw-r--r--client/src/locale/angular.es-ES.xlf36
-rw-r--r--client/src/locale/angular.eu-ES.xlf6
-rw-r--r--client/src/locale/angular.fa-IR.xlf15
-rw-r--r--client/src/locale/angular.fi-FI.xlf3
-rw-r--r--client/src/locale/angular.fr-FR.xlf434
-rw-r--r--client/src/locale/angular.gd.xlf636
-rw-r--r--client/src/locale/angular.gl-ES.xlf3
-rw-r--r--client/src/locale/angular.hu-HU.xlf18
-rw-r--r--client/src/locale/angular.it-IT.xlf6
-rw-r--r--client/src/locale/angular.ja-JP.xlf9
-rw-r--r--client/src/locale/angular.jbo.xlf3
-rw-r--r--client/src/locale/angular.pl-PL.xlf27
-rw-r--r--client/src/locale/angular.pt-BR.xlf6
-rw-r--r--client/src/locale/angular.pt-PT.xlf573
-rw-r--r--client/src/locale/angular.ru-RU.xlf30
-rw-r--r--client/src/locale/angular.sk-SK.xlf6
-rw-r--r--client/src/locale/angular.sl-SI.xlf3
-rw-r--r--client/src/locale/angular.sv-SE.xlf150
-rw-r--r--client/src/locale/angular.ta.xlf5
-rw-r--r--client/src/locale/angular.tr-TR.xlf6
-rw-r--r--client/src/locale/angular.uk-UA.xlf32
-rw-r--r--client/src/locale/angular.vi-VN.xlf3
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf1219
-rwxr-xr-xscripts/i18n/pull-hook.sh6
31 files changed, 3071 insertions, 2775 deletions
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index e5073b5ff..dc24a9f8d 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index 0e8d0167d..1cd898cc9 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -594,7 +596,8 @@
594 </context-group> 596 </context-group>
595 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.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-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.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-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
596 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8"> 598 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
597 <source>Blacklist video</source><target>Blacklist video</target><context-group name="null"> 599 <source>Blacklist video</source>
600 <context-group name="null">
598 <context context-type="linenumber">3</context> 601 <context context-type="linenumber">3</context>
599 </context-group> 602 </context-group>
600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
@@ -627,16 +630,16 @@
627 </context-group> 630 </context-group>
628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 631 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
629 <trans-unit id="4a806761798181e907e28ed1af053d466526800d"> 632 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
630 <source>Blacklisted</source><target>Blacklisted</target><context-group name="null"> 633 <source>Blacklisted</source>
634 <context-group name="null">
631 <context context-type="linenumber">42</context> 635 <context context-type="linenumber">42</context>
632 </context-group> 636 </context-group>
633 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
634 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87"> 638 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
635 <source> 639 <source>
636 Sensitive 640 Sensitive
637 </source><target> 641 </source>
638 Sensitive 642 <context-group name="null">
639 </target><context-group name="null">
640 <context context-type="linenumber">46</context> 643 <context context-type="linenumber">46</context>
641 </context-group> 644 </context-group>
642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
@@ -1500,7 +1503,8 @@
1500 </context-group> 1503 </context-group>
1501 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 1504 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit>
1502 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db"> 1505 <trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db">
1503 <source>Discover</source><target>Discover</target><context-group name="null"> 1506 <source>Discover</source>
1507 <context-group name="null">
1504 <context context-type="linenumber">66</context> 1508 <context context-type="linenumber">66</context>
1505 </context-group> 1509 </context-group>
1506 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit> 1510 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">66</context></context-group></trans-unit>
@@ -2620,7 +2624,8 @@
2620 </context-group> 2624 </context-group>
2621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</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">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 2625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</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">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2622 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb"> 2626 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
2623 <source>Follower handle</source><target>Follower handle</target><context-group name="null"> 2627 <source>Follower handle</source>
2628 <context-group name="null">
2624 <context context-type="linenumber">17</context> 2629 <context context-type="linenumber">17</context>
2625 </context-group> 2630 </context-group>
2626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 2631 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
@@ -2750,7 +2755,8 @@
2750 </context-group> 2755 </context-group>
2751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">73</context></context-group></trans-unit> 2756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">73</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">73</context></context-group></trans-unit>
2752 <trans-unit id="021ae82dcaddcb3e8d1c5e9645952b7c7e772fe1"> 2757 <trans-unit id="021ae82dcaddcb3e8d1c5e9645952b7c7e772fe1">
2753 <source>Bypass video auto blacklist</source><target>Bypass video auto blacklist</target><context-group name="null"> 2758 <source>Bypass video auto blacklist</source>
2759 <context-group name="null">
2754 <context context-type="linenumber">86</context> 2760 <context context-type="linenumber">86</context>
2755 </context-group> 2761 </context-group>
2756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">86</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit> 2762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">86</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">86</context></context-group></trans-unit>
@@ -2852,12 +2858,14 @@
2852 </context-group> 2858 </context-group>
2853 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit> 2859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">95</context></context-group></trans-unit>
2854 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c"> 2860 <trans-unit id="90868353e7e6f5994109ee1011131cefa992116c">
2855 <source>Moderation</source><target>Moderation</target><context-group name="null"> 2861 <source>Moderation</source>
2862 <context-group name="null">
2856 <context context-type="linenumber">2</context> 2863 <context context-type="linenumber">2</context>
2857 </context-group> 2864 </context-group>
2858 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 2865 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
2859 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e"> 2866 <trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e">
2860 <source>Video abuses</source><target>Video abuses</target><context-group name="null"> 2867 <source>Video abuses</source>
2868 <context-group name="null">
2861 <context context-type="linenumber">5</context> 2869 <context context-type="linenumber">5</context>
2862 </context-group> 2870 </context-group>
2863 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html"> 2871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
@@ -2903,7 +2911,8 @@
2903 </context-group> 2911 </context-group>
2904 <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">9</context></context-group></trans-unit> 2912 <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">9</context></context-group></trans-unit>
2905 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 2913 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2906 <source>Unfederated</source><target>Unfederated</target><context-group name="null"> 2914 <source>Unfederated</source>
2915 <context-group name="null">
2907 <context context-type="linenumber">10</context> 2916 <context context-type="linenumber">10</context>
2908 </context-group> 2917 </context-group>
2909 <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">10</context></context-group></trans-unit> 2918 <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">10</context></context-group></trans-unit>
@@ -2936,7 +2945,8 @@
2936 </context-group> 2945 </context-group>
2937 <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">43</context></context-group></trans-unit> 2946 <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">43</context></context-group></trans-unit>
2938 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f"> 2947 <trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f">
2939 <source>Moderation comment</source><target>Moderation comment</target><context-group name="null"> 2948 <source>Moderation comment</source>
2949 <context-group name="null">
2940 <context context-type="linenumber">3</context> 2950 <context context-type="linenumber">3</context>
2941 </context-group> 2951 </context-group>
2942 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 2952 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
@@ -2994,7 +3004,8 @@
2994 </context-group> 3004 </context-group>
2995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 3005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit>
2996 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638"> 3006 <trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638">
2997 <source>Moderation comment:</source><target>Moderation comment:</target><context-group name="null"> 3007 <source>Moderation comment:</source>
3008 <context-group name="null">
2998 <context context-type="linenumber">57</context> 3009 <context context-type="linenumber">57</context>
2999 </context-group> 3010 </context-group>
3000 <context-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></trans-unit> 3011 <context-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></trans-unit>
@@ -3013,7 +3024,8 @@
3013 </context-group> 3024 </context-group>
3014 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3025 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3015 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3026 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3016 <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><target>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><context-group name="null"> 3027 <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>
3028 <context-group name="null">
3017 <context context-type="linenumber">13</context> 3029 <context context-type="linenumber">13</context>
3018 </context-group> 3030 </context-group>
3019 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</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">9</context></context-group><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><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3031 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</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">9</context></context-group><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><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
@@ -3148,7 +3160,8 @@
3148 </context-group> 3160 </context-group>
3149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 3161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
3150 <trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0"> 3162 <trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0">
3151 <source>Debug</source><target>Debug</target><context-group name="null"> 3163 <source>Debug</source>
3164 <context-group name="null">
3152 <context context-type="linenumber">9</context> 3165 <context context-type="linenumber">9</context>
3153 </context-group> 3166 </context-group>
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 3167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/system.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
@@ -3485,7 +3498,8 @@
3485 </context-group> 3498 </context-group>
3486 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">309</context></context-group></trans-unit> 3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">309</context></context-group></trans-unit>
3487 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c"> 3500 <trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c">
3488 <source>New videos of users automatically blacklisted enabled</source><target>New videos of users automatically blacklisted enabled</target><context-group name="null"> 3501 <source>New videos of users automatically blacklisted enabled</source>
3502 <context-group name="null">
3489 <context context-type="linenumber">318</context> 3503 <context context-type="linenumber">318</context>
3490 </context-group> 3504 </context-group>
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">318</context></context-group></trans-unit> 3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">318</context></context-group></trans-unit>
@@ -3497,7 +3511,8 @@
3497 </context-group> 3511 </context-group>
3498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">327</context></context-group></trans-unit> 3512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">327</context></context-group></trans-unit>
3499 <trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8"> 3513 <trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8">
3500 <source>Other instances can follow your instance</source><target>Other instances can follow your instance</target><context-group name="null"> 3514 <source>Other instances can follow your instance</source>
3515 <context-group name="null">
3501 <context context-type="linenumber">335</context> 3516 <context context-type="linenumber">335</context>
3502 </context-group> 3517 </context-group>
3503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">335</context></context-group></trans-unit> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">335</context></context-group></trans-unit>
@@ -3863,7 +3878,8 @@
3863 </context-group> 3878 </context-group>
3864 <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">22</context></context-group></trans-unit> 3879 <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">22</context></context-group></trans-unit>
3865 <trans-unit id="eea4d56bf13e50a79d4ae4368bb7e4cb14f9e280"> 3880 <trans-unit id="eea4d56bf13e50a79d4ae4368bb7e4cb14f9e280">
3866 <source>In Recently added, Trending, Local and Search pages</source><target>In Recently added, Trending, Local and Search pages</target><context-group name="null"> 3881 <source>In Recently added, Trending, Local and Search pages</source>
3882 <context-group name="null">
3867 <context context-type="linenumber">25</context> 3883 <context context-type="linenumber">25</context>
3868 </context-group> 3884 </context-group>
3869 <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">25</context></context-group></trans-unit> 3885 <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">25</context></context-group></trans-unit>
@@ -4009,7 +4025,8 @@
4009 </context-group> 4025 </context-group>
4010 <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">15</context></context-group></trans-unit> 4026 <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">15</context></context-group></trans-unit>
4011 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1"> 4027 <trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1">
4012 <source>Status</source><target>Status</target><context-group name="null"> 4028 <source>Status</source>
4029 <context-group name="null">
4013 <context context-type="linenumber">19</context> 4030 <context context-type="linenumber">19</context>
4014 </context-group> 4031 </context-group>
4015 <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">19</context></context-group></trans-unit> 4032 <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">19</context></context-group></trans-unit>
@@ -4142,7 +4159,8 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
4142 </context-group> 4159 </context-group>
4143 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
4144 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 4161 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
4145 <source>Muted instances</source><target>Muted instances</target><context-group name="null"> 4162 <source>Muted instances</source>
4163 <context-group name="null">
4146 <context context-type="linenumber">2</context> 4164 <context context-type="linenumber">2</context>
4147 </context-group> 4165 </context-group>
4148 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 4166 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
@@ -4429,7 +4447,8 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
4429 </context-group> 4447 </context-group>
4430 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 4448 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
4431 <trans-unit id="fc978c97e261ee6494db916622339aedb633da3a"> 4449 <trans-unit id="fc978c97e261ee6494db916622339aedb633da3a">
4432 <source>Follows</source><target>Follows</target><context-group name="null"> 4450 <source>Follows</source>
4451 <context-group name="null">
4433 <context context-type="linenumber">9</context> 4452 <context context-type="linenumber">9</context>
4434 </context-group> 4453 </context-group>
4435 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 4454 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
@@ -4455,7 +4474,8 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
4455 </context-group> 4474 </context-group>
4456 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 4475 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
4457 <trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de"> 4476 <trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de">
4458 <source>Subject</source><target>Subject</target><context-group name="null"> 4477 <source>Subject</source>
4478 <context-group name="null">
4459 <context context-type="linenumber">29</context> 4479 <context context-type="linenumber">29</context>
4460 </context-group> 4480 </context-group>
4461 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 4481 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
@@ -4779,12 +4799,14 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
4779 </context-group> 4799 </context-group>
4780 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 4800 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4781 <trans-unit id="258c42c65fd235c739c55439d8265542316bd0ba"> 4801 <trans-unit id="258c42c65fd235c739c55439d8265542316bd0ba">
4782 <source>Followings</source><target>Followings</target><context-group name="null"> 4802 <source>Followings</source>
4803 <context-group name="null">
4783 <context context-type="linenumber">13</context> 4804 <context context-type="linenumber">13</context>
4784 </context-group> 4805 </context-group>
4785 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 4806 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4786 <trans-unit id="c2edb6a5a49961e867310e86a5626502cf7f779b"> 4807 <trans-unit id="c2edb6a5a49961e867310e86a5626502cf7f779b">
4787 <source>This instance does not have followings.</source><target>This instance does not have followings.</target><context-group name="null"> 4808 <source>This instance does not have followings.</source>
4809 <context-group name="null">
4788 <context context-type="linenumber">15</context> 4810 <context context-type="linenumber">15</context>
4789 </context-group> 4811 </context-group>
4790 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit><trans-unit id="b9aee5992687138838f47efa0d2f591d943bfd0d" datatype="html"> 4812 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit><trans-unit id="b9aee5992687138838f47efa0d2f591d943bfd0d" datatype="html">
@@ -5723,7 +5745,8 @@ Když nahrajete video na tento kanál, bude pole na podporu videa automaticky vy
5723 </context-group> 5745 </context-group>
5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5746 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5725 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8"> 5747 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8">
5726 <source>New video abuse</source><target>New video abuse</target><context-group name="null"> 5748 <source>New video abuse</source>
5749 <context-group name="null">
5727 <context context-type="linenumber">1</context> 5750 <context context-type="linenumber">1</context>
5728 </context-group> 5751 </context-group>
5729 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5752 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index 07cfa69ad..9de17bd72 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
@@ -830,7 +832,8 @@
830 </context-group> 832 </context-group>
831 </trans-unit> 833 </trans-unit>
832 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36"> 834 <trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36">
833 <source>Import</source><target>Import</target><context-group name="null"> 835 <source>Import</source>
836 <context-group name="null">
834 <context context-type="linenumber">286</context> 837 <context context-type="linenumber">286</context>
835 </context-group> 838 </context-group>
836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">60</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">286</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html"> 839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">60</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">286</context></context-group></trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
@@ -1438,7 +1441,8 @@
1438 </context-group> 1441 </context-group>
1439 </trans-unit> 1442 </trans-unit>
1440 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807"> 1443 <trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807">
1441 <source>Trending</source><target>Trending</target><context-group name="null"> 1444 <source>Trending</source>
1445 <context-group name="null">
1442 <context context-type="linenumber">71</context> 1446 <context context-type="linenumber">71</context>
1443 </context-group> 1447 </context-group>
1444 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1448 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index 76c0ce635..82a4840f8 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index c6aaaaad7..f20f2548c 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index a60eeabaf..dee32307e 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -1,216 +1,228 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> 2<!--XLIFF document generated by Zanata. Visit http://zanata.org for more infomation.-->
3 <file source-language="en-US" datatype="plaintext" original="ng2.template" target-language="en-US"> 3<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xyz="urn:appInfo:Items" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 http://www.oasis-open.org/committees/xliff/documents/xliff-core-1.2.xsd" version="1.2">
4 <file source-language="en-US" datatype="plaintext" original="" target-language="en-US">
4 <body> 5 <body>
5 <trans-unit id="ngb.alert.close" datatype="html"> 6 <trans-unit id="ngb.alert.close">
6 <source>Close</source><target state="final">Close</target> 7 <source>Close</source>
7 <context-group purpose="location"> 8 <target>Close</target>
8 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts</context> 9 <context-group name="null">
9 <context context-type="linenumber">3</context> 10 <context context-type="linenumber">3</context>
10 </context-group> 11 </context-group>
11 </trans-unit><trans-unit id="ngb.carousel.previous" datatype="html"> 12 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts</context><context context-type="linenumber">3</context></context-group></trans-unit>
12 <source>Previous</source><target state="final">Previous</target> 13 <trans-unit id="ngb.carousel.previous">
13 <context-group purpose="location"> 14 <source>Previous</source>
14 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context> 15 <target>Previous</target>
16 <context-group name="null">
15 <context context-type="linenumber">13</context> 17 <context context-type="linenumber">13</context>
16 </context-group> 18 </context-group>
17 </trans-unit><trans-unit id="ngb.carousel.next" datatype="html"> 19 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context><context context-type="linenumber">13</context></context-group></trans-unit>
18 <source>Next</source><target state="final">Next</target> 20 <trans-unit id="ngb.carousel.next">
19 <context-group purpose="location"> 21 <source>Next</source>
20 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context> 22 <target>Next</target>
23 <context-group name="null">
21 <context context-type="linenumber">17</context> 24 <context context-type="linenumber">17</context>
22 </context-group> 25 </context-group>
23 </trans-unit><trans-unit id="ngb.datepicker.previous-month" datatype="html"> 26 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context><context context-type="linenumber">17</context></context-group></trans-unit>
24 <source>Previous month</source><target state="final">Previous month</target> 27 <trans-unit id="ngb.datepicker.previous-month">
25 <context-group purpose="location"> 28 <source>Previous month</source>
26 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context> 29 <target>Previous month</target>
27 <context context-type="linenumber">4</context> 30 <context-group name="null">
28 </context-group>
29 <context-group purpose="location">
30 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
31 <context context-type="linenumber">5</context> 31 <context context-type="linenumber">5</context>
32 </context-group> 32 </context-group>
33 </trans-unit><trans-unit id="ngb.datepicker.next-month" datatype="html"> 33 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context><context context-type="linenumber">5</context></context-group></trans-unit>
34 <source>Next month</source><target state="final">Next month</target> 34 <trans-unit id="ngb.datepicker.next-month">
35 <context-group purpose="location"> 35 <source>Next month</source>
36 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context> 36 <target>Next month</target>
37 <context context-type="linenumber">26</context> 37 <context-group name="null">
38 </context-group>
39 <context-group purpose="location">
40 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
41 <context context-type="linenumber">27</context> 38 <context context-type="linenumber">27</context>
42 </context-group> 39 </context-group>
43 </trans-unit><trans-unit id="ngb.datepicker.select-month" datatype="html"> 40 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context><context context-type="linenumber">27</context></context-group></trans-unit>
44 <source>Select month</source><target state="final">Select month</target> 41 <trans-unit id="ngb.datepicker.select-month">
45 <context-group purpose="location"> 42 <source>Select month</source>
46 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context> 43 <target>Select month</target>
47 <context context-type="linenumber">6</context> 44 <context-group name="null">
48 </context-group>
49 <context-group purpose="location">
50 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
51 <context context-type="linenumber">7</context> 45 <context context-type="linenumber">7</context>
52 </context-group> 46 </context-group>
53 </trans-unit><trans-unit id="ngb.datepicker.select-year" datatype="html"> 47 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">7</context></context-group></trans-unit>
54 <source>Select year</source><target state="final">Select year</target> 48 <trans-unit id="ngb.datepicker.select-year">
55 <context-group purpose="location"> 49 <source>Select year</source>
56 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context> 50 <target>Select year</target>
57 <context context-type="linenumber">15</context> 51 <context-group name="null">
58 </context-group>
59 <context-group purpose="location">
60 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
61 <context context-type="linenumber">16</context> 52 <context context-type="linenumber">16</context>
62 </context-group> 53 </context-group>
63 </trans-unit><trans-unit id="ngb.pagination.first" datatype="html"> 54 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context><context context-type="linenumber">16</context></context-group></trans-unit>
64 <source>««</source><target state="final">««</target> 55 <trans-unit id="ngb.pagination.first">
65 <context-group purpose="location"> 56 <source>««</source>
66 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 57 <target>««</target>
58 <context-group name="null">
67 <context context-type="linenumber">2</context> 59 <context context-type="linenumber">2</context>
68 </context-group> 60 </context-group>
69 </trans-unit><trans-unit id="ngb.pagination.previous" datatype="html"> 61 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">2</context></context-group></trans-unit>
70 <source>«</source><target state="final">«</target> 62 <trans-unit id="ngb.pagination.previous">
71 <context-group purpose="location"> 63 <source>«</source>
72 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 64 <target>«</target>
65 <context-group name="null">
73 <context context-type="linenumber">3</context> 66 <context context-type="linenumber">3</context>
74 </context-group> 67 </context-group>
75 </trans-unit><trans-unit id="ngb.pagination.next" datatype="html"> 68 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">3</context></context-group></trans-unit>
76 <source>»</source><target state="final">»</target> 69 <trans-unit id="ngb.pagination.next">
77 <context-group purpose="location"> 70 <source>»</source>
78 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 71 <target>»</target>
72 <context-group name="null">
79 <context context-type="linenumber">4</context> 73 <context context-type="linenumber">4</context>
80 </context-group> 74 </context-group>
81 </trans-unit><trans-unit id="ngb.pagination.last" datatype="html"> 75 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">4</context></context-group></trans-unit>
82 <source>»»</source><target state="final">»»</target> 76 <trans-unit id="ngb.pagination.last">
83 <context-group purpose="location"> 77 <source>»»</source>
84 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 78 <target>»»</target>
79 <context-group name="null">
85 <context context-type="linenumber">5</context> 80 <context context-type="linenumber">5</context>
86 </context-group> 81 </context-group>
87 </trans-unit><trans-unit id="ngb.pagination.first-aria" datatype="html"> 82 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">5</context></context-group></trans-unit>
88 <source>First</source><target state="final">First</target> 83 <trans-unit id="ngb.pagination.first-aria">
89 <context-group purpose="location"> 84 <source>First</source>
90 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 85 <target>First</target>
86 <context-group name="null">
91 <context context-type="linenumber">14</context> 87 <context context-type="linenumber">14</context>
92 </context-group> 88 </context-group>
93 </trans-unit><trans-unit id="ngb.pagination.previous-aria" datatype="html"> 89 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">14</context></context-group></trans-unit>
94 <source>Previous</source><target state="final">Previous</target> 90 <trans-unit id="ngb.pagination.previous-aria">
95 <context-group purpose="location"> 91 <source>Previous</source>
96 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 92 <target>Previous</target>
93 <context-group name="null">
97 <context context-type="linenumber">23</context> 94 <context context-type="linenumber">23</context>
98 </context-group> 95 </context-group>
99 </trans-unit><trans-unit id="ngb.pagination.next-aria" datatype="html"> 96 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">23</context></context-group></trans-unit>
100 <source>Next</source><target state="final">Next</target> 97 <trans-unit id="ngb.pagination.next-aria">
101 <context-group purpose="location"> 98 <source>Next</source>
102 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 99 <target>Next</target>
100 <context-group name="null">
103 <context context-type="linenumber">41</context> 101 <context context-type="linenumber">41</context>
104 </context-group> 102 </context-group>
105 </trans-unit><trans-unit id="ngb.pagination.last-aria" datatype="html"> 103 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">41</context></context-group></trans-unit>
106 <source>Last</source><target state="final">Last</target> 104 <trans-unit id="ngb.pagination.last-aria">
107 <context-group purpose="location"> 105 <source>Last</source>
108 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context> 106 <target>Last</target>
107 <context-group name="null">
109 <context context-type="linenumber">49</context> 108 <context context-type="linenumber">49</context>
110 </context-group> 109 </context-group>
111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html"> 110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target state="final"><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target> 111 <trans-unit id="ngb.progressbar.value">
113 <context-group purpose="location"> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
114 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context> 113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null">
115 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
116 </context-group> 116 </context-group>
117 </trans-unit><trans-unit id="ngb.timepicker.increment-hours" datatype="html"> 117 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit>
118 <source>Increment hours</source><target state="final">Increment hours</target> 118 <trans-unit id="ngb.timepicker.increment-hours">
119 <context-group purpose="location"> 119 <source>Increment hours</source>
120 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 120 <target>Increment hours</target>
121 <context-group name="null">
121 <context context-type="linenumber">9</context> 122 <context context-type="linenumber">9</context>
122 </context-group> 123 </context-group>
123 </trans-unit><trans-unit id="ngb.timepicker.HH" datatype="html"> 124 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">9</context></context-group></trans-unit>
124 <source>HH</source><target state="final">HH</target> 125 <trans-unit id="ngb.timepicker.HH">
125 <context-group purpose="location"> 126 <source>HH</source>
126 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 127 <target>HH</target>
128 <context-group name="null">
127 <context context-type="linenumber">12</context> 129 <context context-type="linenumber">12</context>
128 </context-group> 130 </context-group>
129 </trans-unit><trans-unit id="ngb.timepicker.hours" datatype="html"> 131 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">12</context></context-group></trans-unit>
130 <source>Hours</source><target state="final">Hours</target> 132 <trans-unit id="ngb.timepicker.hours">
131 <context-group purpose="location"> 133 <source>Hours</source>
132 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 134 <target>Hours</target>
135 <context-group name="null">
133 <context context-type="linenumber">14</context> 136 <context context-type="linenumber">14</context>
134 </context-group> 137 </context-group>
135 </trans-unit><trans-unit id="ngb.timepicker.decrement-hours" datatype="html"> 138 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">14</context></context-group></trans-unit>
136 <source>Decrement hours</source><target state="final">Decrement hours</target> 139 <trans-unit id="ngb.timepicker.decrement-hours">
137 <context-group purpose="location"> 140 <source>Decrement hours</source>
138 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 141 <target>Decrement hours</target>
142 <context-group name="null">
139 <context context-type="linenumber">21</context> 143 <context context-type="linenumber">21</context>
140 </context-group> 144 </context-group>
141 </trans-unit><trans-unit id="ngb.timepicker.increment-minutes" datatype="html"> 145 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">21</context></context-group></trans-unit>
142 <source>Increment minutes</source><target state="final">Increment minutes</target> 146 <trans-unit id="ngb.timepicker.increment-minutes">
143 <context-group purpose="location"> 147 <source>Increment minutes</source>
144 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 148 <target>Increment minutes</target>
149 <context-group name="null">
145 <context context-type="linenumber">30</context> 150 <context context-type="linenumber">30</context>
146 </context-group> 151 </context-group>
147 </trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html"> 152 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">30</context></context-group></trans-unit>
148 <source>MM</source><target state="final">MM</target> 153 <trans-unit id="ngb.timepicker.MM">
149 <context-group purpose="location"> 154 <source>MM</source>
150 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 155 <target>MM</target>
156 <context-group name="null">
151 <context context-type="linenumber">33</context> 157 <context context-type="linenumber">33</context>
152 </context-group> 158 </context-group>
153 </trans-unit><trans-unit id="ngb.timepicker.minutes" datatype="html"> 159 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">33</context></context-group></trans-unit>
154 <source>Minutes</source><target state="final">Minutes</target> 160 <trans-unit id="ngb.timepicker.minutes">
155 <context-group purpose="location"> 161 <source>Minutes</source>
156 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 162 <target>Minutes</target>
163 <context-group name="null">
157 <context context-type="linenumber">35</context> 164 <context context-type="linenumber">35</context>
158 </context-group> 165 </context-group>
159 </trans-unit><trans-unit id="ngb.timepicker.decrement-minutes" datatype="html"> 166 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group></trans-unit>
160 <source>Decrement minutes</source><target state="final">Decrement minutes</target> 167 <trans-unit id="ngb.timepicker.decrement-minutes">
161 <context-group purpose="location"> 168 <source>Decrement minutes</source>
162 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 169 <target>Decrement minutes</target>
170 <context-group name="null">
163 <context context-type="linenumber">42</context> 171 <context context-type="linenumber">42</context>
164 </context-group> 172 </context-group>
165 </trans-unit><trans-unit id="ngb.timepicker.increment-seconds" datatype="html"> 173 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">42</context></context-group></trans-unit>
166 <source>Increment seconds</source><target state="final">Increment seconds</target> 174 <trans-unit id="ngb.timepicker.increment-seconds">
167 <context-group purpose="location"> 175 <source>Increment seconds</source>
168 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 176 <target>Increment seconds</target>
177 <context-group name="null">
169 <context context-type="linenumber">51</context> 178 <context context-type="linenumber">51</context>
170 </context-group> 179 </context-group>
171 </trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html"> 180 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html">
172 <source>SS</source><target state="final">SS</target> 181 <source>SS</source><target state="final">SS</target>
173 <context-group purpose="location"> 182 <context-group purpose="location">
174 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 183 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
175 <context context-type="linenumber">54</context> 184 <context context-type="linenumber">54</context>
176 </context-group> 185 </context-group>
177 </trans-unit><trans-unit id="ngb.timepicker.seconds" datatype="html"> 186 </trans-unit>
178 <source>Seconds</source><target state="final">Seconds</target> 187 <trans-unit id="ngb.timepicker.seconds">
179 <context-group purpose="location"> 188 <source>Seconds</source>
180 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 189 <target>Seconds</target>
190 <context-group name="null">
181 <context context-type="linenumber">56</context> 191 <context context-type="linenumber">56</context>
182 </context-group> 192 </context-group>
183 </trans-unit><trans-unit id="ngb.timepicker.decrement-seconds" datatype="html"> 193 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">56</context></context-group></trans-unit>
184 <source>Decrement seconds</source><target state="final">Decrement seconds</target> 194 <trans-unit id="ngb.timepicker.decrement-seconds">
185 <context-group purpose="location"> 195 <source>Decrement seconds</source>
186 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 196 <target>Decrement seconds</target>
197 <context-group name="null">
187 <context context-type="linenumber">63</context> 198 <context context-type="linenumber">63</context>
188 </context-group> 199 </context-group>
189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html"> 200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
190 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target> 201 <trans-unit id="ngb.timepicker.PM">
191 <context-group purpose="location"> 202 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
192 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 203 <context-group name="null">
193 <context context-type="linenumber">71</context> 204 <context context-type="linenumber">71</context>
194 </context-group> 205 </context-group>
195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html"> 206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
196 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target> 207 <trans-unit id="ngb.timepicker.AM">
197 <context-group purpose="location"> 208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
198 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 209 <context-group name="null">
199 <context context-type="linenumber">72</context> 210 <context context-type="linenumber">72</context>
200 </context-group> 211 </context-group>
201 </trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 212 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
202 <source>Close</source><target state="final">Close</target> 213 <source>Close</source><target state="final">Close</target>
203 <context-group purpose="location"> 214 <context-group purpose="location">
204 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/toast/toast.d.ts</context> 215 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/toast/toast.d.ts</context>
205 <context context-type="linenumber">8</context> 216 <context context-type="linenumber">8</context>
206 </context-group> 217 </context-group>
207 </trans-unit><trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c" datatype="html"> 218 </trans-unit>
208 <source>You don't have notifications.</source><target state="final">You don't have notifications.</target> 219 <trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c">
209 <context-group purpose="location"> 220 <source>You don't have notifications.</source>
210 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 221 <target>You don't have notifications.</target>
222 <context-group name="null">
211 <context context-type="linenumber">1</context> 223 <context context-type="linenumber">1</context>
212 </context-group> 224 </context-group>
213 </trans-unit><trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566" datatype="html"> 225 <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></trans-unit><trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566" datatype="html">
214 <source> 226 <source>
215 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 227 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
216 228
@@ -228,61 +240,64 @@
228 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 240 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
229 <context context-type="linenumber">7</context> 241 <context context-type="linenumber">7</context>
230 </context-group> 242 </context-group>
231 </trans-unit><trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6" datatype="html"> 243 </trans-unit>
244 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
232 <source> 245 <source>
233 <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>"/> 246 <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>"/>
234 247
235 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 248 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
236 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 249 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
237 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 250 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
238 </source><target state="final"> 251 </source>
252 <target>
239 <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>"/> 253 <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>"/>
240 254
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 255 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
242 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 256 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
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 257 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
244 </target> 258 </target>
245 <context-group purpose="location"> 259 <context-group name="null">
246 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
247 <context context-type="linenumber">15</context> 260 <context context-type="linenumber">15</context>
248 </context-group> 261 </context-group>
249 </trans-unit><trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0" datatype="html"> 262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
263 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
250 <source> 264 <source>
251 <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>"/> 265 <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>"/>
252 266
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 267 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
254 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 268 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
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 269 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
256 </source><target state="final"> 270 </source>
271 <target>
257 <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>"/> 272 <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>"/>
258 273
259 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 274 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
260 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 275 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
261 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 276 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
262 </target> 277 </target>
263 <context-group purpose="location"> 278 <context-group name="null">
264 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
265 <context context-type="linenumber">23</context> 279 <context context-type="linenumber">23</context>
266 </context-group> 280 </context-group>
267 </trans-unit><trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac" datatype="html"> 281 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
282 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
268 <source> 283 <source>
269 <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>"/> 284 <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>"/>
270 285
271 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 286 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
272 <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>"/> 287 <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>"/>
273 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 288 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
274 </source><target state="final"> 289 </source>
290 <target>
275 <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>"/> 291 <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>"/>
276 292
277 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 293 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
278 <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>"/> 294 <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>"/>
279 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 295 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
280 </target> 296 </target>
281 <context-group purpose="location"> 297 <context-group name="null">
282 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
283 <context context-type="linenumber">31</context> 298 <context context-type="linenumber">31</context>
284 </context-group> 299 </context-group>
285 </trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html"> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html">
286 <source> 301 <source>
287 <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>"/> 302 <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>"/>
288 303
@@ -300,97 +315,103 @@
300 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 315 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
301 <context context-type="linenumber">39</context> 316 <context context-type="linenumber">39</context>
302 </context-group> 317 </context-group>
303 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html"> 318 </trans-unit>
319 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
304 <source> 320 <source>
305 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 321 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
306 322
307 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 323 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
308 <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>"/> 324 <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>"/>
309 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 325 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
310 </source><target state="final"> 326 </source>
327 <target>
311 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 328 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
312 329
313 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 330 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
314 <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>"/> 331 <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>"/>
315 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 332 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
316 </target> 333 </target>
317 <context-group purpose="location"> 334 <context-group name="null">
318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
319 <context context-type="linenumber">47</context> 335 <context context-type="linenumber">47</context>
320 </context-group> 336 </context-group>
321 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html"> 337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
338 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
322 <source> 339 <source>
323 <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>"/> 340 <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>"/>
324 341
325 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 342 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
326 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 343 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
327 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 344 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
328 </source><target state="final"> 345 </source>
346 <target>
329 <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>"/> 347 <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>"/>
330 348
331 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 349 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
332 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 350 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
333 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 351 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
334 </target> 352 </target>
335 <context-group purpose="location"> 353 <context-group name="null">
336 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
337 <context context-type="linenumber">55</context> 354 <context context-type="linenumber">55</context>
338 </context-group> 355 </context-group>
339 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html"> 356 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit>
357 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
340 <source> 358 <source>
341 <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>"/> 359 <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>"/>
342 360
343 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 361 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
344 <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 362 <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
345 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 363 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
346 </source><target state="final"> 364 </source>
365 <target>
347 <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>"/> 366 <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>"/>
348 367
349 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 368 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
350 <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 369 <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
351 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 370 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
352 </target> 371 </target>
353 <context-group purpose="location"> 372 <context-group name="null">
354 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
355 <context context-type="linenumber">63</context> 373 <context context-type="linenumber">63</context>
356 </context-group> 374 </context-group>
357 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html"> 375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit>
376 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
358 <source> 377 <source>
359 <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>"/> 378 <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>"/>
360 379
361 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 380 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
362 <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 381 <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
363 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 382 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
364 </source><target state="final"> 383 </source>
384 <target>
365 <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>"/> 385 <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>"/>
366 386
367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 387 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
368 <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 388 <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
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 389 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
370 </target> 390 </target>
371 <context-group purpose="location"> 391 <context-group name="null">
372 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
373 <context context-type="linenumber">71</context> 392 <context context-type="linenumber">71</context>
374 </context-group> 393 </context-group>
375 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html"> 394 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
395 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
376 <source> 396 <source>
377 <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>"/> 397 <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>"/>
378 398
379 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 399 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
380 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance 400 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance
381 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 401 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
382 </source><target state="final"> 402 </source>
403 <target>
383 <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>"/> 404 <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>"/>
384 405
385 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 406 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
386 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance 407 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance
387 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 408 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
388 </target> 409 </target>
389 <context-group purpose="location"> 410 <context-group name="null">
390 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
391 <context context-type="linenumber">79</context> 411 <context context-type="linenumber">79</context>
392 </context-group> 412 </context-group>
393 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html"> 413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
414 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
394 <source> 415 <source>
395 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 416 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
396 417
@@ -400,7 +421,8 @@
400 <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>"/> 421 <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>"/>
401 <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>"/> 422 <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>"/>
402 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 423 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
403 </source><target state="final"> 424 </source>
425 <target>
404 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 426 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
405 427
406 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 428 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
@@ -410,29 +432,29 @@
410 <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>"/> 432 <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>"/>
411 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 433 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
412 </target> 434 </target>
413 <context-group purpose="location"> 435 <context-group name="null">
414 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
415 <context context-type="linenumber">87</context> 436 <context context-type="linenumber">87</context>
416 </context-group> 437 </context-group>
417 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html"> 438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
439 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
418 <source> 440 <source>
419 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 441 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
420 442
421 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 443 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
422 <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>"/> 444 <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>"/>
423 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 445 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
424 </source><target state="final"> 446 </source>
447 <target>
425 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 448 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
426 449
427 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 450 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
428 <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>"/> 451 <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>"/>
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 452 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
430 </target> 453 </target>
431 <context-group purpose="location"> 454 <context-group name="null">
432 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
433 <context context-type="linenumber">98</context> 455 <context context-type="linenumber">98</context>
434 </context-group> 456 </context-group>
435 </trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html"> 457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html">
436 <source> 458 <source>
437 <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>"/> 459 <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>"/>
438 460
@@ -470,277 +492,211 @@
470 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 492 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
471 <context context-type="linenumber">115</context> 493 <context context-type="linenumber">115</context>
472 </context-group> 494 </context-group>
473 </trans-unit><trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566" datatype="html"> 495 </trans-unit>
474 <source>Save to</source><target state="final">Save to</target> 496 <trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566">
475 <context-group purpose="location"> 497 <source>Save to</source>
476 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 498 <target>Save to</target>
499 <context-group name="null">
477 <context context-type="linenumber">4</context> 500 <context context-type="linenumber">4</context>
478 </context-group> 501 </context-group>
479 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
480 <source>Options</source><target state="final">Options</target> 503 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f">
481 <context-group purpose="location"> 504 <source>Options</source>
482 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 505 <target>Options</target>
506 <context-group name="null">
483 <context context-type="linenumber">9</context> 507 <context context-type="linenumber">9</context>
484 </context-group> 508 </context-group>
485 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
486 <source>Start at</source><target state="final">Start at</target> 510 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
487 <context-group purpose="location"> 511 <source>Start at</source>
488 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 512 <target>Start at</target>
489 <context context-type="linenumber">17</context> 513 <context-group name="null">
490 </context-group>
491 <context-group purpose="location">
492 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
493 <context context-type="linenumber">55</context>
494 </context-group>
495 <context-group purpose="location">
496 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
497 <context context-type="linenumber">61</context> 514 <context context-type="linenumber">61</context>
498 </context-group> 515 </context-group>
499 </trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html"> 516 <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">61</context></context-group></trans-unit>
500 <source>Stop at</source><target state="final">Stop at</target> 517 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
501 <context-group purpose="location"> 518 <source>Stop at</source>
502 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 519 <target>Stop at</target>
503 <context context-type="linenumber">31</context> 520 <context-group name="null">
504 </context-group>
505 <context-group purpose="location">
506 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
507 <context context-type="linenumber">69</context>
508 </context-group>
509 <context-group purpose="location">
510 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
511 <context context-type="linenumber">112</context> 521 <context context-type="linenumber">112</context>
512 </context-group> 522 </context-group>
513 </trans-unit><trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html"> 523 <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">112</context></context-group></trans-unit>
514 <source>Display name</source><target state="final">Display name</target> 524 <trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9">
515 <context-group purpose="location"> 525 <source>Display name</source>
516 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 526 <target>Display name</target>
517 <context context-type="linenumber">64</context> 527 <context-group name="null">
518 </context-group>
519 <context-group purpose="location">
520 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
521 <context context-type="linenumber">6</context>
522 </context-group>
523 <context-group purpose="location">
524 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
525 <context context-type="linenumber">28</context>
526 </context-group>
527 <context-group purpose="location">
528 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
529 <context context-type="linenumber">28</context>
530 </context-group>
531 <context-group purpose="location">
532 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
533 <context context-type="linenumber">9</context>
534 </context-group>
535 <context-group purpose="location">
536 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
537 <context context-type="linenumber">9</context>
538 </context-group>
539 <context-group purpose="location">
540 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
541 <context context-type="linenumber">4</context> 528 <context context-type="linenumber">4</context>
542 </context-group> 529 </context-group>
543 </trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html"> 530 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">64</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">6</context></context-group><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">28</context></context-group><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">28</context></context-group><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">9</context></context-group><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">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
544 <source>Create</source><target state="final">Create</target> 531 <trans-unit id="70a67e04629f6d412db0a12d51820b480788d795">
545 <context-group purpose="location"> 532 <source>Create</source>
546 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context> 533 <target>Create</target>
534 <context-group name="null">
547 <context context-type="linenumber">74</context> 535 <context context-type="linenumber">74</context>
548 </context-group> 536 </context-group>
549 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html"> 537 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">74</context></context-group></trans-unit>
550 <source>Download video</source><target state="final">Download video</target> 538 <trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611">
551 <context-group purpose="location"> 539 <source>Download video</source>
552 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 540 <target>Download video</target>
541 <context-group name="null">
553 <context context-type="linenumber">3</context> 542 <context context-type="linenumber">3</context>
554 </context-group> 543 </context-group>
555 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html"> 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
556 <source>Direct download</source><target state="final">Direct download</target> 545 <trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c">
557 <context-group purpose="location"> 546 <source>Direct download</source>
558 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 547 <target>Direct download</target>
548 <context-group name="null">
559 <context context-type="linenumber">27</context> 549 <context context-type="linenumber">27</context>
560 </context-group> 550 </context-group>
561 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html"> 551 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
562 <source>Torrent (.torrent file)</source><target state="final">Torrent (.torrent file)</target> 552 <trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d">
563 <context-group purpose="location"> 553 <source>Torrent (.torrent file)</source>
564 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 554 <target>Torrent (.torrent file)</target>
555 <context-group name="null">
565 <context context-type="linenumber">32</context> 556 <context context-type="linenumber">32</context>
566 </context-group> 557 </context-group>
567 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html"> 558 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
559 <trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c">
568 <source> 560 <source>
569 Cancel 561 Cancel
570 </source><target state="final"> 562 </source>
563 <target>
571 Cancel 564 Cancel
572 </target> 565 </target>
573 <context-group purpose="location"> 566 <context-group name="null">
574 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
575 <context context-type="linenumber">38</context>
576 </context-group>
577 <context-group purpose="location">
578 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
579 <context context-type="linenumber">47</context> 567 <context context-type="linenumber">47</context>
580 </context-group> 568 </context-group>
581 </trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html"> 569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">38</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
582 <source>Download</source><target state="final">Download</target> 570 <trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd">
583 <context-group purpose="location"> 571 <source>Download</source>
584 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 572 <target>Download</target>
573 <context-group name="null">
585 <context context-type="linenumber">43</context> 574 <context context-type="linenumber">43</context>
586 </context-group> 575 </context-group>
587 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html"> 576 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
588 <source>Report video</source><target state="final">Report video</target> 577 <trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b">
589 <context-group purpose="location"> 578 <source>Report video</source>
590 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 579 <target>Report video</target>
580 <context-group name="null">
591 <context context-type="linenumber">3</context> 581 <context context-type="linenumber">3</context>
592 </context-group> 582 </context-group>
593 </trans-unit><trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html"> 583 <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></trans-unit>
584 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
594 <source> 585 <source>
595 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 586 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
596 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 587 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
597 </source><target state="final"> 588 </source>
589 <target>
598 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 590 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
599 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 591 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
600 </target> 592 </target>
601 <context-group purpose="location"> 593 <context-group name="null">
602 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
603 <context context-type="linenumber">9</context> 594 <context context-type="linenumber">9</context>
604 </context-group> 595 </context-group>
605 </trans-unit><trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125" datatype="html"> 596 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
606 <source>Reason...</source><target state="final">Reason...</target> 597 <trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125">
607 <context-group purpose="location"> 598 <source>Reason...</source>
608 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 599 <target>Reason...</target>
609 <context context-type="linenumber">16</context> 600 <context-group name="null">
610 </context-group>
611 <context-group purpose="location">
612 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
613 <context context-type="linenumber">11</context>
614 </context-group>
615 <context-group purpose="location">
616 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
617 <context context-type="linenumber">11</context> 601 <context context-type="linenumber">11</context>
618 </context-group> 602 </context-group>
619 </trans-unit><trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb" datatype="html"> 603 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">16</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">11</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
604 <trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb">
620 <source> 605 <source>
621 Cancel 606 Cancel
622 </source><target state="final"> 607 </source>
608 <target>
623 Cancel 609 Cancel
624 </target> 610 </target>
625 <context-group purpose="location"> 611 <context-group name="null">
626 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
627 <context context-type="linenumber">24</context>
628 </context-group>
629 <context-group purpose="location">
630 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
631 <context context-type="linenumber">26</context>
632 </context-group>
633 <context-group purpose="location">
634 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
635 <context context-type="linenumber">15</context>
636 </context-group>
637 <context-group purpose="location">
638 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
639 <context context-type="linenumber">47</context> 612 <context context-type="linenumber">47</context>
640 </context-group> 613 </context-group>
641 </trans-unit><trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd" datatype="html"> 614 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">24</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
642 <source>Submit</source><target state="final">Submit</target> 615 <trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd">
643 <context-group purpose="location"> 616 <source>Submit</source>
644 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 617 <target>Submit</target>
645 <context context-type="linenumber">29</context> 618 <context-group name="null">
646 </context-group>
647 <context-group purpose="location">
648 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
649 <context context-type="linenumber">31</context>
650 </context-group>
651 <context-group purpose="location">
652 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
653 <context context-type="linenumber">26</context>
654 </context-group>
655 <context-group purpose="location">
656 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
657 <context context-type="linenumber">29</context>
658 </context-group>
659 <context-group purpose="location">
660 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
661 <context context-type="linenumber">52</context> 619 <context context-type="linenumber">52</context>
662 </context-group> 620 </context-group>
663 </trans-unit><trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html"> 621 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.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-videos/video-change-ownership/video-change-ownership.component.html</context><context context-type="linenumber">26</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">29</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
664 <source>Blacklist video</source><target state="final">Blacklist video</target> 622 <trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8">
665 <context-group purpose="location"> 623 <source>Blacklist video</source>
666 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context> 624 <target>Blacklist video</target>
625 <context-group name="null">
667 <context context-type="linenumber">3</context> 626 <context context-type="linenumber">3</context>
668 </context-group> 627 </context-group>
669 </trans-unit><trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d" datatype="html"> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
670 <source>Unfederate the video (ask for its deletion from the remote instances)</source><target state="final">Unfederate the video (ask for its deletion from the remote instances)</target> 629 <trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d">
671 <context-group purpose="location"> 630 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
672 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context> 631 <target>Unfederate the video (ask for its deletion from the remote instances)</target>
632 <context-group name="null">
673 <context context-type="linenumber">21</context> 633 <context context-type="linenumber">21</context>
674 </context-group> 634 </context-group>
675 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html"> 635 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
676 <source>Unlisted</source><target state="final">Unlisted</target> 636 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
677 <context-group purpose="location"> 637 <source>Unlisted</source>
678 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 638 <target>Unlisted</target>
679 <context context-type="linenumber">12</context> 639 <context-group name="null">
680 </context-group>
681 <context-group purpose="location">
682 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
683 <context context-type="linenumber">6</context> 640 <context context-type="linenumber">6</context>
684 </context-group> 641 </context-group>
685 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html"> 642 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
686 <source>Private</source><target state="final">Private</target> 643 <trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69">
687 <context-group purpose="location"> 644 <source>Private</source>
688 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 645 <target>Private</target>
689 <context context-type="linenumber">13</context> 646 <context-group name="null">
690 </context-group>
691 <context-group purpose="location">
692 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
693 <context context-type="linenumber">33</context>
694 </context-group>
695 <context-group purpose="location">
696 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
697 <context context-type="linenumber">7</context> 647 <context context-type="linenumber">7</context>
698 </context-group> 648 </context-group>
699 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
700 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 650 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
701 <context-group purpose="location"> 651 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
702 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 652 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
653 <context-group name="null">
703 <context context-type="linenumber">24</context> 654 <context context-type="linenumber">24</context>
704 </context-group> 655 </context-group>
705 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html"> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
706 <source>Blacklisted</source><target state="final">Blacklisted</target> 657 <trans-unit id="4a806761798181e907e28ed1af053d466526800d">
707 <context-group purpose="location"> 658 <source>Blacklisted</source>
708 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 659 <target>Blacklisted</target>
660 <context-group name="null">
709 <context context-type="linenumber">42</context> 661 <context context-type="linenumber">42</context>
710 </context-group> 662 </context-group>
711 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html"> 663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit>
664 <trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87">
712 <source> 665 <source>
713 Sensitive 666 Sensitive
714 </source><target state="final"> 667 </source>
668 <target>
715 Sensitive 669 Sensitive
716 </target> 670 </target>
717 <context-group purpose="location"> 671 <context-group name="null">
718 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
719 <context context-type="linenumber">46</context> 672 <context context-type="linenumber">46</context>
720 </context-group> 673 </context-group>
721 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
722 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="final">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 675 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
723 <context-group purpose="location"> 676 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
724 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 677 <target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
678 <context-group name="null">
725 <context context-type="linenumber">9</context> 679 <context context-type="linenumber">9</context>
726 </context-group> 680 </context-group>
727 </trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html"> 681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
682 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582">
728 <source> 683 <source>
729 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 684 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
730 </source><target state="final"> 685 </source>
686 <target>
731 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 687 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
732 </target> 688 </target>
733 <context-group purpose="location"> 689 <context-group name="null">
734 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
735 <context context-type="linenumber">22</context> 690 <context context-type="linenumber">22</context>
736 </context-group> 691 </context-group>
737 </trans-unit><trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html"> 692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
738 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source><target state="final">Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target> 693 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
739 <context-group purpose="location"> 694 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
740 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 695 <target>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
696 <context-group name="null">
741 <context context-type="linenumber">29</context> 697 <context context-type="linenumber">29</context>
742 </context-group> 698 </context-group>
743 </trans-unit><trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html"> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html">
744 <source>Unavailable</source><target state="final">Unavailable</target> 700 <source>Unavailable</source><target state="final">Unavailable</target>
745 <context-group purpose="location"> 701 <context-group purpose="location">
746 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 702 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
@@ -752,37 +708,28 @@
752 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 708 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
753 <context context-type="linenumber">34</context> 709 <context context-type="linenumber">34</context>
754 </context-group> 710 </context-group>
755 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 711 </trans-unit>
756 <source>Edit starts/stops at</source><target state="final">Edit starts/stops at</target> 712 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
757 <context-group purpose="location"> 713 <source>Edit starts/stops at</source>
758 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 714 <target>Edit starts/stops at</target>
715 <context-group name="null">
759 <context context-type="linenumber">48</context> 716 <context context-type="linenumber">48</context>
760 </context-group> 717 </context-group>
761 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 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">48</context></context-group></trans-unit>
762 <source>Save</source><target state="final">Save</target> 719 <trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe">
763 <context-group purpose="location"> 720 <source>Save</source>
764 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 721 <target>Save</target>
765 <context context-type="linenumber">80</context> 722 <context-group name="null">
766 </context-group>
767 <context-group purpose="location">
768 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
769 <context context-type="linenumber">92</context>
770 </context-group>
771 <context-group purpose="location">
772 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
773 <context context-type="linenumber">59</context>
774 </context-group>
775 <context-group purpose="location">
776 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
777 <context context-type="linenumber">15</context> 723 <context context-type="linenumber">15</context>
778 </context-group> 724 </context-group>
779 </trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 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">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">92</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">59</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">15</context></context-group></trans-unit>
780 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="final">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 726 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
781 <context-group purpose="location"> 727 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
782 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 728 <target>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
729 <context-group name="null">
783 <context context-type="linenumber">85</context> 730 <context context-type="linenumber">85</context>
784 </context-group> 731 </context-group>
785 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html"> 732 <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><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
786 <source>No results.</source><target state="final">No results.</target> 733 <source>No results.</source><target state="final">No results.</target>
787 <context-group purpose="location"> 734 <context-group purpose="location">
788 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context> 735 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
@@ -5610,29 +5557,25 @@ When you will upload a video in this channel, the video support field will be au
5610 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 5557 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
5611 <context context-type="linenumber">4</context> 5558 <context context-type="linenumber">4</context>
5612 </context-group> 5559 </context-group>
5613 </trans-unit> 5560 </trans-unit><trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331" datatype="html">
5614 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331" datatype="html">
5615 <source>Cannot get about information from server</source><target state="final">Cannot get about information from server</target> 5561 <source>Cannot get about information from server</source><target state="final">Cannot get about information from server</target>
5616 <context-group purpose="location"> 5562 <context-group purpose="location">
5617 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context> 5563 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context>
5618 <context context-type="linenumber">1</context> 5564 <context context-type="linenumber">1</context>
5619 </context-group> 5565 </context-group>
5620 </trans-unit> 5566 </trans-unit><trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html">
5621 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html">
5622 <source>Your message has been sent.</source><target state="final">Your message has been sent.</target> 5567 <source>Your message has been sent.</source><target state="final">Your message has been sent.</target>
5623 <context-group purpose="location"> 5568 <context-group purpose="location">
5624 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context> 5569 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
5625 <context context-type="linenumber">1</context> 5570 <context context-type="linenumber">1</context>
5626 </context-group> 5571 </context-group>
5627 </trans-unit> 5572 </trans-unit><trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c" datatype="html">
5628 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c" datatype="html">
5629 <source>You already sent this form recently</source><target state="final">You already sent this form recently</target> 5573 <source>You already sent this form recently</source><target state="final">You already sent this form recently</target>
5630 <context-group purpose="location"> 5574 <context-group purpose="location">
5631 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context> 5575 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
5632 <context context-type="linenumber">1</context> 5576 <context context-type="linenumber">1</context>
5633 </context-group> 5577 </context-group>
5634 </trans-unit> 5578 </trans-unit><trans-unit id="37b56526e384f843a15323dc730b484a97b4c968" datatype="html">
5635 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968" datatype="html">
5636 <source>No description</source><target state="final">No description</target> 5579 <source>No description</source><target state="final">No description</target>
5637 <context-group purpose="location"> 5580 <context-group purpose="location">
5638 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context> 5581 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context>
@@ -5642,8 +5585,7 @@ When you will upload a video in this channel, the video support field will be au
5642 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context> 5585 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context>
5643 <context context-type="linenumber">1</context> 5586 <context context-type="linenumber">1</context>
5644 </context-group> 5587 </context-group>
5645 </trans-unit> 5588 </trans-unit><trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
5646 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
5647 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source><target state="final">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target> 5589 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source><target state="final">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target>
5648 <context-group purpose="location"> 5590 <context-group purpose="location">
5649 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context> 5591 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context>
@@ -5653,71 +5595,61 @@ When you will upload a video in this channel, the video support field will be au
5653 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context> 5595 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
5654 <context context-type="linenumber">1</context> 5596 <context context-type="linenumber">1</context>
5655 </context-group> 5597 </context-group>
5656 </trans-unit> 5598 </trans-unit><trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html">
5657 <trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html">
5658 <source>Username copied</source><target state="final">Username copied</target> 5599 <source>Username copied</source><target state="final">Username copied</target>
5659 <context-group purpose="location"> 5600 <context-group purpose="location">
5660 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context> 5601 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5661 <context context-type="linenumber">1</context> 5602 <context context-type="linenumber">1</context>
5662 </context-group> 5603 </context-group>
5663 </trans-unit> 5604 </trans-unit><trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5664 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5665 <source>240p</source><target state="final">240p</target> 5605 <source>240p</source><target state="final">240p</target>
5666 <context-group purpose="location"> 5606 <context-group purpose="location">
5667 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5607 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5668 <context context-type="linenumber">1</context> 5608 <context context-type="linenumber">1</context>
5669 </context-group> 5609 </context-group>
5670 </trans-unit> 5610 </trans-unit><trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e" datatype="html">
5671 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e" datatype="html">
5672 <source>360p</source><target state="final">360p</target> 5611 <source>360p</source><target state="final">360p</target>
5673 <context-group purpose="location"> 5612 <context-group purpose="location">
5674 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5613 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5675 <context context-type="linenumber">1</context> 5614 <context context-type="linenumber">1</context>
5676 </context-group> 5615 </context-group>
5677 </trans-unit> 5616 </trans-unit><trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5" datatype="html">
5678 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5" datatype="html">
5679 <source>480p</source><target state="final">480p</target> 5617 <source>480p</source><target state="final">480p</target>
5680 <context-group purpose="location"> 5618 <context-group purpose="location">
5681 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5619 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5682 <context context-type="linenumber">1</context> 5620 <context context-type="linenumber">1</context>
5683 </context-group> 5621 </context-group>
5684 </trans-unit> 5622 </trans-unit><trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2" datatype="html">
5685 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2" datatype="html">
5686 <source>720p</source><target state="final">720p</target> 5623 <source>720p</source><target state="final">720p</target>
5687 <context-group purpose="location"> 5624 <context-group purpose="location">
5688 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5625 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5689 <context context-type="linenumber">1</context> 5626 <context context-type="linenumber">1</context>
5690 </context-group> 5627 </context-group>
5691 </trans-unit> 5628 </trans-unit><trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9" datatype="html">
5692 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9" datatype="html">
5693 <source>1080p</source><target state="final">1080p</target> 5629 <source>1080p</source><target state="final">1080p</target>
5694 <context-group purpose="location"> 5630 <context-group purpose="location">
5695 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5631 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5696 <context context-type="linenumber">1</context> 5632 <context context-type="linenumber">1</context>
5697 </context-group> 5633 </context-group>
5698 </trans-unit> 5634 </trans-unit><trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html">
5699 <trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html">
5700 <source>2160p</source><target state="final">2160p</target> 5635 <source>2160p</source><target state="final">2160p</target>
5701 <context-group purpose="location"> 5636 <context-group purpose="location">
5702 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5637 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5703 <context context-type="linenumber">1</context> 5638 <context context-type="linenumber">1</context>
5704 </context-group> 5639 </context-group>
5705 </trans-unit> 5640 </trans-unit><trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111" datatype="html">
5706 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111" datatype="html">
5707 <source>Auto (via ffmpeg)</source><target state="final">Auto (via ffmpeg)</target> 5641 <source>Auto (via ffmpeg)</source><target state="final">Auto (via ffmpeg)</target>
5708 <context-group purpose="location"> 5642 <context-group purpose="location">
5709 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5643 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5710 <context context-type="linenumber">1</context> 5644 <context context-type="linenumber">1</context>
5711 </context-group> 5645 </context-group>
5712 </trans-unit> 5646 </trans-unit><trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048" datatype="html">
5713 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048" datatype="html">
5714 <source>Configuration updated.</source><target state="final">Configuration updated.</target> 5647 <source>Configuration updated.</source><target state="final">Configuration updated.</target>
5715 <context-group purpose="location"> 5648 <context-group purpose="location">
5716 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5649 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5717 <context context-type="linenumber">1</context> 5650 <context context-type="linenumber">1</context>
5718 </context-group> 5651 </context-group>
5719 </trans-unit> 5652 </trans-unit><trans-unit id="baa5048f978a6fed563ab1d30a6bb965ea687ba8" datatype="html">
5720 <trans-unit id="baa5048f978a6fed563ab1d30a6bb965ea687ba8" datatype="html">
5721 <source>{{'{0} languages selected</source><target state="final">{{'{0} languages selected</target> 5653 <source>{{'{0} languages selected</source><target state="final">{{'{0} languages selected</target>
5722 <context-group purpose="location"> 5654 <context-group purpose="location">
5723 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5655 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
@@ -5727,8 +5659,7 @@ When you will upload a video in this channel, the video support field will be au
5727 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 5659 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
5728 <context context-type="linenumber">1</context> 5660 <context context-type="linenumber">1</context>
5729 </context-group> 5661 </context-group>
5730 </trans-unit> 5662 </trans-unit><trans-unit id="812a3c71b3a8e6bfc7f1c5e8690cb4738edb2224" datatype="html">
5731 <trans-unit id="812a3c71b3a8e6bfc7f1c5e8690cb4738edb2224" datatype="html">
5732 <source>No language</source><target state="final">No language</target> 5663 <source>No language</source><target state="final">No language</target>
5733 <context-group purpose="location"> 5664 <context-group purpose="location">
5734 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5665 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
@@ -5738,22 +5669,19 @@ When you will upload a video in this channel, the video support field will be au
5738 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 5669 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
5739 <context context-type="linenumber">1</context> 5670 <context context-type="linenumber">1</context>
5740 </context-group> 5671 </context-group>
5741 </trans-unit> 5672 </trans-unit><trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html">
5742 <trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html">
5743 <source>{{'{0} categories selected</source><target state="final">{{'{0} categories selected</target> 5673 <source>{{'{0} categories selected</source><target state="final">{{'{0} categories selected</target>
5744 <context-group purpose="location"> 5674 <context-group purpose="location">
5745 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5675 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5746 <context context-type="linenumber">1</context> 5676 <context context-type="linenumber">1</context>
5747 </context-group> 5677 </context-group>
5748 </trans-unit> 5678 </trans-unit><trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf" datatype="html">
5749 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf" datatype="html">
5750 <source>No category</source><target state="final">No category</target> 5679 <source>No category</source><target state="final">No category</target>
5751 <context-group purpose="location"> 5680 <context-group purpose="location">
5752 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5681 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5753 <context context-type="linenumber">1</context> 5682 <context context-type="linenumber">1</context>
5754 </context-group> 5683 </context-group>
5755 </trans-unit> 5684 </trans-unit><trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5756 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5757 <source>Unlimited</source><target state="final">Unlimited</target> 5685 <source>Unlimited</source><target state="final">Unlimited</target>
5758 <context-group purpose="location"> 5686 <context-group purpose="location">
5759 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5687 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
@@ -5771,8 +5699,7 @@ When you will upload a video in this channel, the video support field will be au
5771 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 5699 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5772 <context context-type="linenumber">1</context> 5700 <context context-type="linenumber">1</context>
5773 </context-group> 5701 </context-group>
5774 </trans-unit> 5702 </trans-unit><trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5775 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5776 <source>100MB</source><target state="final">100MB</target> 5703 <source>100MB</source><target state="final">100MB</target>
5777 <context-group purpose="location"> 5704 <context-group purpose="location">
5778 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5705 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
@@ -5782,8 +5709,7 @@ When you will upload a video in this channel, the video support field will be au
5782 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5709 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5783 <context context-type="linenumber">1</context> 5710 <context context-type="linenumber">1</context>
5784 </context-group> 5711 </context-group>
5785 </trans-unit> 5712 </trans-unit><trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174" datatype="html">
5786 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174" datatype="html">
5787 <source>500MB</source><target state="final">500MB</target> 5713 <source>500MB</source><target state="final">500MB</target>
5788 <context-group purpose="location"> 5714 <context-group purpose="location">
5789 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5715 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
@@ -5793,15 +5719,13 @@ When you will upload a video in this channel, the video support field will be au
5793 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5719 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5794 <context context-type="linenumber">1</context> 5720 <context context-type="linenumber">1</context>
5795 </context-group> 5721 </context-group>
5796 </trans-unit> 5722 </trans-unit><trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b" datatype="html">
5797 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b" datatype="html">
5798 <source>1GB</source><target state="final">1GB</target> 5723 <source>1GB</source><target state="final">1GB</target>
5799 <context-group purpose="location"> 5724 <context-group purpose="location">
5800 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5725 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5801 <context context-type="linenumber">1</context> 5726 <context context-type="linenumber">1</context>
5802 </context-group> 5727 </context-group>
5803 </trans-unit> 5728 </trans-unit><trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8" datatype="html">
5804 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8" datatype="html">
5805 <source>5GB</source><target state="final">5GB</target> 5729 <source>5GB</source><target state="final">5GB</target>
5806 <context-group purpose="location"> 5730 <context-group purpose="location">
5807 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5731 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
@@ -5811,260 +5735,223 @@ When you will upload a video in this channel, the video support field will be au
5811 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5735 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5812 <context context-type="linenumber">1</context> 5736 <context context-type="linenumber">1</context>
5813 </context-group> 5737 </context-group>
5814 </trans-unit> 5738 </trans-unit><trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae" datatype="html">
5815 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae" datatype="html">
5816 <source>20GB</source><target state="final">20GB</target> 5739 <source>20GB</source><target state="final">20GB</target>
5817 <context-group purpose="location"> 5740 <context-group purpose="location">
5818 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5741 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5819 <context context-type="linenumber">1</context> 5742 <context context-type="linenumber">1</context>
5820 </context-group> 5743 </context-group>
5821 </trans-unit> 5744 </trans-unit><trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e" datatype="html">
5822 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e" datatype="html">
5823 <source>50GB</source><target state="final">50GB</target> 5745 <source>50GB</source><target state="final">50GB</target>
5824 <context-group purpose="location"> 5746 <context-group purpose="location">
5825 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5747 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5826 <context context-type="linenumber">1</context> 5748 <context context-type="linenumber">1</context>
5827 </context-group> 5749 </context-group>
5828 </trans-unit> 5750 </trans-unit><trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d" datatype="html">
5829 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d" datatype="html">
5830 <source>10MB</source><target state="final">10MB</target> 5751 <source>10MB</source><target state="final">10MB</target>
5831 <context-group purpose="location"> 5752 <context-group purpose="location">
5832 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5753 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5833 <context context-type="linenumber">1</context> 5754 <context context-type="linenumber">1</context>
5834 </context-group> 5755 </context-group>
5835 </trans-unit> 5756 </trans-unit><trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af" datatype="html">
5836 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af" datatype="html">
5837 <source>50MB</source><target state="final">50MB</target> 5757 <source>50MB</source><target state="final">50MB</target>
5838 <context-group purpose="location"> 5758 <context-group purpose="location">
5839 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5759 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5840 <context context-type="linenumber">1</context> 5760 <context context-type="linenumber">1</context>
5841 </context-group> 5761 </context-group>
5842 </trans-unit> 5762 </trans-unit><trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a" datatype="html">
5843 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a" datatype="html">
5844 <source>2GB</source><target state="final">2GB</target> 5763 <source>2GB</source><target state="final">2GB</target>
5845 <context-group purpose="location"> 5764 <context-group purpose="location">
5846 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context> 5765 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5847 <context context-type="linenumber">1</context> 5766 <context context-type="linenumber">1</context>
5848 </context-group> 5767 </context-group>
5849 </trans-unit> 5768 </trans-unit><trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
5850 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
5851 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</target> 5769 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</target>
5852 <context-group purpose="location"> 5770 <context-group purpose="location">
5853 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5771 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5854 <context context-type="linenumber">1</context> 5772 <context context-type="linenumber">1</context>
5855 </context-group> 5773 </context-group>
5856 </trans-unit> 5774 </trans-unit><trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430" datatype="html">
5857 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430" datatype="html">
5858 <source>Do you really want to reject this follower?</source><target state="final">Do you really want to reject this follower?</target> 5775 <source>Do you really want to reject this follower?</source><target state="final">Do you really want to reject this follower?</target>
5859 <context-group purpose="location"> 5776 <context-group purpose="location">
5860 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5777 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5861 <context context-type="linenumber">1</context> 5778 <context context-type="linenumber">1</context>
5862 </context-group> 5779 </context-group>
5863 </trans-unit> 5780 </trans-unit><trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6" datatype="html">
5864 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6" datatype="html">
5865 <source>Reject</source><target state="final">Reject</target> 5781 <source>Reject</source><target state="final">Reject</target>
5866 <context-group purpose="location"> 5782 <context-group purpose="location">
5867 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5783 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5868 <context context-type="linenumber">1</context> 5784 <context context-type="linenumber">1</context>
5869 </context-group> 5785 </context-group>
5870 </trans-unit> 5786 </trans-unit><trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
5871 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
5872 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</target> 5787 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</target>
5873 <context-group purpose="location"> 5788 <context-group purpose="location">
5874 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5789 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5875 <context context-type="linenumber">1</context> 5790 <context context-type="linenumber">1</context>
5876 </context-group> 5791 </context-group>
5877 </trans-unit> 5792 </trans-unit><trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61" datatype="html">
5878 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61" datatype="html">
5879 <source>Do you really want to delete this follower?</source><target state="final">Do you really want to delete this follower?</target> 5793 <source>Do you really want to delete this follower?</source><target state="final">Do you really want to delete this follower?</target>
5880 <context-group purpose="location"> 5794 <context-group purpose="location">
5881 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5795 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5882 <context context-type="linenumber">1</context> 5796 <context context-type="linenumber">1</context>
5883 </context-group> 5797 </context-group>
5884 </trans-unit> 5798 </trans-unit><trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
5885 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
5886 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</target> 5799 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</target>
5887 <context-group purpose="location"> 5800 <context-group purpose="location">
5888 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5801 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5889 <context context-type="linenumber">1</context> 5802 <context context-type="linenumber">1</context>
5890 </context-group> 5803 </context-group>
5891 </trans-unit> 5804 </trans-unit><trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5892 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5893 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="final"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5805 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="final"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5894 <context-group purpose="location"> 5806 <context-group purpose="location">
5895 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5807 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5896 <context context-type="linenumber">1</context> 5808 <context context-type="linenumber">1</context>
5897 </context-group> 5809 </context-group>
5898 </trans-unit> 5810 </trans-unit><trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5899 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5900 <source>You need to specify hosts to follow.</source><target state="final">You need to specify hosts to follow.</target> 5811 <source>You need to specify hosts to follow.</source><target state="final">You need to specify hosts to follow.</target>
5901 <context-group purpose="location"> 5812 <context-group purpose="location">
5902 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5813 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5903 <context context-type="linenumber">1</context> 5814 <context context-type="linenumber">1</context>
5904 </context-group> 5815 </context-group>
5905 </trans-unit> 5816 </trans-unit><trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5906 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5907 <source>Hosts need to be unique.</source><target state="final">Hosts need to be unique.</target> 5817 <source>Hosts need to be unique.</source><target state="final">Hosts need to be unique.</target>
5908 <context-group purpose="location"> 5818 <context-group purpose="location">
5909 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5819 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5910 <context context-type="linenumber">1</context> 5820 <context context-type="linenumber">1</context>
5911 </context-group> 5821 </context-group>
5912 </trans-unit> 5822 </trans-unit><trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5913 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5914 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="final">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target> 5823 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="final">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5915 <context-group purpose="location"> 5824 <context-group purpose="location">
5916 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5825 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5917 <context context-type="linenumber">1</context> 5826 <context context-type="linenumber">1</context>
5918 </context-group> 5827 </context-group>
5919 </trans-unit> 5828 </trans-unit><trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5920 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5921 <source>Follow new server(s)</source><target state="final">Follow new server(s)</target> 5829 <source>Follow new server(s)</source><target state="final">Follow new server(s)</target>
5922 <context-group purpose="location"> 5830 <context-group purpose="location">
5923 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5831 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5924 <context context-type="linenumber">1</context> 5832 <context context-type="linenumber">1</context>
5925 </context-group> 5833 </context-group>
5926 </trans-unit> 5834 </trans-unit><trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5927 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5928 <source>Follow request(s) sent!</source><target state="final">Follow request(s) sent!</target> 5835 <source>Follow request(s) sent!</source><target state="final">Follow request(s) sent!</target>
5929 <context-group purpose="location"> 5836 <context-group purpose="location">
5930 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5837 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5931 <context context-type="linenumber">1</context> 5838 <context context-type="linenumber">1</context>
5932 </context-group> 5839 </context-group>
5933 </trans-unit> 5840 </trans-unit><trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5934 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5935 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="final">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5841 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="final">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5936 <context-group purpose="location"> 5842 <context-group purpose="location">
5937 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5843 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5938 <context context-type="linenumber">1</context> 5844 <context context-type="linenumber">1</context>
5939 </context-group> 5845 </context-group>
5940 </trans-unit> 5846 </trans-unit><trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902" datatype="html">
5941 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902" datatype="html">
5942 <source>Unfollow</source><target state="final">Unfollow</target> 5847 <source>Unfollow</source><target state="final">Unfollow</target>
5943 <context-group purpose="location"> 5848 <context-group purpose="location">
5944 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5849 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5945 <context context-type="linenumber">1</context> 5850 <context context-type="linenumber">1</context>
5946 </context-group> 5851 </context-group>
5947 </trans-unit> 5852 </trans-unit><trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html">
5948 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html">
5949 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source><target state="final">You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</target> 5853 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source><target state="final">You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</target>
5950 <context-group purpose="location"> 5854 <context-group purpose="location">
5951 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5855 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5952 <context context-type="linenumber">1</context> 5856 <context context-type="linenumber">1</context>
5953 </context-group> 5857 </context-group>
5954 </trans-unit> 5858 </trans-unit><trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246" datatype="html">
5955 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246" datatype="html">
5956 <source>enabled</source><target state="final">enabled</target> 5859 <source>enabled</source><target state="final">enabled</target>
5957 <context-group purpose="location"> 5860 <context-group purpose="location">
5958 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context> 5861 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5959 <context context-type="linenumber">1</context> 5862 <context context-type="linenumber">1</context>
5960 </context-group> 5863 </context-group>
5961 </trans-unit> 5864 </trans-unit><trans-unit id="795733aac948794cadeb3be6386882efac2c38ad" datatype="html">
5962 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad" datatype="html">
5963 <source>disabled</source><target state="final">disabled</target> 5865 <source>disabled</source><target state="final">disabled</target>
5964 <context-group purpose="location"> 5866 <context-group purpose="location">
5965 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context> 5867 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5966 <context context-type="linenumber">1</context> 5868 <context context-type="linenumber">1</context>
5967 </context-group> 5869 </context-group>
5968 </trans-unit> 5870 </trans-unit><trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html">
5969 <trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html">
5970 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target state="final">Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target> 5871 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target state="final">Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
5971 <context-group purpose="location"> 5872 <context-group purpose="location">
5972 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context> 5873 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5973 <context context-type="linenumber">1</context> 5874 <context context-type="linenumber">1</context>
5974 </context-group> 5875 </context-group>
5975 </trans-unit> 5876 </trans-unit><trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html">
5976 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html">
5977 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target> 5877 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target>
5978 <context-group purpose="location"> 5878 <context-group purpose="location">
5979 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context> 5879 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context>
5980 <context context-type="linenumber">1</context> 5880 <context context-type="linenumber">1</context>
5981 </context-group> 5881 </context-group>
5982 </trans-unit> 5882 </trans-unit><trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html">
5983 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html">
5984 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target> 5883 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target>
5985 <context-group purpose="location"> 5884 <context-group purpose="location">
5986 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5885 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5987 <context context-type="linenumber">1</context> 5886 <context context-type="linenumber">1</context>
5988 </context-group> 5887 </context-group>
5989 </trans-unit> 5888 </trans-unit><trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5990 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5991 <source>Comment updated.</source><target state="final">Comment updated.</target> 5889 <source>Comment updated.</source><target state="final">Comment updated.</target>
5992 <context-group purpose="location"> 5890 <context-group purpose="location">
5993 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context> 5891 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5994 <context context-type="linenumber">1</context> 5892 <context context-type="linenumber">1</context>
5995 </context-group> 5893 </context-group>
5996 </trans-unit> 5894 </trans-unit><trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html">
5997 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html">
5998 <source>Delete this report</source><target state="final">Delete this report</target> 5895 <source>Delete this report</source><target state="final">Delete this report</target>
5999 <context-group purpose="location"> 5896 <context-group purpose="location">
6000 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5897 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6001 <context context-type="linenumber">1</context> 5898 <context context-type="linenumber">1</context>
6002 </context-group> 5899 </context-group>
6003 </trans-unit> 5900 </trans-unit><trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html">
6004 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html">
6005 <source>Update moderation comment</source><target state="final">Update moderation comment</target> 5901 <source>Update moderation comment</source><target state="final">Update moderation comment</target>
6006 <context-group purpose="location"> 5902 <context-group purpose="location">
6007 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5903 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6008 <context context-type="linenumber">1</context> 5904 <context context-type="linenumber">1</context>
6009 </context-group> 5905 </context-group>
6010 </trans-unit> 5906 </trans-unit><trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6011 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
6012 <source>Mark as accepted</source><target state="final">Mark as accepted</target> 5907 <source>Mark as accepted</source><target state="final">Mark as accepted</target>
6013 <context-group purpose="location"> 5908 <context-group purpose="location">
6014 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5909 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6015 <context context-type="linenumber">1</context> 5910 <context context-type="linenumber">1</context>
6016 </context-group> 5911 </context-group>
6017 </trans-unit> 5912 </trans-unit><trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3" datatype="html">
6018 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3" datatype="html">
6019 <source>Mark as rejected</source><target state="final">Mark as rejected</target> 5913 <source>Mark as rejected</source><target state="final">Mark as rejected</target>
6020 <context-group purpose="location"> 5914 <context-group purpose="location">
6021 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5915 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6022 <context context-type="linenumber">1</context> 5916 <context context-type="linenumber">1</context>
6023 </context-group> 5917 </context-group>
6024 </trans-unit> 5918 </trans-unit><trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6025 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
6026 <source>Do you really want to delete this abuse report?</source><target state="final">Do you really want to delete this abuse report?</target> 5919 <source>Do you really want to delete this abuse report?</source><target state="final">Do you really want to delete this abuse report?</target>
6027 <context-group purpose="location"> 5920 <context-group purpose="location">
6028 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5921 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6029 <context context-type="linenumber">1</context> 5922 <context context-type="linenumber">1</context>
6030 </context-group> 5923 </context-group>
6031 </trans-unit> 5924 </trans-unit><trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9" datatype="html">
6032 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9" datatype="html">
6033 <source>Abuse deleted.</source><target state="final">Abuse deleted.</target> 5925 <source>Abuse deleted.</source><target state="final">Abuse deleted.</target>
6034 <context-group purpose="location"> 5926 <context-group purpose="location">
6035 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context> 5927 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
6036 <context context-type="linenumber">1</context> 5928 <context context-type="linenumber">1</context>
6037 </context-group> 5929 </context-group>
6038 </trans-unit> 5930 </trans-unit><trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
6039 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
6040 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</target> 5931 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</target>
6041 <context-group purpose="location"> 5932 <context-group purpose="location">
6042 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context> 5933 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
6043 <context context-type="linenumber">1</context> 5934 <context context-type="linenumber">1</context>
6044 </context-group> 5935 </context-group>
6045 </trans-unit> 5936 </trans-unit><trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
6046 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
6047 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</target> 5937 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</target>
6048 <context-group purpose="location"> 5938 <context-group purpose="location">
6049 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context> 5939 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
6050 <context context-type="linenumber">1</context> 5940 <context context-type="linenumber">1</context>
6051 </context-group> 5941 </context-group>
6052 </trans-unit> 5942 </trans-unit><trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
6053 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
6054 <source>yes</source><target state="final">yes</target> 5943 <source>yes</source><target state="final">yes</target>
6055 <context-group purpose="location"> 5944 <context-group purpose="location">
6056 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context> 5945 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
6057 <context context-type="linenumber">1</context> 5946 <context context-type="linenumber">1</context>
6058 </context-group> 5947 </context-group>
6059 </trans-unit> 5948 </trans-unit><trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b" datatype="html">
6060 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b" datatype="html">
6061 <source>no</source><target state="final">no</target> 5949 <source>no</source><target state="final">no</target>
6062 <context-group purpose="location"> 5950 <context-group purpose="location">
6063 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context> 5951 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
6064 <context context-type="linenumber">1</context> 5952 <context context-type="linenumber">1</context>
6065 </context-group> 5953 </context-group>
6066 </trans-unit> 5954 </trans-unit><trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223" datatype="html">
6067 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223" datatype="html">
6068 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source><target state="final">Do you really want to remove this video from the blacklist? It will be available again in the videos list.</target> 5955 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source><target state="final">Do you really want to remove this video from the blacklist? It will be available again in the videos list.</target>
6069 <context-group purpose="location"> 5956 <context-group purpose="location">
6070 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context> 5957 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
@@ -6074,8 +5961,7 @@ When you will upload a video in this channel, the video support field will be au
6074 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 5961 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6075 <context context-type="linenumber">1</context> 5962 <context context-type="linenumber">1</context>
6076 </context-group> 5963 </context-group>
6077 </trans-unit> 5964 </trans-unit><trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html">
6078 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html">
6079 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</target> 5965 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</target>
6080 <context-group purpose="location"> 5966 <context-group purpose="location">
6081 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context> 5967 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
@@ -6085,134 +5971,115 @@ When you will upload a video in this channel, the video support field will be au
6085 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 5971 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6086 <context context-type="linenumber">1</context> 5972 <context context-type="linenumber">1</context>
6087 </context-group> 5973 </context-group>
6088 </trans-unit> 5974 </trans-unit><trans-unit id="9ab7a3efed2b78a4d4fd4365eb1b3385ced0d523" datatype="html">
6089 <trans-unit id="9ab7a3efed2b78a4d4fd4365eb1b3385ced0d523" datatype="html">
6090 <source>You don't have plugins installed yet.</source><target state="final">You don't have plugins installed yet.</target> 5975 <source>You don't have plugins installed yet.</source><target state="final">You don't have plugins installed yet.</target>
6091 <context-group purpose="location"> 5976 <context-group purpose="location">
6092 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 5977 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6093 <context context-type="linenumber">1</context> 5978 <context context-type="linenumber">1</context>
6094 </context-group> 5979 </context-group>
6095 </trans-unit> 5980 </trans-unit><trans-unit id="c52fe59dee78663d109bfa6727e172033ff8e61f" datatype="html">
6096 <trans-unit id="c52fe59dee78663d109bfa6727e172033ff8e61f" datatype="html">
6097 <source>You don't have themes installed yet.</source><target state="final">You don't have themes installed yet.</target> 5981 <source>You don't have themes installed yet.</source><target state="final">You don't have themes installed yet.</target>
6098 <context-group purpose="location"> 5982 <context-group purpose="location">
6099 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 5983 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6100 <context context-type="linenumber">1</context> 5984 <context context-type="linenumber">1</context>
6101 </context-group> 5985 </context-group>
6102 </trans-unit> 5986 </trans-unit><trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html">
6103 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html">
6104 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source><target state="final">Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></target> 5987 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source><target state="final">Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></target>
6105 <context-group purpose="location"> 5988 <context-group purpose="location">
6106 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 5989 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6107 <context context-type="linenumber">1</context> 5990 <context context-type="linenumber">1</context>
6108 </context-group> 5991 </context-group>
6109 </trans-unit> 5992 </trans-unit><trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html">
6110 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html">
6111 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 5993 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
6112 <context-group purpose="location"> 5994 <context-group purpose="location">
6113 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 5995 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6114 <context context-type="linenumber">1</context> 5996 <context context-type="linenumber">1</context>
6115 </context-group> 5997 </context-group>
6116 </trans-unit> 5998 </trans-unit><trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html">
6117 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html">
6118 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</target> 5999 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</target>
6119 <context-group purpose="location"> 6000 <context-group purpose="location">
6120 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 6001 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6121 <context context-type="linenumber">1</context> 6002 <context context-type="linenumber">1</context>
6122 </context-group> 6003 </context-group>
6123 </trans-unit> 6004 </trans-unit><trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html">
6124 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html">
6125 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</target> 6005 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</target>
6126 <context-group purpose="location"> 6006 <context-group purpose="location">
6127 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 6007 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6128 <context context-type="linenumber">1</context> 6008 <context context-type="linenumber">1</context>
6129 </context-group> 6009 </context-group>
6130 </trans-unit> 6010 </trans-unit><trans-unit id="53dd049a77e37ce7abc10e174904233f8788464d" datatype="html">
6131 <trans-unit id="53dd049a77e37ce7abc10e174904233f8788464d" datatype="html">
6132 <source>The plugin index is not available. Please retry later.</source><target state="final">The plugin index is not available. Please retry later.</target> 6011 <source>The plugin index is not available. Please retry later.</source><target state="final">The plugin index is not available. Please retry later.</target>
6133 <context-group purpose="location"> 6012 <context-group purpose="location">
6134 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context> 6013 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
6135 <context context-type="linenumber">1</context> 6014 <context context-type="linenumber">1</context>
6136 </context-group> 6015 </context-group>
6137 </trans-unit> 6016 </trans-unit><trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0" datatype="html">
6138 <trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0" datatype="html">
6139 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source><target state="final">Please only install plugins or themes you trust, since they can execute any code on your instance.</target> 6017 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source><target state="final">Please only install plugins or themes you trust, since they can execute any code on your instance.</target>
6140 <context-group purpose="location"> 6018 <context-group purpose="location">
6141 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context> 6019 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
6142 <context context-type="linenumber">1</context> 6020 <context context-type="linenumber">1</context>
6143 </context-group> 6021 </context-group>
6144 </trans-unit> 6022 </trans-unit><trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html">
6145 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html">
6146 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 6023 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
6147 <context-group purpose="location"> 6024 <context-group purpose="location">
6148 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context> 6025 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
6149 <context context-type="linenumber">1</context> 6026 <context context-type="linenumber">1</context>
6150 </context-group> 6027 </context-group>
6151 </trans-unit> 6028 </trans-unit><trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html">
6152 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html">
6153 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</target> 6029 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</target>
6154 <context-group purpose="location"> 6030 <context-group purpose="location">
6155 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context> 6031 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
6156 <context context-type="linenumber">1</context> 6032 <context context-type="linenumber">1</context>
6157 </context-group> 6033 </context-group>
6158 </trans-unit> 6034 </trans-unit><trans-unit id="3554590f772dd4b9b4cc7d282ba00cdac8ad0d12" datatype="html">
6159 <trans-unit id="3554590f772dd4b9b4cc7d282ba00cdac8ad0d12" datatype="html">
6160 <source>Settings updated.</source><target state="final">Settings updated.</target> 6035 <source>Settings updated.</source><target state="final">Settings updated.</target>
6161 <context-group purpose="location"> 6036 <context-group purpose="location">
6162 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context> 6037 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context>
6163 <context context-type="linenumber">1</context> 6038 <context context-type="linenumber">1</context>
6164 </context-group> 6039 </context-group>
6165 </trans-unit> 6040 </trans-unit><trans-unit id="7099af5a120571be073bcfb7babafb38e91a3b50" datatype="html">
6166 <trans-unit id="7099af5a120571be073bcfb7babafb38e91a3b50" datatype="html">
6167 <source>Plugins</source><target state="final">Plugins</target> 6041 <source>Plugins</source><target state="final">Plugins</target>
6168 <context-group purpose="location"> 6042 <context-group purpose="location">
6169 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context> 6043 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
6170 <context context-type="linenumber">1</context> 6044 <context context-type="linenumber">1</context>
6171 </context-group> 6045 </context-group>
6172 </trans-unit> 6046 </trans-unit><trans-unit id="60c855c323706a04ccd2ff22d634bde9b6233bbf" datatype="html">
6173 <trans-unit id="60c855c323706a04ccd2ff22d634bde9b6233bbf" datatype="html">
6174 <source>Themes</source><target state="final">Themes</target> 6047 <source>Themes</source><target state="final">Themes</target>
6175 <context-group purpose="location"> 6048 <context-group purpose="location">
6176 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context> 6049 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
6177 <context context-type="linenumber">1</context> 6050 <context context-type="linenumber">1</context>
6178 </context-group> 6051 </context-group>
6179 </trans-unit> 6052 </trans-unit><trans-unit id="e72b0e32070d4a69221ef64d793fe7d61381a819" datatype="html">
6180 <trans-unit id="e72b0e32070d4a69221ef64d793fe7d61381a819" datatype="html">
6181 <source>plugin</source><target state="final">plugin</target> 6053 <source>plugin</source><target state="final">plugin</target>
6182 <context-group purpose="location"> 6054 <context-group purpose="location">
6183 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context> 6055 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
6184 <context context-type="linenumber">1</context> 6056 <context context-type="linenumber">1</context>
6185 </context-group> 6057 </context-group>
6186 </trans-unit> 6058 </trans-unit><trans-unit id="0f6f5bc1d9e83b758dd60bc6dc7aad7d2cb7f600" datatype="html">
6187 <trans-unit id="0f6f5bc1d9e83b758dd60bc6dc7aad7d2cb7f600" datatype="html">
6188 <source>theme</source><target state="final">theme</target> 6059 <source>theme</source><target state="final">theme</target>
6189 <context-group purpose="location"> 6060 <context-group purpose="location">
6190 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context> 6061 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
6191 <context context-type="linenumber">1</context> 6062 <context context-type="linenumber">1</context>
6192 </context-group> 6063 </context-group>
6193 </trans-unit> 6064 </trans-unit><trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f" datatype="html">
6194 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f" datatype="html">
6195 <source>Last week</source><target state="final">Last week</target> 6065 <source>Last week</source><target state="final">Last week</target>
6196 <context-group purpose="location"> 6066 <context-group purpose="location">
6197 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 6067 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
6198 <context context-type="linenumber">1</context> 6068 <context context-type="linenumber">1</context>
6199 </context-group> 6069 </context-group>
6200 </trans-unit> 6070 </trans-unit><trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441" datatype="html">
6201 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441" datatype="html">
6202 <source>Last day</source><target state="final">Last day</target> 6071 <source>Last day</source><target state="final">Last day</target>
6203 <context-group purpose="location"> 6072 <context-group purpose="location">
6204 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 6073 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
6205 <context context-type="linenumber">1</context> 6074 <context context-type="linenumber">1</context>
6206 </context-group> 6075 </context-group>
6207 </trans-unit> 6076 </trans-unit><trans-unit id="9c152780247b402c410b861e521967dca7d9fd10" datatype="html">
6208 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10" datatype="html">
6209 <source>Last hour</source><target state="final">Last hour</target> 6077 <source>Last hour</source><target state="final">Last hour</target>
6210 <context-group purpose="location"> 6078 <context-group purpose="location">
6211 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 6079 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
6212 <context context-type="linenumber">1</context> 6080 <context context-type="linenumber">1</context>
6213 </context-group> 6081 </context-group>
6214 </trans-unit> 6082 </trans-unit><trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
6215 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
6216 <source>Info</source><target state="final">Info</target> 6083 <source>Info</source><target state="final">Info</target>
6217 <context-group purpose="location"> 6084 <context-group purpose="location">
6218 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 6085 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
@@ -6222,8 +6089,7 @@ When you will upload a video in this channel, the video support field will be au
6222 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context> 6089 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
6223 <context context-type="linenumber">1</context> 6090 <context context-type="linenumber">1</context>
6224 </context-group> 6091 </context-group>
6225 </trans-unit> 6092 </trans-unit><trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
6226 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
6227 <source>Warning</source><target state="final">Warning</target> 6093 <source>Warning</source><target state="final">Warning</target>
6228 <context-group purpose="location"> 6094 <context-group purpose="location">
6229 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 6095 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
@@ -6233,8 +6099,7 @@ When you will upload a video in this channel, the video support field will be au
6233 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context> 6099 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
6234 <context context-type="linenumber">1</context> 6100 <context context-type="linenumber">1</context>
6235 </context-group> 6101 </context-group>
6236 </trans-unit> 6102 </trans-unit><trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
6237 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
6238 <source>Error</source><target state="final">Error</target> 6103 <source>Error</source><target state="final">Error</target>
6239 <context-group purpose="location"> 6104 <context-group purpose="location">
6240 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context> 6105 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
@@ -6248,50 +6113,43 @@ When you will upload a video in this channel, the video support field will be au
6248 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context> 6113 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
6249 <context context-type="linenumber">1</context> 6114 <context context-type="linenumber">1</context>
6250 </context-group> 6115 </context-group>
6251 </trans-unit> 6116 </trans-unit><trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html">
6252 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html">
6253 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</target> 6117 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</target>
6254 <context-group purpose="location"> 6118 <context-group purpose="location">
6255 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context> 6119 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
6256 <context context-type="linenumber">1</context> 6120 <context context-type="linenumber">1</context>
6257 </context-group> 6121 </context-group>
6258 </trans-unit> 6122 </trans-unit><trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
6259 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
6260 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 6123 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
6261 <context-group purpose="location"> 6124 <context-group purpose="location">
6262 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 6125 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6263 <context context-type="linenumber">1</context> 6126 <context context-type="linenumber">1</context>
6264 </context-group> 6127 </context-group>
6265 </trans-unit> 6128 </trans-unit><trans-unit id="2dbda576172f583154031550e251e5a1e49207b2" datatype="html">
6266 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2" datatype="html">
6267 <source>Update user password</source><target state="final">Update user password</target> 6129 <source>Update user password</source><target state="final">Update user password</target>
6268 <context-group purpose="location"> 6130 <context-group purpose="location">
6269 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 6131 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6270 <context context-type="linenumber">1</context> 6132 <context context-type="linenumber">1</context>
6271 </context-group> 6133 </context-group>
6272 </trans-unit> 6134 </trans-unit><trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6273 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6274 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target> 6135 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6275 <context-group purpose="location"> 6136 <context-group purpose="location">
6276 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6137 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6277 <context context-type="linenumber">1</context> 6138 <context context-type="linenumber">1</context>
6278 </context-group> 6139 </context-group>
6279 </trans-unit> 6140 </trans-unit><trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
6280 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
6281 <source>Update user</source><target state="final">Update user</target> 6141 <source>Update user</source><target state="final">Update user</target>
6282 <context-group purpose="location"> 6142 <context-group purpose="location">
6283 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6143 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6284 <context context-type="linenumber">1</context> 6144 <context context-type="linenumber">1</context>
6285 </context-group> 6145 </context-group>
6286 </trans-unit> 6146 </trans-unit><trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
6287 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
6288 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 6147 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
6289 <context-group purpose="location"> 6148 <context-group purpose="location">
6290 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6149 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6291 <context context-type="linenumber">1</context> 6150 <context context-type="linenumber">1</context>
6292 </context-group> 6151 </context-group>
6293 </trans-unit> 6152 </trans-unit><trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html">
6294 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html">
6295 <source>Unban</source><target state="final">Unban</target> 6153 <source>Unban</source><target state="final">Unban</target>
6296 <context-group purpose="location"> 6154 <context-group purpose="location">
6297 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6155 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
@@ -6309,8 +6167,7 @@ When you will upload a video in this channel, the video support field will be au
6309 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 6167 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6310 <context context-type="linenumber">1</context> 6168 <context context-type="linenumber">1</context>
6311 </context-group> 6169 </context-group>
6312 </trans-unit> 6170 </trans-unit><trans-unit id="910ed85f550272401b134a40d019ab3359fe883f" datatype="html">
6313 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f" datatype="html">
6314 <source>Set Email as Verified</source><target state="final">Set Email as Verified</target> 6171 <source>Set Email as Verified</source><target state="final">Set Email as Verified</target>
6315 <context-group purpose="location"> 6172 <context-group purpose="location">
6316 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6173 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
@@ -6320,8 +6177,7 @@ When you will upload a video in this channel, the video support field will be au
6320 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 6177 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6321 <context context-type="linenumber">1</context> 6178 <context context-type="linenumber">1</context>
6322 </context-group> 6179 </context-group>
6323 </trans-unit> 6180 </trans-unit><trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf" datatype="html">
6324 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf" datatype="html">
6325 <source>You cannot ban root.</source><target state="final">You cannot ban root.</target> 6181 <source>You cannot ban root.</source><target state="final">You cannot ban root.</target>
6326 <context-group purpose="location"> 6182 <context-group purpose="location">
6327 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6183 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
@@ -6331,22 +6187,19 @@ When you will upload a video in this channel, the video support field will be au
6331 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 6187 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6332 <context context-type="linenumber">1</context> 6188 <context context-type="linenumber">1</context>
6333 </context-group> 6189 </context-group>
6334 </trans-unit> 6190 </trans-unit><trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html">
6335 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html">
6336 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target state="final">Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target> 6191 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target state="final">Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target>
6337 <context-group purpose="location"> 6192 <context-group purpose="location">
6338 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6193 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6339 <context context-type="linenumber">1</context> 6194 <context context-type="linenumber">1</context>
6340 </context-group> 6195 </context-group>
6341 </trans-unit> 6196 </trans-unit><trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html">
6342 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html">
6343 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target> 6197 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target>
6344 <context-group purpose="location"> 6198 <context-group purpose="location">
6345 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6199 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6346 <context context-type="linenumber">1</context> 6200 <context context-type="linenumber">1</context>
6347 </context-group> 6201 </context-group>
6348 </trans-unit> 6202 </trans-unit><trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11" datatype="html">
6349 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11" datatype="html">
6350 <source>You cannot delete root.</source><target state="final">You cannot delete root.</target> 6203 <source>You cannot delete root.</source><target state="final">You cannot delete root.</target>
6351 <context-group purpose="location"> 6204 <context-group purpose="location">
6352 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6205 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
@@ -6356,29 +6209,25 @@ When you will upload a video in this channel, the video support field will be au
6356 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 6209 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6357 <context context-type="linenumber">1</context> 6210 <context context-type="linenumber">1</context>
6358 </context-group> 6211 </context-group>
6359 </trans-unit> 6212 </trans-unit><trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51" datatype="html">
6360 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51" datatype="html">
6361 <source>If you remove these users, you will not be able to create others with the same username!</source><target state="final">If you remove these users, you will not be able to create others with the same username!</target> 6213 <source>If you remove these users, you will not be able to create others with the same username!</source><target state="final">If you remove these users, you will not be able to create others with the same username!</target>
6362 <context-group purpose="location"> 6214 <context-group purpose="location">
6363 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6215 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6364 <context context-type="linenumber">1</context> 6216 <context context-type="linenumber">1</context>
6365 </context-group> 6217 </context-group>
6366 </trans-unit> 6218 </trans-unit><trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html">
6367 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html">
6368 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target> 6219 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target>
6369 <context-group purpose="location"> 6220 <context-group purpose="location">
6370 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6221 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6371 <context context-type="linenumber">1</context> 6222 <context context-type="linenumber">1</context>
6372 </context-group> 6223 </context-group>
6373 </trans-unit> 6224 </trans-unit><trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html">
6374 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html">
6375 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target> 6225 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target>
6376 <context-group purpose="location"> 6226 <context-group purpose="location">
6377 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6227 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6378 <context context-type="linenumber">1</context> 6228 <context context-type="linenumber">1</context>
6379 </context-group> 6229 </context-group>
6380 </trans-unit> 6230 </trans-unit><trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html">
6381 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html">
6382 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target> 6231 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target>
6383 <context-group purpose="location"> 6232 <context-group purpose="location">
6384 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context> 6233 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context>
@@ -6388,8 +6237,7 @@ When you will upload a video in this channel, the video support field will be au
6388 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 6237 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6389 <context context-type="linenumber">1</context> 6238 <context context-type="linenumber">1</context>
6390 </context-group> 6239 </context-group>
6391 </trans-unit> 6240 </trans-unit><trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html">
6392 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html">
6393 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target> 6241 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target>
6394 <context-group purpose="location"> 6242 <context-group purpose="location">
6395 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context> 6243 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context>
@@ -6399,71 +6247,61 @@ When you will upload a video in this channel, the video support field will be au
6399 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 6247 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6400 <context context-type="linenumber">1</context> 6248 <context context-type="linenumber">1</context>
6401 </context-group> 6249 </context-group>
6402 </trans-unit> 6250 </trans-unit><trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f" datatype="html">
6403 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f" datatype="html">
6404 <source>My videos history</source><target state="final">My videos history</target> 6251 <source>My videos history</source><target state="final">My videos history</target>
6405 <context-group purpose="location"> 6252 <context-group purpose="location">
6406 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context> 6253 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6407 <context context-type="linenumber">1</context> 6254 <context context-type="linenumber">1</context>
6408 </context-group> 6255 </context-group>
6409 </trans-unit> 6256 </trans-unit><trans-unit id="05f6dda1754741495451b8658bd2248856765d95" datatype="html">
6410 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95" datatype="html">
6411 <source>Videos history is enabled</source><target state="final">Videos history is enabled</target> 6257 <source>Videos history is enabled</source><target state="final">Videos history is enabled</target>
6412 <context-group purpose="location"> 6258 <context-group purpose="location">
6413 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context> 6259 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6414 <context context-type="linenumber">1</context> 6260 <context context-type="linenumber">1</context>
6415 </context-group> 6261 </context-group>
6416 </trans-unit> 6262 </trans-unit><trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013" datatype="html">
6417 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013" datatype="html">
6418 <source>Videos history is disabled</source><target state="final">Videos history is disabled</target> 6263 <source>Videos history is disabled</source><target state="final">Videos history is disabled</target>
6419 <context-group purpose="location"> 6264 <context-group purpose="location">
6420 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context> 6265 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6421 <context context-type="linenumber">1</context> 6266 <context context-type="linenumber">1</context>
6422 </context-group> 6267 </context-group>
6423 </trans-unit> 6268 </trans-unit><trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8" datatype="html">
6424 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8" datatype="html">
6425 <source>Delete videos history</source><target state="final">Delete videos history</target> 6269 <source>Delete videos history</source><target state="final">Delete videos history</target>
6426 <context-group purpose="location"> 6270 <context-group purpose="location">
6427 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context> 6271 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6428 <context context-type="linenumber">1</context> 6272 <context context-type="linenumber">1</context>
6429 </context-group> 6273 </context-group>
6430 </trans-unit> 6274 </trans-unit><trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4" datatype="html">
6431 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4" datatype="html">
6432 <source>Are you sure you want to delete all your videos history?</source><target state="final">Are you sure you want to delete all your videos history?</target> 6275 <source>Are you sure you want to delete all your videos history?</source><target state="final">Are you sure you want to delete all your videos history?</target>
6433 <context-group purpose="location"> 6276 <context-group purpose="location">
6434 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context> 6277 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6435 <context context-type="linenumber">1</context> 6278 <context context-type="linenumber">1</context>
6436 </context-group> 6279 </context-group>
6437 </trans-unit> 6280 </trans-unit><trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164" datatype="html">
6438 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164" datatype="html">
6439 <source>Videos history deleted</source><target state="final">Videos history deleted</target> 6281 <source>Videos history deleted</source><target state="final">Videos history deleted</target>
6440 <context-group purpose="location"> 6282 <context-group purpose="location">
6441 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context> 6283 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6442 <context context-type="linenumber">1</context> 6284 <context context-type="linenumber">1</context>
6443 </context-group> 6285 </context-group>
6444 </trans-unit> 6286 </trans-unit><trans-unit id="507192ee1fa84aefed02d603caada2d84927023e" datatype="html">
6445 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e" datatype="html">
6446 <source>Ownership accepted</source><target state="final">Ownership accepted</target> 6287 <source>Ownership accepted</source><target state="final">Ownership accepted</target>
6447 <context-group purpose="location"> 6288 <context-group purpose="location">
6448 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts</context> 6289 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts</context>
6449 <context context-type="linenumber">1</context> 6290 <context context-type="linenumber">1</context>
6450 </context-group> 6291 </context-group>
6451 </trans-unit> 6292 </trans-unit><trans-unit id="3a8f29caac7ce9400d11a7c4f8b71a710865f56b" datatype="html">
6452 <trans-unit id="3a8f29caac7ce9400d11a7c4f8b71a710865f56b" datatype="html">
6453 <source>Please check your emails to verify your new email.</source><target state="final">Please check your emails to verify your new email.</target> 6293 <source>Please check your emails to verify your new email.</source><target state="final">Please check your emails to verify your new email.</target>
6454 <context-group purpose="location"> 6294 <context-group purpose="location">
6455 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context> 6295 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
6456 <context context-type="linenumber">1</context> 6296 <context context-type="linenumber">1</context>
6457 </context-group> 6297 </context-group>
6458 </trans-unit> 6298 </trans-unit><trans-unit id="8155899f3b3b2e0467846ea7f27fcfb46c882204" datatype="html">
6459 <trans-unit id="8155899f3b3b2e0467846ea7f27fcfb46c882204" datatype="html">
6460 <source>Email updated.</source><target state="final">Email updated.</target> 6299 <source>Email updated.</source><target state="final">Email updated.</target>
6461 <context-group purpose="location"> 6300 <context-group purpose="location">
6462 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context> 6301 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
6463 <context context-type="linenumber">1</context> 6302 <context context-type="linenumber">1</context>
6464 </context-group> 6303 </context-group>
6465 </trans-unit> 6304 </trans-unit><trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c" datatype="html">
6466 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c" datatype="html">
6467 <source>You current password is invalid.</source><target state="final">You current password is invalid.</target> 6305 <source>You current password is invalid.</source><target state="final">You current password is invalid.</target>
6468 <context-group purpose="location"> 6306 <context-group purpose="location">
6469 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context> 6307 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
@@ -6473,148 +6311,127 @@ When you will upload a video in this channel, the video support field will be au
6473 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context> 6311 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
6474 <context context-type="linenumber">1</context> 6312 <context context-type="linenumber">1</context>
6475 </context-group> 6313 </context-group>
6476 </trans-unit> 6314 </trans-unit><trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc" datatype="html">
6477 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc" datatype="html">
6478 <source>Password updated.</source><target state="final">Password updated.</target> 6315 <source>Password updated.</source><target state="final">Password updated.</target>
6479 <context-group purpose="location"> 6316 <context-group purpose="location">
6480 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context> 6317 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
6481 <context context-type="linenumber">1</context> 6318 <context context-type="linenumber">1</context>
6482 </context-group> 6319 </context-group>
6483 </trans-unit> 6320 </trans-unit><trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d" datatype="html">
6484 <trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d" datatype="html">
6485 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source><target state="final">Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</target> 6321 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source><target state="final">Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</target>
6486 <context-group purpose="location"> 6322 <context-group purpose="location">
6487 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 6323 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6488 <context context-type="linenumber">1</context> 6324 <context context-type="linenumber">1</context>
6489 </context-group> 6325 </context-group>
6490 </trans-unit> 6326 </trans-unit><trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311" datatype="html">
6491 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311" datatype="html">
6492 <source>Type your username to confirm</source><target state="final">Type your username to confirm</target> 6327 <source>Type your username to confirm</source><target state="final">Type your username to confirm</target>
6493 <context-group purpose="location"> 6328 <context-group purpose="location">
6494 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 6329 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6495 <context context-type="linenumber">1</context> 6330 <context context-type="linenumber">1</context>
6496 </context-group> 6331 </context-group>
6497 </trans-unit> 6332 </trans-unit><trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065" datatype="html">
6498 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065" datatype="html">
6499 <source>Delete my account</source><target state="final">Delete my account</target> 6333 <source>Delete my account</source><target state="final">Delete my account</target>
6500 <context-group purpose="location"> 6334 <context-group purpose="location">
6501 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 6335 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6502 <context context-type="linenumber">1</context> 6336 <context context-type="linenumber">1</context>
6503 </context-group> 6337 </context-group>
6504 </trans-unit> 6338 </trans-unit><trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7" datatype="html">
6505 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7" datatype="html">
6506 <source>Your account is deleted.</source><target state="final">Your account is deleted.</target> 6339 <source>Your account is deleted.</source><target state="final">Your account is deleted.</target>
6507 <context-group purpose="location"> 6340 <context-group purpose="location">
6508 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 6341 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6509 <context context-type="linenumber">1</context> 6342 <context context-type="linenumber">1</context>
6510 </context-group> 6343 </context-group>
6511 </trans-unit> 6344 </trans-unit><trans-unit id="59f77c7dc03357ef1d7a334df06dfc7f31c9a165" datatype="html">
6512 <trans-unit id="59f77c7dc03357ef1d7a334df06dfc7f31c9a165" datatype="html">
6513 <source>Interface settings updated.</source><target state="final">Interface settings updated.</target> 6345 <source>Interface settings updated.</source><target state="final">Interface settings updated.</target>
6514 <context-group purpose="location"> 6346 <context-group purpose="location">
6515 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context> 6347 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context>
6516 <context context-type="linenumber">1</context> 6348 <context context-type="linenumber">1</context>
6517 </context-group> 6349 </context-group>
6518 </trans-unit> 6350 </trans-unit><trans-unit id="7c193bf704577e514b63497c4f366511afdb6585" datatype="html">
6519 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585" datatype="html">
6520 <source>New video from your subscriptions</source><target state="final">New video from your subscriptions</target> 6351 <source>New video from your subscriptions</source><target state="final">New video from your subscriptions</target>
6521 <context-group purpose="location"> 6352 <context-group purpose="location">
6522 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6353 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6523 <context context-type="linenumber">1</context> 6354 <context context-type="linenumber">1</context>
6524 </context-group> 6355 </context-group>
6525 </trans-unit> 6356 </trans-unit><trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5" datatype="html">
6526 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5" datatype="html">
6527 <source>New comment on your video</source><target state="final">New comment on your video</target> 6357 <source>New comment on your video</source><target state="final">New comment on your video</target>
6528 <context-group purpose="location"> 6358 <context-group purpose="location">
6529 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6359 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6530 <context context-type="linenumber">1</context> 6360 <context context-type="linenumber">1</context>
6531 </context-group> 6361 </context-group>
6532 </trans-unit> 6362 </trans-unit><trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
6533 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
6534 <source>New video abuse</source><target state="final">New video abuse</target> 6363 <source>New video abuse</source><target state="final">New video abuse</target>
6535 <context-group purpose="location"> 6364 <context-group purpose="location">
6536 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6365 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6537 <context context-type="linenumber">1</context> 6366 <context context-type="linenumber">1</context>
6538 </context-group> 6367 </context-group>
6539 </trans-unit> 6368 </trans-unit><trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
6540 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
6541 <source>Video auto-blacklisted waiting review</source><target state="final">Video auto-blacklisted waiting review</target> 6369 <source>Video auto-blacklisted waiting review</source><target state="final">Video auto-blacklisted waiting review</target>
6542 <context-group purpose="location"> 6370 <context-group purpose="location">
6543 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6371 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6544 <context context-type="linenumber">1</context> 6372 <context context-type="linenumber">1</context>
6545 </context-group> 6373 </context-group>
6546 </trans-unit> 6374 </trans-unit><trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996" datatype="html">
6547 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996" datatype="html">
6548 <source>One of your video is blacklisted/unblacklisted</source><target state="final">One of your video is blacklisted/unblacklisted</target> 6375 <source>One of your video is blacklisted/unblacklisted</source><target state="final">One of your video is blacklisted/unblacklisted</target>
6549 <context-group purpose="location"> 6376 <context-group purpose="location">
6550 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6377 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6551 <context context-type="linenumber">1</context> 6378 <context context-type="linenumber">1</context>
6552 </context-group> 6379 </context-group>
6553 </trans-unit> 6380 </trans-unit><trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc" datatype="html">
6554 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc" datatype="html">
6555 <source>Video published (after transcoding/scheduled update)</source><target state="final">Video published (after transcoding/scheduled update)</target> 6381 <source>Video published (after transcoding/scheduled update)</source><target state="final">Video published (after transcoding/scheduled update)</target>
6556 <context-group purpose="location"> 6382 <context-group purpose="location">
6557 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6383 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6558 <context context-type="linenumber">1</context> 6384 <context context-type="linenumber">1</context>
6559 </context-group> 6385 </context-group>
6560 </trans-unit> 6386 </trans-unit><trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4" datatype="html">
6561 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4" datatype="html">
6562 <source>Video import finished</source><target state="final">Video import finished</target> 6387 <source>Video import finished</source><target state="final">Video import finished</target>
6563 <context-group purpose="location"> 6388 <context-group purpose="location">
6564 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6389 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6565 <context context-type="linenumber">1</context> 6390 <context context-type="linenumber">1</context>
6566 </context-group> 6391 </context-group>
6567 </trans-unit> 6392 </trans-unit><trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034" datatype="html">
6568 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034" datatype="html">
6569 <source>A new user registered on your instance</source><target state="final">A new user registered on your instance</target> 6393 <source>A new user registered on your instance</source><target state="final">A new user registered on your instance</target>
6570 <context-group purpose="location"> 6394 <context-group purpose="location">
6571 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6395 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6572 <context context-type="linenumber">1</context> 6396 <context context-type="linenumber">1</context>
6573 </context-group> 6397 </context-group>
6574 </trans-unit> 6398 </trans-unit><trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2" datatype="html">
6575 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2" datatype="html">
6576 <source>You or your channel(s) has a new follower</source><target state="final">You or your channel(s) has a new follower</target> 6399 <source>You or your channel(s) has a new follower</source><target state="final">You or your channel(s) has a new follower</target>
6577 <context-group purpose="location"> 6400 <context-group purpose="location">
6578 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6401 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6579 <context context-type="linenumber">1</context> 6402 <context context-type="linenumber">1</context>
6580 </context-group> 6403 </context-group>
6581 </trans-unit> 6404 </trans-unit><trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b" datatype="html">
6582 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b" datatype="html">
6583 <source>Someone mentioned you in video comments</source><target state="final">Someone mentioned you in video comments</target> 6405 <source>Someone mentioned you in video comments</source><target state="final">Someone mentioned you in video comments</target>
6584 <context-group purpose="location"> 6406 <context-group purpose="location">
6585 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6407 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6586 <context context-type="linenumber">1</context> 6408 <context context-type="linenumber">1</context>
6587 </context-group> 6409 </context-group>
6588 </trans-unit> 6410 </trans-unit><trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
6589 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
6590 <source>Your instance has a new follower</source><target state="final">Your instance has a new follower</target> 6411 <source>Your instance has a new follower</source><target state="final">Your instance has a new follower</target>
6591 <context-group purpose="location"> 6412 <context-group purpose="location">
6592 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6413 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6593 <context context-type="linenumber">1</context> 6414 <context context-type="linenumber">1</context>
6594 </context-group> 6415 </context-group>
6595 </trans-unit> 6416 </trans-unit><trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869" datatype="html">
6596 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869" datatype="html">
6597 <source>Your instance auto followed another instance</source><target state="final">Your instance auto followed another instance</target> 6417 <source>Your instance auto followed another instance</source><target state="final">Your instance auto followed another instance</target>
6598 <context-group purpose="location"> 6418 <context-group purpose="location">
6599 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6419 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6600 <context context-type="linenumber">1</context> 6420 <context context-type="linenumber">1</context>
6601 </context-group> 6421 </context-group>
6602 </trans-unit> 6422 </trans-unit><trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html">
6603 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html">
6604 <source>Preferences saved</source><target state="final">Preferences saved</target> 6423 <source>Preferences saved</source><target state="final">Preferences saved</target>
6605 <context-group purpose="location"> 6424 <context-group purpose="location">
6606 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6425 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6607 <context context-type="linenumber">1</context> 6426 <context context-type="linenumber">1</context>
6608 </context-group> 6427 </context-group>
6609 </trans-unit> 6428 </trans-unit><trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b" datatype="html">
6610 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b" datatype="html">
6611 <source>Profile updated.</source><target state="final">Profile updated.</target> 6429 <source>Profile updated.</source><target state="final">Profile updated.</target>
6612 <context-group purpose="location"> 6430 <context-group purpose="location">
6613 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context> 6431 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context>
6614 <context context-type="linenumber">1</context> 6432 <context context-type="linenumber">1</context>
6615 </context-group> 6433 </context-group>
6616 </trans-unit> 6434 </trans-unit><trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1" datatype="html">
6617 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1" datatype="html">
6618 <source>Avatar changed.</source><target state="final">Avatar changed.</target> 6435 <source>Avatar changed.</source><target state="final">Avatar changed.</target>
6619 <context-group purpose="location"> 6436 <context-group purpose="location">
6620 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context> 6437 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
@@ -6624,92 +6441,79 @@ When you will upload a video in this channel, the video support field will be au
6624 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context> 6441 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
6625 <context context-type="linenumber">1</context> 6442 <context context-type="linenumber">1</context>
6626 </context-group> 6443 </context-group>
6627 </trans-unit> 6444 </trans-unit><trans-unit id="96d143e59c90c4f479eb7a3b55e2a24dc676b31f" datatype="html">
6628 <trans-unit id="96d143e59c90c4f479eb7a3b55e2a24dc676b31f" datatype="html">
6629 <source>Unknown language</source><target state="final">Unknown language</target> 6445 <source>Unknown language</source><target state="final">Unknown language</target>
6630 <context-group purpose="location"> 6446 <context-group purpose="location">
6631 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 6447 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
6632 <context context-type="linenumber">1</context> 6448 <context context-type="linenumber">1</context>
6633 </context-group> 6449 </context-group>
6634 </trans-unit> 6450 </trans-unit><trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e" datatype="html">
6635 <trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e" datatype="html">
6636 <source>Video settings updated.</source><target state="final">Video settings updated.</target> 6451 <source>Video settings updated.</source><target state="final">Video settings updated.</target>
6637 <context-group purpose="location"> 6452 <context-group purpose="location">
6638 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context> 6453 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
6639 <context context-type="linenumber">1</context> 6454 <context context-type="linenumber">1</context>
6640 </context-group> 6455 </context-group>
6641 </trans-unit> 6456 </trans-unit><trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html">
6642 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html">
6643 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</target> 6457 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</target>
6644 <context-group purpose="location"> 6458 <context-group purpose="location">
6645 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context> 6459 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
6646 <context context-type="linenumber">1</context> 6460 <context context-type="linenumber">1</context>
6647 </context-group> 6461 </context-group>
6648 </trans-unit> 6462 </trans-unit><trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47" datatype="html">
6649 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47" datatype="html">
6650 <source>This name already exists on this instance.</source><target state="final">This name already exists on this instance.</target> 6463 <source>This name already exists on this instance.</source><target state="final">This name already exists on this instance.</target>
6651 <context-group purpose="location"> 6464 <context-group purpose="location">
6652 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context> 6465 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
6653 <context context-type="linenumber">1</context> 6466 <context context-type="linenumber">1</context>
6654 </context-group> 6467 </context-group>
6655 </trans-unit> 6468 </trans-unit><trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
6656 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
6657 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target> 6469 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target>
6658 <context-group purpose="location"> 6470 <context-group purpose="location">
6659 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context> 6471 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
6660 <context context-type="linenumber">1</context> 6472 <context context-type="linenumber">1</context>
6661 </context-group> 6473 </context-group>
6662 </trans-unit> 6474 </trans-unit><trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
6663 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
6664 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target> 6475 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target>
6665 <context-group purpose="location"> 6476 <context-group purpose="location">
6666 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 6477 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6667 <context context-type="linenumber">1</context> 6478 <context context-type="linenumber">1</context>
6668 </context-group> 6479 </context-group>
6669 </trans-unit> 6480 </trans-unit><trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html">
6670 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html">
6671 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target state="final">Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target> 6481 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target state="final">Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target>
6672 <context-group purpose="location"> 6482 <context-group purpose="location">
6673 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 6483 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6674 <context context-type="linenumber">1</context> 6484 <context context-type="linenumber">1</context>
6675 </context-group> 6485 </context-group>
6676 </trans-unit> 6486 </trans-unit><trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html">
6677 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html">
6678 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</target> 6487 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</target>
6679 <context-group purpose="location"> 6488 <context-group purpose="location">
6680 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 6489 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6681 <context context-type="linenumber">1</context> 6490 <context context-type="linenumber">1</context>
6682 </context-group> 6491 </context-group>
6683 </trans-unit> 6492 </trans-unit><trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
6684 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
6685 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</target> 6493 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</target>
6686 <context-group purpose="location"> 6494 <context-group purpose="location">
6687 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context> 6495 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
6688 <context context-type="linenumber">1</context> 6496 <context context-type="linenumber">1</context>
6689 </context-group> 6497 </context-group>
6690 </trans-unit> 6498 </trans-unit><trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
6691 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
6692 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</target> 6499 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</target>
6693 <context-group purpose="location"> 6500 <context-group purpose="location">
6694 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context> 6501 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
6695 <context context-type="linenumber">1</context> 6502 <context context-type="linenumber">1</context>
6696 </context-group> 6503 </context-group>
6697 </trans-unit> 6504 </trans-unit><trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
6698 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
6699 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target> 6505 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target>
6700 <context-group purpose="location"> 6506 <context-group purpose="location">
6701 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context> 6507 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
6702 <context context-type="linenumber">1</context> 6508 <context context-type="linenumber">1</context>
6703 </context-group> 6509 </context-group>
6704 </trans-unit> 6510 </trans-unit><trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
6705 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
6706 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</target> 6511 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</target>
6707 <context-group purpose="location"> 6512 <context-group purpose="location">
6708 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context> 6513 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
6709 <context context-type="linenumber">1</context> 6514 <context context-type="linenumber">1</context>
6710 </context-group> 6515 </context-group>
6711 </trans-unit> 6516 </trans-unit><trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
6712 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
6713 <source>My videos</source><target state="final">My videos</target> 6517 <source>My videos</source><target state="final">My videos</target>
6714 <context-group purpose="location"> 6518 <context-group purpose="location">
6715 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6519 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
@@ -6719,29 +6523,25 @@ When you will upload a video in this channel, the video support field will be au
6719 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6523 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6720 <context context-type="linenumber">1</context> 6524 <context context-type="linenumber">1</context>
6721 </context-group> 6525 </context-group>
6722 </trans-unit> 6526 </trans-unit><trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
6723 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
6724 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</target> 6527 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</target>
6725 <context-group purpose="location"> 6528 <context-group purpose="location">
6726 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6529 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6727 <context context-type="linenumber">1</context> 6530 <context context-type="linenumber">1</context>
6728 </context-group> 6531 </context-group>
6729 </trans-unit> 6532 </trans-unit><trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
6730 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
6731 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</target> 6533 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</target>
6732 <context-group purpose="location"> 6534 <context-group purpose="location">
6733 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6535 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6734 <context context-type="linenumber">1</context> 6536 <context context-type="linenumber">1</context>
6735 </context-group> 6537 </context-group>
6736 </trans-unit> 6538 </trans-unit><trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
6737 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
6738 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target> 6539 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
6739 <context-group purpose="location"> 6540 <context-group purpose="location">
6740 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6541 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6741 <context context-type="linenumber">1</context> 6542 <context context-type="linenumber">1</context>
6742 </context-group> 6543 </context-group>
6743 </trans-unit> 6544 </trans-unit><trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
6744 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
6745 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</target> 6545 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</target>
6746 <context-group purpose="location"> 6546 <context-group purpose="location">
6747 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6547 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
@@ -6751,92 +6551,79 @@ When you will upload a video in this channel, the video support field will be au
6751 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 6551 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6752 <context context-type="linenumber">1</context> 6552 <context context-type="linenumber">1</context>
6753 </context-group> 6553 </context-group>
6754 </trans-unit> 6554 </trans-unit><trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd" datatype="html">
6755 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd" datatype="html">
6756 <source>Ownership change request sent.</source><target state="final">Ownership change request sent.</target> 6555 <source>Ownership change request sent.</source><target state="final">Ownership change request sent.</target>
6757 <context-group purpose="location"> 6556 <context-group purpose="location">
6758 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts</context> 6557 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts</context>
6759 <context context-type="linenumber">1</context> 6558 <context context-type="linenumber">1</context>
6760 </context-group> 6559 </context-group>
6761 </trans-unit> 6560 </trans-unit><trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
6762 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
6763 <source>My channels</source><target state="final">My channels</target> 6561 <source>My channels</source><target state="final">My channels</target>
6764 <context-group purpose="location"> 6562 <context-group purpose="location">
6765 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6563 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6766 <context context-type="linenumber">1</context> 6564 <context context-type="linenumber">1</context>
6767 </context-group> 6565 </context-group>
6768 </trans-unit> 6566 </trans-unit><trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
6769 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
6770 <source>My playlists</source><target state="final">My playlists</target> 6567 <source>My playlists</source><target state="final">My playlists</target>
6771 <context-group purpose="location"> 6568 <context-group purpose="location">
6772 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6569 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6773 <context context-type="linenumber">1</context> 6570 <context context-type="linenumber">1</context>
6774 </context-group> 6571 </context-group>
6775 </trans-unit> 6572 </trans-unit><trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9" datatype="html">
6776 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9" datatype="html">
6777 <source>My subscriptions</source><target state="final">My subscriptions</target> 6573 <source>My subscriptions</source><target state="final">My subscriptions</target>
6778 <context-group purpose="location"> 6574 <context-group purpose="location">
6779 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6575 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6780 <context context-type="linenumber">1</context> 6576 <context context-type="linenumber">1</context>
6781 </context-group> 6577 </context-group>
6782 </trans-unit> 6578 </trans-unit><trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79" datatype="html">
6783 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79" datatype="html">
6784 <source>My history</source><target state="final">My history</target> 6579 <source>My history</source><target state="final">My history</target>
6785 <context-group purpose="location"> 6580 <context-group purpose="location">
6786 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6581 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6787 <context context-type="linenumber">1</context> 6582 <context context-type="linenumber">1</context>
6788 </context-group> 6583 </context-group>
6789 </trans-unit> 6584 </trans-unit><trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029" datatype="html">
6790 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029" datatype="html">
6791 <source>Misc</source><target state="final">Misc</target> 6585 <source>Misc</source><target state="final">Misc</target>
6792 <context-group purpose="location"> 6586 <context-group purpose="location">
6793 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6587 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6794 <context context-type="linenumber">1</context> 6588 <context context-type="linenumber">1</context>
6795 </context-group> 6589 </context-group>
6796 </trans-unit> 6590 </trans-unit><trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7" datatype="html">
6797 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7" datatype="html">
6798 <source>Ownership changes</source><target state="final">Ownership changes</target> 6591 <source>Ownership changes</source><target state="final">Ownership changes</target>
6799 <context-group purpose="location"> 6592 <context-group purpose="location">
6800 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6593 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6801 <context context-type="linenumber">1</context> 6594 <context context-type="linenumber">1</context>
6802 </context-group> 6595 </context-group>
6803 </trans-unit> 6596 </trans-unit><trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6" datatype="html">
6804 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6" datatype="html">
6805 <source>My settings</source><target state="final">My settings</target> 6597 <source>My settings</source><target state="final">My settings</target>
6806 <context-group purpose="location"> 6598 <context-group purpose="location">
6807 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6599 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6808 <context context-type="linenumber">1</context> 6600 <context context-type="linenumber">1</context>
6809 </context-group> 6601 </context-group>
6810 </trans-unit> 6602 </trans-unit><trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d" datatype="html">
6811 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d" datatype="html">
6812 <source>My notifications</source><target state="final">My notifications</target> 6603 <source>My notifications</source><target state="final">My notifications</target>
6813 <context-group purpose="location"> 6604 <context-group purpose="location">
6814 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context> 6605 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6815 <context context-type="linenumber">1</context> 6606 <context context-type="linenumber">1</context>
6816 </context-group> 6607 </context-group>
6817 </trans-unit> 6608 </trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6818 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6819 <source>Now please check your emails to verify your account and complete signup.</source><target state="final">Now please check your emails to verify your account and complete signup.</target> 6609 <source>Now please check your emails to verify your account and complete signup.</source><target state="final">Now please check your emails to verify your account and complete signup.</target>
6820 <context-group purpose="location"> 6610 <context-group purpose="location">
6821 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6611 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
6822 <context context-type="linenumber">1</context> 6612 <context context-type="linenumber">1</context>
6823 </context-group> 6613 </context-group>
6824 </trans-unit> 6614 </trans-unit><trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html">
6825 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html">
6826 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target state="final">You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target> 6615 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target state="final">You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
6827 <context-group purpose="location"> 6616 <context-group purpose="location">
6828 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6617 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
6829 <context context-type="linenumber">1</context> 6618 <context context-type="linenumber">1</context>
6830 </context-group> 6619 </context-group>
6831 </trans-unit> 6620 </trans-unit><trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html">
6832 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html">
6833 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6621 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6834 <context-group purpose="location"> 6622 <context-group purpose="location">
6835 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context> 6623 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context>
6836 <context context-type="linenumber">1</context> 6624 <context context-type="linenumber">1</context>
6837 </context-group> 6625 </context-group>
6838 </trans-unit> 6626 </trans-unit><trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752" datatype="html">
6839 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752" datatype="html">
6840 <source>Unable to find user id or verification string.</source><target state="final">Unable to find user id or verification string.</target> 6627 <source>Unable to find user id or verification string.</source><target state="final">Unable to find user id or verification string.</target>
6841 <context-group purpose="location"> 6628 <context-group purpose="location">
6842 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts</context> 6629 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts</context>
@@ -6846,15 +6633,13 @@ When you will upload a video in this channel, the video support field will be au
6846 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context> 6633 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
6847 <context context-type="linenumber">1</context> 6634 <context context-type="linenumber">1</context>
6848 </context-group> 6635 </context-group>
6849 </trans-unit> 6636 </trans-unit><trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9" datatype="html">
6850 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9" datatype="html">
6851 <source>Published videos</source><target state="final">Published videos</target> 6637 <source>Published videos</source><target state="final">Published videos</target>
6852 <context-group purpose="location"> 6638 <context-group purpose="location">
6853 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context> 6639 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
6854 <context context-type="linenumber">1</context> 6640 <context context-type="linenumber">1</context>
6855 </context-group> 6641 </context-group>
6856 </trans-unit> 6642 </trans-unit><trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598" datatype="html">
6857 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598" datatype="html">
6858 <source>Subscribe to the account</source><target state="final">Subscribe to the account</target> 6643 <source>Subscribe to the account</source><target state="final">Subscribe to the account</target>
6859 <context-group purpose="location"> 6644 <context-group purpose="location">
6860 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context> 6645 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
@@ -6864,85 +6649,73 @@ When you will upload a video in this channel, the video support field will be au
6864 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 6649 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
6865 <context context-type="linenumber">1</context> 6650 <context context-type="linenumber">1</context>
6866 </context-group> 6651 </context-group>
6867 </trans-unit> 6652 </trans-unit><trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013" datatype="html">
6868 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013" datatype="html">
6869 <source>Focus the search bar</source><target state="final">Focus the search bar</target> 6653 <source>Focus the search bar</source><target state="final">Focus the search bar</target>
6870 <context-group purpose="location"> 6654 <context-group purpose="location">
6871 <context context-type="sourcefile">src/app/app.component.ts</context> 6655 <context context-type="sourcefile">src/app/app.component.ts</context>
6872 <context context-type="linenumber">1</context> 6656 <context context-type="linenumber">1</context>
6873 </context-group> 6657 </context-group>
6874 </trans-unit> 6658 </trans-unit><trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099" datatype="html">
6875 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099" datatype="html">
6876 <source>Toggle the left menu</source><target state="final">Toggle the left menu</target> 6659 <source>Toggle the left menu</source><target state="final">Toggle the left menu</target>
6877 <context-group purpose="location"> 6660 <context-group purpose="location">
6878 <context context-type="sourcefile">src/app/app.component.ts</context> 6661 <context context-type="sourcefile">src/app/app.component.ts</context>
6879 <context context-type="linenumber">1</context> 6662 <context context-type="linenumber">1</context>
6880 </context-group> 6663 </context-group>
6881 </trans-unit> 6664 </trans-unit><trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
6882 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
6883 <source>Go to the discover videos page</source><target state="final">Go to the discover videos page</target> 6665 <source>Go to the discover videos page</source><target state="final">Go to the discover videos page</target>
6884 <context-group purpose="location"> 6666 <context-group purpose="location">
6885 <context context-type="sourcefile">src/app/app.component.ts</context> 6667 <context context-type="sourcefile">src/app/app.component.ts</context>
6886 <context context-type="linenumber">1</context> 6668 <context context-type="linenumber">1</context>
6887 </context-group> 6669 </context-group>
6888 </trans-unit> 6670 </trans-unit><trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html">
6889 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html">
6890 <source>Go to the trending videos page</source><target state="final">Go to the trending videos page</target> 6671 <source>Go to the trending videos page</source><target state="final">Go to the trending videos page</target>
6891 <context-group purpose="location"> 6672 <context-group purpose="location">
6892 <context context-type="sourcefile">src/app/app.component.ts</context> 6673 <context context-type="sourcefile">src/app/app.component.ts</context>
6893 <context context-type="linenumber">1</context> 6674 <context context-type="linenumber">1</context>
6894 </context-group> 6675 </context-group>
6895 </trans-unit> 6676 </trans-unit><trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d" datatype="html">
6896 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d" datatype="html">
6897 <source>Go to the recently added videos page</source><target state="final">Go to the recently added videos page</target> 6677 <source>Go to the recently added videos page</source><target state="final">Go to the recently added videos page</target>
6898 <context-group purpose="location"> 6678 <context-group purpose="location">
6899 <context context-type="sourcefile">src/app/app.component.ts</context> 6679 <context context-type="sourcefile">src/app/app.component.ts</context>
6900 <context context-type="linenumber">1</context> 6680 <context context-type="linenumber">1</context>
6901 </context-group> 6681 </context-group>
6902 </trans-unit> 6682 </trans-unit><trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5" datatype="html">
6903 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5" datatype="html">
6904 <source>Go to the local videos page</source><target state="final">Go to the local videos page</target> 6683 <source>Go to the local videos page</source><target state="final">Go to the local videos page</target>
6905 <context-group purpose="location"> 6684 <context-group purpose="location">
6906 <context context-type="sourcefile">src/app/app.component.ts</context> 6685 <context context-type="sourcefile">src/app/app.component.ts</context>
6907 <context context-type="linenumber">1</context> 6686 <context context-type="linenumber">1</context>
6908 </context-group> 6687 </context-group>
6909 </trans-unit> 6688 </trans-unit><trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba" datatype="html">
6910 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba" datatype="html">
6911 <source>Go to the videos upload page</source><target state="final">Go to the videos upload page</target> 6689 <source>Go to the videos upload page</source><target state="final">Go to the videos upload page</target>
6912 <context-group purpose="location"> 6690 <context-group purpose="location">
6913 <context context-type="sourcefile">src/app/app.component.ts</context> 6691 <context context-type="sourcefile">src/app/app.component.ts</context>
6914 <context context-type="linenumber">1</context> 6692 <context context-type="linenumber">1</context>
6915 </context-group> 6693 </context-group>
6916 </trans-unit> 6694 </trans-unit><trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2" datatype="html">
6917 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2" datatype="html">
6918 <source>Go to my subscriptions</source><target state="final">Go to my subscriptions</target> 6695 <source>Go to my subscriptions</source><target state="final">Go to my subscriptions</target>
6919 <context-group purpose="location"> 6696 <context-group purpose="location">
6920 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6697 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6921 <context context-type="linenumber">1</context> 6698 <context context-type="linenumber">1</context>
6922 </context-group> 6699 </context-group>
6923 </trans-unit> 6700 </trans-unit><trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1" datatype="html">
6924 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1" datatype="html">
6925 <source>Go to my videos</source><target state="final">Go to my videos</target> 6701 <source>Go to my videos</source><target state="final">Go to my videos</target>
6926 <context-group purpose="location"> 6702 <context-group purpose="location">
6927 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6703 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6928 <context context-type="linenumber">1</context> 6704 <context context-type="linenumber">1</context>
6929 </context-group> 6705 </context-group>
6930 </trans-unit> 6706 </trans-unit><trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7" datatype="html">
6931 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7" datatype="html">
6932 <source>Go to my imports</source><target state="final">Go to my imports</target> 6707 <source>Go to my imports</source><target state="final">Go to my imports</target>
6933 <context-group purpose="location"> 6708 <context-group purpose="location">
6934 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6709 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6935 <context context-type="linenumber">1</context> 6710 <context context-type="linenumber">1</context>
6936 </context-group> 6711 </context-group>
6937 </trans-unit> 6712 </trans-unit><trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390" datatype="html">
6938 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390" datatype="html">
6939 <source>Go to my channels</source><target state="final">Go to my channels</target> 6713 <source>Go to my channels</source><target state="final">Go to my channels</target>
6940 <context-group purpose="location"> 6714 <context-group purpose="location">
6941 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6715 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6942 <context context-type="linenumber">1</context> 6716 <context context-type="linenumber">1</context>
6943 </context-group> 6717 </context-group>
6944 </trans-unit> 6718 </trans-unit><trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html">
6945 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html">
6946 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6719 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6947</source><target state="final">Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6720</source><target state="final">Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6948</target> 6721</target>
@@ -6950,64 +6723,55 @@ When you will upload a video in this channel, the video support field will be au
6950 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6723 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6951 <context context-type="linenumber">1</context> 6724 <context context-type="linenumber">1</context>
6952 </context-group> 6725 </context-group>
6953 </trans-unit> 6726 </trans-unit><trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319" datatype="html">
6954 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319" datatype="html">
6955 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="final">Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target> 6727 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</source><target state="final">Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.</target>
6956 <context-group purpose="location"> 6728 <context-group purpose="location">
6957 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6729 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6958 <context context-type="linenumber">1</context> 6730 <context context-type="linenumber">1</context>
6959 </context-group> 6731 </context-group>
6960 </trans-unit> 6732 </trans-unit><trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html">
6961 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html">
6962 <source>You need to reconnect.</source><target state="final">You need to reconnect.</target> 6733 <source>You need to reconnect.</source><target state="final">You need to reconnect.</target>
6963 <context-group purpose="location"> 6734 <context-group purpose="location">
6964 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6735 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6965 <context context-type="linenumber">1</context> 6736 <context context-type="linenumber">1</context>
6966 </context-group> 6737 </context-group>
6967 </trans-unit> 6738 </trans-unit><trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html">
6968 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html">
6969 <source>Keyboard Shortcuts:</source><target state="final">Keyboard Shortcuts:</target> 6739 <source>Keyboard Shortcuts:</source><target state="final">Keyboard Shortcuts:</target>
6970 <context-group purpose="location"> 6740 <context-group purpose="location">
6971 <context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context> 6741 <context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context>
6972 <context context-type="linenumber">1</context> 6742 <context context-type="linenumber">1</context>
6973 </context-group> 6743 </context-group>
6974 </trans-unit> 6744 </trans-unit><trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html">
6975 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html">
6976 <source>Success</source><target state="final">Success</target> 6745 <source>Success</source><target state="final">Success</target>
6977 <context-group purpose="location"> 6746 <context-group purpose="location">
6978 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context> 6747 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
6979 <context context-type="linenumber">1</context> 6748 <context context-type="linenumber">1</context>
6980 </context-group> 6749 </context-group>
6981 </trans-unit> 6750 </trans-unit><trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html">
6982 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html">
6983 <source>Incorrect username or password.</source><target state="final">Incorrect username or password.</target> 6751 <source>Incorrect username or password.</source><target state="final">Incorrect username or password.</target>
6984 <context-group purpose="location"> 6752 <context-group purpose="location">
6985 <context context-type="sourcefile">src/app/login/login.component.ts</context> 6753 <context context-type="sourcefile">src/app/login/login.component.ts</context>
6986 <context context-type="linenumber">1</context> 6754 <context context-type="linenumber">1</context>
6987 </context-group> 6755 </context-group>
6988 </trans-unit> 6756 </trans-unit><trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html">
6989 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html">
6990 <source>You account is blocked.</source><target state="final">You account is blocked.</target> 6757 <source>You account is blocked.</source><target state="final">You account is blocked.</target>
6991 <context-group purpose="location"> 6758 <context-group purpose="location">
6992 <context context-type="sourcefile">src/app/login/login.component.ts</context> 6759 <context context-type="sourcefile">src/app/login/login.component.ts</context>
6993 <context context-type="linenumber">1</context> 6760 <context context-type="linenumber">1</context>
6994 </context-group> 6761 </context-group>
6995 </trans-unit> 6762 </trans-unit><trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1" datatype="html">
6996 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1" datatype="html">
6997 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6763 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6998 <context-group purpose="location"> 6764 <context-group purpose="location">
6999 <context context-type="sourcefile">src/app/login/login.component.ts</context> 6765 <context context-type="sourcefile">src/app/login/login.component.ts</context>
7000 <context context-type="linenumber">1</context> 6766 <context context-type="linenumber">1</context>
7001 </context-group> 6767 </context-group>
7002 </trans-unit> 6768 </trans-unit><trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7003 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
7004 <source>Your password has been successfully reset!</source><target state="final">Your password has been successfully reset!</target> 6769 <source>Your password has been successfully reset!</source><target state="final">Your password has been successfully reset!</target>
7005 <context-group purpose="location"> 6770 <context-group purpose="location">
7006 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context> 6771 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
7007 <context context-type="linenumber">1</context> 6772 <context context-type="linenumber">1</context>
7008 </context-group> 6773 </context-group>
7009 </trans-unit> 6774 </trans-unit><trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
7010 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
7011 <source>Today</source><target state="final">Today</target> 6775 <source>Today</source><target state="final">Today</target>
7012 <context-group purpose="location"> 6776 <context-group purpose="location">
7013 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6777 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
@@ -7017,281 +6781,241 @@ When you will upload a video in this channel, the video support field will be au
7017 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 6781 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7018 <context context-type="linenumber">1</context> 6782 <context context-type="linenumber">1</context>
7019 </context-group> 6783 </context-group>
7020 </trans-unit> 6784 </trans-unit><trans-unit id="02e0243b60007368f87dc01e083f232dd025096d" datatype="html">
7021 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d" datatype="html">
7022 <source>Last 7 days</source><target state="final">Last 7 days</target> 6785 <source>Last 7 days</source><target state="final">Last 7 days</target>
7023 <context-group purpose="location"> 6786 <context-group purpose="location">
7024 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6787 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7025 <context context-type="linenumber">1</context> 6788 <context context-type="linenumber">1</context>
7026 </context-group> 6789 </context-group>
7027 </trans-unit> 6790 </trans-unit><trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8" datatype="html">
7028 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8" datatype="html">
7029 <source>Last 30 days</source><target state="final">Last 30 days</target> 6791 <source>Last 30 days</source><target state="final">Last 30 days</target>
7030 <context-group purpose="location"> 6792 <context-group purpose="location">
7031 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6793 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7032 <context context-type="linenumber">1</context> 6794 <context context-type="linenumber">1</context>
7033 </context-group> 6795 </context-group>
7034 </trans-unit> 6796 </trans-unit><trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca" datatype="html">
7035 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca" datatype="html">
7036 <source>Last 365 days</source><target state="final">Last 365 days</target> 6797 <source>Last 365 days</source><target state="final">Last 365 days</target>
7037 <context-group purpose="location"> 6798 <context-group purpose="location">
7038 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6799 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7039 <context context-type="linenumber">1</context> 6800 <context context-type="linenumber">1</context>
7040 </context-group> 6801 </context-group>
7041 </trans-unit> 6802 </trans-unit><trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc" datatype="html">
7042 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc" datatype="html">
7043 <source>Short (&lt; 4 min)</source><target state="final">Short (&lt; 4 min)</target> 6803 <source>Short (&lt; 4 min)</source><target state="final">Short (&lt; 4 min)</target>
7044 <context-group purpose="location"> 6804 <context-group purpose="location">
7045 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6805 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7046 <context context-type="linenumber">1</context> 6806 <context context-type="linenumber">1</context>
7047 </context-group> 6807 </context-group>
7048 </trans-unit> 6808 </trans-unit><trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889" datatype="html">
7049 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889" datatype="html">
7050 <source>Medium (4-10 min)</source><target state="final">Medium (4-10 min)</target> 6809 <source>Medium (4-10 min)</source><target state="final">Medium (4-10 min)</target>
7051 <context-group purpose="location"> 6810 <context-group purpose="location">
7052 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6811 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7053 <context context-type="linenumber">1</context> 6812 <context context-type="linenumber">1</context>
7054 </context-group> 6813 </context-group>
7055 </trans-unit> 6814 </trans-unit><trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7056 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
7057 <source>Long (> 10 min)</source><target state="final">Long (> 10 min)</target> 6815 <source>Long (> 10 min)</source><target state="final">Long (> 10 min)</target>
7058 <context-group purpose="location"> 6816 <context-group purpose="location">
7059 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6817 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7060 <context context-type="linenumber">1</context> 6818 <context context-type="linenumber">1</context>
7061 </context-group> 6819 </context-group>
7062 </trans-unit> 6820 </trans-unit><trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca" datatype="html">
7063 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca" datatype="html">
7064 <source>Relevance</source><target state="final">Relevance</target> 6821 <source>Relevance</source><target state="final">Relevance</target>
7065 <context-group purpose="location"> 6822 <context-group purpose="location">
7066 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6823 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7067 <context context-type="linenumber">1</context> 6824 <context context-type="linenumber">1</context>
7068 </context-group> 6825 </context-group>
7069 </trans-unit> 6826 </trans-unit><trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e" datatype="html">
7070 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e" datatype="html">
7071 <source>Publish date</source><target state="final">Publish date</target> 6827 <source>Publish date</source><target state="final">Publish date</target>
7072 <context-group purpose="location"> 6828 <context-group purpose="location">
7073 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6829 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7074 <context context-type="linenumber">1</context> 6830 <context context-type="linenumber">1</context>
7075 </context-group> 6831 </context-group>
7076 </trans-unit> 6832 </trans-unit><trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html">
7077 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html">
7078 <source>Views</source><target state="final">Views</target> 6833 <source>Views</source><target state="final">Views</target>
7079 <context-group purpose="location"> 6834 <context-group purpose="location">
7080 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 6835 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
7081 <context context-type="linenumber">1</context> 6836 <context context-type="linenumber">1</context>
7082 </context-group> 6837 </context-group>
7083 </trans-unit> 6838 </trans-unit><trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
7084 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
7085 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target> 6839 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target>
7086 <context-group purpose="location"> 6840 <context-group purpose="location">
7087 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6841 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7088 <context context-type="linenumber">1</context> 6842 <context context-type="linenumber">1</context>
7089 </context-group> 6843 </context-group>
7090 </trans-unit> 6844 </trans-unit><trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7091 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7092 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 6845 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
7093 <context-group purpose="location"> 6846 <context-group purpose="location">
7094 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6847 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7095 <context context-type="linenumber">1</context> 6848 <context context-type="linenumber">1</context>
7096 </context-group> 6849 </context-group>
7097 </trans-unit> 6850 </trans-unit><trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
7098 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
7099 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target> 6851 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target>
7100 <context-group purpose="location"> 6852 <context-group purpose="location">
7101 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6853 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7102 <context context-type="linenumber">1</context> 6854 <context context-type="linenumber">1</context>
7103 </context-group> 6855 </context-group>
7104 </trans-unit> 6856 </trans-unit><trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
7105 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
7106 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target> 6857 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target>
7107 <context-group purpose="location"> 6858 <context-group purpose="location">
7108 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6859 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7109 <context context-type="linenumber">1</context> 6860 <context context-type="linenumber">1</context>
7110 </context-group> 6861 </context-group>
7111 </trans-unit> 6862 </trans-unit><trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
7112 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
7113 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target> 6863 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target>
7114 <context-group purpose="location"> 6864 <context-group purpose="location">
7115 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6865 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7116 <context context-type="linenumber">1</context> 6866 <context context-type="linenumber">1</context>
7117 </context-group> 6867 </context-group>
7118 </trans-unit> 6868 </trans-unit><trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
7119 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
7120 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target> 6869 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target>
7121 <context-group purpose="location"> 6870 <context-group purpose="location">
7122 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6871 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7123 <context context-type="linenumber">1</context> 6872 <context context-type="linenumber">1</context>
7124 </context-group> 6873 </context-group>
7125 </trans-unit> 6874 </trans-unit><trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
7126 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
7127 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target> 6875 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target>
7128 <context-group purpose="location"> 6876 <context-group purpose="location">
7129 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6877 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7130 <context context-type="linenumber">1</context> 6878 <context context-type="linenumber">1</context>
7131 </context-group> 6879 </context-group>
7132 </trans-unit> 6880 </trans-unit><trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
7133 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
7134 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target> 6881 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target>
7135 <context-group purpose="location"> 6882 <context-group purpose="location">
7136 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6883 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7137 <context context-type="linenumber">1</context> 6884 <context context-type="linenumber">1</context>
7138 </context-group> 6885 </context-group>
7139 </trans-unit> 6886 </trans-unit><trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
7140 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
7141 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target> 6887 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target>
7142 <context-group purpose="location"> 6888 <context-group purpose="location">
7143 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6889 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7144 <context context-type="linenumber">1</context> 6890 <context context-type="linenumber">1</context>
7145 </context-group> 6891 </context-group>
7146 </trans-unit> 6892 </trans-unit><trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
7147 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
7148 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target> 6893 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target>
7149 <context-group purpose="location"> 6894 <context-group purpose="location">
7150 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6895 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7151 <context context-type="linenumber">1</context> 6896 <context context-type="linenumber">1</context>
7152 </context-group> 6897 </context-group>
7153 </trans-unit> 6898 </trans-unit><trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html">
7154 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html">
7155 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 6899 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
7156 <context-group purpose="location"> 6900 <context-group purpose="location">
7157 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 6901 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7158 <context context-type="linenumber">1</context> 6902 <context context-type="linenumber">1</context>
7159 </context-group> 6903 </context-group>
7160 </trans-unit> 6904 </trans-unit><trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
7161 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
7162 <source>Confirm</source><target state="final">Confirm</target> 6905 <source>Confirm</source><target state="final">Confirm</target>
7163 <context-group purpose="location"> 6906 <context-group purpose="location">
7164 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.ts</context> 6907 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.ts</context>
7165 <context context-type="linenumber">1</context> 6908 <context context-type="linenumber">1</context>
7166 </context-group> 6909 </context-group>
7167 </trans-unit> 6910 </trans-unit><trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
7168 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
7169 <source>Instance name is required.</source><target state="final">Instance name is required.</target> 6911 <source>Instance name is required.</source><target state="final">Instance name is required.</target>
7170 <context-group purpose="location"> 6912 <context-group purpose="location">
7171 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6913 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7172 <context context-type="linenumber">1</context> 6914 <context context-type="linenumber">1</context>
7173 </context-group> 6915 </context-group>
7174 </trans-unit> 6916 </trans-unit><trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d" datatype="html">
7175 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d" datatype="html">
7176 <source>Short description should not be longer than 250 characters.</source><target state="final">Short description should not be longer than 250 characters.</target> 6917 <source>Short description should not be longer than 250 characters.</source><target state="final">Short description should not be longer than 250 characters.</target>
7177 <context-group purpose="location"> 6918 <context-group purpose="location">
7178 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6919 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7179 <context context-type="linenumber">1</context> 6920 <context context-type="linenumber">1</context>
7180 </context-group> 6921 </context-group>
7181 </trans-unit> 6922 </trans-unit><trans-unit id="356e63270712273da168072ec0fc78a969919bf1" datatype="html">
7182 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1" datatype="html">
7183 <source>Twitter username is required.</source><target state="final">Twitter username is required.</target> 6923 <source>Twitter username is required.</source><target state="final">Twitter username is required.</target>
7184 <context-group purpose="location"> 6924 <context-group purpose="location">
7185 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6925 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7186 <context context-type="linenumber">1</context> 6926 <context context-type="linenumber">1</context>
7187 </context-group> 6927 </context-group>
7188 </trans-unit> 6928 </trans-unit><trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6" datatype="html">
7189 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6" datatype="html">
7190 <source>Previews cache size is required.</source><target state="final">Previews cache size is required.</target> 6929 <source>Previews cache size is required.</source><target state="final">Previews cache size is required.</target>
7191 <context-group purpose="location"> 6930 <context-group purpose="location">
7192 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6931 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7193 <context context-type="linenumber">1</context> 6932 <context context-type="linenumber">1</context>
7194 </context-group> 6933 </context-group>
7195 </trans-unit> 6934 </trans-unit><trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459" datatype="html">
7196 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459" datatype="html">
7197 <source>Previews cache size must be greater than 1.</source><target state="final">Previews cache size must be greater than 1.</target> 6935 <source>Previews cache size must be greater than 1.</source><target state="final">Previews cache size must be greater than 1.</target>
7198 <context-group purpose="location"> 6936 <context-group purpose="location">
7199 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6937 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7200 <context context-type="linenumber">1</context> 6938 <context context-type="linenumber">1</context>
7201 </context-group> 6939 </context-group>
7202 </trans-unit> 6940 </trans-unit><trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3" datatype="html">
7203 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3" datatype="html">
7204 <source>Previews cache size must be a number.</source><target state="final">Previews cache size must be a number.</target> 6941 <source>Previews cache size must be a number.</source><target state="final">Previews cache size must be a number.</target>
7205 <context-group purpose="location"> 6942 <context-group purpose="location">
7206 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6943 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7207 <context context-type="linenumber">1</context> 6944 <context context-type="linenumber">1</context>
7208 </context-group> 6945 </context-group>
7209 </trans-unit> 6946 </trans-unit><trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8" datatype="html">
7210 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8" datatype="html">
7211 <source>Captions cache size is required.</source><target state="final">Captions cache size is required.</target> 6947 <source>Captions cache size is required.</source><target state="final">Captions cache size is required.</target>
7212 <context-group purpose="location"> 6948 <context-group purpose="location">
7213 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6949 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7214 <context context-type="linenumber">1</context> 6950 <context context-type="linenumber">1</context>
7215 </context-group> 6951 </context-group>
7216 </trans-unit> 6952 </trans-unit><trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c" datatype="html">
7217 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c" datatype="html">
7218 <source>Captions cache size must be greater than 1.</source><target state="final">Captions cache size must be greater than 1.</target> 6953 <source>Captions cache size must be greater than 1.</source><target state="final">Captions cache size must be greater than 1.</target>
7219 <context-group purpose="location"> 6954 <context-group purpose="location">
7220 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6955 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7221 <context context-type="linenumber">1</context> 6956 <context context-type="linenumber">1</context>
7222 </context-group> 6957 </context-group>
7223 </trans-unit> 6958 </trans-unit><trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e" datatype="html">
7224 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e" datatype="html">
7225 <source>Captions cache size must be a number.</source><target state="final">Captions cache size must be a number.</target> 6959 <source>Captions cache size must be a number.</source><target state="final">Captions cache size must be a number.</target>
7226 <context-group purpose="location"> 6960 <context-group purpose="location">
7227 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6961 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7228 <context context-type="linenumber">1</context> 6962 <context context-type="linenumber">1</context>
7229 </context-group> 6963 </context-group>
7230 </trans-unit> 6964 </trans-unit><trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html">
7231 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html">
7232 <source>Signup limit is required.</source><target state="final">Signup limit is required.</target> 6965 <source>Signup limit is required.</source><target state="final">Signup limit is required.</target>
7233 <context-group purpose="location"> 6966 <context-group purpose="location">
7234 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6967 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7235 <context context-type="linenumber">1</context> 6968 <context context-type="linenumber">1</context>
7236 </context-group> 6969 </context-group>
7237 </trans-unit> 6970 </trans-unit><trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7" datatype="html">
7238 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7" datatype="html">
7239 <source>Signup limit must be greater than 1.</source><target state="final">Signup limit must be greater than 1.</target> 6971 <source>Signup limit must be greater than 1.</source><target state="final">Signup limit must be greater than 1.</target>
7240 <context-group purpose="location"> 6972 <context-group purpose="location">
7241 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6973 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7242 <context context-type="linenumber">1</context> 6974 <context context-type="linenumber">1</context>
7243 </context-group> 6975 </context-group>
7244 </trans-unit> 6976 </trans-unit><trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced" datatype="html">
7245 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced" datatype="html">
7246 <source>Signup limit must be a number.</source><target state="final">Signup limit must be a number.</target> 6977 <source>Signup limit must be a number.</source><target state="final">Signup limit must be a number.</target>
7247 <context-group purpose="location"> 6978 <context-group purpose="location">
7248 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6979 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7249 <context context-type="linenumber">1</context> 6980 <context context-type="linenumber">1</context>
7250 </context-group> 6981 </context-group>
7251 </trans-unit> 6982 </trans-unit><trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021" datatype="html">
7252 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021" datatype="html">
7253 <source>Admin email is required.</source><target state="final">Admin email is required.</target> 6983 <source>Admin email is required.</source><target state="final">Admin email is required.</target>
7254 <context-group purpose="location"> 6984 <context-group purpose="location">
7255 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6985 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7256 <context context-type="linenumber">1</context> 6986 <context context-type="linenumber">1</context>
7257 </context-group> 6987 </context-group>
7258 </trans-unit> 6988 </trans-unit><trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66" datatype="html">
7259 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66" datatype="html">
7260 <source>Admin email must be valid.</source><target state="final">Admin email must be valid.</target> 6989 <source>Admin email must be valid.</source><target state="final">Admin email must be valid.</target>
7261 <context-group purpose="location"> 6990 <context-group purpose="location">
7262 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6991 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7263 <context context-type="linenumber">1</context> 6992 <context context-type="linenumber">1</context>
7264 </context-group> 6993 </context-group>
7265 </trans-unit> 6994 </trans-unit><trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400" datatype="html">
7266 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400" datatype="html">
7267 <source>Transcoding threads is required.</source><target state="final">Transcoding threads is required.</target> 6995 <source>Transcoding threads is required.</source><target state="final">Transcoding threads is required.</target>
7268 <context-group purpose="location"> 6996 <context-group purpose="location">
7269 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6997 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7270 <context context-type="linenumber">1</context> 6998 <context context-type="linenumber">1</context>
7271 </context-group> 6999 </context-group>
7272 </trans-unit> 7000 </trans-unit><trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd" datatype="html">
7273 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd" datatype="html">
7274 <source>Transcoding threads must be greater or equal to 0.</source><target state="final">Transcoding threads must be greater or equal to 0.</target> 7001 <source>Transcoding threads must be greater or equal to 0.</source><target state="final">Transcoding threads must be greater or equal to 0.</target>
7275 <context-group purpose="location"> 7002 <context-group purpose="location">
7276 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 7003 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7277 <context context-type="linenumber">1</context> 7004 <context context-type="linenumber">1</context>
7278 </context-group> 7005 </context-group>
7279 </trans-unit> 7006 </trans-unit><trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html">
7280 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html">
7281 <source>Index URL is required.</source><target state="final">Index URL is required.</target> 7007 <source>Index URL is required.</source><target state="final">Index URL is required.</target>
7282 <context-group purpose="location"> 7008 <context-group purpose="location">
7283 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 7009 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7284 <context context-type="linenumber">1</context> 7010 <context context-type="linenumber">1</context>
7285 </context-group> 7011 </context-group>
7286 </trans-unit> 7012 </trans-unit><trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html">
7287 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html">
7288 <source>Index URL should be a URL</source><target state="final">Index URL should be a URL</target> 7013 <source>Index URL should be a URL</source><target state="final">Index URL should be a URL</target>
7289 <context-group purpose="location"> 7014 <context-group purpose="location">
7290 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 7015 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
7291 <context context-type="linenumber">1</context> 7016 <context context-type="linenumber">1</context>
7292 </context-group> 7017 </context-group>
7293 </trans-unit> 7018 </trans-unit><trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0" datatype="html">
7294 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0" datatype="html">
7295 <source>Email is required.</source><target state="final">Email is required.</target> 7019 <source>Email is required.</source><target state="final">Email is required.</target>
7296 <context-group purpose="location"> 7020 <context-group purpose="location">
7297 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7021 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
@@ -7301,8 +7025,7 @@ When you will upload a video in this channel, the video support field will be au
7301 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7025 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7302 <context context-type="linenumber">1</context> 7026 <context context-type="linenumber">1</context>
7303 </context-group> 7027 </context-group>
7304 </trans-unit> 7028 </trans-unit><trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1" datatype="html">
7305 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1" datatype="html">
7306 <source>Email must be valid.</source><target state="final">Email must be valid.</target> 7029 <source>Email must be valid.</source><target state="final">Email must be valid.</target>
7307 <context-group purpose="location"> 7030 <context-group purpose="location">
7308 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7031 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
@@ -7312,71 +7035,61 @@ When you will upload a video in this channel, the video support field will be au
7312 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7035 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7313 <context context-type="linenumber">1</context> 7036 <context context-type="linenumber">1</context>
7314 </context-group> 7037 </context-group>
7315 </trans-unit> 7038 </trans-unit><trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33" datatype="html">
7316 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33" datatype="html">
7317 <source>Your name is required.</source><target state="final">Your name is required.</target> 7039 <source>Your name is required.</source><target state="final">Your name is required.</target>
7318 <context-group purpose="location"> 7040 <context-group purpose="location">
7319 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7041 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7320 <context context-type="linenumber">1</context> 7042 <context context-type="linenumber">1</context>
7321 </context-group> 7043 </context-group>
7322 </trans-unit> 7044 </trans-unit><trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a" datatype="html">
7323 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a" datatype="html">
7324 <source>Your name must be at least 1 character long.</source><target state="final">Your name must be at least 1 character long.</target> 7045 <source>Your name must be at least 1 character long.</source><target state="final">Your name must be at least 1 character long.</target>
7325 <context-group purpose="location"> 7046 <context-group purpose="location">
7326 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7047 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7327 <context context-type="linenumber">1</context> 7048 <context context-type="linenumber">1</context>
7328 </context-group> 7049 </context-group>
7329 </trans-unit> 7050 </trans-unit><trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b" datatype="html">
7330 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b" datatype="html">
7331 <source>Your name cannot be more than 120 characters long.</source><target state="final">Your name cannot be more than 120 characters long.</target> 7051 <source>Your name cannot be more than 120 characters long.</source><target state="final">Your name cannot be more than 120 characters long.</target>
7332 <context-group purpose="location"> 7052 <context-group purpose="location">
7333 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7053 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7334 <context context-type="linenumber">1</context> 7054 <context context-type="linenumber">1</context>
7335 </context-group> 7055 </context-group>
7336 </trans-unit> 7056 </trans-unit><trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html">
7337 <trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html">
7338 <source>A subject is required.</source><target state="final">A subject is required.</target> 7057 <source>A subject is required.</source><target state="final">A subject is required.</target>
7339 <context-group purpose="location"> 7058 <context-group purpose="location">
7340 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7059 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7341 <context context-type="linenumber">1</context> 7060 <context context-type="linenumber">1</context>
7342 </context-group> 7061 </context-group>
7343 </trans-unit> 7062 </trans-unit><trans-unit id="4f049fd004313524afeaf0ae25f98583a0ffd29b" datatype="html">
7344 <trans-unit id="4f049fd004313524afeaf0ae25f98583a0ffd29b" datatype="html">
7345 <source>The subject must be at least 1 character long.</source><target state="final">The subject must be at least 1 character long.</target> 7063 <source>The subject must be at least 1 character long.</source><target state="final">The subject must be at least 1 character long.</target>
7346 <context-group purpose="location"> 7064 <context-group purpose="location">
7347 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7065 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7348 <context context-type="linenumber">1</context> 7066 <context context-type="linenumber">1</context>
7349 </context-group> 7067 </context-group>
7350 </trans-unit> 7068 </trans-unit><trans-unit id="d82f880ea1d0ee03c47bf1212a0fbcb23b3edf18" datatype="html">
7351 <trans-unit id="d82f880ea1d0ee03c47bf1212a0fbcb23b3edf18" datatype="html">
7352 <source>The subject cannot be more than 120 characters long.</source><target state="final">The subject cannot be more than 120 characters long.</target> 7069 <source>The subject cannot be more than 120 characters long.</source><target state="final">The subject cannot be more than 120 characters long.</target>
7353 <context-group purpose="location"> 7070 <context-group purpose="location">
7354 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7071 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7355 <context context-type="linenumber">1</context> 7072 <context context-type="linenumber">1</context>
7356 </context-group> 7073 </context-group>
7357 </trans-unit> 7074 </trans-unit><trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2" datatype="html">
7358 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2" datatype="html">
7359 <source>A message is required.</source><target state="final">A message is required.</target> 7075 <source>A message is required.</source><target state="final">A message is required.</target>
7360 <context-group purpose="location"> 7076 <context-group purpose="location">
7361 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7077 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7362 <context context-type="linenumber">1</context> 7078 <context context-type="linenumber">1</context>
7363 </context-group> 7079 </context-group>
7364 </trans-unit> 7080 </trans-unit><trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64" datatype="html">
7365 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64" datatype="html">
7366 <source>The message must be at least 3 characters long.</source><target state="final">The message must be at least 3 characters long.</target> 7081 <source>The message must be at least 3 characters long.</source><target state="final">The message must be at least 3 characters long.</target>
7367 <context-group purpose="location"> 7082 <context-group purpose="location">
7368 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7083 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7369 <context context-type="linenumber">1</context> 7084 <context context-type="linenumber">1</context>
7370 </context-group> 7085 </context-group>
7371 </trans-unit> 7086 </trans-unit><trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60" datatype="html">
7372 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60" datatype="html">
7373 <source>The message cannot be more than 5000 characters long.</source><target state="final">The message cannot be more than 5000 characters long.</target> 7087 <source>The message cannot be more than 5000 characters long.</source><target state="final">The message cannot be more than 5000 characters long.</target>
7374 <context-group purpose="location"> 7088 <context-group purpose="location">
7375 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context> 7089 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
7376 <context context-type="linenumber">1</context> 7090 <context context-type="linenumber">1</context>
7377 </context-group> 7091 </context-group>
7378 </trans-unit> 7092 </trans-unit><trans-unit id="5db300f6fba918a35597160183205ede13e8e149" datatype="html">
7379 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149" datatype="html">
7380 <source>Username is required.</source><target state="final">Username is required.</target> 7093 <source>Username is required.</source><target state="final">Username is required.</target>
7381 <context-group purpose="location"> 7094 <context-group purpose="location">
7382 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context> 7095 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
@@ -7386,8 +7099,7 @@ When you will upload a video in this channel, the video support field will be au
7386 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7099 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7387 <context context-type="linenumber">1</context> 7100 <context context-type="linenumber">1</context>
7388 </context-group> 7101 </context-group>
7389 </trans-unit> 7102 </trans-unit><trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5" datatype="html">
7390 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5" datatype="html">
7391 <source>Password is required.</source><target state="final">Password is required.</target> 7103 <source>Password is required.</source><target state="final">Password is required.</target>
7392 <context-group purpose="location"> 7104 <context-group purpose="location">
7393 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context> 7105 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
@@ -7397,92 +7109,79 @@ When you will upload a video in this channel, the video support field will be au
7397 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7109 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7398 <context context-type="linenumber">1</context> 7110 <context context-type="linenumber">1</context>
7399 </context-group> 7111 </context-group>
7400 </trans-unit> 7112 </trans-unit><trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154" datatype="html">
7401 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154" datatype="html">
7402 <source>Confirmation of the password is required.</source><target state="final">Confirmation of the password is required.</target> 7113 <source>Confirmation of the password is required.</source><target state="final">Confirmation of the password is required.</target>
7403 <context-group purpose="location"> 7114 <context-group purpose="location">
7404 <context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context> 7115 <context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context>
7405 <context context-type="linenumber">1</context> 7116 <context context-type="linenumber">1</context>
7406 </context-group> 7117 </context-group>
7407 </trans-unit> 7118 </trans-unit><trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a" datatype="html">
7408 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a" datatype="html">
7409 <source>Username must be at least 1 character long.</source><target state="final">Username must be at least 1 character long.</target> 7119 <source>Username must be at least 1 character long.</source><target state="final">Username must be at least 1 character long.</target>
7410 <context-group purpose="location"> 7120 <context-group purpose="location">
7411 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7121 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7412 <context context-type="linenumber">1</context> 7122 <context context-type="linenumber">1</context>
7413 </context-group> 7123 </context-group>
7414 </trans-unit> 7124 </trans-unit><trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a" datatype="html">
7415 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a" datatype="html">
7416 <source>Username cannot be more than 50 characters long.</source><target state="final">Username cannot be more than 50 characters long.</target> 7125 <source>Username cannot be more than 50 characters long.</source><target state="final">Username cannot be more than 50 characters long.</target>
7417 <context-group purpose="location"> 7126 <context-group purpose="location">
7418 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7127 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7419 <context context-type="linenumber">1</context> 7128 <context context-type="linenumber">1</context>
7420 </context-group> 7129 </context-group>
7421 </trans-unit> 7130 </trans-unit><trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c" datatype="html">
7422 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c" datatype="html">
7423 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source><target state="final">Username should be lowercase alphanumeric; dots and underscores are allowed.</target> 7131 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source><target state="final">Username should be lowercase alphanumeric; dots and underscores are allowed.</target>
7424 <context-group purpose="location"> 7132 <context-group purpose="location">
7425 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7133 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7426 <context context-type="linenumber">1</context> 7134 <context context-type="linenumber">1</context>
7427 </context-group> 7135 </context-group>
7428 </trans-unit> 7136 </trans-unit><trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0" datatype="html">
7429 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0" datatype="html">
7430 <source>Password must be at least 6 characters long.</source><target state="final">Password must be at least 6 characters long.</target> 7137 <source>Password must be at least 6 characters long.</source><target state="final">Password must be at least 6 characters long.</target>
7431 <context-group purpose="location"> 7138 <context-group purpose="location">
7432 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7139 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7433 <context context-type="linenumber">1</context> 7140 <context context-type="linenumber">1</context>
7434 </context-group> 7141 </context-group>
7435 </trans-unit> 7142 </trans-unit><trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e" datatype="html">
7436 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e" datatype="html">
7437 <source>Password cannot be more than 255 characters long.</source><target state="final">Password cannot be more than 255 characters long.</target> 7143 <source>Password cannot be more than 255 characters long.</source><target state="final">Password cannot be more than 255 characters long.</target>
7438 <context-group purpose="location"> 7144 <context-group purpose="location">
7439 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7145 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7440 <context context-type="linenumber">1</context> 7146 <context context-type="linenumber">1</context>
7441 </context-group> 7147 </context-group>
7442 </trans-unit> 7148 </trans-unit><trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732" datatype="html">
7443 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732" datatype="html">
7444 <source>The new password and the confirmed password do not correspond.</source><target state="final">The new password and the confirmed password do not correspond.</target> 7149 <source>The new password and the confirmed password do not correspond.</source><target state="final">The new password and the confirmed password do not correspond.</target>
7445 <context-group purpose="location"> 7150 <context-group purpose="location">
7446 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7151 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7447 <context context-type="linenumber">1</context> 7152 <context context-type="linenumber">1</context>
7448 </context-group> 7153 </context-group>
7449 </trans-unit> 7154 </trans-unit><trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf" datatype="html">
7450 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf" datatype="html">
7451 <source>Video quota is required.</source><target state="final">Video quota is required.</target> 7155 <source>Video quota is required.</source><target state="final">Video quota is required.</target>
7452 <context-group purpose="location"> 7156 <context-group purpose="location">
7453 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7157 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7454 <context context-type="linenumber">1</context> 7158 <context context-type="linenumber">1</context>
7455 </context-group> 7159 </context-group>
7456 </trans-unit> 7160 </trans-unit><trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80" datatype="html">
7457 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80" datatype="html">
7458 <source>Quota must be greater than -1.</source><target state="final">Quota must be greater than -1.</target> 7161 <source>Quota must be greater than -1.</source><target state="final">Quota must be greater than -1.</target>
7459 <context-group purpose="location"> 7162 <context-group purpose="location">
7460 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7163 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7461 <context context-type="linenumber">1</context> 7164 <context context-type="linenumber">1</context>
7462 </context-group> 7165 </context-group>
7463 </trans-unit> 7166 </trans-unit><trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb" datatype="html">
7464 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb" datatype="html">
7465 <source>Daily upload limit is required.</source><target state="final">Daily upload limit is required.</target> 7167 <source>Daily upload limit is required.</source><target state="final">Daily upload limit is required.</target>
7466 <context-group purpose="location"> 7168 <context-group purpose="location">
7467 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7169 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7468 <context context-type="linenumber">1</context> 7170 <context context-type="linenumber">1</context>
7469 </context-group> 7171 </context-group>
7470 </trans-unit> 7172 </trans-unit><trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e" datatype="html">
7471 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e" datatype="html">
7472 <source>Daily upload limit must be greater than -1.</source><target state="final">Daily upload limit must be greater than -1.</target> 7173 <source>Daily upload limit must be greater than -1.</source><target state="final">Daily upload limit must be greater than -1.</target>
7473 <context-group purpose="location"> 7174 <context-group purpose="location">
7474 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7175 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7475 <context context-type="linenumber">1</context> 7176 <context context-type="linenumber">1</context>
7476 </context-group> 7177 </context-group>
7477 </trans-unit> 7178 </trans-unit><trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85" datatype="html">
7478 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85" datatype="html">
7479 <source>User role is required.</source><target state="final">User role is required.</target> 7179 <source>User role is required.</source><target state="final">User role is required.</target>
7480 <context-group purpose="location"> 7180 <context-group purpose="location">
7481 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7181 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7482 <context context-type="linenumber">1</context> 7182 <context context-type="linenumber">1</context>
7483 </context-group> 7183 </context-group>
7484 </trans-unit> 7184 </trans-unit><trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae" datatype="html">
7485 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae" datatype="html">
7486 <source>Description must be at least 3 characters long.</source><target state="final">Description must be at least 3 characters long.</target> 7185 <source>Description must be at least 3 characters long.</source><target state="final">Description must be at least 3 characters long.</target>
7487 <context-group purpose="location"> 7186 <context-group purpose="location">
7488 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7187 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
@@ -7496,8 +7195,7 @@ When you will upload a video in this channel, the video support field will be au
7496 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7195 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7497 <context context-type="linenumber">1</context> 7196 <context context-type="linenumber">1</context>
7498 </context-group> 7197 </context-group>
7499 </trans-unit> 7198 </trans-unit><trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
7500 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
7501 <source>Description cannot be more than 1000 characters long.</source><target state="final">Description cannot be more than 1000 characters long.</target> 7199 <source>Description cannot be more than 1000 characters long.</source><target state="final">Description cannot be more than 1000 characters long.</target>
7502 <context-group purpose="location"> 7200 <context-group purpose="location">
7503 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7201 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
@@ -7511,29 +7209,25 @@ When you will upload a video in this channel, the video support field will be au
7511 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7209 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7512 <context context-type="linenumber">1</context> 7210 <context context-type="linenumber">1</context>
7513 </context-group> 7211 </context-group>
7514 </trans-unit> 7212 </trans-unit><trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
7515 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
7516 <source>You must agree with the instance terms in order to register on it.</source><target state="final">You must agree with the instance terms in order to register on it.</target> 7213 <source>You must agree with the instance terms in order to register on it.</source><target state="final">You must agree with the instance terms in order to register on it.</target>
7517 <context-group purpose="location"> 7214 <context-group purpose="location">
7518 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7215 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7519 <context context-type="linenumber">1</context> 7216 <context context-type="linenumber">1</context>
7520 </context-group> 7217 </context-group>
7521 </trans-unit> 7218 </trans-unit><trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00" datatype="html">
7522 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00" datatype="html">
7523 <source>Ban reason must be at least 3 characters long.</source><target state="final">Ban reason must be at least 3 characters long.</target> 7219 <source>Ban reason must be at least 3 characters long.</source><target state="final">Ban reason must be at least 3 characters long.</target>
7524 <context-group purpose="location"> 7220 <context-group purpose="location">
7525 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7221 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7526 <context context-type="linenumber">1</context> 7222 <context context-type="linenumber">1</context>
7527 </context-group> 7223 </context-group>
7528 </trans-unit> 7224 </trans-unit><trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd" datatype="html">
7529 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd" datatype="html">
7530 <source>Ban reason cannot be more than 250 characters long.</source><target state="final">Ban reason cannot be more than 250 characters long.</target> 7225 <source>Ban reason cannot be more than 250 characters long.</source><target state="final">Ban reason cannot be more than 250 characters long.</target>
7531 <context-group purpose="location"> 7226 <context-group purpose="location">
7532 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7227 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7533 <context context-type="linenumber">1</context> 7228 <context context-type="linenumber">1</context>
7534 </context-group> 7229 </context-group>
7535 </trans-unit> 7230 </trans-unit><trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4" datatype="html">
7536 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4" datatype="html">
7537 <source>Display name is required.</source><target state="final">Display name is required.</target> 7231 <source>Display name is required.</source><target state="final">Display name is required.</target>
7538 <context-group purpose="location"> 7232 <context-group purpose="location">
7539 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7233 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
@@ -7547,8 +7241,7 @@ When you will upload a video in this channel, the video support field will be au
7547 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7241 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7548 <context context-type="linenumber">1</context> 7242 <context context-type="linenumber">1</context>
7549 </context-group> 7243 </context-group>
7550 </trans-unit> 7244 </trans-unit><trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
7551 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
7552 <source>Display name must be at least 1 character long.</source><target state="final">Display name must be at least 1 character long.</target> 7245 <source>Display name must be at least 1 character long.</source><target state="final">Display name must be at least 1 character long.</target>
7553 <context-group purpose="location"> 7246 <context-group purpose="location">
7554 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7247 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
@@ -7562,8 +7255,7 @@ When you will upload a video in this channel, the video support field will be au
7562 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7255 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7563 <context context-type="linenumber">1</context> 7256 <context context-type="linenumber">1</context>
7564 </context-group> 7257 </context-group>
7565 </trans-unit> 7258 </trans-unit><trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
7566 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
7567 <source>Display name cannot be more than 50 characters long.</source><target state="final">Display name cannot be more than 50 characters long.</target> 7259 <source>Display name cannot be more than 50 characters long.</source><target state="final">Display name cannot be more than 50 characters long.</target>
7568 <context-group purpose="location"> 7260 <context-group purpose="location">
7569 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7261 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
@@ -7573,477 +7265,411 @@ When you will upload a video in this channel, the video support field will be au
7573 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7265 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7574 <context context-type="linenumber">1</context> 7266 <context context-type="linenumber">1</context>
7575 </context-group> 7267 </context-group>
7576 </trans-unit> 7268 </trans-unit><trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6" datatype="html">
7577 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6" datatype="html">
7578 <source>Report reason is required.</source><target state="final">Report reason is required.</target> 7269 <source>Report reason is required.</source><target state="final">Report reason is required.</target>
7579 <context-group purpose="location"> 7270 <context-group purpose="location">
7580 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context> 7271 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7581 <context context-type="linenumber">1</context> 7272 <context context-type="linenumber">1</context>
7582 </context-group> 7273 </context-group>
7583 </trans-unit> 7274 </trans-unit><trans-unit id="993f9f5703d449a1d467243db75253d288a2947e" datatype="html">
7584 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e" datatype="html">
7585 <source>Report reason must be at least 2 characters long.</source><target state="final">Report reason must be at least 2 characters long.</target> 7275 <source>Report reason must be at least 2 characters long.</source><target state="final">Report reason must be at least 2 characters long.</target>
7586 <context-group purpose="location"> 7276 <context-group purpose="location">
7587 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context> 7277 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7588 <context context-type="linenumber">1</context> 7278 <context context-type="linenumber">1</context>
7589 </context-group> 7279 </context-group>
7590 </trans-unit> 7280 </trans-unit><trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa" datatype="html">
7591 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa" datatype="html">
7592 <source>Report reason cannot be more than 3000 characters long.</source><target state="final">Report reason cannot be more than 3000 characters long.</target> 7281 <source>Report reason cannot be more than 3000 characters long.</source><target state="final">Report reason cannot be more than 3000 characters long.</target>
7593 <context-group purpose="location"> 7282 <context-group purpose="location">
7594 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context> 7283 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7595 <context context-type="linenumber">1</context> 7284 <context context-type="linenumber">1</context>
7596 </context-group> 7285 </context-group>
7597 </trans-unit> 7286 </trans-unit><trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118" datatype="html">
7598 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118" datatype="html">
7599 <source>Moderation comment is required.</source><target state="final">Moderation comment is required.</target> 7287 <source>Moderation comment is required.</source><target state="final">Moderation comment is required.</target>
7600 <context-group purpose="location"> 7288 <context-group purpose="location">
7601 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context> 7289 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7602 <context context-type="linenumber">1</context> 7290 <context context-type="linenumber">1</context>
7603 </context-group> 7291 </context-group>
7604 </trans-unit> 7292 </trans-unit><trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2" datatype="html">
7605 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2" datatype="html">
7606 <source>Moderation comment must be at least 2 characters long.</source><target state="final">Moderation comment must be at least 2 characters long.</target> 7293 <source>Moderation comment must be at least 2 characters long.</source><target state="final">Moderation comment must be at least 2 characters long.</target>
7607 <context-group purpose="location"> 7294 <context-group purpose="location">
7608 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context> 7295 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7609 <context context-type="linenumber">1</context> 7296 <context context-type="linenumber">1</context>
7610 </context-group> 7297 </context-group>
7611 </trans-unit> 7298 </trans-unit><trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c" datatype="html">
7612 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c" datatype="html">
7613 <source>Moderation comment cannot be more than 3000 characters long.</source><target state="final">Moderation comment cannot be more than 3000 characters long.</target> 7299 <source>Moderation comment cannot be more than 3000 characters long.</source><target state="final">Moderation comment cannot be more than 3000 characters long.</target>
7614 <context-group purpose="location"> 7300 <context-group purpose="location">
7615 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context> 7301 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7616 <context context-type="linenumber">1</context> 7302 <context context-type="linenumber">1</context>
7617 </context-group> 7303 </context-group>
7618 </trans-unit> 7304 </trans-unit><trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6" datatype="html">
7619 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6" datatype="html">
7620 <source>The channel is required.</source><target state="final">The channel is required.</target> 7305 <source>The channel is required.</source><target state="final">The channel is required.</target>
7621 <context-group purpose="location"> 7306 <context-group purpose="location">
7622 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context> 7307 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context>
7623 <context context-type="linenumber">1</context> 7308 <context context-type="linenumber">1</context>
7624 </context-group> 7309 </context-group>
7625 </trans-unit> 7310 </trans-unit><trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca" datatype="html">
7626 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca" datatype="html">
7627 <source>Blacklist reason must be at least 2 characters long.</source><target state="final">Blacklist reason must be at least 2 characters long.</target> 7311 <source>Blacklist reason must be at least 2 characters long.</source><target state="final">Blacklist reason must be at least 2 characters long.</target>
7628 <context-group purpose="location"> 7312 <context-group purpose="location">
7629 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context> 7313 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
7630 <context context-type="linenumber">1</context> 7314 <context context-type="linenumber">1</context>
7631 </context-group> 7315 </context-group>
7632 </trans-unit> 7316 </trans-unit><trans-unit id="5009443905b0b152915247799492bf5e164e7626" datatype="html">
7633 <trans-unit id="5009443905b0b152915247799492bf5e164e7626" datatype="html">
7634 <source>Blacklist reason cannot be more than 300 characters long.</source><target state="final">Blacklist reason cannot be more than 300 characters long.</target> 7317 <source>Blacklist reason cannot be more than 300 characters long.</source><target state="final">Blacklist reason cannot be more than 300 characters long.</target>
7635 <context-group purpose="location"> 7318 <context-group purpose="location">
7636 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context> 7319 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
7637 <context context-type="linenumber">1</context> 7320 <context context-type="linenumber">1</context>
7638 </context-group> 7321 </context-group>
7639 </trans-unit> 7322 </trans-unit><trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e" datatype="html">
7640 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e" datatype="html">
7641 <source>Video caption language is required.</source><target state="final">Video caption language is required.</target> 7323 <source>Video caption language is required.</source><target state="final">Video caption language is required.</target>
7642 <context-group purpose="location"> 7324 <context-group purpose="location">
7643 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context> 7325 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
7644 <context context-type="linenumber">1</context> 7326 <context context-type="linenumber">1</context>
7645 </context-group> 7327 </context-group>
7646 </trans-unit> 7328 </trans-unit><trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963" datatype="html">
7647 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963" datatype="html">
7648 <source>Video caption file is required.</source><target state="final">Video caption file is required.</target> 7329 <source>Video caption file is required.</source><target state="final">Video caption file is required.</target>
7649 <context-group purpose="location"> 7330 <context-group purpose="location">
7650 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context> 7331 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
7651 <context context-type="linenumber">1</context> 7332 <context context-type="linenumber">1</context>
7652 </context-group> 7333 </context-group>
7653 </trans-unit> 7334 </trans-unit><trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294" datatype="html">
7654 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294" datatype="html">
7655 <source>The username is required.</source><target state="final">The username is required.</target> 7335 <source>The username is required.</source><target state="final">The username is required.</target>
7656 <context-group purpose="location"> 7336 <context-group purpose="location">
7657 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context> 7337 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
7658 <context context-type="linenumber">1</context> 7338 <context context-type="linenumber">1</context>
7659 </context-group> 7339 </context-group>
7660 </trans-unit> 7340 </trans-unit><trans-unit id="c8465c3773699dd075e0147e264d2e232f605803" datatype="html">
7661 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803" datatype="html">
7662 <source>You can only transfer ownership to a local account</source><target state="final">You can only transfer ownership to a local account</target> 7341 <source>You can only transfer ownership to a local account</source><target state="final">You can only transfer ownership to a local account</target>
7663 <context-group purpose="location"> 7342 <context-group purpose="location">
7664 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context> 7343 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
7665 <context context-type="linenumber">1</context> 7344 <context context-type="linenumber">1</context>
7666 </context-group> 7345 </context-group>
7667 </trans-unit> 7346 </trans-unit><trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33" datatype="html">
7668 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33" datatype="html">
7669 <source>Name is required.</source><target state="final">Name is required.</target> 7347 <source>Name is required.</source><target state="final">Name is required.</target>
7670 <context-group purpose="location"> 7348 <context-group purpose="location">
7671 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7349 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7672 <context context-type="linenumber">1</context> 7350 <context context-type="linenumber">1</context>
7673 </context-group> 7351 </context-group>
7674 </trans-unit> 7352 </trans-unit><trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76" datatype="html">
7675 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76" datatype="html">
7676 <source>Name must be at least 1 character long.</source><target state="final">Name must be at least 1 character long.</target> 7353 <source>Name must be at least 1 character long.</source><target state="final">Name must be at least 1 character long.</target>
7677 <context-group purpose="location"> 7354 <context-group purpose="location">
7678 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7355 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7679 <context context-type="linenumber">1</context> 7356 <context context-type="linenumber">1</context>
7680 </context-group> 7357 </context-group>
7681 </trans-unit> 7358 </trans-unit><trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d" datatype="html">
7682 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d" datatype="html">
7683 <source>Name cannot be more than 50 characters long.</source><target state="final">Name cannot be more than 50 characters long.</target> 7359 <source>Name cannot be more than 50 characters long.</source><target state="final">Name cannot be more than 50 characters long.</target>
7684 <context-group purpose="location"> 7360 <context-group purpose="location">
7685 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7361 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7686 <context context-type="linenumber">1</context> 7362 <context context-type="linenumber">1</context>
7687 </context-group> 7363 </context-group>
7688 </trans-unit> 7364 </trans-unit><trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18" datatype="html">
7689 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18" datatype="html">
7690 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source><target state="final">Name should be lowercase alphanumeric; dots and underscores are allowed.</target> 7365 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source><target state="final">Name should be lowercase alphanumeric; dots and underscores are allowed.</target>
7691 <context-group purpose="location"> 7366 <context-group purpose="location">
7692 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7367 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7693 <context context-type="linenumber">1</context> 7368 <context context-type="linenumber">1</context>
7694 </context-group> 7369 </context-group>
7695 </trans-unit> 7370 </trans-unit><trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b" datatype="html">
7696 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b" datatype="html">
7697 <source>Support text must be at least 3 characters long.</source><target state="final">Support text must be at least 3 characters long.</target> 7371 <source>Support text must be at least 3 characters long.</source><target state="final">Support text must be at least 3 characters long.</target>
7698 <context-group purpose="location"> 7372 <context-group purpose="location">
7699 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7373 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7700 <context context-type="linenumber">1</context> 7374 <context context-type="linenumber">1</context>
7701 </context-group> 7375 </context-group>
7702 </trans-unit> 7376 </trans-unit><trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85" datatype="html">
7703 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85" datatype="html">
7704 <source>Support text cannot be more than 1000 characters long.</source><target state="final">Support text cannot be more than 1000 characters long.</target> 7377 <source>Support text cannot be more than 1000 characters long.</source><target state="final">Support text cannot be more than 1000 characters long.</target>
7705 <context-group purpose="location"> 7378 <context-group purpose="location">
7706 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context> 7379 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7707 <context context-type="linenumber">1</context> 7380 <context context-type="linenumber">1</context>
7708 </context-group> 7381 </context-group>
7709 </trans-unit> 7382 </trans-unit><trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79" datatype="html">
7710 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79" datatype="html">
7711 <source>Comment is required.</source><target state="final">Comment is required.</target> 7383 <source>Comment is required.</source><target state="final">Comment is required.</target>
7712 <context-group purpose="location"> 7384 <context-group purpose="location">
7713 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context> 7385 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
7714 <context context-type="linenumber">1</context> 7386 <context context-type="linenumber">1</context>
7715 </context-group> 7387 </context-group>
7716 </trans-unit> 7388 </trans-unit><trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6" datatype="html">
7717 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6" datatype="html">
7718 <source>Comment must be at least 2 characters long.</source><target state="final">Comment must be at least 2 characters long.</target> 7389 <source>Comment must be at least 2 characters long.</source><target state="final">Comment must be at least 2 characters long.</target>
7719 <context-group purpose="location"> 7390 <context-group purpose="location">
7720 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context> 7391 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
7721 <context context-type="linenumber">1</context> 7392 <context context-type="linenumber">1</context>
7722 </context-group> 7393 </context-group>
7723 </trans-unit> 7394 </trans-unit><trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123" datatype="html">
7724 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123" datatype="html">
7725 <source>Comment cannot be more than 3000 characters long.</source><target state="final">Comment cannot be more than 3000 characters long.</target> 7395 <source>Comment cannot be more than 3000 characters long.</source><target state="final">Comment cannot be more than 3000 characters long.</target>
7726 <context-group purpose="location"> 7396 <context-group purpose="location">
7727 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context> 7397 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
7728 <context context-type="linenumber">1</context> 7398 <context context-type="linenumber">1</context>
7729 </context-group> 7399 </context-group>
7730 </trans-unit> 7400 </trans-unit><trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
7731 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
7732 <source>Display name cannot be more than 120 characters long.</source><target state="final">Display name cannot be more than 120 characters long.</target> 7401 <source>Display name cannot be more than 120 characters long.</source><target state="final">Display name cannot be more than 120 characters long.</target>
7733 <context-group purpose="location"> 7402 <context-group purpose="location">
7734 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7403 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7735 <context context-type="linenumber">1</context> 7404 <context context-type="linenumber">1</context>
7736 </context-group> 7405 </context-group>
7737 </trans-unit> 7406 </trans-unit><trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
7738 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
7739 <source>Privacy is required.</source><target state="final">Privacy is required.</target> 7407 <source>Privacy is required.</source><target state="final">Privacy is required.</target>
7740 <context-group purpose="location"> 7408 <context-group purpose="location">
7741 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7409 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7742 <context context-type="linenumber">1</context> 7410 <context context-type="linenumber">1</context>
7743 </context-group> 7411 </context-group>
7744 </trans-unit> 7412 </trans-unit><trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
7745 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
7746 <source>The channel is required when the playlist is public.</source><target state="final">The channel is required when the playlist is public.</target> 7413 <source>The channel is required when the playlist is public.</source><target state="final">The channel is required when the playlist is public.</target>
7747 <context-group purpose="location"> 7414 <context-group purpose="location">
7748 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context> 7415 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7749 <context context-type="linenumber">1</context> 7416 <context context-type="linenumber">1</context>
7750 </context-group> 7417 </context-group>
7751 </trans-unit> 7418 </trans-unit><trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
7752 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
7753 <source>Video name is required.</source><target state="final">Video name is required.</target> 7419 <source>Video name is required.</source><target state="final">Video name is required.</target>
7754 <context-group purpose="location"> 7420 <context-group purpose="location">
7755 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7421 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7756 <context context-type="linenumber">1</context> 7422 <context context-type="linenumber">1</context>
7757 </context-group> 7423 </context-group>
7758 </trans-unit> 7424 </trans-unit><trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c" datatype="html">
7759 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c" datatype="html">
7760 <source>Video name must be at least 3 characters long.</source><target state="final">Video name must be at least 3 characters long.</target> 7425 <source>Video name must be at least 3 characters long.</source><target state="final">Video name must be at least 3 characters long.</target>
7761 <context-group purpose="location"> 7426 <context-group purpose="location">
7762 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7427 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7763 <context context-type="linenumber">1</context> 7428 <context context-type="linenumber">1</context>
7764 </context-group> 7429 </context-group>
7765 </trans-unit> 7430 </trans-unit><trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695" datatype="html">
7766 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695" datatype="html">
7767 <source>Video name cannot be more than 120 characters long.</source><target state="final">Video name cannot be more than 120 characters long.</target> 7431 <source>Video name cannot be more than 120 characters long.</source><target state="final">Video name cannot be more than 120 characters long.</target>
7768 <context-group purpose="location"> 7432 <context-group purpose="location">
7769 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7433 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7770 <context context-type="linenumber">1</context> 7434 <context context-type="linenumber">1</context>
7771 </context-group> 7435 </context-group>
7772 </trans-unit> 7436 </trans-unit><trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4" datatype="html">
7773 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4" datatype="html">
7774 <source>Video privacy is required.</source><target state="final">Video privacy is required.</target> 7437 <source>Video privacy is required.</source><target state="final">Video privacy is required.</target>
7775 <context-group purpose="location"> 7438 <context-group purpose="location">
7776 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7439 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7777 <context context-type="linenumber">1</context> 7440 <context context-type="linenumber">1</context>
7778 </context-group> 7441 </context-group>
7779 </trans-unit> 7442 </trans-unit><trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16" datatype="html">
7780 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16" datatype="html">
7781 <source>Video channel is required.</source><target state="final">Video channel is required.</target> 7443 <source>Video channel is required.</source><target state="final">Video channel is required.</target>
7782 <context-group purpose="location"> 7444 <context-group purpose="location">
7783 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7445 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7784 <context context-type="linenumber">1</context> 7446 <context context-type="linenumber">1</context>
7785 </context-group> 7447 </context-group>
7786 </trans-unit> 7448 </trans-unit><trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef" datatype="html">
7787 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef" datatype="html">
7788 <source>Video description must be at least 3 characters long.</source><target state="final">Video description must be at least 3 characters long.</target> 7449 <source>Video description must be at least 3 characters long.</source><target state="final">Video description must be at least 3 characters long.</target>
7789 <context-group purpose="location"> 7450 <context-group purpose="location">
7790 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7451 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7791 <context context-type="linenumber">1</context> 7452 <context context-type="linenumber">1</context>
7792 </context-group> 7453 </context-group>
7793 </trans-unit> 7454 </trans-unit><trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906" datatype="html">
7794 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906" datatype="html">
7795 <source>Video description cannot be more than 10000 characters long.</source><target state="final">Video description cannot be more than 10000 characters long.</target> 7455 <source>Video description cannot be more than 10000 characters long.</source><target state="final">Video description cannot be more than 10000 characters long.</target>
7796 <context-group purpose="location"> 7456 <context-group purpose="location">
7797 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7457 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7798 <context context-type="linenumber">1</context> 7458 <context context-type="linenumber">1</context>
7799 </context-group> 7459 </context-group>
7800 </trans-unit> 7460 </trans-unit><trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8" datatype="html">
7801 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8" datatype="html">
7802 <source>A tag should be more than 2 characters long.</source><target state="final">A tag should be more than 2 characters long.</target> 7461 <source>A tag should be more than 2 characters long.</source><target state="final">A tag should be more than 2 characters long.</target>
7803 <context-group purpose="location"> 7462 <context-group purpose="location">
7804 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7463 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7805 <context context-type="linenumber">1</context> 7464 <context context-type="linenumber">1</context>
7806 </context-group> 7465 </context-group>
7807 </trans-unit> 7466 </trans-unit><trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea" datatype="html">
7808 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea" datatype="html">
7809 <source>A tag should be less than 30 characters long.</source><target state="final">A tag should be less than 30 characters long.</target> 7467 <source>A tag should be less than 30 characters long.</source><target state="final">A tag should be less than 30 characters long.</target>
7810 <context-group purpose="location"> 7468 <context-group purpose="location">
7811 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7469 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7812 <context context-type="linenumber">1</context> 7470 <context context-type="linenumber">1</context>
7813 </context-group> 7471 </context-group>
7814 </trans-unit> 7472 </trans-unit><trans-unit id="665092574f9af9fec262f8349b67b14192391ae6" datatype="html">
7815 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6" datatype="html">
7816 <source>Video support must be at least 3 characters long.</source><target state="final">Video support must be at least 3 characters long.</target> 7473 <source>Video support must be at least 3 characters long.</source><target state="final">Video support must be at least 3 characters long.</target>
7817 <context-group purpose="location"> 7474 <context-group purpose="location">
7818 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7475 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7819 <context context-type="linenumber">1</context> 7476 <context context-type="linenumber">1</context>
7820 </context-group> 7477 </context-group>
7821 </trans-unit> 7478 </trans-unit><trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html">
7822 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html">
7823 <source>Video support cannot be more than 1000 characters long.</source><target state="final">Video support cannot be more than 1000 characters long.</target> 7479 <source>Video support cannot be more than 1000 characters long.</source><target state="final">Video support cannot be more than 1000 characters long.</target>
7824 <context-group purpose="location"> 7480 <context-group purpose="location">
7825 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7481 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7826 <context context-type="linenumber">1</context> 7482 <context context-type="linenumber">1</context>
7827 </context-group> 7483 </context-group>
7828 </trans-unit> 7484 </trans-unit><trans-unit id="453413bf387dea681958871319bab489dd5e6ec0" datatype="html">
7829 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0" datatype="html">
7830 <source>A date is required to schedule video update.</source><target state="final">A date is required to schedule video update.</target> 7485 <source>A date is required to schedule video update.</source><target state="final">A date is required to schedule video update.</target>
7831 <context-group purpose="location"> 7486 <context-group purpose="location">
7832 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context> 7487 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7833 <context context-type="linenumber">1</context> 7488 <context context-type="linenumber">1</context>
7834 </context-group> 7489 </context-group>
7835 </trans-unit> 7490 </trans-unit><trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4" datatype="html">
7836 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4" datatype="html">
7837 <source>This file is too large.</source><target state="final">This file is too large.</target> 7491 <source>This file is too large.</source><target state="final">This file is too large.</target>
7838 <context-group purpose="location"> 7492 <context-group purpose="location">
7839 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context> 7493 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
7840 <context context-type="linenumber">1</context> 7494 <context context-type="linenumber">1</context>
7841 </context-group> 7495 </context-group>
7842 </trans-unit> 7496 </trans-unit><trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html">
7843 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html">
7844 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target state="final">PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target> 7497 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target state="final">PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
7845 <context-group purpose="location"> 7498 <context-group purpose="location">
7846 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context> 7499 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
7847 <context context-type="linenumber">1</context> 7500 <context context-type="linenumber">1</context>
7848 </context-group> 7501 </context-group>
7849 </trans-unit> 7502 </trans-unit><trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html">
7850 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html">
7851 <source>All unsaved data will be lost, are you sure you want to leave this page?</source><target state="final">All unsaved data will be lost, are you sure you want to leave this page?</target> 7503 <source>All unsaved data will be lost, are you sure you want to leave this page?</source><target state="final">All unsaved data will be lost, are you sure you want to leave this page?</target>
7852 <context-group purpose="location"> 7504 <context-group purpose="location">
7853 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context> 7505 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
7854 <context context-type="linenumber">1</context> 7506 <context context-type="linenumber">1</context>
7855 </context-group> 7507 </context-group>
7856 </trans-unit> 7508 </trans-unit><trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html">
7857 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html">
7858 <source>Sunday</source><target state="final">Sunday</target> 7509 <source>Sunday</source><target state="final">Sunday</target>
7859 <context-group purpose="location"> 7510 <context-group purpose="location">
7860 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7511 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7861 <context context-type="linenumber">1</context> 7512 <context context-type="linenumber">1</context>
7862 </context-group> 7513 </context-group>
7863 </trans-unit> 7514 </trans-unit><trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596" datatype="html">
7864 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596" datatype="html">
7865 <source>Monday</source><target state="final">Monday</target> 7515 <source>Monday</source><target state="final">Monday</target>
7866 <context-group purpose="location"> 7516 <context-group purpose="location">
7867 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7517 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7868 <context context-type="linenumber">1</context> 7518 <context context-type="linenumber">1</context>
7869 </context-group> 7519 </context-group>
7870 </trans-unit> 7520 </trans-unit><trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee" datatype="html">
7871 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee" datatype="html">
7872 <source>Tuesday</source><target state="final">Tuesday</target> 7521 <source>Tuesday</source><target state="final">Tuesday</target>
7873 <context-group purpose="location"> 7522 <context-group purpose="location">
7874 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7523 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7875 <context context-type="linenumber">1</context> 7524 <context context-type="linenumber">1</context>
7876 </context-group> 7525 </context-group>
7877 </trans-unit> 7526 </trans-unit><trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9" datatype="html">
7878 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9" datatype="html">
7879 <source>Wednesday</source><target state="final">Wednesday</target> 7527 <source>Wednesday</source><target state="final">Wednesday</target>
7880 <context-group purpose="location"> 7528 <context-group purpose="location">
7881 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7529 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7882 <context context-type="linenumber">1</context> 7530 <context context-type="linenumber">1</context>
7883 </context-group> 7531 </context-group>
7884 </trans-unit> 7532 </trans-unit><trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b" datatype="html">
7885 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b" datatype="html">
7886 <source>Thursday</source><target state="final">Thursday</target> 7533 <source>Thursday</source><target state="final">Thursday</target>
7887 <context-group purpose="location"> 7534 <context-group purpose="location">
7888 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7535 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7889 <context context-type="linenumber">1</context> 7536 <context context-type="linenumber">1</context>
7890 </context-group> 7537 </context-group>
7891 </trans-unit> 7538 </trans-unit><trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215" datatype="html">
7892 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215" datatype="html">
7893 <source>Friday</source><target state="final">Friday</target> 7539 <source>Friday</source><target state="final">Friday</target>
7894 <context-group purpose="location"> 7540 <context-group purpose="location">
7895 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7541 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7896 <context context-type="linenumber">1</context> 7542 <context context-type="linenumber">1</context>
7897 </context-group> 7543 </context-group>
7898 </trans-unit> 7544 </trans-unit><trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e" datatype="html">
7899 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e" datatype="html">
7900 <source>Saturday</source><target state="final">Saturday</target> 7545 <source>Saturday</source><target state="final">Saturday</target>
7901 <context-group purpose="location"> 7546 <context-group purpose="location">
7902 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7547 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7903 <context context-type="linenumber">1</context> 7548 <context context-type="linenumber">1</context>
7904 </context-group> 7549 </context-group>
7905 </trans-unit> 7550 </trans-unit><trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef" datatype="html">
7906 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef" datatype="html">
7907 <source>Sun</source><target state="final">Sun</target> 7551 <source>Sun</source><target state="final">Sun</target>
7908 <context-group purpose="location"> 7552 <context-group purpose="location">
7909 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7553 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7910 <context context-type="linenumber">1</context> 7554 <context context-type="linenumber">1</context>
7911 </context-group> 7555 </context-group>
7912 <note priority="1" from="description">Day name short</note> 7556 <note priority="1" from="description">Day name short</note>
7913 </trans-unit> 7557 </trans-unit><trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff" datatype="html">
7914 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff" datatype="html">
7915 <source>Mon</source><target state="final">Mon</target> 7558 <source>Mon</source><target state="final">Mon</target>
7916 <context-group purpose="location"> 7559 <context-group purpose="location">
7917 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7560 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7918 <context context-type="linenumber">1</context> 7561 <context context-type="linenumber">1</context>
7919 </context-group> 7562 </context-group>
7920 <note priority="1" from="description">Day name short</note> 7563 <note priority="1" from="description">Day name short</note>
7921 </trans-unit> 7564 </trans-unit><trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9" datatype="html">
7922 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9" datatype="html">
7923 <source>Tue</source><target state="final">Tue</target> 7565 <source>Tue</source><target state="final">Tue</target>
7924 <context-group purpose="location"> 7566 <context-group purpose="location">
7925 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7567 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7926 <context context-type="linenumber">1</context> 7568 <context context-type="linenumber">1</context>
7927 </context-group> 7569 </context-group>
7928 <note priority="1" from="description">Day name short</note> 7570 <note priority="1" from="description">Day name short</note>
7929 </trans-unit> 7571 </trans-unit><trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d" datatype="html">
7930 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d" datatype="html">
7931 <source>Wed</source><target state="final">Wed</target> 7572 <source>Wed</source><target state="final">Wed</target>
7932 <context-group purpose="location"> 7573 <context-group purpose="location">
7933 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7574 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7934 <context context-type="linenumber">1</context> 7575 <context context-type="linenumber">1</context>
7935 </context-group> 7576 </context-group>
7936 <note priority="1" from="description">Day name short</note> 7577 <note priority="1" from="description">Day name short</note>
7937 </trans-unit> 7578 </trans-unit><trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6" datatype="html">
7938 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6" datatype="html">
7939 <source>Thu</source><target state="final">Thu</target> 7579 <source>Thu</source><target state="final">Thu</target>
7940 <context-group purpose="location"> 7580 <context-group purpose="location">
7941 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7581 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7942 <context context-type="linenumber">1</context> 7582 <context context-type="linenumber">1</context>
7943 </context-group> 7583 </context-group>
7944 <note priority="1" from="description">Day name short</note> 7584 <note priority="1" from="description">Day name short</note>
7945 </trans-unit> 7585 </trans-unit><trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c" datatype="html">
7946 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c" datatype="html">
7947 <source>Fri</source><target state="final">Fri</target> 7586 <source>Fri</source><target state="final">Fri</target>
7948 <context-group purpose="location"> 7587 <context-group purpose="location">
7949 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7588 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7950 <context context-type="linenumber">1</context> 7589 <context context-type="linenumber">1</context>
7951 </context-group> 7590 </context-group>
7952 <note priority="1" from="description">Day name short</note> 7591 <note priority="1" from="description">Day name short</note>
7953 </trans-unit> 7592 </trans-unit><trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261" datatype="html">
7954 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261" datatype="html">
7955 <source>Sat</source><target state="final">Sat</target> 7593 <source>Sat</source><target state="final">Sat</target>
7956 <context-group purpose="location"> 7594 <context-group purpose="location">
7957 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7595 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7958 <context context-type="linenumber">1</context> 7596 <context context-type="linenumber">1</context>
7959 </context-group> 7597 </context-group>
7960 <note priority="1" from="description">Day name short</note> 7598 <note priority="1" from="description">Day name short</note>
7961 </trans-unit> 7599 </trans-unit><trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd" datatype="html">
7962 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd" datatype="html">
7963 <source>Su</source><target state="final">Su</target> 7600 <source>Su</source><target state="final">Su</target>
7964 <context-group purpose="location"> 7601 <context-group purpose="location">
7965 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7602 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7966 <context context-type="linenumber">1</context> 7603 <context context-type="linenumber">1</context>
7967 </context-group> 7604 </context-group>
7968 <note priority="1" from="description">Day name min</note> 7605 <note priority="1" from="description">Day name min</note>
7969 </trans-unit> 7606 </trans-unit><trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3" datatype="html">
7970 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3" datatype="html">
7971 <source>Mo</source><target state="final">Mo</target> 7607 <source>Mo</source><target state="final">Mo</target>
7972 <context-group purpose="location"> 7608 <context-group purpose="location">
7973 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7609 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7974 <context context-type="linenumber">1</context> 7610 <context context-type="linenumber">1</context>
7975 </context-group> 7611 </context-group>
7976 <note priority="1" from="description">Day name min</note> 7612 <note priority="1" from="description">Day name min</note>
7977 </trans-unit> 7613 </trans-unit><trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462" datatype="html">
7978 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462" datatype="html">
7979 <source>Tu</source><target state="final">Tu</target> 7614 <source>Tu</source><target state="final">Tu</target>
7980 <context-group purpose="location"> 7615 <context-group purpose="location">
7981 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7616 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7982 <context context-type="linenumber">1</context> 7617 <context context-type="linenumber">1</context>
7983 </context-group> 7618 </context-group>
7984 <note priority="1" from="description">Day name min</note> 7619 <note priority="1" from="description">Day name min</note>
7985 </trans-unit> 7620 </trans-unit><trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef" datatype="html">
7986 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef" datatype="html">
7987 <source>We</source><target state="final">We</target> 7621 <source>We</source><target state="final">We</target>
7988 <context-group purpose="location"> 7622 <context-group purpose="location">
7989 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7623 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7990 <context context-type="linenumber">1</context> 7624 <context context-type="linenumber">1</context>
7991 </context-group> 7625 </context-group>
7992 <note priority="1" from="description">Day name min</note> 7626 <note priority="1" from="description">Day name min</note>
7993 </trans-unit> 7627 </trans-unit><trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd" datatype="html">
7994 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd" datatype="html">
7995 <source>Th</source><target state="final">Th</target> 7628 <source>Th</source><target state="final">Th</target>
7996 <context-group purpose="location"> 7629 <context-group purpose="location">
7997 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7630 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7998 <context context-type="linenumber">1</context> 7631 <context context-type="linenumber">1</context>
7999 </context-group> 7632 </context-group>
8000 <note priority="1" from="description">Day name min</note> 7633 <note priority="1" from="description">Day name min</note>
8001 </trans-unit> 7634 </trans-unit><trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5" datatype="html">
8002 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5" datatype="html">
8003 <source>Fr</source><target state="final">Fr</target> 7635 <source>Fr</source><target state="final">Fr</target>
8004 <context-group purpose="location"> 7636 <context-group purpose="location">
8005 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7637 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8006 <context context-type="linenumber">1</context> 7638 <context context-type="linenumber">1</context>
8007 </context-group> 7639 </context-group>
8008 <note priority="1" from="description">Day name min</note> 7640 <note priority="1" from="description">Day name min</note>
8009 </trans-unit> 7641 </trans-unit><trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0" datatype="html">
8010 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0" datatype="html">
8011 <source>Sa</source><target state="final">Sa</target> 7642 <source>Sa</source><target state="final">Sa</target>
8012 <context-group purpose="location"> 7643 <context-group purpose="location">
8013 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7644 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8014 <context context-type="linenumber">1</context> 7645 <context context-type="linenumber">1</context>
8015 </context-group> 7646 </context-group>
8016 <note priority="1" from="description">Day name min</note> 7647 <note priority="1" from="description">Day name min</note>
8017 </trans-unit> 7648 </trans-unit><trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0" datatype="html">
8018 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0" datatype="html">
8019 <source>January</source><target state="final">January</target> 7649 <source>January</source><target state="final">January</target>
8020 <context-group purpose="location"> 7650 <context-group purpose="location">
8021 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7651 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8022 <context context-type="linenumber">1</context> 7652 <context context-type="linenumber">1</context>
8023 </context-group> 7653 </context-group>
8024 </trans-unit> 7654 </trans-unit><trans-unit id="0393a96b58df82af39a2ec83deec624749e42036" datatype="html">
8025 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036" datatype="html">
8026 <source>February</source><target state="final">February</target> 7655 <source>February</source><target state="final">February</target>
8027 <context-group purpose="location"> 7656 <context-group purpose="location">
8028 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7657 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8029 <context context-type="linenumber">1</context> 7658 <context context-type="linenumber">1</context>
8030 </context-group> 7659 </context-group>
8031 </trans-unit> 7660 </trans-unit><trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e" datatype="html">
8032 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e" datatype="html">
8033 <source>March</source><target state="final">March</target> 7661 <source>March</source><target state="final">March</target>
8034 <context-group purpose="location"> 7662 <context-group purpose="location">
8035 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7663 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8036 <context context-type="linenumber">1</context> 7664 <context context-type="linenumber">1</context>
8037 </context-group> 7665 </context-group>
8038 </trans-unit> 7666 </trans-unit><trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a" datatype="html">
8039 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a" datatype="html">
8040 <source>April</source><target state="final">April</target> 7667 <source>April</source><target state="final">April</target>
8041 <context-group purpose="location"> 7668 <context-group purpose="location">
8042 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7669 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8043 <context context-type="linenumber">1</context> 7670 <context context-type="linenumber">1</context>
8044 </context-group> 7671 </context-group>
8045 </trans-unit> 7672 </trans-unit><trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e" datatype="html">
8046 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e" datatype="html">
8047 <source>May</source><target state="final">May</target> 7673 <source>May</source><target state="final">May</target>
8048 <context-group purpose="location"> 7674 <context-group purpose="location">
8049 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7675 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
@@ -8053,468 +7679,403 @@ When you will upload a video in this channel, the video support field will be au
8053 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7679 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8054 <context context-type="linenumber">1</context> 7680 <context context-type="linenumber">1</context>
8055 </context-group> 7681 </context-group>
8056 </trans-unit> 7682 </trans-unit><trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2" datatype="html">
8057 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2" datatype="html">
8058 <source>June</source><target state="final">June</target> 7683 <source>June</source><target state="final">June</target>
8059 <context-group purpose="location"> 7684 <context-group purpose="location">
8060 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7685 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8061 <context context-type="linenumber">1</context> 7686 <context context-type="linenumber">1</context>
8062 </context-group> 7687 </context-group>
8063 </trans-unit> 7688 </trans-unit><trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e" datatype="html">
8064 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e" datatype="html">
8065 <source>July</source><target state="final">July</target> 7689 <source>July</source><target state="final">July</target>
8066 <context-group purpose="location"> 7690 <context-group purpose="location">
8067 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7691 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8068 <context context-type="linenumber">1</context> 7692 <context context-type="linenumber">1</context>
8069 </context-group> 7693 </context-group>
8070 </trans-unit> 7694 </trans-unit><trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829" datatype="html">
8071 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829" datatype="html">
8072 <source>August</source><target state="final">August</target> 7695 <source>August</source><target state="final">August</target>
8073 <context-group purpose="location"> 7696 <context-group purpose="location">
8074 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7697 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8075 <context context-type="linenumber">1</context> 7698 <context context-type="linenumber">1</context>
8076 </context-group> 7699 </context-group>
8077 </trans-unit> 7700 </trans-unit><trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938" datatype="html">
8078 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938" datatype="html">
8079 <source>September</source><target state="final">September</target> 7701 <source>September</source><target state="final">September</target>
8080 <context-group purpose="location"> 7702 <context-group purpose="location">
8081 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7703 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8082 <context context-type="linenumber">1</context> 7704 <context context-type="linenumber">1</context>
8083 </context-group> 7705 </context-group>
8084 </trans-unit> 7706 </trans-unit><trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b" datatype="html">
8085 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b" datatype="html">
8086 <source>October</source><target state="final">October</target> 7707 <source>October</source><target state="final">October</target>
8087 <context-group purpose="location"> 7708 <context-group purpose="location">
8088 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7709 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8089 <context context-type="linenumber">1</context> 7710 <context context-type="linenumber">1</context>
8090 </context-group> 7711 </context-group>
8091 </trans-unit> 7712 </trans-unit><trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52" datatype="html">
8092 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52" datatype="html">
8093 <source>November</source><target state="final">November</target> 7713 <source>November</source><target state="final">November</target>
8094 <context-group purpose="location"> 7714 <context-group purpose="location">
8095 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7715 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8096 <context context-type="linenumber">1</context> 7716 <context context-type="linenumber">1</context>
8097 </context-group> 7717 </context-group>
8098 </trans-unit> 7718 </trans-unit><trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c" datatype="html">
8099 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c" datatype="html">
8100 <source>December</source><target state="final">December</target> 7719 <source>December</source><target state="final">December</target>
8101 <context-group purpose="location"> 7720 <context-group purpose="location">
8102 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7721 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8103 <context context-type="linenumber">1</context> 7722 <context context-type="linenumber">1</context>
8104 </context-group> 7723 </context-group>
8105 </trans-unit> 7724 </trans-unit><trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7" datatype="html">
8106 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7" datatype="html">
8107 <source>Jan</source><target state="final">Jan</target> 7725 <source>Jan</source><target state="final">Jan</target>
8108 <context-group purpose="location"> 7726 <context-group purpose="location">
8109 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7727 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8110 <context context-type="linenumber">1</context> 7728 <context context-type="linenumber">1</context>
8111 </context-group> 7729 </context-group>
8112 <note priority="1" from="description">Month name short</note> 7730 <note priority="1" from="description">Month name short</note>
8113 </trans-unit> 7731 </trans-unit><trans-unit id="23544170afbb981dd52750b641576841cf5dcf60" datatype="html">
8114 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60" datatype="html">
8115 <source>Feb</source><target state="final">Feb</target> 7732 <source>Feb</source><target state="final">Feb</target>
8116 <context-group purpose="location"> 7733 <context-group purpose="location">
8117 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7734 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8118 <context context-type="linenumber">1</context> 7735 <context context-type="linenumber">1</context>
8119 </context-group> 7736 </context-group>
8120 <note priority="1" from="description">Month name short</note> 7737 <note priority="1" from="description">Month name short</note>
8121 </trans-unit> 7738 </trans-unit><trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7" datatype="html">
8122 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7" datatype="html">
8123 <source>Mar</source><target state="final">Mar</target> 7739 <source>Mar</source><target state="final">Mar</target>
8124 <context-group purpose="location"> 7740 <context-group purpose="location">
8125 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7741 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8126 <context context-type="linenumber">1</context> 7742 <context context-type="linenumber">1</context>
8127 </context-group> 7743 </context-group>
8128 <note priority="1" from="description">Month name short</note> 7744 <note priority="1" from="description">Month name short</note>
8129 </trans-unit> 7745 </trans-unit><trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463" datatype="html">
8130 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463" datatype="html">
8131 <source>Apr</source><target state="final">Apr</target> 7746 <source>Apr</source><target state="final">Apr</target>
8132 <context-group purpose="location"> 7747 <context-group purpose="location">
8133 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7748 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8134 <context context-type="linenumber">1</context> 7749 <context context-type="linenumber">1</context>
8135 </context-group> 7750 </context-group>
8136 <note priority="1" from="description">Month name short</note> 7751 <note priority="1" from="description">Month name short</note>
8137 </trans-unit> 7752 </trans-unit><trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f" datatype="html">
8138 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f" datatype="html">
8139 <source>Jun</source><target state="final">Jun</target> 7753 <source>Jun</source><target state="final">Jun</target>
8140 <context-group purpose="location"> 7754 <context-group purpose="location">
8141 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7755 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8142 <context context-type="linenumber">1</context> 7756 <context context-type="linenumber">1</context>
8143 </context-group> 7757 </context-group>
8144 <note priority="1" from="description">Month name short</note> 7758 <note priority="1" from="description">Month name short</note>
8145 </trans-unit> 7759 </trans-unit><trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211" datatype="html">
8146 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211" datatype="html">
8147 <source>Jul</source><target state="final">Jul</target> 7760 <source>Jul</source><target state="final">Jul</target>
8148 <context-group purpose="location"> 7761 <context-group purpose="location">
8149 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7762 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8150 <context context-type="linenumber">1</context> 7763 <context context-type="linenumber">1</context>
8151 </context-group> 7764 </context-group>
8152 <note priority="1" from="description">Month name short</note> 7765 <note priority="1" from="description">Month name short</note>
8153 </trans-unit> 7766 </trans-unit><trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212" datatype="html">
8154 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212" datatype="html">
8155 <source>Aug</source><target state="final">Aug</target> 7767 <source>Aug</source><target state="final">Aug</target>
8156 <context-group purpose="location"> 7768 <context-group purpose="location">
8157 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7769 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8158 <context context-type="linenumber">1</context> 7770 <context context-type="linenumber">1</context>
8159 </context-group> 7771 </context-group>
8160 <note priority="1" from="description">Month name short</note> 7772 <note priority="1" from="description">Month name short</note>
8161 </trans-unit> 7773 </trans-unit><trans-unit id="4f739d03be1c936c58978739c317d91566348204" datatype="html">
8162 <trans-unit id="4f739d03be1c936c58978739c317d91566348204" datatype="html">
8163 <source>Sep</source><target state="final">Sep</target> 7774 <source>Sep</source><target state="final">Sep</target>
8164 <context-group purpose="location"> 7775 <context-group purpose="location">
8165 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7776 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8166 <context context-type="linenumber">1</context> 7777 <context context-type="linenumber">1</context>
8167 </context-group> 7778 </context-group>
8168 <note priority="1" from="description">Month name short</note> 7779 <note priority="1" from="description">Month name short</note>
8169 </trans-unit> 7780 </trans-unit><trans-unit id="6607cacb987a588530a13de7018d959240d19153" datatype="html">
8170 <trans-unit id="6607cacb987a588530a13de7018d959240d19153" datatype="html">
8171 <source>Oct</source><target state="final">Oct</target> 7781 <source>Oct</source><target state="final">Oct</target>
8172 <context-group purpose="location"> 7782 <context-group purpose="location">
8173 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7783 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8174 <context context-type="linenumber">1</context> 7784 <context context-type="linenumber">1</context>
8175 </context-group> 7785 </context-group>
8176 <note priority="1" from="description">Month name short</note> 7786 <note priority="1" from="description">Month name short</note>
8177 </trans-unit> 7787 </trans-unit><trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0" datatype="html">
8178 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0" datatype="html">
8179 <source>Nov</source><target state="final">Nov</target> 7788 <source>Nov</source><target state="final">Nov</target>
8180 <context-group purpose="location"> 7789 <context-group purpose="location">
8181 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7790 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8182 <context context-type="linenumber">1</context> 7791 <context context-type="linenumber">1</context>
8183 </context-group> 7792 </context-group>
8184 <note priority="1" from="description">Month name short</note> 7793 <note priority="1" from="description">Month name short</note>
8185 </trans-unit> 7794 </trans-unit><trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e" datatype="html">
8186 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e" datatype="html">
8187 <source>Dec</source><target state="final">Dec</target> 7795 <source>Dec</source><target state="final">Dec</target>
8188 <context-group purpose="location"> 7796 <context-group purpose="location">
8189 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7797 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8190 <context context-type="linenumber">1</context> 7798 <context context-type="linenumber">1</context>
8191 </context-group> 7799 </context-group>
8192 <note priority="1" from="description">Month name short</note> 7800 <note priority="1" from="description">Month name short</note>
8193 </trans-unit> 7801 </trans-unit><trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html">
8194 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html">
8195 <source>Clear</source><target state="final">Clear</target> 7802 <source>Clear</source><target state="final">Clear</target>
8196 <context-group purpose="location"> 7803 <context-group purpose="location">
8197 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7804 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8198 <context context-type="linenumber">1</context> 7805 <context context-type="linenumber">1</context>
8199 </context-group> 7806 </context-group>
8200 </trans-unit> 7807 </trans-unit><trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5" datatype="html">
8201 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5" datatype="html">
8202 <source>yy-mm-dd </source><target state="final">yy-mm-dd </target> 7808 <source>yy-mm-dd </source><target state="final">yy-mm-dd </target>
8203 <context-group purpose="location"> 7809 <context-group purpose="location">
8204 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context> 7810 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
8205 <context context-type="linenumber">1</context> 7811 <context context-type="linenumber">1</context>
8206 </context-group> 7812 </context-group>
8207 <note priority="1" from="description">Date format in this locale.</note> 7813 <note priority="1" from="description">Date format in this locale.</note>
8208 </trans-unit> 7814 </trans-unit><trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
8209 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
8210 <source>Hidden</source><target state="final">Hidden</target> 7815 <source>Hidden</source><target state="final">Hidden</target>
8211 <context-group purpose="location"> 7816 <context-group purpose="location">
8212 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7817 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8213 <context context-type="linenumber">1</context> 7818 <context context-type="linenumber">1</context>
8214 </context-group> 7819 </context-group>
8215 </trans-unit> 7820 </trans-unit><trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
8216 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
8217 <source>Blurred with confirmation request</source><target state="final">Blurred with confirmation request</target> 7821 <source>Blurred with confirmation request</source><target state="final">Blurred with confirmation request</target>
8218 <context-group purpose="location"> 7822 <context-group purpose="location">
8219 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7823 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8220 <context context-type="linenumber">1</context> 7824 <context context-type="linenumber">1</context>
8221 </context-group> 7825 </context-group>
8222 </trans-unit> 7826 </trans-unit><trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
8223 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
8224 <source>Displayed</source><target state="final">Displayed</target> 7827 <source>Displayed</source><target state="final">Displayed</target>
8225 <context-group purpose="location"> 7828 <context-group purpose="location">
8226 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7829 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8227 <context context-type="linenumber">1</context> 7830 <context context-type="linenumber">1</context>
8228 </context-group> 7831 </context-group>
8229 </trans-unit> 7832 </trans-unit><trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
8230 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
8231 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target state="final">~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 7833 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target state="final">~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
8232 <context-group purpose="location"> 7834 <context-group purpose="location">
8233 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7835 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8234 <context context-type="linenumber">1</context> 7836 <context context-type="linenumber">1</context>
8235 </context-group> 7837 </context-group>
8236 </trans-unit> 7838 </trans-unit><trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
8237 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
8238 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source><target state="final">{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target> 7839 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source><target state="final">{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target>
8239 <context-group purpose="location"> 7840 <context-group purpose="location">
8240 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7841 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8241 <context context-type="linenumber">1</context> 7842 <context context-type="linenumber">1</context>
8242 </context-group> 7843 </context-group>
8243 </trans-unit> 7844 </trans-unit><trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
8244 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
8245 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target> 7845 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target>
8246 <context-group purpose="location"> 7846 <context-group purpose="location">
8247 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7847 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8248 <context context-type="linenumber">1</context> 7848 <context context-type="linenumber">1</context>
8249 </context-group> 7849 </context-group>
8250 </trans-unit> 7850 </trans-unit><trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
8251 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
8252 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target> 7851 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target>
8253 <context-group purpose="location"> 7852 <context-group purpose="location">
8254 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7853 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8255 <context context-type="linenumber">1</context> 7854 <context context-type="linenumber">1</context>
8256 </context-group> 7855 </context-group>
8257 </trans-unit> 7856 </trans-unit><trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
8258 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
8259 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target> 7857 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target>
8260 <context-group purpose="location"> 7858 <context-group purpose="location">
8261 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7859 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8262 <context context-type="linenumber">1</context> 7860 <context context-type="linenumber">1</context>
8263 </context-group> 7861 </context-group>
8264 </trans-unit> 7862 </trans-unit><trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
8265 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
8266 <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><target state="final"><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:</target> 7863 <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><target state="final"><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:</target>
8267 <context-group purpose="location"> 7864 <context-group purpose="location">
8268 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 7865 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8269 <context context-type="linenumber">1</context> 7866 <context context-type="linenumber">1</context>
8270 </context-group> 7867 </context-group>
8271 </trans-unit> 7868 </trans-unit><trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980" datatype="html">
8272 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980" datatype="html">
8273 <source>Emphasis</source><target state="final">Emphasis</target> 7869 <source>Emphasis</source><target state="final">Emphasis</target>
8274 <context-group purpose="location"> 7870 <context-group purpose="location">
8275 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 7871 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8276 <context context-type="linenumber">1</context> 7872 <context context-type="linenumber">1</context>
8277 </context-group> 7873 </context-group>
8278 </trans-unit> 7874 </trans-unit><trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0" datatype="html">
8279 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0" datatype="html">
8280 <source>Links</source><target state="final">Links</target> 7875 <source>Links</source><target state="final">Links</target>
8281 <context-group purpose="location"> 7876 <context-group purpose="location">
8282 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 7877 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8283 <context context-type="linenumber">1</context> 7878 <context context-type="linenumber">1</context>
8284 </context-group> 7879 </context-group>
8285 </trans-unit> 7880 </trans-unit><trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a" datatype="html">
8286 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a" datatype="html">
8287 <source>New lines</source><target state="final">New lines</target> 7881 <source>New lines</source><target state="final">New lines</target>
8288 <context-group purpose="location"> 7882 <context-group purpose="location">
8289 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 7883 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8290 <context context-type="linenumber">1</context> 7884 <context context-type="linenumber">1</context>
8291 </context-group> 7885 </context-group>
8292 </trans-unit> 7886 </trans-unit><trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1" datatype="html">
8293 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1" datatype="html">
8294 <source>Lists</source><target state="final">Lists</target> 7887 <source>Lists</source><target state="final">Lists</target>
8295 <context-group purpose="location"> 7888 <context-group purpose="location">
8296 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 7889 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8297 <context context-type="linenumber">1</context> 7890 <context context-type="linenumber">1</context>
8298 </context-group> 7891 </context-group>
8299 </trans-unit> 7892 </trans-unit><trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866" datatype="html">
8300 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866" datatype="html">
8301 <source>Images</source><target state="final">Images</target> 7893 <source>Images</source><target state="final">Images</target>
8302 <context-group purpose="location"> 7894 <context-group purpose="location">
8303 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 7895 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8304 <context context-type="linenumber">1</context> 7896 <context context-type="linenumber">1</context>
8305 </context-group> 7897 </context-group>
8306 </trans-unit> 7898 </trans-unit><trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html">
8307 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html">
8308 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target> 7899 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target>
8309 <context-group purpose="location"> 7900 <context-group purpose="location">
8310 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context> 7901 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
8311 <context context-type="linenumber">1</context> 7902 <context context-type="linenumber">1</context>
8312 </context-group> 7903 </context-group>
8313 </trans-unit> 7904 </trans-unit><trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html">
8314 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html">
8315 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target> 7905 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target>
8316 <context-group purpose="location"> 7906 <context-group purpose="location">
8317 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context> 7907 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
8318 <context context-type="linenumber">1</context> 7908 <context context-type="linenumber">1</context>
8319 </context-group> 7909 </context-group>
8320 </trans-unit> 7910 </trans-unit><trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html">
8321 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html">
8322 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target state="final">Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target> 7911 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target state="final">Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
8323 <context-group purpose="location"> 7912 <context-group purpose="location">
8324 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7913 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8325 <context context-type="linenumber">1</context> 7914 <context context-type="linenumber">1</context>
8326 </context-group> 7915 </context-group>
8327 </trans-unit> 7916 </trans-unit><trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html">
8328 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html">
8329 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target> 7917 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target>
8330 <context-group purpose="location"> 7918 <context-group purpose="location">
8331 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7919 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8332 <context context-type="linenumber">1</context> 7920 <context context-type="linenumber">1</context>
8333 </context-group> 7921 </context-group>
8334 </trans-unit> 7922 </trans-unit><trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603" datatype="html">
8335 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603" datatype="html">
8336 <source>If you remove this user, you will not be able to create another with the same username!</source><target state="final">If you remove this user, you will not be able to create another with the same username!</target> 7923 <source>If you remove this user, you will not be able to create another with the same username!</source><target state="final">If you remove this user, you will not be able to create another with the same username!</target>
8337 <context-group purpose="location"> 7924 <context-group purpose="location">
8338 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7925 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8339 <context context-type="linenumber">1</context> 7926 <context context-type="linenumber">1</context>
8340 </context-group> 7927 </context-group>
8341 </trans-unit> 7928 </trans-unit><trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html">
8342 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html">
8343 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target> 7929 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target>
8344 <context-group purpose="location"> 7930 <context-group purpose="location">
8345 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7931 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8346 <context context-type="linenumber">1</context> 7932 <context context-type="linenumber">1</context>
8347 </context-group> 7933 </context-group>
8348 </trans-unit> 7934 </trans-unit><trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html">
8349 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html">
8350 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target> 7935 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target>
8351 <context-group purpose="location"> 7936 <context-group purpose="location">
8352 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7937 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8353 <context context-type="linenumber">1</context> 7938 <context context-type="linenumber">1</context>
8354 </context-group> 7939 </context-group>
8355 </trans-unit> 7940 </trans-unit><trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html">
8356 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html">
8357 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target> 7941 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target>
8358 <context-group purpose="location"> 7942 <context-group purpose="location">
8359 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7943 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8360 <context context-type="linenumber">1</context> 7944 <context context-type="linenumber">1</context>
8361 </context-group> 7945 </context-group>
8362 </trans-unit> 7946 </trans-unit><trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html">
8363 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html">
8364 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target> 7947 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target>
8365 <context-group purpose="location"> 7948 <context-group purpose="location">
8366 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7949 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8367 <context context-type="linenumber">1</context> 7950 <context context-type="linenumber">1</context>
8368 </context-group> 7951 </context-group>
8369 </trans-unit> 7952 </trans-unit><trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
8370 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
8371 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 7953 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
8372 <context-group purpose="location"> 7954 <context-group purpose="location">
8373 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7955 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8374 <context context-type="linenumber">1</context> 7956 <context context-type="linenumber">1</context>
8375 </context-group> 7957 </context-group>
8376 </trans-unit> 7958 </trans-unit><trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
8377 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
8378 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target> 7959 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target>
8379 <context-group purpose="location"> 7960 <context-group purpose="location">
8380 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7961 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8381 <context context-type="linenumber">1</context> 7962 <context context-type="linenumber">1</context>
8382 </context-group> 7963 </context-group>
8383 </trans-unit> 7964 </trans-unit><trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html">
8384 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html">
8385 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target> 7965 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
8386 <context-group purpose="location"> 7966 <context-group purpose="location">
8387 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7967 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8388 <context context-type="linenumber">1</context> 7968 <context context-type="linenumber">1</context>
8389 </context-group> 7969 </context-group>
8390 </trans-unit> 7970 </trans-unit><trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html">
8391 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html">
8392 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target> 7971 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target>
8393 <context-group purpose="location"> 7972 <context-group purpose="location">
8394 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7973 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8395 <context context-type="linenumber">1</context> 7974 <context context-type="linenumber">1</context>
8396 </context-group> 7975 </context-group>
8397 </trans-unit> 7976 </trans-unit><trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc" datatype="html">
8398 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc" datatype="html">
8399 <source>Mute this account</source><target state="final">Mute this account</target> 7977 <source>Mute this account</source><target state="final">Mute this account</target>
8400 <context-group purpose="location"> 7978 <context-group purpose="location">
8401 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7979 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8402 <context context-type="linenumber">1</context> 7980 <context context-type="linenumber">1</context>
8403 </context-group> 7981 </context-group>
8404 </trans-unit> 7982 </trans-unit><trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952" datatype="html">
8405 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952" datatype="html">
8406 <source>Unmute this account</source><target state="final">Unmute this account</target> 7983 <source>Unmute this account</source><target state="final">Unmute this account</target>
8407 <context-group purpose="location"> 7984 <context-group purpose="location">
8408 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7985 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8409 <context context-type="linenumber">1</context> 7986 <context context-type="linenumber">1</context>
8410 </context-group> 7987 </context-group>
8411 </trans-unit> 7988 </trans-unit><trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d" datatype="html">
8412 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d" datatype="html">
8413 <source>Mute the instance</source><target state="final">Mute the instance</target> 7989 <source>Mute the instance</source><target state="final">Mute the instance</target>
8414 <context-group purpose="location"> 7990 <context-group purpose="location">
8415 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7991 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8416 <context context-type="linenumber">1</context> 7992 <context context-type="linenumber">1</context>
8417 </context-group> 7993 </context-group>
8418 </trans-unit> 7994 </trans-unit><trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9" datatype="html">
8419 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9" datatype="html">
8420 <source>Unmute the instance</source><target state="final">Unmute the instance</target> 7995 <source>Unmute the instance</source><target state="final">Unmute the instance</target>
8421 <context-group purpose="location"> 7996 <context-group purpose="location">
8422 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7997 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8423 <context context-type="linenumber">1</context> 7998 <context context-type="linenumber">1</context>
8424 </context-group> 7999 </context-group>
8425 </trans-unit> 8000 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
8426 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
8427 <source>Mute this account by your instance</source><target state="final">Mute this account by your instance</target> 8001 <source>Mute this account by your instance</source><target state="final">Mute this account by your instance</target>
8428 <context-group purpose="location"> 8002 <context-group purpose="location">
8429 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8003 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8430 <context context-type="linenumber">1</context> 8004 <context context-type="linenumber">1</context>
8431 </context-group> 8005 </context-group>
8432 </trans-unit> 8006 </trans-unit><trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957" datatype="html">
8433 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957" datatype="html">
8434 <source>Unmute this account by your instance</source><target state="final">Unmute this account by your instance</target> 8007 <source>Unmute this account by your instance</source><target state="final">Unmute this account by your instance</target>
8435 <context-group purpose="location"> 8008 <context-group purpose="location">
8436 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8009 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8437 <context context-type="linenumber">1</context> 8010 <context context-type="linenumber">1</context>
8438 </context-group> 8011 </context-group>
8439 </trans-unit> 8012 </trans-unit><trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178" datatype="html">
8440 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178" datatype="html">
8441 <source>Mute the instance by your instance</source><target state="final">Mute the instance by your instance</target> 8013 <source>Mute the instance by your instance</source><target state="final">Mute the instance by your instance</target>
8442 <context-group purpose="location"> 8014 <context-group purpose="location">
8443 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8015 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8444 <context context-type="linenumber">1</context> 8016 <context context-type="linenumber">1</context>
8445 </context-group> 8017 </context-group>
8446 </trans-unit> 8018 </trans-unit><trans-unit id="676221cdabd4805901343976988c028dbf71b20a" datatype="html">
8447 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a" datatype="html">
8448 <source>Unmute the instance by your instance</source><target state="final">Unmute the instance by your instance</target> 8019 <source>Unmute the instance by your instance</source><target state="final">Unmute the instance by your instance</target>
8449 <context-group purpose="location"> 8020 <context-group purpose="location">
8450 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8021 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8451 <context context-type="linenumber">1</context> 8022 <context context-type="linenumber">1</context>
8452 </context-group> 8023 </context-group>
8453 </trans-unit> 8024 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
8454 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
8455 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="final">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 8025 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="final">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
8456 <context-group purpose="location"> 8026 <context-group purpose="location">
8457 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 8027 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8458 <context context-type="linenumber">1</context> 8028 <context context-type="linenumber">1</context>
8459 </context-group> 8029 </context-group>
8460 </trans-unit> 8030 </trans-unit><trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html">
8461 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html">
8462 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source><target state="final">Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target> 8031 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source><target state="final">Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target>
8463 <context-group purpose="location"> 8032 <context-group purpose="location">
8464 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 8033 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8465 <context context-type="linenumber">1</context> 8034 <context context-type="linenumber">1</context>
8466 </context-group> 8035 </context-group>
8467 </trans-unit> 8036 </trans-unit><trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d" datatype="html">
8468 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d" datatype="html">
8469 <source>Too many attempts, please try again later.</source><target state="final">Too many attempts, please try again later.</target> 8037 <source>Too many attempts, please try again later.</source><target state="final">Too many attempts, please try again later.</target>
8470 <context-group purpose="location"> 8038 <context-group purpose="location">
8471 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 8039 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8472 <context context-type="linenumber">1</context> 8040 <context context-type="linenumber">1</context>
8473 </context-group> 8041 </context-group>
8474 </trans-unit> 8042 </trans-unit><trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc" datatype="html">
8475 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc" datatype="html">
8476 <source>Server error. Please retry later.</source><target state="final">Server error. Please retry later.</target> 8043 <source>Server error. Please retry later.</source><target state="final">Server error. Please retry later.</target>
8477 <context-group purpose="location"> 8044 <context-group purpose="location">
8478 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 8045 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8479 <context context-type="linenumber">1</context> 8046 <context context-type="linenumber">1</context>
8480 </context-group> 8047 </context-group>
8481 </trans-unit> 8048 </trans-unit><trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded" datatype="html">
8482 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded" datatype="html">
8483 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 8049 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
8484 <context-group purpose="location"> 8050 <context-group purpose="location">
8485 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 8051 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8486 <context context-type="linenumber">1</context> 8052 <context context-type="linenumber">1</context>
8487 </context-group> 8053 </context-group>
8488 </trans-unit> 8054 </trans-unit><trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
8489 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
8490 <source>Subscribed</source><target state="final">Subscribed</target> 8055 <source>Subscribed</source><target state="final">Subscribed</target>
8491 <context-group purpose="location"> 8056 <context-group purpose="location">
8492 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 8057 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8493 <context context-type="linenumber">1</context> 8058 <context context-type="linenumber">1</context>
8494 </context-group> 8059 </context-group>
8495 </trans-unit> 8060 </trans-unit><trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html">
8496 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html">
8497 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 8061 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
8498 <context-group purpose="location"> 8062 <context-group purpose="location">
8499 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 8063 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8500 <context context-type="linenumber">1</context> 8064 <context context-type="linenumber">1</context>
8501 </context-group> 8065 </context-group>
8502 </trans-unit> 8066 </trans-unit><trans-unit id="294395337b767af84f952ac28d58d54a13a11471" datatype="html">
8503 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471" datatype="html">
8504 <source>Unsubscribed</source><target state="final">Unsubscribed</target> 8067 <source>Unsubscribed</source><target state="final">Unsubscribed</target>
8505 <context-group purpose="location"> 8068 <context-group purpose="location">
8506 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 8069 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8507 <context context-type="linenumber">1</context> 8070 <context context-type="linenumber">1</context>
8508 </context-group> 8071 </context-group>
8509 </trans-unit> 8072 </trans-unit><trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf" datatype="html">
8510 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf" datatype="html">
8511 <source>Moderator</source><target state="final">Moderator</target> 8073 <source>Moderator</source><target state="final">Moderator</target>
8512 <context-group purpose="location"> 8074 <context-group purpose="location">
8513 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context> 8075 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
8514 <context context-type="linenumber">1</context> 8076 <context context-type="linenumber">1</context>
8515 </context-group> 8077 </context-group>
8516 </trans-unit> 8078 </trans-unit><trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
8517 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
8518 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source><target state="final">Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></target> 8079 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source><target state="final">Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
8519 <context-group purpose="location"> 8080 <context-group purpose="location">
8520 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8081 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
@@ -8524,29 +8085,25 @@ When you will upload a video in this channel, the video support field will be au
8524 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context> 8085 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8525 <context context-type="linenumber">1</context> 8086 <context context-type="linenumber">1</context>
8526 </context-group> 8087 </context-group>
8527 </trans-unit> 8088 </trans-unit><trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
8528 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
8529 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target state="final">Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target> 8089 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target state="final">Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
8530 <context-group purpose="location"> 8090 <context-group purpose="location">
8531 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8091 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8532 <context context-type="linenumber">1</context> 8092 <context context-type="linenumber">1</context>
8533 </context-group> 8093 </context-group>
8534 </trans-unit> 8094 </trans-unit><trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
8535 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
8536 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source><target state="final">Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></target> 8095 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source><target state="final">Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
8537 <context-group purpose="location"> 8096 <context-group purpose="location">
8538 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8097 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8539 <context context-type="linenumber">1</context> 8098 <context context-type="linenumber">1</context>
8540 </context-group> 8099 </context-group>
8541 </trans-unit> 8100 </trans-unit><trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
8542 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
8543 <source>Timestamps updated</source><target state="final">Timestamps updated</target> 8101 <source>Timestamps updated</source><target state="final">Timestamps updated</target>
8544 <context-group purpose="location"> 8102 <context-group purpose="location">
8545 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context> 8103 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8546 <context context-type="linenumber">1</context> 8104 <context context-type="linenumber">1</context>
8547 </context-group> 8105 </context-group>
8548 </trans-unit> 8106 </trans-unit><trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
8549 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
8550 <source>Starts at </source><target state="final">Starts at </target> 8107 <source>Starts at </source><target state="final">Starts at </target>
8551 <context-group purpose="location"> 8108 <context-group purpose="location">
8552 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context> 8109 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
@@ -8556,29 +8113,25 @@ When you will upload a video in this channel, the video support field will be au
8556 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context> 8113 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8557 <context context-type="linenumber">1</context> 8114 <context context-type="linenumber">1</context>
8558 </context-group> 8115 </context-group>
8559 </trans-unit> 8116 </trans-unit><trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
8560 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
8561 <source>Stops at </source><target state="final">Stops at </target> 8117 <source>Stops at </source><target state="final">Stops at </target>
8562 <context-group purpose="location"> 8118 <context-group purpose="location">
8563 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context> 8119 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8564 <context context-type="linenumber">1</context> 8120 <context context-type="linenumber">1</context>
8565 </context-group> 8121 </context-group>
8566 </trans-unit> 8122 </trans-unit><trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
8567 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
8568 <source> and stops at </source><target state="final"> and stops at </target> 8123 <source> and stops at </source><target state="final"> and stops at </target>
8569 <context-group purpose="location"> 8124 <context-group purpose="location">
8570 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context> 8125 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8571 <context context-type="linenumber">1</context> 8126 <context context-type="linenumber">1</context>
8572 </context-group> 8127 </context-group>
8573 </trans-unit> 8128 </trans-unit><trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8574 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8575 <source>Video blacklisted.</source><target state="final">Video blacklisted.</target> 8129 <source>Video blacklisted.</source><target state="final">Video blacklisted.</target>
8576 <context-group purpose="location"> 8130 <context-group purpose="location">
8577 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context> 8131 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
8578 <context context-type="linenumber">1</context> 8132 <context context-type="linenumber">1</context>
8579 </context-group> 8133 </context-group>
8580 </trans-unit> 8134 </trans-unit><trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
8581 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
8582 <source>Copied</source><target state="final">Copied</target> 8135 <source>Copied</source><target state="final">Copied</target>
8583 <context-group purpose="location"> 8136 <context-group purpose="location">
8584 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context> 8137 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
@@ -8588,99 +8141,85 @@ When you will upload a video in this channel, the video support field will be au
8588 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context> 8141 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context>
8589 <context context-type="linenumber">1</context> 8142 <context context-type="linenumber">1</context>
8590 </context-group> 8143 </context-group>
8591 </trans-unit> 8144 </trans-unit><trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
8592 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
8593 <source>Video reported.</source><target state="final">Video reported.</target> 8145 <source>Video reported.</source><target state="final">Video reported.</target>
8594 <context-group purpose="location"> 8146 <context-group purpose="location">
8595 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context> 8147 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context>
8596 <context context-type="linenumber">1</context> 8148 <context context-type="linenumber">1</context>
8597 </context-group> 8149 </context-group>
8598 </trans-unit> 8150 </trans-unit><trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
8599 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
8600 <source>Do you really want to delete this video?</source><target state="final">Do you really want to delete this video?</target> 8151 <source>Do you really want to delete this video?</source><target state="final">Do you really want to delete this video?</target>
8601 <context-group purpose="location"> 8152 <context-group purpose="location">
8602 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8153 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8603 <context context-type="linenumber">1</context> 8154 <context context-type="linenumber">1</context>
8604 </context-group> 8155 </context-group>
8605 </trans-unit> 8156 </trans-unit><trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
8606 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
8607 <source>Save to playlist</source><target state="final">Save to playlist</target> 8157 <source>Save to playlist</source><target state="final">Save to playlist</target>
8608 <context-group purpose="location"> 8158 <context-group purpose="location">
8609 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8159 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8610 <context context-type="linenumber">1</context> 8160 <context context-type="linenumber">1</context>
8611 </context-group> 8161 </context-group>
8612 </trans-unit> 8162 </trans-unit><trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
8613 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
8614 <source>Blacklist</source><target state="final">Blacklist</target> 8163 <source>Blacklist</source><target state="final">Blacklist</target>
8615 <context-group purpose="location"> 8164 <context-group purpose="location">
8616 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8165 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8617 <context context-type="linenumber">1</context> 8166 <context context-type="linenumber">1</context>
8618 </context-group> 8167 </context-group>
8619 </trans-unit> 8168 </trans-unit><trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
8620 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
8621 <source>Report</source><target state="final">Report</target> 8169 <source>Report</source><target state="final">Report</target>
8622 <context-group purpose="location"> 8170 <context-group purpose="location">
8623 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context> 8171 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8624 <context context-type="linenumber">1</context> 8172 <context context-type="linenumber">1</context>
8625 </context-group> 8173 </context-group>
8626 </trans-unit> 8174 </trans-unit><trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
8627 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
8628 <source>Published</source><target state="final">Published</target> 8175 <source>Published</source><target state="final">Published</target>
8629 <context-group purpose="location"> 8176 <context-group purpose="location">
8630 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 8177 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8631 <context context-type="linenumber">1</context> 8178 <context context-type="linenumber">1</context>
8632 </context-group> 8179 </context-group>
8633 </trans-unit> 8180 </trans-unit><trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html">
8634 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html">
8635 <source>Publication scheduled on </source><target state="final">Publication scheduled on </target> 8181 <source>Publication scheduled on </source><target state="final">Publication scheduled on </target>
8636 <context-group purpose="location"> 8182 <context-group purpose="location">
8637 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 8183 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8638 <context context-type="linenumber">1</context> 8184 <context context-type="linenumber">1</context>
8639 </context-group> 8185 </context-group>
8640 </trans-unit> 8186 </trans-unit><trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html">
8641 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html">
8642 <source>Waiting transcoding</source><target state="final">Waiting transcoding</target> 8187 <source>Waiting transcoding</source><target state="final">Waiting transcoding</target>
8643 <context-group purpose="location"> 8188 <context-group purpose="location">
8644 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 8189 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8645 <context context-type="linenumber">1</context> 8190 <context context-type="linenumber">1</context>
8646 </context-group> 8191 </context-group>
8647 </trans-unit> 8192 </trans-unit><trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html">
8648 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html">
8649 <source>To transcode</source><target state="final">To transcode</target> 8193 <source>To transcode</source><target state="final">To transcode</target>
8650 <context-group purpose="location"> 8194 <context-group purpose="location">
8651 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 8195 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8652 <context context-type="linenumber">1</context> 8196 <context context-type="linenumber">1</context>
8653 </context-group> 8197 </context-group>
8654 </trans-unit> 8198 </trans-unit><trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
8655 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
8656 <source>To import</source><target state="final">To import</target> 8199 <source>To import</source><target state="final">To import</target>
8657 <context-group purpose="location"> 8200 <context-group purpose="location">
8658 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context> 8201 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8659 <context context-type="linenumber">1</context> 8202 <context context-type="linenumber">1</context>
8660 </context-group> 8203 </context-group>
8661 </trans-unit> 8204 </trans-unit><trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
8662 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
8663 <source>Only I can see this video</source><target state="final">Only I can see this video</target> 8205 <source>Only I can see this video</source><target state="final">Only I can see this video</target>
8664 <context-group purpose="location"> 8206 <context-group purpose="location">
8665 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context> 8207 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
8666 <context context-type="linenumber">1</context> 8208 <context context-type="linenumber">1</context>
8667 </context-group> 8209 </context-group>
8668 </trans-unit> 8210 </trans-unit><trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70" datatype="html">
8669 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70" datatype="html">
8670 <source>Only people with the private link can see this video</source><target state="final">Only people with the private link can see this video</target> 8211 <source>Only people with the private link can see this video</source><target state="final">Only people with the private link can see this video</target>
8671 <context-group purpose="location"> 8212 <context-group purpose="location">
8672 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context> 8213 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
8673 <context context-type="linenumber">1</context> 8214 <context context-type="linenumber">1</context>
8674 </context-group> 8215 </context-group>
8675 </trans-unit> 8216 </trans-unit><trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b" datatype="html">
8676 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b" datatype="html">
8677 <source>Anyone can see this video</source><target state="final">Anyone can see this video</target> 8217 <source>Anyone can see this video</source><target state="final">Anyone can see this video</target>
8678 <context-group purpose="location"> 8218 <context-group purpose="location">
8679 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context> 8219 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
8680 <context context-type="linenumber">1</context> 8220 <context context-type="linenumber">1</context>
8681 </context-group> 8221 </context-group>
8682 </trans-unit> 8222 </trans-unit><trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb" datatype="html">
8683 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb" datatype="html">
8684 <source>Video to import updated.</source><target state="final">Video to import updated.</target> 8223 <source>Video to import updated.</source><target state="final">Video to import updated.</target>
8685 <context-group purpose="location"> 8224 <context-group purpose="location">
8686 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context> 8225 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
@@ -8690,169 +8229,145 @@ When you will upload a video in this channel, the video support field will be au
8690 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context> 8229 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context>
8691 <context context-type="linenumber">1</context> 8230 <context context-type="linenumber">1</context>
8692 </context-group> 8231 </context-group>
8693 </trans-unit> 8232 </trans-unit><trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c" datatype="html">
8694 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c" datatype="html">
8695 <source>Your video was uploaded to your account and is private.</source><target state="final">Your video was uploaded to your account and is private.</target> 8233 <source>Your video was uploaded to your account and is private.</source><target state="final">Your video was uploaded to your account and is private.</target>
8696 <context-group purpose="location"> 8234 <context-group purpose="location">
8697 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8235 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8698 <context context-type="linenumber">1</context> 8236 <context context-type="linenumber">1</context>
8699 </context-group> 8237 </context-group>
8700 </trans-unit> 8238 </trans-unit><trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264" datatype="html">
8701 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264" datatype="html">
8702 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source><target state="final">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target> 8239 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source><target state="final">But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target>
8703 <context-group purpose="location"> 8240 <context-group purpose="location">
8704 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8241 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8705 <context context-type="linenumber">1</context> 8242 <context context-type="linenumber">1</context>
8706 </context-group> 8243 </context-group>
8707 </trans-unit> 8244 </trans-unit><trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4" datatype="html">
8708 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4" datatype="html">
8709 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source><target state="final">Your video is not uploaded yet, are you sure you want to leave this page?</target> 8245 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source><target state="final">Your video is not uploaded yet, are you sure you want to leave this page?</target>
8710 <context-group purpose="location"> 8246 <context-group purpose="location">
8711 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8247 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8712 <context context-type="linenumber">1</context> 8248 <context context-type="linenumber">1</context>
8713 </context-group> 8249 </context-group>
8714 </trans-unit> 8250 </trans-unit><trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
8715 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
8716 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source><target state="final">Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target> 8251 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source><target state="final">Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target>
8717 <context-group purpose="location"> 8252 <context-group purpose="location">
8718 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8253 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8719 <context context-type="linenumber">1</context> 8254 <context context-type="linenumber">1</context>
8720 </context-group> 8255 </context-group>
8721 </trans-unit> 8256 </trans-unit><trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9" datatype="html">
8722 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9" datatype="html">
8723 <source>Upload cancelled</source><target state="final">Upload cancelled</target> 8257 <source>Upload cancelled</source><target state="final">Upload cancelled</target>
8724 <context-group purpose="location"> 8258 <context-group purpose="location">
8725 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8259 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8726 <context context-type="linenumber">1</context> 8260 <context context-type="linenumber">1</context>
8727 </context-group> 8261 </context-group>
8728 </trans-unit> 8262 </trans-unit><trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce" datatype="html">
8729 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce" datatype="html">
8730 <source>Video published.</source><target state="final">Video published.</target> 8263 <source>Video published.</source><target state="final">Video published.</target>
8731 <context-group purpose="location"> 8264 <context-group purpose="location">
8732 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8265 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8733 <context context-type="linenumber">1</context> 8266 <context context-type="linenumber">1</context>
8734 </context-group> 8267 </context-group>
8735 </trans-unit> 8268 </trans-unit><trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html">
8736 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html">
8737 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source><target state="final">Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target> 8269 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source><target state="final">Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
8738 <context-group purpose="location"> 8270 <context-group purpose="location">
8739 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8271 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8740 <context context-type="linenumber">1</context> 8272 <context context-type="linenumber">1</context>
8741 </context-group> 8273 </context-group>
8742 </trans-unit> 8274 </trans-unit><trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html">
8743 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html">
8744 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source><target state="final">Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target> 8275 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source><target state="final">Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
8745 <context-group purpose="location"> 8276 <context-group purpose="location">
8746 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8277 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8747 <context context-type="linenumber">1</context> 8278 <context context-type="linenumber">1</context>
8748 </context-group> 8279 </context-group>
8749 </trans-unit> 8280 </trans-unit><trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4" datatype="html">
8750 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4" datatype="html">
8751 <source>You have unsaved changes! If you leave, your changes will be lost.</source><target state="final">You have unsaved changes! If you leave, your changes will be lost.</target> 8281 <source>You have unsaved changes! If you leave, your changes will be lost.</source><target state="final">You have unsaved changes! If you leave, your changes will be lost.</target>
8752 <context-group purpose="location"> 8282 <context-group purpose="location">
8753 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 8283 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8754 <context context-type="linenumber">1</context> 8284 <context context-type="linenumber">1</context>
8755 </context-group> 8285 </context-group>
8756 </trans-unit> 8286 </trans-unit><trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187" datatype="html">
8757 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187" datatype="html">
8758 <source>Video updated.</source><target state="final">Video updated.</target> 8287 <source>Video updated.</source><target state="final">Video updated.</target>
8759 <context-group purpose="location"> 8288 <context-group purpose="location">
8760 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context> 8289 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8761 <context context-type="linenumber">1</context> 8290 <context context-type="linenumber">1</context>
8762 </context-group> 8291 </context-group>
8763 </trans-unit> 8292 </trans-unit><trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd" datatype="html">
8764 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd" datatype="html">
8765 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source><target state="final"> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</target> 8293 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source><target state="final"> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</target>
8766 <context-group purpose="location"> 8294 <context-group purpose="location">
8767 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8295 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8768 <context context-type="linenumber">1</context> 8296 <context context-type="linenumber">1</context>
8769 </context-group> 8297 </context-group>
8770 </trans-unit> 8298 </trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
8771 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
8772 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="final"> The deletion will be sent to remote instances, so they remove the comment too.</target> 8299 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="final"> The deletion will be sent to remote instances, so they remove the comment too.</target>
8773 <context-group purpose="location"> 8300 <context-group purpose="location">
8774 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8301 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8775 <context context-type="linenumber">1</context> 8302 <context context-type="linenumber">1</context>
8776 </context-group> 8303 </context-group>
8777 </trans-unit> 8304 </trans-unit><trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
8778 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
8779 <source> It is a remote comment, so the deletion will only be effective on your instance.</source><target state="final"> It is a remote comment, so the deletion will only be effective on your instance.</target> 8305 <source> It is a remote comment, so the deletion will only be effective on your instance.</source><target state="final"> It is a remote comment, so the deletion will only be effective on your instance.</target>
8780 <context-group purpose="location"> 8306 <context-group purpose="location">
8781 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8307 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8782 <context context-type="linenumber">1</context> 8308 <context context-type="linenumber">1</context>
8783 </context-group> 8309 </context-group>
8784 </trans-unit> 8310 </trans-unit><trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
8785 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
8786 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target state="final"><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target> 8311 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target state="final"><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target>
8787 <context-group purpose="location"> 8312 <context-group purpose="location">
8788 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 8313 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8789 <context context-type="linenumber">1</context> 8314 <context context-type="linenumber">1</context>
8790 </context-group> 8315 </context-group>
8791 </trans-unit> 8316 </trans-unit><trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html">
8792 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html">
8793 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source><target state="final">This video contains mature or explicit content. Are you sure you want to watch it?</target> 8317 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source><target state="final">This video contains mature or explicit content. Are you sure you want to watch it?</target>
8794 <context-group purpose="location"> 8318 <context-group purpose="location">
8795 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 8319 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8796 <context context-type="linenumber">1</context> 8320 <context context-type="linenumber">1</context>
8797 </context-group> 8321 </context-group>
8798 </trans-unit> 8322 </trans-unit><trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8" datatype="html">
8799 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8" datatype="html">
8800 <source>Mature or explicit content</source><target state="final">Mature or explicit content</target> 8323 <source>Mature or explicit content</source><target state="final">Mature or explicit content</target>
8801 <context-group purpose="location"> 8324 <context-group purpose="location">
8802 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 8325 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8803 <context context-type="linenumber">1</context> 8326 <context context-type="linenumber">1</context>
8804 </context-group> 8327 </context-group>
8805 </trans-unit> 8328 </trans-unit><trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html">
8806 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html">
8807 <source>Like the video</source><target state="final">Like the video</target> 8329 <source>Like the video</source><target state="final">Like the video</target>
8808 <context-group purpose="location"> 8330 <context-group purpose="location">
8809 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 8331 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8810 <context context-type="linenumber">1</context> 8332 <context context-type="linenumber">1</context>
8811 </context-group> 8333 </context-group>
8812 </trans-unit> 8334 </trans-unit><trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8" datatype="html">
8813 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8" datatype="html">
8814 <source>Dislike the video</source><target state="final">Dislike the video</target> 8335 <source>Dislike the video</source><target state="final">Dislike the video</target>
8815 <context-group purpose="location"> 8336 <context-group purpose="location">
8816 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 8337 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8817 <context context-type="linenumber">1</context> 8338 <context context-type="linenumber">1</context>
8818 </context-group> 8339 </context-group>
8819 </trans-unit> 8340 </trans-unit><trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
8820 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
8821 <source>Videos that have the higher number of likes.</source><target state="final">Videos that have the higher number of likes.</target> 8341 <source>Videos that have the higher number of likes.</source><target state="final">Videos that have the higher number of likes.</target>
8822 <context-group purpose="location"> 8342 <context-group purpose="location">
8823 <context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context> 8343 <context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context>
8824 <context context-type="linenumber">1</context> 8344 <context context-type="linenumber">1</context>
8825 </context-group> 8345 </context-group>
8826 </trans-unit> 8346 </trans-unit><trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html">
8827 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html">
8828 <source>Trending for the last 24 hours</source><target state="final">Trending for the last 24 hours</target> 8347 <source>Trending for the last 24 hours</source><target state="final">Trending for the last 24 hours</target>
8829 <context-group purpose="location"> 8348 <context-group purpose="location">
8830 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 8349 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8831 <context context-type="linenumber">1</context> 8350 <context context-type="linenumber">1</context>
8832 </context-group> 8351 </context-group>
8833 </trans-unit> 8352 </trans-unit><trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
8834 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
8835 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source><target state="final">Trending videos are those totalizing the greatest number of views during the last 24 hours</target> 8353 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source><target state="final">Trending videos are those totalizing the greatest number of views during the last 24 hours</target>
8836 <context-group purpose="location"> 8354 <context-group purpose="location">
8837 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 8355 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8838 <context context-type="linenumber">1</context> 8356 <context context-type="linenumber">1</context>
8839 </context-group> 8357 </context-group>
8840 </trans-unit> 8358 </trans-unit><trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
8841 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
8842 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target> 8359 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target>
8843 <context-group purpose="location"> 8360 <context-group purpose="location">
8844 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 8361 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8845 <context context-type="linenumber">1</context> 8362 <context context-type="linenumber">1</context>
8846 </context-group> 8363 </context-group>
8847 </trans-unit> 8364 </trans-unit><trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
8848 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
8849 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target> 8365 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target>
8850 <context-group purpose="location"> 8366 <context-group purpose="location">
8851 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 8367 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8852 <context context-type="linenumber">1</context> 8368 <context context-type="linenumber">1</context>
8853 </context-group> 8369 </context-group>
8854 </trans-unit> 8370 </trans-unit><trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165" datatype="html">
8855 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165" datatype="html">
8856 <source>Videos from your subscriptions</source><target state="final">Videos from your subscriptions</target> 8371 <source>Videos from your subscriptions</source><target state="final">Videos from your subscriptions</target>
8857 <context-group purpose="location"> 8372 <context-group purpose="location">
8858 <context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context> 8373 <context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context>
@@ -8860,5 +8375,4 @@ When you will upload a video in this channel, the video support field will be au
8860 </context-group> 8375 </context-group>
8861 </trans-unit> 8376 </trans-unit>
8862 </body> 8377 </body>
8863 </file> 8378 </file></xliff>
8864</xliff>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index 3727f0f24..1221464f4 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -1307,66 +1307,78 @@
1307 <context-group name="null"> 1307 <context-group name="null">
1308 <context context-type="linenumber">3</context> 1308 <context context-type="linenumber">3</context>
1309 </context-group> 1309 </context-group>
1310 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1310 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1311 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1311 <source>CLI 1312 <source>CLI
1312 documentation</source><target state="new"/> 1313 documentation</source>
1313 <context-group purpose="location"> 1314 <target>Konzolo
1314 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1315 dokumentaĵo</target>
1316 <context-group name="null">
1315 <context context-type="linenumber">12</context> 1317 <context context-type="linenumber">12</context>
1316 </context-group> 1318 </context-group>
1317 </trans-unit><trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html"> 1319 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
1318 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source><target state="new"/> 1320 <trans-unit id="65462878ca6d04c826906432816a3df3e048ac87">
1319 <context-group purpose="location"> 1321 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source>
1320 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1322 <target>Alŝuti aŭ enporti filmojn, analizi protokolon, pritondi deponajn dosierujojn, restarigi pasvorton de uzanto…</target>
1323 <context-group name="null">
1321 <context context-type="linenumber">15</context> 1324 <context context-type="linenumber">15</context>
1322 </context-group> 1325 </context-group>
1323 </trans-unit><trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1326 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
1327 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1324 <source>Administer 1328 <source>Administer
1325 documentation</source><target state="new"/> 1329 documentation</source>
1326 <context-group purpose="location"> 1330 <target>Administri
1327 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1331 dokumentaĵo</target>
1332 <context-group name="null">
1328 <context context-type="linenumber">19</context> 1333 <context context-type="linenumber">19</context>
1329 </context-group> 1334 </context-group>
1330 </trans-unit><trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html"> 1335 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1331 <source>Managing users, following other instances, dealing with spammers...</source><target state="new"/> 1336 <trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e">
1332 <context-group purpose="location"> 1337 <source>Managing users, following other instances, dealing with spammers...</source>
1333 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1338 <target>Mastrumado de uzantoj, abonado de aliaj nodoj, traktado de rubmesaĝistoj…</target>
1339 <context-group name="null">
1334 <context context-type="linenumber">22</context> 1340 <context context-type="linenumber">22</context>
1335 </context-group> 1341 </context-group>
1336 </trans-unit><trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1342 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1343 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1337 <source>Use 1344 <source>Use
1338 documentation</source><target state="new"/> 1345 documentation</source>
1339 <context-group purpose="location"> 1346 <target>Uzi
1340 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1347 dokumentaĵo</target>
1348 <context-group name="null">
1341 <context context-type="linenumber">26</context> 1349 <context context-type="linenumber">26</context>
1342 </context-group> 1350 </context-group>
1343 </trans-unit><trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html"> 1351 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
1344 <source>Setup your account, managing video playlists, discover third-party applications...</source><target state="new"/> 1352 <trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444">
1345 <context-group purpose="location"> 1353 <source>Setup your account, managing video playlists, discover third-party applications...</source>
1346 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1354 <target>Agordu vian konton, mastrumu viajn ludlistojn, eltrovu aplikaĵojn de eksteraj liverantoj…</target>
1355 <context-group name="null">
1347 <context context-type="linenumber">29</context> 1356 <context context-type="linenumber">29</context>
1348 </context-group> 1357 </context-group>
1349 </trans-unit> 1358 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
1350 <trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e"> 1359 <trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e">
1351 <source>Useful links</source> 1360 <source>Useful links</source>
1352 <target>Utilaj ligiloj</target> 1361 <target>Utilaj ligiloj</target>
1353 <context-group name="null"> 1362 <context-group name="null">
1354 <context context-type="linenumber">41</context> 1363 <context context-type="linenumber">41</context>
1355 </context-group> 1364 </context-group>
1356 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1365 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
1357 <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><target state="new"/> 1366 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1358 <context-group purpose="location"> 1367 <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>
1359 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1368 <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>
1369 <context-group name="null">
1360 <context context-type="linenumber">44</context> 1370 <context context-type="linenumber">44</context>
1361 </context-group> 1371 </context-group>
1362 </trans-unit><trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1372 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1373 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1363 <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>"/> 1374 <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>"/>
1364 </source><target state="new"/> 1375 </source>
1365 <context-group purpose="location"> 1376 <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>"/>
1366 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1377 </target>
1378 <context-group name="null">
1367 <context context-type="linenumber">47</context> 1379 <context context-type="linenumber">47</context>
1368 </context-group> 1380 </context-group>
1369 </trans-unit> 1381 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1370 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859"> 1382 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859">
1371 <source>It's time to configure your instance!</source> 1383 <source>It's time to configure your instance!</source>
1372 <target>Venis temp’ agordi vian nodon!</target> 1384 <target>Venis temp’ agordi vian nodon!</target>
@@ -2814,13 +2826,14 @@
2814 <context-group name="null"> 2826 <context-group name="null">
2815 <context context-type="linenumber">18</context> 2827 <context context-type="linenumber">18</context>
2816 </context-group> 2828 </context-group>
2817 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</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">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html"> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">16</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">18</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
2818 <source>Follower handle</source><target state="new"/> 2830 <trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb">
2819 <context-group purpose="location"> 2831 <source>Follower handle</source>
2820 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 2832 <target>Nomo de abonanto</target>
2833 <context-group name="null">
2821 <context context-type="linenumber">17</context> 2834 <context context-type="linenumber">17</context>
2822 </context-group> 2835 </context-group>
2823 </trans-unit> 2836 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
2824 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2837 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2825 <source>State</source> 2838 <source>State</source>
2826 <target>Stato</target> 2839 <target>Stato</target>
@@ -3309,15 +3322,18 @@
3309 <context-group name="null"> 3322 <context-group name="null">
3310 <context context-type="linenumber">16</context> 3323 <context context-type="linenumber">16</context>
3311 </context-group> 3324 </context-group>
3312 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit><trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005" datatype="html"> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
3326 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005">
3313 <source> 3327 <source>
3314 <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 }}"/>" 3328 <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 }}"/>"
3315 </source><target state="new"/> 3329 </source>
3316 <context-group purpose="location"> 3330 <target>
3317 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 3331 <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 }}"/>"
3332 </target>
3333 <context-group name="null">
3318 <context context-type="linenumber">22</context> 3334 <context context-type="linenumber">22</context>
3319 </context-group> 3335 </context-group>
3320 </trans-unit><trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html"> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html">
3321 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source><target state="new"/> 3337 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source><target state="new"/>
3322 <context-group purpose="location"> 3338 <context-group purpose="location">
3323 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 3339 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
@@ -3334,15 +3350,18 @@
3334 <context-group name="null"> 3350 <context-group name="null">
3335 <context context-type="linenumber">28</context> 3351 <context context-type="linenumber">28</context>
3336 </context-group> 3352 </context-group>
3337 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit><trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 3353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3354 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407">
3338 <source> 3355 <source>
3339 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3356 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3340 </source><target state="new"/> 3357 </source>
3341 <context-group purpose="location"> 3358 <target>
3342 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context> 3359 Ĉi tio <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> ne havas agordojn.
3360 </target>
3361 <context-group name="null">
3343 <context context-type="linenumber">22</context> 3362 <context context-type="linenumber">22</context>
3344 </context-group> 3363 </context-group>
3345 </trans-unit> 3364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3346 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd"> 3365 <trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd">
3347 <source>System</source> 3366 <source>System</source>
3348 <target>Sistemo</target> 3367 <target>Sistemo</target>
@@ -3474,15 +3493,18 @@
3474 <context-group name="null"> 3493 <context-group name="null">
3475 <context context-type="linenumber">81</context> 3494 <context context-type="linenumber">81</context>
3476 </context-group> 3495 </context-group>
3477 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3497 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc">
3478 <source> 3498 <source>
3479 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. 3499 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.
3480 </source><target state="new"/> 3500 </source>
3481 <context-group purpose="location"> 3501 <target>
3482 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3502 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.
3503 </target>
3504 <context-group name="null">
3483 <context context-type="linenumber">85</context> 3505 <context context-type="linenumber">85</context>
3484 </context-group> 3506 </context-group>
3485 </trans-unit> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3486 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 3508 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
3487 <source>Do not list</source> 3509 <source>Do not list</source>
3488 <target>Ne listigi</target> 3510 <target>Ne listigi</target>
@@ -3580,13 +3602,14 @@
3580 <context-group name="null"> 3602 <context-group name="null">
3581 <context context-type="linenumber">5</context> 3603 <context context-type="linenumber">5</context>
3582 </context-group> 3604 </context-group>
3583 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit><trans-unit id="400509157ba944e81f5fbfcce2f43d11a297ae22" datatype="html"> 3605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3584 <source>Theme &amp; Default route</source><target state="new"/> 3606 <trans-unit id="400509157ba944e81f5fbfcce2f43d11a297ae22">
3585 <context-group purpose="location"> 3607 <source>Theme &amp; Default route</source>
3586 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3608 <target>Haŭto ϗ Norma kurso</target>
3609 <context-group name="null">
3587 <context context-type="linenumber">198</context> 3610 <context context-type="linenumber">198</context>
3588 </context-group> 3611 </context-group>
3589 </trans-unit> 3612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">198</context></context-group></trans-unit>
3590 <trans-unit id="7bb52a3e9e31d9dec02faeadb44935de49e3a33d"> 3613 <trans-unit id="7bb52a3e9e31d9dec02faeadb44935de49e3a33d">
3591 <source>Global theme</source> 3614 <source>Global theme</source>
3592 <target>Ĉiea haŭto</target> 3615 <target>Ĉiea haŭto</target>
@@ -3740,32 +3763,35 @@
3740 <context-group name="null"> 3763 <context-group name="null">
3741 <context context-type="linenumber">342</context> 3764 <context context-type="linenumber">342</context>
3742 </context-group> 3765 </context-group>
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">342</context></context-group></trans-unit><trans-unit id="5360e0c21d65618c91b61573693dc01cf4e3f3ed" datatype="html"> 3766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">342</context></context-group></trans-unit>
3744 <source>Instance followings</source><target state="new"/> 3767 <trans-unit id="5360e0c21d65618c91b61573693dc01cf4e3f3ed">
3745 <context-group purpose="location"> 3768 <source>Instance followings</source>
3746 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3769 <target>Nodaj abonoj</target>
3770 <context-group name="null">
3747 <context context-type="linenumber">348</context> 3771 <context context-type="linenumber">348</context>
3748 </context-group> 3772 </context-group>
3749 </trans-unit> 3773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit>
3750 <trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf"> 3774 <trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf">
3751 <source>Automatically follow other instances that follow you</source> 3775 <source>Automatically follow other instances that follow you</source>
3752 <target>Memage aboni aliajn nodojn, kiujn vin abonas</target> 3776 <target>Memage aboni aliajn nodojn, kiujn vin abonas</target>
3753 <context-group name="null"> 3777 <context-group name="null">
3754 <context context-type="linenumber">357</context> 3778 <context context-type="linenumber">357</context>
3755 </context-group> 3779 </context-group>
3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit><trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847" datatype="html"> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
3757 <source>Automatically follow instance of the public index (below)</source><target state="new"/> 3781 <trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847">
3758 <context-group purpose="location"> 3782 <source>Automatically follow instance of the public index (below)</source>
3759 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3783 <target>Memage aboni nodon de la publika indekso (sube)</target>
3784 <context-group name="null">
3760 <context context-type="linenumber">366</context> 3785 <context context-type="linenumber">366</context>
3761 </context-group> 3786 </context-group>
3762 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit>
3763 <source>Index URL</source><target state="new"/> 3788 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
3764 <context-group purpose="location"> 3789 <source>Index URL</source>
3765 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3790 <target>URL de indekso</target>
3791 <context-group name="null">
3766 <context context-type="linenumber">371</context> 3792 <context context-type="linenumber">371</context>
3767 </context-group> 3793 </context-group>
3768 </trans-unit> 3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">371</context></context-group></trans-unit>
3769 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 3795 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
3770 <source>Administrator</source> 3796 <source>Administrator</source>
3771 <target>Administranto</target> 3797 <target>Administranto</target>
@@ -3896,7 +3922,8 @@
3896 <context-group name="null"> 3922 <context-group name="null">
3897 <context context-type="linenumber">486</context> 3923 <context context-type="linenumber">486</context>
3898 </context-group> 3924 </context-group>
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html"> 3925 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit>
3926 <trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50">
3900 <source> 3927 <source>
3901 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3928 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3902 3929
@@ -3906,18 +3933,28 @@
3906 <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>"/> 3933 <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>"/>
3907 <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>"/> 3934 <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>"/>
3908 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 3935 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3909 </source><target state="new"/> 3936 </source>
3910 <context-group purpose="location"> 3937 <target>
3911 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3938 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bezonas ffmpeg ≥ 4.1 kaj obligas spacon por filmoj per 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3939
3940 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Fari HLS-ludlistojn kaj erigitajn MP4-dosierojn, estigante ludadon pli bonan ol kun la nuna norma ludilo:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3941 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
3942 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Ŝanĝo de distingumo estas pli glata<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3943 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli rapida ludado, ĉefe je longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3944 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli stabila ludado (malpli da eraroj / senfina enlegado)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3945 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3946 </target>
3947 <context-group name="null">
3912 <context context-type="linenumber">501</context> 3948 <context context-type="linenumber">501</context>
3913 </context-group> 3949 </context-group>
3914 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">501</context></context-group></trans-unit>
3915 <source>HLS support enabled</source><target state="new"/> 3951 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
3916 <context-group purpose="location"> 3952 <source>HLS support enabled</source>
3917 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3953 <target>Subteno de HLS estas ŝaltita</target>
3954 <context-group name="null">
3918 <context context-type="linenumber">498</context> 3955 <context context-type="linenumber">498</context>
3919 </context-group> 3956 </context-group>
3920 </trans-unit> 3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">498</context></context-group></trans-unit>
3921 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3958 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3922 <source>Transcoding threads</source> 3959 <source>Transcoding threads</source>
3923 <target>Fadenoj por transkodado</target> 3960 <target>Fadenoj por transkodado</target>
@@ -3973,15 +4010,19 @@
3973 <context-group name="null"> 4010 <context-group name="null">
3974 <context context-type="linenumber">575</context> 4011 <context context-type="linenumber">575</context>
3975 </context-group> 4012 </context-group>
3976 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
4014 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c">
3977 <source> 4015 <source>
3978 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>"/> 4016 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>"/>
3979 </source><target state="new"/> 4017 </source>
3980 <context-group purpose="location"> 4018 <target>
3981 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4019 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('mirindas nodo mia');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4020 </target>
4021 <context-group name="null">
3982 <context context-type="linenumber">578</context> 4022 <context context-type="linenumber">578</context>
3983 </context-group> 4023 </context-group>
3984 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit>
4025 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02">
3985 <source> 4026 <source>
3986 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/>"/> 4027 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/>"/>
3987<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4028<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3994,12 +4035,24 @@
3994 color: red; 4035 color: red;
3995<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4036<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
3996<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4037<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3997 </source><target state="new"/> 4038 </source>
3998 <context-group purpose="location"> 4039 <target>
3999 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4040 Skribu CSS-kodon rekte. Ekzemple:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4041<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#propra-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4042 color: red;
4043<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4044<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4045
4046 Prefiksu <x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#propra-css<x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> por trapasi stilojn. Ekzemple:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4047<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#propra-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4048 color: red;
4049<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4050<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4051 </target>
4052 <context-group name="null">
4000 <context context-type="linenumber">597</context> 4053 <context context-type="linenumber">597</context>
4001 </context-group> 4054 </context-group>
4002 </trans-unit> 4055 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
4003 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4056 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4004 <source>Advanced configuration</source> 4057 <source>Advanced configuration</source>
4005 <target>Specialaj agordoj</target> 4058 <target>Specialaj agordoj</target>
@@ -4090,28 +4143,32 @@
4090 <context-group name="null"> 4143 <context-group name="null">
4091 <context context-type="linenumber">3</context> 4144 <context context-type="linenumber">3</context>
4092 </context-group> 4145 </context-group>
4093 <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></trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4146 <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></trans-unit>
4147 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
4094 <source> 4148 <source>
4095 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. 4149 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.
4096 </source><target state="new"/> 4150 </source>
4097 <context-group purpose="location"> 4151 <target>
4098 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4152 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.
4153 </target>
4154 <context-group name="null">
4099 <context context-type="linenumber">6</context> 4155 <context context-type="linenumber">6</context>
4100 </context-group> 4156 </context-group>
4101 </trans-unit> 4157 <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">6</context></context-group></trans-unit>
4102 <trans-unit id="f4557d5ba869e938c5154660cd7f3a8c25b26a02"> 4158 <trans-unit id="f4557d5ba869e938c5154660cd7f3a8c25b26a02">
4103 <source>Only display videos in the following languages</source> 4159 <source>Only display videos in the following languages</source>
4104 <target>Montri nur filmojn en la jenaj lingvoj</target> 4160 <target>Montri nur filmojn en la jenaj lingvoj</target>
4105 <context-group name="null"> 4161 <context-group name="null">
4106 <context context-type="linenumber">22</context> 4162 <context context-type="linenumber">22</context>
4107 </context-group> 4163 </context-group>
4108 <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">22</context></context-group></trans-unit><trans-unit id="eea4d56bf13e50a79d4ae4368bb7e4cb14f9e280" datatype="html"> 4164 <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">22</context></context-group></trans-unit>
4109 <source>In Recently added, Trending, Local and Search pages</source><target state="new"/> 4165 <trans-unit id="eea4d56bf13e50a79d4ae4368bb7e4cb14f9e280">
4110 <context-group purpose="location"> 4166 <source>In Recently added, Trending, Local and Search pages</source>
4111 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4167 <target>Sur la paĝoj « Freŝe aldonitaj », « Furoraj », « Lokaj », kaj « Serĉi »</target>
4168 <context-group name="null">
4112 <context context-type="linenumber">25</context> 4169 <context context-type="linenumber">25</context>
4113 </context-group> 4170 </context-group>
4114 </trans-unit> 4171 <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">25</context></context-group></trans-unit>
4115 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b"> 4172 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
4116 <source>Use WebTorrent to exchange parts of the video with others</source> 4173 <source>Use WebTorrent to exchange parts of the video with others</source>
4117 <target>Uzi teĥnikaron WebTorrent por interŝanĝi partojn de la video kun aliuloj</target> 4174 <target>Uzi teĥnikaron WebTorrent por interŝanĝi partojn de la video kun aliuloj</target>
@@ -4323,17 +4380,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
4323 <context-group name="null"> 4380 <context-group name="null">
4324 <context context-type="linenumber">52</context> 4381 <context context-type="linenumber">52</context>
4325 </context-group> 4382 </context-group>
4326 <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">52</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html"> 4383 <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">52</context></context-group><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">52</context></context-group></trans-unit>
4327 <source>Overwrite support field of all videos of this channel</source><target state="new"/> 4384 <trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd">
4328 <context-group purpose="location"> 4385 <source>Overwrite support field of all videos of this channel</source>
4329 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context> 4386 <target>Ŝanĝi la subtenan kampon por ĉiuj filmoj de ĉi tiu kanalo</target>
4330 <context context-type="linenumber">67</context> 4387 <context-group name="null">
4331 </context-group>
4332 <context-group purpose="location">
4333 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4334 <context context-type="linenumber">67</context> 4388 <context context-type="linenumber">67</context>
4335 </context-group> 4389 </context-group>
4336 </trans-unit> 4390 <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">67</context></context-group><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">67</context></context-group></trans-unit>
4337 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503"> 4391 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
4338 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 4392 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
4339 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> abonantoj</target> 4393 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> abonantoj</target>
@@ -4498,15 +4552,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
4498 <context-group name="null"> 4552 <context-group name="null">
4499 <context context-type="linenumber">8</context> 4553 <context context-type="linenumber">8</context>
4500 </context-group> 4554 </context-group>
4501 <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></trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 4555 <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></trans-unit>
4556 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
4502 <source> 4557 <source>
4503 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>"/>. 4558 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>"/>.
4504 </source><target state="new"/> 4559 </source>
4505 <context-group purpose="location"> 4560 <target>
4506 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 4561 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>"/>.
4562 </target>
4563 <context-group name="null">
4507 <context context-type="linenumber">13</context> 4564 <context context-type="linenumber">13</context>
4508 </context-group> 4565 </context-group>
4509 </trans-unit> 4566 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4510 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530"> 4567 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
4511 <source> 4568 <source>
4512 Verify account email confirmation 4569 Verify account email confirmation
@@ -4766,15 +4823,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
4766 <context-group name="null"> 4823 <context-group name="null">
4767 <context context-type="linenumber">19</context> 4824 <context context-type="linenumber">19</context>
4768 </context-group> 4825 </context-group>
4769 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="e422f94f397804744ee985bbf153913188fa5614" datatype="html"> 4826 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
4827 <trans-unit id="e422f94f397804744ee985bbf153913188fa5614">
4770 <source> 4828 <source>
4771 Administrators &amp; sustainability 4829 Administrators &amp; sustainability
4772 </source><target state="new"/> 4830 </source>
4773 <context-group purpose="location"> 4831 <target>
4774 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4832 Administrantoj ϗ daŭrigebleco
4833 </target>
4834 <context-group name="null">
4775 <context context-type="linenumber">22</context> 4835 <context context-type="linenumber">22</context>
4776 </context-group> 4836 </context-group>
4777 </trans-unit> 4837 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4778 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5"> 4838 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5">
4779 <source>Who we are</source> 4839 <source>Who we are</source>
4780 <target>Kiu ni estas</target> 4840 <target>Kiu ni estas</target>
@@ -5211,13 +5271,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
5211 <context-group name="null"> 5271 <context-group name="null">
5212 <context context-type="linenumber">70</context> 5272 <context context-type="linenumber">70</context>
5213 </context-group> 5273 </context-group>
5214 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit><trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355" datatype="html"> 5274 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
5215 <source>Administrators &amp; Sustainability</source><target state="new"/> 5275 <trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355">
5216 <context-group purpose="location"> 5276 <source>Administrators &amp; Sustainability</source>
5217 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 5277 <target>Administrantoj ϗ daŭrigebleco</target>
5278 <context-group name="null">
5218 <context context-type="linenumber">56</context> 5279 <context context-type="linenumber">56</context>
5219 </context-group> 5280 </context-group>
5220 </trans-unit> 5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit>
5221 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 5282 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
5222 <source> 5283 <source>
5223 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/>"/> 5284 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/>"/>
@@ -5230,15 +5291,18 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
5230 <context-group name="null"> 5291 <context-group name="null">
5231 <context context-type="linenumber">4</context> 5292 <context context-type="linenumber">4</context>
5232 </context-group> 5293 </context-group>
5233 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da" datatype="html"> 5294 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
5295 <trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da">
5234 <source> 5296 <source>
5235 Other users can decide to subscribe any channel they want, to be notified when you publish a new video. 5297 Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
5236 </source><target state="new"/> 5298 </source>
5237 <context-group purpose="location"> 5299 <target>
5238 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 5300 Aliaj uzantoj povas decidi aboni iun ajn kanalon, por sciiĝi kiam vi publikigos novan filmon.
5301 </target>
5302 <context-group name="null">
5239 <context context-type="linenumber">9</context> 5303 <context context-type="linenumber">9</context>
5240 </context-group> 5304 </context-group>
5241 </trans-unit> 5305 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5242 <trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0"> 5306 <trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0">
5243 <source>Channel display name</source> 5307 <source>Channel display name</source>
5244 <target>Vidiga nomo de kanalo</target> 5308 <target>Vidiga nomo de kanalo</target>
@@ -5299,26 +5363,35 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
5299 <context-group name="null"> 5363 <context-group name="null">
5300 <context context-type="linenumber">31</context> 5364 <context context-type="linenumber">31</context>
5301 </context-group> 5365 </context-group>
5302 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 5366 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5367 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
5303 <source> 5368 <source>
5304 I am at least 16 years old and agree 5369 I am at least 16 years old and agree
5305 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>"/> 5370 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>"/>
5306 <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>"/> 5371 <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>"/>
5307 of this instance 5372 of this instance
5308 </source><target state="new"/> 5373 </source>
5309 <context-group purpose="location"> 5374 <target>
5310 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 5375 Mi aĝas almenaŭ 16 jarojn kaj konsentas
5376 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>"/>
5377 <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>"/>
5378 de ĉi tiu nodo
5379 </target>
5380 <context-group name="null">
5311 <context context-type="linenumber">65</context> 5381 <context context-type="linenumber">65</context>
5312 </context-group> 5382 </context-group>
5313 </trans-unit><trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c" datatype="html"> 5383 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
5384 <trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c">
5314 <source> 5385 <source>
5315 Sorry, we couldn't find the page you were looking for. 5386 Sorry, we couldn't find the page you were looking for.
5316 </source><target state="new"/> 5387 </source>
5317 <context-group purpose="location"> 5388 <target>
5318 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 5389 Pardonu, ni ne sukcesis trovi la paĝon, kiun vi serĉas.
5390 </target>
5391 <context-group name="null">
5319 <context context-type="linenumber">4</context> 5392 <context context-type="linenumber">4</context>
5320 </context-group> 5393 </context-group>
5321 </trans-unit> 5394 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
5322 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331"> 5395 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
5323 <source>Cannot get about information from server</source> 5396 <source>Cannot get about information from server</source>
5324 <target>Ne povas ricevi informojn de la servilo</target> 5397 <target>Ne povas ricevi informojn de la servilo</target>
@@ -5430,13 +5503,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
5430 <context-group name="null"> 5503 <context-group name="null">
5431 <context context-type="linenumber">1</context> 5504 <context context-type="linenumber">1</context>
5432 </context-group> 5505 </context-group>
5433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</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.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html"> 5506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</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.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5434 <source>{{'{0} categories selected</source><target state="new"/> 5507 <trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0">
5435 <context-group purpose="location"> 5508 <source>{{'{0} categories selected</source>
5436 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5509 <target>{{'{0} kategorioj estas elektitaj</target>
5510 <context-group name="null">
5437 <context context-type="linenumber">1</context> 5511 <context context-type="linenumber">1</context>
5438 </context-group> 5512 </context-group>
5439 </trans-unit> 5513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5440 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf"> 5514 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf">
5441 <source>No category</source> 5515 <source>No category</source>
5442 <target>Neniu kategoria</target> 5516 <target>Neniu kategoria</target>
@@ -6087,13 +6161,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
6087 <context-group name="null"> 6161 <context-group name="null">
6088 <context context-type="linenumber">1</context> 6162 <context context-type="linenumber">1</context>
6089 </context-group> 6163 </context-group>
6090 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d" datatype="html"> 6164 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6091 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source><target state="new"/> 6165 <trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d">
6092 <context-group purpose="location"> 6166 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source>
6093 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 6167 <target>Ĉu vi certas, ke vi volas forigi vian konton? Tio forigos ĉiom da viaj datumoj, inkluzive kanalojn, filmojn, ktp.</target>
6168 <context-group name="null">
6094 <context context-type="linenumber">1</context> 6169 <context context-type="linenumber">1</context>
6095 </context-group> 6170 </context-group>
6096 </trans-unit> 6171 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6097 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311"> 6172 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
6098 <source>Type your username to confirm</source> 6173 <source>Type your username to confirm</source>
6099 <target>Entajpi vian salutnomon por konfirmi</target> 6174 <target>Entajpi vian salutnomon por konfirmi</target>
@@ -6408,13 +6483,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
6408 <context-group name="null"> 6483 <context-group name="null">
6409 <context context-type="linenumber">1</context> 6484 <context context-type="linenumber">1</context>
6410 </context-group> 6485 </context-group>
6411 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 6486 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6412 <source>Now please check your emails to verify your account and complete signup.</source><target state="new"/> 6487 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa">
6413 <context-group purpose="location"> 6488 <source>Now please check your emails to verify your account and complete signup.</source>
6414 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6489 <target>Nun bonvolu kontroli vian retpoŝton por kontroli vian konton kaj fini la registriĝon.</target>
6490 <context-group name="null">
6415 <context context-type="linenumber">1</context> 6491 <context context-type="linenumber">1</context>
6416 </context-group> 6492 </context-group>
6417 </trans-unit> 6493 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6418 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6"> 6494 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6419 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source> 6495 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6420 <target>Vi nun estas salutinta kiel <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target> 6496 <target>Vi nun estas salutinta kiel <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
@@ -6463,13 +6539,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
6463 <context-group name="null"> 6539 <context-group name="null">
6464 <context context-type="linenumber">1</context> 6540 <context context-type="linenumber">1</context>
6465 </context-group> 6541 </context-group>
6466 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html"> 6542 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6467 <source>Go to the discover videos page</source><target state="new"/> 6543 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81">
6468 <context-group purpose="location"> 6544 <source>Go to the discover videos page</source>
6469 <context context-type="sourcefile">src/app/app.component.ts</context> 6545 <target>Iri al la paĝo « Eltrovi filmojn »</target>
6546 <context-group name="null">
6470 <context context-type="linenumber">1</context> 6547 <context context-type="linenumber">1</context>
6471 </context-group> 6548 </context-group>
6472 </trans-unit> 6549 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6473 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0"> 6550 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
6474 <source>Go to the trending videos page</source> 6551 <source>Go to the trending videos page</source>
6475 <target>Iri al la paĝo de furoraj filmoj</target> 6552 <target>Iri al la paĝo de furoraj filmoj</target>
@@ -6856,19 +6933,21 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
6856 <context-group name="null"> 6933 <context-group name="null">
6857 <context context-type="linenumber">1</context> 6934 <context context-type="linenumber">1</context>
6858 </context-group> 6935 </context-group>
6859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html"> 6936 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6860 <source>Index URL is required.</source><target state="new"/> 6937 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111">
6861 <context-group purpose="location"> 6938 <source>Index URL is required.</source>
6862 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6939 <target>URL de Indekso estas postulata.</target>
6940 <context-group name="null">
6863 <context context-type="linenumber">1</context> 6941 <context context-type="linenumber">1</context>
6864 </context-group> 6942 </context-group>
6865 </trans-unit><trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html"> 6943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6866 <source>Index URL should be a URL</source><target state="new"/> 6944 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36">
6867 <context-group purpose="location"> 6945 <source>Index URL should be a URL</source>
6868 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6946 <target>URL de indekso estu URL.</target>
6947 <context-group name="null">
6869 <context context-type="linenumber">1</context> 6948 <context context-type="linenumber">1</context>
6870 </context-group> 6949 </context-group>
6871 </trans-unit> 6950 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6872 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0"> 6951 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
6873 <source>Email is required.</source> 6952 <source>Email is required.</source>
6874 <target>Necesas retpoŝtadreso.</target> 6953 <target>Necesas retpoŝtadreso.</target>
@@ -7708,19 +7787,21 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
7708 <context-group name="null"> 7787 <context-group name="null">
7709 <context context-type="linenumber">1</context> 7788 <context context-type="linenumber">1</context>
7710 </context-group> 7789 </context-group>
7711 <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></trans-unit><trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html"> 7790 <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></trans-unit>
7712 <source>Blurred with confirmation request</source><target state="new"/> 7791 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
7713 <context-group purpose="location"> 7792 <source>Blurred with confirmation request</source>
7714 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7793 <target>Malklarigita kun peto de konfirmo</target>
7794 <context-group name="null">
7715 <context context-type="linenumber">1</context> 7795 <context context-type="linenumber">1</context>
7716 </context-group> 7796 </context-group>
7717 </trans-unit><trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html"> 7797 <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></trans-unit>
7718 <source>Displayed</source><target state="new"/> 7798 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
7719 <context-group purpose="location"> 7799 <source>Displayed</source>
7720 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 7800 <target>Montrita</target>
7801 <context-group name="null">
7721 <context context-type="linenumber">1</context> 7802 <context context-type="linenumber">1</context>
7722 </context-group> 7803 </context-group>
7723 </trans-unit> 7804 <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></trans-unit>
7724 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 7805 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
7725 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 7806 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
7726 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 7807 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
@@ -8014,13 +8095,14 @@ Kiam vi alŝutos filmon al tiu ĉi kanalo, la kampo pri subteno memage enhavos t
8014 <context-group name="null"> 8095 <context-group name="null">
8015 <context context-type="linenumber">1</context> 8096 <context context-type="linenumber">1</context>
8016 </context-group> 8097 </context-group>
8017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html"> 8098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8018 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target state="new"/> 8099 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
8019 <context-group purpose="location"> 8100 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
8020 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8101 <target>Filmo aldoniĝis je <x id="INTERPOLATION" equiv-text="{{n}}"/> je la tempo <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
8102 <context-group name="null">
8021 <context context-type="linenumber">1</context> 8103 <context context-type="linenumber">1</context>
8022 </context-group> 8104 </context-group>
8023 </trans-unit> 8105 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8024 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f"> 8106 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
8025 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source> 8107 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
8026 <target>Filmo alŝutita je <x id="INTERPOLATION" equiv-text="{{n}}"/></target> 8108 <target>Filmo alŝutita je <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 8ec46aa5e..66a87128c 100644
--- a/client/src/locale/angular.es-ES.xlf
+++ b/client/src/locale/angular.es-ES.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -241,13 +243,8 @@
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 243 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
242 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 244 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
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 245 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
244 </source><target> 246 </source>
245 <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>"/> 247 <context-group name="null">
246
247 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
248 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
249 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
250 </target><context-group name="null">
251 <context context-type="linenumber">15</context> 248 <context context-type="linenumber">15</context>
252 </context-group> 249 </context-group>
253 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
@@ -258,13 +255,8 @@
258 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 255 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
259 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 256 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
260 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 257 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
261 </source><target> 258 </source>
262 <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>"/> 259 <context-group name="null">
263
264 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
265 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
266 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
267 </target><context-group name="null">
268 <context context-type="linenumber">23</context> 260 <context context-type="linenumber">23</context>
269 </context-group> 261 </context-group>
270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
@@ -275,13 +267,8 @@
275 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 267 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
276 <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>"/> 268 <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>"/>
277 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 269 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
278 </source><target> 270 </source>
279 <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>"/> 271 <context-group name="null">
280
281 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
282 <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>"/>
283 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
284 </target><context-group name="null">
285 <context context-type="linenumber">31</context> 272 <context context-type="linenumber">31</context>
286 </context-group> 273 </context-group>
287 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html"> 274 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html">
@@ -430,7 +417,8 @@
430 </context-group> 417 </context-group>
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">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">61</context></context-group></trans-unit> 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">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">61</context></context-group></trans-unit>
432 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 419 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
433 <source>Stop at</source><target>Stop at</target><context-group name="null"> 420 <source>Stop at</source>
421 <context-group name="null">
434 <context context-type="linenumber">112</context> 422 <context context-type="linenumber">112</context>
435 </context-group> 423 </context-group>
436 <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">112</context></context-group></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">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">112</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index 6dca8e053..d2a876cea 100644
--- a/client/src/locale/angular.eu-ES.xlf
+++ b/client/src/locale/angular.eu-ES.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index 85eda8a5e..78e4dd0f6 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -199,12 +199,14 @@
199 </context-group> 199 </context-group>
200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
201 <trans-unit id="ngb.timepicker.PM"> 201 <trans-unit id="ngb.timepicker.PM">
202 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 202 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
203 <context-group name="null">
203 <context context-type="linenumber">71</context> 204 <context context-type="linenumber">71</context>
204 </context-group> 205 </context-group>
205 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
206 <trans-unit id="ngb.timepicker.AM"> 207 <trans-unit id="ngb.timepicker.AM">
207 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
209 <context-group name="null">
208 <context context-type="linenumber">72</context> 210 <context context-type="linenumber">72</context>
209 </context-group> 211 </context-group>
210 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 212 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -2553,7 +2555,8 @@
2553 </context-group> 2555 </context-group>
2554 </trans-unit> 2556 </trans-unit>
2555 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246"> 2557 <trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246">
2556 <source>Follow</source><target>Follow</target><context-group name="null"> 2558 <source>Follow</source>
2559 <context-group name="null">
2557 <context context-type="linenumber">7</context> 2560 <context context-type="linenumber">7</context>
2558 </context-group> 2561 </context-group>
2559 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 2562 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
@@ -2619,7 +2622,8 @@
2619 </context-group> 2622 </context-group>
2620 </trans-unit> 2623 </trans-unit>
2621 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2624 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2622 <source>State</source><target>State</target><context-group name="null"> 2625 <source>State</source>
2626 <context-group name="null">
2623 <context context-type="linenumber">10</context> 2627 <context context-type="linenumber">10</context>
2624 </context-group> 2628 </context-group>
2625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">18</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">20</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">10</context></context-group></trans-unit> 2629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">18</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">20</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">10</context></context-group></trans-unit>
@@ -2727,7 +2731,8 @@
2727 </context-group> 2731 </context-group>
2728 </trans-unit> 2732 </trans-unit>
2729 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48"> 2733 <trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48">
2730 <source>Username</source><target>Username</target><context-group name="null"> 2734 <source>Username</source>
2735 <context-group name="null">
2731 <context context-type="linenumber">19</context> 2736 <context context-type="linenumber">19</context>
2732 </context-group> 2737 </context-group>
2733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a" datatype="html"> 2738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a" datatype="html">
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 60f4ec3ca..6b4d165b3 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -7422,7 +7422,8 @@ Kun lataat videon tälle kanavalle, niin videon tukiteksti täytetään automaat
7422 </context-group> 7422 </context-group>
7423 <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></trans-unit> 7423 <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></trans-unit>
7424 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 7424 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
7425 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target><context-group name="null"> 7425 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
7426 <context-group name="null">
7426 <context context-type="linenumber">1</context> 7427 <context context-type="linenumber">1</context>
7427 </context-group> 7428 </context-group>
7428 <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></trans-unit><trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html"> 7429 <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></trans-unit><trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index 8ba061be2..45471c4fb 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -110,7 +110,7 @@
110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target> 113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null"> 114 <context-group name="null">
115 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
116 </context-group> 116 </context-group>
@@ -201,14 +201,14 @@
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <target>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target> 204 <target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">71</context> 206 <context context-type="linenumber">71</context>
207 </context-group> 207 </context-group>
208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source> 210 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
211 <target>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target> 211 <target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">72</context> 213 <context context-type="linenumber">72</context>
214 </context-group> 214 </context-group>
@@ -236,11 +236,11 @@
236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
237 </source> 237 </source>
238 <target> 238 <target>
239 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
240 240
241 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
242 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 242 <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>"/>
243 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
244 </target> 244 </target>
245 <context-group name="null"> 245 <context-group name="null">
246 <context context-type="linenumber">7</context> 246 <context context-type="linenumber">7</context>
@@ -255,11 +255,11 @@
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
256 </source> 256 </source>
257 <target> 257 <target>
258 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 258 <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>"/>
259 259
260 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
261 Votre vidéo &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été enlevée de la liste noire 261 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é enlevée de la liste noire
262 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
263 </target> 263 </target>
264 <context-group name="null"> 264 <context-group name="null">
265 <context context-type="linenumber">15</context> 265 <context context-type="linenumber">15</context>
@@ -274,11 +274,11 @@
274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
275 </source> 275 </source>
276 <target> 276 <target>
277 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 277 <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>"/>
278 278
279 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
280 Votre vidéo &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été placé en liste noire. 280 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é placé en liste noire.
281 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
282 </target> 282 </target>
283 <context-group name="null"> 283 <context-group name="null">
284 <context context-type="linenumber">23</context> 284 <context context-type="linenumber">23</context>
@@ -293,11 +293,11 @@
293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
294 </source> 294 </source>
295 <target> 295 <target>
296 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 296 <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>"/>
297 297
298 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
299 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouveau signalement&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été crée sur la vidéo &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouveau signalement<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été crée 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>"/>
300 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
301 </target> 301 </target>
302 <context-group name="null"> 302 <context-group name="null">
303 <context context-type="linenumber">31</context> 303 <context context-type="linenumber">31</context>
@@ -312,11 +312,11 @@
312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
313 </source> 313 </source>
314 <target> 314 <target>
315 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 315 <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>"/>
316 316
317 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
318 La vidéo récemment ajoutée &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été automatiquement mise sur &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>liste noire&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 318 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é automatiquement mise sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
319 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
320 </target> 320 </target>
321 <context-group name="null"> 321 <context-group name="null">
322 <context context-type="linenumber">39</context> 322 <context context-type="linenumber">39</context>
@@ -331,11 +331,11 @@
331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
332 </source> 332 </source>
333 <target> 333 <target>
334 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
335 335
336 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
337 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 337 <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>"/>
338 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
339 </target> 339 </target>
340 <context-group name="null"> 340 <context-group name="null">
341 <context context-type="linenumber">47</context> 341 <context context-type="linenumber">47</context>
@@ -350,11 +350,11 @@
350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
351 </source> 351 </source>
352 <target> 352 <target>
353 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 353 <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>"/>
354 354
355 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
356 Votre vidéo &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publié 356 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é
357 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
358 </target> 358 </target>
359 <context-group name="null"> 359 <context-group name="null">
360 <context context-type="linenumber">55</context> 360 <context context-type="linenumber">55</context>
@@ -369,11 +369,11 @@
369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
370 </source> 370 </source>
371 <target> 371 <target>
372 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 372 <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>"/>
373 373
374 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
375 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre vidéo&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a bien été importé 375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a bien été importé
376 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
377 </target> 377 </target>
378 <context-group name="null"> 378 <context-group name="null">
379 <context context-type="linenumber">63</context> 379 <context context-type="linenumber">63</context>
@@ -388,11 +388,11 @@
388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
389 </source> 389 </source>
390 <target> 390 <target>
391 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 391 <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>"/>
392 392
393 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
394 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L'import de votre vidéo&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> n'a pas fonctionné 394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L'import de votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> n'a pas fonctionné
395 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
396 </target> 396 </target>
397 <context-group name="null"> 397 <context-group name="null">
398 <context context-type="linenumber">71</context> 398 <context context-type="linenumber">71</context>
@@ -407,11 +407,11 @@
407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
408 </source> 408 </source>
409 <target> 409 <target>
410 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 410 <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>"/>
411 411
412 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
413 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> enregistré&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> sur votre instance 413 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> enregistré<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> sur votre instance
414 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
415 </target> 415 </target>
416 <context-group name="null"> 416 <context-group name="null">
417 <context context-type="linenumber">79</context> 417 <context context-type="linenumber">79</context>
@@ -429,14 +429,14 @@
429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
430 </source> 430 </source>
431 <target> 431 <target>
432 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
433 433
434 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
435 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit 435 <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
436 436
437 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre chaîne &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre chaîne <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>"/>
438 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 438 <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>"/>
439 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
440 </target> 440 </target>
441 <context-group name="null"> 441 <context-group name="null">
442 <context context-type="linenumber">87</context> 442 <context context-type="linenumber">87</context>
@@ -451,11 +451,11 @@
451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
452 </source> 452 </source>
453 <target> 453 <target>
454 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
455 455
456 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
457 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur cette &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>vidéo &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 457 <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 cette <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
458 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
459 </target> 459 </target>
460 <context-group name="null"> 460 <context-group name="null">
461 <context context-type="linenumber">98</context> 461 <context context-type="linenumber">98</context>
@@ -483,11 +483,11 @@
483 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 483 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
484 </source> 484 </source>
485 <target> 485 <target>
486 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 486 <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>"/>
487 487
488 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 488 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
489 Votre instance a automatiquement suivi &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 489 Votre instance a automatiquement suivi <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>"/>
490 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 490 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
491 </target> 491 </target>
492 <context-group name="null"> 492 <context-group name="null">
493 <context context-type="linenumber">115</context> 493 <context context-type="linenumber">115</context>
@@ -587,8 +587,8 @@
587 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 587 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
588 </source> 588 </source>
589 <target> 589 <target>
590 Votre signalement sera envoyé aux modérateurs de &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 590 Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
591 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> Il sera également transmis à l'instance d'origine &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 591 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> Il sera également transmis à l'instance d'origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
592 </target> 592 </target>
593 <context-group name="null"> 593 <context-group name="null">
594 <context context-type="linenumber">9</context> 594 <context context-type="linenumber">9</context>
@@ -649,7 +649,7 @@
649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</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">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
650 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 650 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
651 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 651 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
652 <target>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 652 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target>
653 <context-group name="null"> 653 <context-group name="null">
654 <context context-type="linenumber">24</context> 654 <context context-type="linenumber">24</context>
655 </context-group> 655 </context-group>
@@ -674,7 +674,7 @@
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
675 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 675 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
676 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 676 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
677 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target> 677 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target>
678 <context-group name="null"> 678 <context-group name="null">
679 <context context-type="linenumber">9</context> 679 <context context-type="linenumber">9</context>
680 </context-group> 680 </context-group>
@@ -684,7 +684,7 @@
684 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 684 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
685 </source> 685 </source>
686 <target> 686 <target>
687 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 687 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
688 </target> 688 </target>
689 <context-group name="null"> 689 <context-group name="null">
690 <context context-type="linenumber">22</context> 690 <context context-type="linenumber">22</context>
@@ -692,7 +692,7 @@
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
693 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4"> 693 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
694 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source> 694 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
695 <target>Mise à jour &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target> 695 <target>Mise à jour <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
696 <context-group name="null"> 696 <context-group name="null">
697 <context context-type="linenumber">29</context> 697 <context context-type="linenumber">29</context>
698 </context-group> 698 </context-group>
@@ -727,7 +727,7 @@
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">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">92</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">59</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">15</context></context-group></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">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">92</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">59</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">15</context></context-group></trans-unit>
728 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 728 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
729 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 729 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
730 <target>Supprimer de &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 730 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
731 <context-group name="null"> 731 <context-group name="null">
732 <context context-type="linenumber">85</context> 732 <context context-type="linenumber">85</context>
733 </context-group> 733 </context-group>
@@ -816,7 +816,7 @@
816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit>
817 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3"> 817 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
818 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source> 818 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
819 <target>S'abonner avec un compte sur &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target> 819 <target>S'abonner avec un compte sur <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
820 <context-group name="null"> 820 <context-group name="null">
821 <context context-type="linenumber">39</context> 821 <context context-type="linenumber">39</context>
822 </context-group> 822 </context-group>
@@ -855,8 +855,8 @@
855 <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>"/> 855 <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>"/>
856 </source> 856 </source>
857 <target> 857 <target>
858 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S'abonner à distance&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 858 <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>"/>
859 &lt;x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 859 <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>"/>
860 </target> 860 </target>
861 <context-group name="null"> 861 <context-group name="null">
862 <context context-type="linenumber">10</context> 862 <context context-type="linenumber">10</context>
@@ -868,7 +868,7 @@
868 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 868 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
869 </source> 869 </source>
870 <target> 870 <target>
871 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 871 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/>"/>
872 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 872 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
873 </target> 873 </target>
874 <context-group name="null"> 874 <context-group name="null">
@@ -881,7 +881,7 @@
881 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 881 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
882 </source> 882 </source>
883 <target> 883 <target>
884 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 884 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/>"/>
885 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 885 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
886 </target> 886 </target>
887 <context-group name="null"> 887 <context-group name="null">
@@ -894,8 +894,8 @@
894 <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>"/> 894 <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>"/>
895 </source> 895 </source>
896 <target> 896 <target>
897 &lt;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&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 897 <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>"/>
898 &lt;x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>peut être redéfini par les utilisateur·rices&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 898 <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>"/>
899 </target> 899 </target>
900 <context-group name="null"> 900 <context-group name="null">
901 <context context-type="linenumber">5</context> 901 <context context-type="linenumber">5</context>
@@ -934,7 +934,7 @@
934 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>"/> 934 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>"/>
935 </source> 935 </source>
936 <target> 936 <target>
937 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(&lt;x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 937 <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>"/>
938 </target> 938 </target>
939 <context-group name="null"> 939 <context-group name="null">
940 <context context-type="linenumber">53</context> 940 <context context-type="linenumber">53</context>
@@ -1079,14 +1079,14 @@
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
1080 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 1080 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
1081 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1081 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1082 <target>&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1082 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1083 <context-group name="null"> 1083 <context-group name="null">
1084 <context context-type="linenumber">11</context> 1084 <context context-type="linenumber">11</context>
1085 </context-group> 1085 </context-group>
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1087 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1087 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798">
1088 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source> 1088 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1089 <target>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, taille maximum : &lt;x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target> 1089 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, taille maximum : <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1090 <context-group name="null"> 1090 <context-group name="null">
1091 <context context-type="linenumber">12</context> 1091 <context context-type="linenumber">12</context>
1092 </context-group> 1092 </context-group>
@@ -1245,7 +1245,7 @@
1245 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 1245 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
1246 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 1246 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
1247 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source> 1247 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
1248 <target>&lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> résultats</target> 1248 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> résultats</target>
1249 <context-group name="null"> 1249 <context-group name="null">
1250 <context context-type="linenumber">5</context> 1250 <context context-type="linenumber">5</context>
1251 </context-group> 1251 </context-group>
@@ -1255,7 +1255,7 @@
1255 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>"/> 1255 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>"/>
1256 </source> 1256 </source>
1257 <target> 1257 <target>
1258 pour &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1258 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>"/>
1259 </target> 1259 </target>
1260 <context-group name="null"> 1260 <context-group name="null">
1261 <context context-type="linenumber">6</context> 1261 <context context-type="linenumber">6</context>
@@ -1268,7 +1268,7 @@
1268 </source> 1268 </source>
1269 <target> 1269 <target>
1270 Filtres 1270 Filtres
1271 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1271 <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>"/>
1272 </target> 1272 </target>
1273 <context-group name="null"> 1273 <context-group name="null">
1274 <context context-type="linenumber">16</context> 1274 <context context-type="linenumber">16</context>
@@ -1287,7 +1287,7 @@
1287 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 1287 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
1288 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a"> 1288 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
1289 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source> 1289 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1290 <target>&lt;x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnés</target> 1290 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnés</target>
1291 <context-group name="null"> 1291 <context-group name="null">
1292 <context context-type="linenumber">44</context> 1292 <context context-type="linenumber">44</context>
1293 </context-group> 1293 </context-group>
@@ -1353,7 +1353,7 @@
1353 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
1354 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1354 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1355 <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> 1355 <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>
1356 <target>Site web officiel de PeerTube (news, support, contribution...): &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1356 <target>Site web officiel de PeerTube (news, 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>
1357 <context-group name="null"> 1357 <context-group name="null">
1358 <context context-type="linenumber">44</context> 1358 <context context-type="linenumber">44</context>
1359 </context-group> 1359 </context-group>
@@ -1361,7 +1361,7 @@
1361 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1361 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1362 <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>"/> 1362 <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>"/>
1363 </source> 1363 </source>
1364 <target>Mettre votre instances sur l'index public des instances PeerTube &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1364 <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>"/>
1365 </target> 1365 </target>
1366 <context-group name="null"> 1366 <context-group name="null">
1367 <context context-type="linenumber">47</context> 1367 <context context-type="linenumber">47</context>
@@ -1381,7 +1381,7 @@
1381 is very important for visitors to understand on what type of instance they are. 1381 is very important for visitors to understand on what type of instance they are.
1382 </source> 1382 </source>
1383 <target> 1383 <target>
1384 Choisir &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>le nom de son instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mettre une description&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, spécifier &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui vous êtes&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, pourquoi &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vous avez créé cette instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> et &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>combien de temps&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vous prévoyez de &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la maintenir&lt;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. 1384 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.
1385 </target> 1385 </target>
1386 <context-group name="null"> 1386 <context-group name="null">
1387 <context context-type="linenumber">61</context> 1387 <context context-type="linenumber">61</context>
@@ -1396,8 +1396,8 @@
1396 PeerTube instance. 1396 PeerTube instance.
1397 </source> 1397 </source>
1398 <target> 1398 <target>
1399 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>les règles de modération&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, remplir les &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>conditions d'utilisation de votre instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1399 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>"/>
1400 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance PeerTube appropriée&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. 1400 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>"/>.
1401 </target> 1401 </target>
1402 <context-group name="null"> 1402 <context-group name="null">
1403 <context context-type="linenumber">67</context> 1403 <context context-type="linenumber">67</context>
@@ -1907,7 +1907,7 @@
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group><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">33</context></context-group><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">33</context></context-group></trans-unit> 1907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><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">21</context></context-group><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">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group><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">33</context></context-group><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">33</context></context-group></trans-unit>
1908 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 1908 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
1909 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 1909 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
1910 <target>Programmation de la publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1910 <target>Programmation de la publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1911 <context-group name="null"> 1911 <context-group name="null">
1912 <context context-type="linenumber">122</context> 1912 <context context-type="linenumber">122</context>
1913 </context-group> 1913 </context-group>
@@ -2099,7 +2099,7 @@
2099 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2099 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2100</source> 2100</source>
2101 <target> 2101 <target>
2102 Félicitations, la vidéo : &lt;x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> va être importée. Vous pouvez déjà ajouter les informations relatives à celle-ci. 2102 Félicitations, la vidéo : <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> va être importée. Vous pouvez déjà ajouter les informations relatives à celle-ci.
2103</target> 2103</target>
2104 <context-group name="null"> 2104 <context-group name="null">
2105 <context context-type="linenumber">52</context> 2105 <context context-type="linenumber">52</context>
@@ -2141,7 +2141,7 @@
2141 </source> 2141 </source>
2142 <target> 2142 <target>
2143 Image qui sera fusionnée avec le fichier audio. 2143 Image qui sera fusionnée avec le fichier audio.
2144 &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2145 L'image choisie sera définitive et ne pourra pas être modifiée. 2145 L'image choisie sera définitive et ne pourra pas être modifiée.
2146 </target> 2146 </target>
2147 <context-group name="null"> 2147 <context-group name="null">
@@ -2219,14 +2219,14 @@
2219 <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">57</context></context-group></trans-unit> 2219 <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">57</context></context-group></trans-unit>
2220 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860"> 2220 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
2221 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source> 2221 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2222 <target>Importer &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2222 <target>Importer <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2223 <context-group name="null"> 2223 <context-group name="null">
2224 <context context-type="linenumber">3</context> 2224 <context context-type="linenumber">3</context>
2225 </context-group> 2225 </context-group>
2226 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 2226 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
2227 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5"> 2227 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
2228 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source> 2228 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2229 <target>Téléverser &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2229 <target>Téléverser <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2230 <context-group name="null"> 2230 <context-group name="null">
2231 <context context-type="linenumber">4</context> 2231 <context context-type="linenumber">4</context>
2232 </context-group> 2232 </context-group>
@@ -2257,7 +2257,7 @@
2257 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 2257 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2258 </source> 2258 </source>
2259 <target> 2259 <target>
2260 Mise à jour &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 2260 Mise à jour <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2261 </target> 2261 </target>
2262 <context-group name="null"> 2262 <context-group name="null">
2263 <context context-type="linenumber">2</context> 2263 <context context-type="linenumber">2</context>
@@ -2408,7 +2408,7 @@
2408 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2408 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2409 </source> 2409 </source>
2410 <target> 2410 <target>
2411 Cette vidéo sera publiée dans &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2411 Cette vidéo sera publiée dans <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2412 </target> 2412 </target>
2413 <context-group name="null"> 2413 <context-group name="null">
2414 <context context-type="linenumber">27</context> 2414 <context context-type="linenumber">27</context>
@@ -2460,7 +2460,7 @@
2460 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 2460 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
2461 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2461 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2462 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2462 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2463 <target>Par &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2463 <target>Par <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2464 <context-group name="null"> 2464 <context-group name="null">
2465 <context context-type="linenumber">129</context> 2465 <context context-type="linenumber">129</context>
2466 </context-group> 2466 </context-group>
@@ -2556,7 +2556,7 @@
2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
2557 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e"> 2557 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
2558 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2558 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2559 <target>Voir les &lt;x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses</target> 2559 <target>Voir les <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses</target>
2560 <context-group name="null"> 2560 <context-group name="null">
2561 <context context-type="linenumber">55</context> 2561 <context context-type="linenumber">55</context>
2562 </context-group> 2562 </context-group>
@@ -2810,7 +2810,7 @@
2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
2811 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2811 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2812 <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> 2812 <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>
2813 <target>Créé le &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2813 <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>
2814 <context-group name="null"> 2814 <context-group name="null">
2815 <context context-type="linenumber">11</context> 2815 <context context-type="linenumber">11</context>
2816 </context-group> 2816 </context-group>
@@ -2866,7 +2866,7 @@
2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</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">6</context></context-group></trans-unit> 2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</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">6</context></context-group></trans-unit>
2867 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e"> 2867 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
2868 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source> 2868 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
2869 <target>Éditer l'utilisateur &lt;x id="INTERPOLATION" equiv-text="{{ username }}"/></target> 2869 <target>Éditer l'utilisateur <x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
2870 <context-group name="null"> 2870 <context-group name="null">
2871 <context context-type="linenumber">2</context> 2871 <context context-type="linenumber">2</context>
2872 </context-group> 2872 </context-group>
@@ -2905,8 +2905,8 @@
2905 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2905 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2906 </source> 2906 </source>
2907 <target> 2907 <target>
2908 L'encodage est activé sur le serveur. Le quota de vidéos ne prend en compte que la vidéo &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originale&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2908 L'encodage est activé sur le serveur. Le quota de vidéos ne prend en compte que la vidéo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originale<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2909 Au pire, cet utilisateur pourrait utiliser ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2909 Au pire, cet utilisateur pourrait utiliser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2910 </target> 2910 </target>
2911 <context-group name="null"> 2911 <context-group name="null">
2912 <context context-type="linenumber">66</context> 2912 <context context-type="linenumber">66</context>
@@ -2984,14 +2984,14 @@
2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
2985 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2985 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2986 <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> 2986 <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>
2987 <target>Identifiant &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2987 <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>
2988 <context-group name="null"> 2988 <context-group name="null">
2989 <context context-type="linenumber">40</context> 2989 <context context-type="linenumber">40</context>
2990 </context-group> 2990 </context-group>
2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit>
2992 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 2992 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
2993 <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> 2993 <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>
2994 <target>Quota des vidéo &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 2994 <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>
2995 <context-group name="null"> 2995 <context-group name="null">
2996 <context context-type="linenumber">42</context> 2996 <context context-type="linenumber">42</context>
2997 </context-group> 2997 </context-group>
@@ -3040,7 +3040,7 @@
3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3041 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9"> 3041 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
3042 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source> 3042 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
3043 <target>&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Vidéos mises sur liste noire automatiquement' : 'Vidéos mises sur liste noire' }}"/></target> 3043 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Vidéos mises sur liste noire automatiquement' : 'Vidéos mises sur liste noire' }}"/></target>
3044 <context-group name="null"> 3044 <context-group name="null">
3045 <context context-type="linenumber">7</context> 3045 <context context-type="linenumber">7</context>
3046 </context-group> 3046 </context-group>
@@ -3068,7 +3068,7 @@
3068 <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> 3068 <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>
3069 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3069 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3070 <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> 3070 <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>
3071 <target>Nom de la vidéo &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3071 <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>
3072 <context-group name="null"> 3072 <context-group name="null">
3073 <context context-type="linenumber">8</context> 3073 <context context-type="linenumber">8</context>
3074 </context-group> 3074 </context-group>
@@ -3089,7 +3089,7 @@
3089 <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">10</context></context-group></trans-unit> 3089 <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">10</context></context-group></trans-unit>
3090 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3090 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3091 <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> 3091 <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>
3092 <target>Date &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3092 <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>
3093 <context-group name="null"> 3093 <context-group name="null">
3094 <context context-type="linenumber">11</context> 3094 <context context-type="linenumber">11</context>
3095 </context-group> 3095 </context-group>
@@ -3156,7 +3156,7 @@
3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">10</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">14</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">9</context></context-group></trans-unit> 3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">10</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">14</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">9</context></context-group></trans-unit>
3157 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3157 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3158 <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> 3158 <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>
3159 <target>État &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3159 <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>
3160 <context-group name="null"> 3160 <context-group name="null">
3161 <context context-type="linenumber">11</context> 3161 <context context-type="linenumber">11</context>
3162 </context-group> 3162 </context-group>
@@ -3198,7 +3198,7 @@
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3199 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3199 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3200 <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> 3200 <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>
3201 <target>Rendu silencieux &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3201 <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>
3202 <context-group name="null"> 3202 <context-group name="null">
3203 <context context-type="linenumber">13</context> 3203 <context context-type="linenumber">13</context>
3204 </context-group> 3204 </context-group>
@@ -3289,7 +3289,7 @@
3289 <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 }}"/>" 3289 <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 }}"/>"
3290 </source> 3290 </source>
3291 <target> 3291 <target>
3292 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> &lt;x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" 3292 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
3293 </target> 3293 </target>
3294 <context-group name="null"> 3294 <context-group name="null">
3295 <context context-type="linenumber">22</context> 3295 <context context-type="linenumber">22</context>
@@ -3317,7 +3317,7 @@
3317 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3317 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3318 </source> 3318 </source>
3319 <target> 3319 <target>
3320 Ce &lt;x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> ne dispose pas de paramétrage. 3320 Ce <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> ne dispose pas de paramétrage.
3321 </target> 3321 </target>
3322 <context-group name="null"> 3322 <context-group name="null">
3323 <context context-type="linenumber">22</context> 3323 <context context-type="linenumber">22</context>
@@ -3895,7 +3895,7 @@
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">517</context></context-group></trans-unit> 3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">517</context></context-group></trans-unit>
3896 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 3896 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
3897 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 3897 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
3898 <target>Résolution &lt;x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> activée</target> 3898 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> activée</target>
3899 <context-group name="null"> 3899 <context-group name="null">
3900 <context context-type="linenumber">532</context> 3900 <context context-type="linenumber">532</context>
3901 </context-group> 3901 </context-group>
@@ -4113,7 +4113,7 @@
4113 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>"/> 4113 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>"/>
4114</source> 4114</source>
4115 <target> 4115 <target>
4116 Votre courriel actuel est &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.email }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4116 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>"/>
4117</target> 4117</target>
4118 <context-group name="null"> 4118 <context-group name="null">
4119 <context context-type="linenumber">4</context> 4119 <context context-type="linenumber">4</context>
@@ -4124,7 +4124,7 @@
4124 <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 4124 <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
4125</source> 4125</source>
4126 <target> 4126 <target>
4127 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> est en attente de la vérification de votre courriel. 4127 <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.
4128</target> 4128</target>
4129 <context-group name="null"> 4129 <context-group name="null">
4130 <context context-type="linenumber">8</context> 4130 <context context-type="linenumber">8</context>
@@ -4221,7 +4221,7 @@
4221 </source> 4221 </source>
4222 <target> 4222 <target>
4223 Créé 4223 Créé
4224 &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4224 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4225 </target> 4225 </target>
4226 <context-group name="null"> 4226 <context-group name="null">
4227 <context context-type="linenumber">15</context> 4227 <context context-type="linenumber">15</context>
@@ -4243,7 +4243,7 @@
4243 <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">20</context></context-group></trans-unit> 4243 <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">20</context></context-group></trans-unit>
4244 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff"> 4244 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
4245 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 4245 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
4246 <target>&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 4246 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
4247 <context-group name="null"> 4247 <context-group name="null">
4248 <context context-type="linenumber">38</context> 4248 <context context-type="linenumber">38</context>
4249 </context-group> 4249 </context-group>
@@ -4264,7 +4264,7 @@
4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
4265 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3"> 4265 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
4266 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source> 4266 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
4267 <target>&lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> abonnés</target> 4267 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> abonnés</target>
4268 <context-group name="null"> 4268 <context-group name="null">
4269 <context context-type="linenumber">14</context> 4269 <context context-type="linenumber">14</context>
4270 </context-group> 4270 </context-group>
@@ -4301,7 +4301,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4301 <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">67</context></context-group><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">67</context></context-group></trans-unit> 4301 <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">67</context></context-group><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">67</context></context-group></trans-unit>
4302 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503"> 4302 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
4303 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 4303 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
4304 <target>&lt;x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> abonnés</target> 4304 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> abonnés</target>
4305 <context-group name="null"> 4305 <context-group name="null">
4306 <context context-type="linenumber">10</context> 4306 <context context-type="linenumber">10</context>
4307 </context-group> 4307 </context-group>
@@ -4315,7 +4315,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
4316 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 4316 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
4317 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source> 4317 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
4318 <target>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target> 4318 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
4319 <context-group name="null"> 4319 <context-group name="null">
4320 <context context-type="linenumber">18</context> 4320 <context context-type="linenumber">18</context>
4321 </context-group> 4321 </context-group>
@@ -4350,7 +4350,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
4351 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 4351 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
4352 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 4352 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
4353 <target>Créée par &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 4353 <target>Créée par <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
4354 <context-group name="null"> 4354 <context-group name="null">
4355 <context context-type="linenumber">17</context> 4355 <context context-type="linenumber">17</context>
4356 </context-group> 4356 </context-group>
@@ -4382,7 +4382,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4382 Delete history 4382 Delete history
4383 </source> 4383 </source>
4384 <target> 4384 <target>
4385 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4385 <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>"/>
4386 Supprimer l'historique 4386 Supprimer l'historique
4387 </target> 4387 </target>
4388 <context-group name="null"> 4388 <context-group name="null">
@@ -4402,7 +4402,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4402 Notification preferences 4402 Notification preferences
4403 </source> 4403 </source>
4404 <target> 4404 <target>
4405 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4405 <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>"/>
4406 Préférences de notification 4406 Préférences de notification
4407 </target> 4407 </target>
4408 <context-group name="null"> 4408 <context-group name="null">
@@ -4415,7 +4415,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4415 Mark all as read 4415 Mark all as read
4416 </source> 4416 </source>
4417 <target> 4417 <target>
4418 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4418 <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>"/>
4419 Marquer tout comme lu 4419 Marquer tout comme lu
4420 </target> 4420 </target>
4421 <context-group name="null"> 4421 <context-group name="null">
@@ -4565,7 +4565,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
4566 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 4566 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
4567 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 4567 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
4568 <target>&lt;x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> abonnés</target> 4568 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> abonnés</target>
4569 <context-group name="null"> 4569 <context-group name="null">
4570 <context context-type="linenumber">31</context> 4570 <context context-type="linenumber">31</context>
4571 </context-group> 4571 </context-group>
@@ -4618,7 +4618,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
4619 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 4619 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
4620 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 4620 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
4621 <target>Créé le &lt;x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4621 <target>Créé le <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4622 <context-group name="null"> 4622 <context-group name="null">
4623 <context context-type="linenumber">10</context> 4623 <context context-type="linenumber">10</context>
4624 </context-group> 4624 </context-group>
@@ -4639,7 +4639,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4640 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40"> 4640 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
4641 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source> 4641 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
4642 <target>Créé le &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target> 4642 <target>Créé le <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
4643 <context-group name="null"> 4643 <context-group name="null">
4644 <context context-type="linenumber">17</context> 4644 <context context-type="linenumber">17</context>
4645 </context-group> 4645 </context-group>
@@ -4649,7 +4649,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4649 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists 4649 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
4650</source> 4650</source>
4651 <target> 4651 <target>
4652 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> listes de lecture créées. 4652 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> listes de lecture créées.
4653</target> 4653</target>
4654 <context-group name="null"> 4654 <context-group name="null">
4655 <context context-type="linenumber">1</context> 4655 <context context-type="linenumber">1</context>
@@ -4678,7 +4678,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4679 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473"> 4679 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
4680 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source> 4680 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
4681 <target>Contacter l'administrateur de &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 4681 <target>Contacter l'administrateur de <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
4682 <context-group name="null"> 4682 <context-group name="null">
4683 <context context-type="linenumber">3</context> 4683 <context context-type="linenumber">3</context>
4684 </context-group> 4684 </context-group>
@@ -4713,7 +4713,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit>
4714 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07"> 4714 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
4715 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source> 4715 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
4716 <target>À propos de l'instance &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 4716 <target>À propos de l'instance <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
4717 <context-group name="null"> 4717 <context-group name="null">
4718 <context context-type="linenumber">5</context> 4718 <context context-type="linenumber">5</context>
4719 </context-group> 4719 </context-group>
@@ -4839,7 +4839,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4839 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4839 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4840 </source> 4840 </source>
4841 <target> 4841 <target>
4842 C'est un logiciel libre et open-source, sous &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4842 C'est un logiciel libre et open-source, sous <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4843 </target> 4843 </target>
4844 <context-group name="null"> 4844 <context-group name="null">
4845 <context context-type="linenumber">12</context> 4845 <context context-type="linenumber">12</context>
@@ -4850,7 +4850,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4850 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>"/>. 4850 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>"/>.
4851 </source> 4851 </source>
4852 <target> 4852 <target>
4853 Pour plus d'informations, merci de visiter &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4853 Pour plus d'informations, merci de visiter <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4854 </target> 4854 </target>
4855 <context-group name="null"> 4855 <context-group name="null">
4856 <context context-type="linenumber">16</context> 4856 <context context-type="linenumber">16</context>
@@ -5178,7 +5178,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5178 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. 5178 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.
5179 </source> 5179 </source>
5180 <target> 5180 <target>
5181 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.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>. 5181 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/>"/>.
5182 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> 5182 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>
5183 <context-group name="null"> 5183 <context-group name="null">
5184 <context context-type="linenumber">4</context> 5184 <context context-type="linenumber">4</context>
@@ -5264,8 +5264,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5264 </source> 5264 </source>
5265 <target> 5265 <target>
5266 J'ai au moins 16 ans et je suis d'accord 5266 J'ai au moins 16 ans et je suis d'accord
5267 avec les &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Conditions&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5267 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>"/>
5268 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et le &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code de Conduite&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 5268 <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>"/>
5269 de cette instance 5269 de cette instance
5270 </target> 5270 </target>
5271 <context-group name="null"> 5271 <context-group name="null">
@@ -5311,7 +5311,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5312 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4"> 5312 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4">
5313 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source> 5313 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
5314 <target>A publié &lt;x id="INTERPOLATION" equiv-text="{{total}}"/> vidéos</target> 5314 <target>A publié <x id="INTERPOLATION" equiv-text="{{total}}"/> vidéos</target>
5315 <context-group name="null"> 5315 <context-group name="null">
5316 <context context-type="linenumber">1</context> 5316 <context context-type="linenumber">1</context>
5317 </context-group> 5317 </context-group>
@@ -5479,7 +5479,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5480 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b"> 5480 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b">
5481 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source> 5481 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
5482 <target>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> a été accepté des instances qui vous suivent</target> 5482 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> a été accepté des instances qui vous suivent</target>
5483 <context-group name="null"> 5483 <context-group name="null">
5484 <context context-type="linenumber">1</context> 5484 <context context-type="linenumber">1</context>
5485 </context-group> 5485 </context-group>
@@ -5500,7 +5500,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5501 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79"> 5501 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79">
5502 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source> 5502 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
5503 <target>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> a été retiré des instances qui vous suivent</target> 5503 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> a été retiré des instances qui vous suivent</target>
5504 <context-group name="null"> 5504 <context-group name="null">
5505 <context context-type="linenumber">1</context> 5505 <context context-type="linenumber">1</context>
5506 </context-group> 5506 </context-group>
@@ -5514,14 +5514,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5515 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc"> 5515 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc">
5516 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source> 5516 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
5517 <target>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> supprimé des abonnés de votre instance</target> 5517 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> supprimé des abonnés de votre instance</target>
5518 <context-group name="null"> 5518 <context-group name="null">
5519 <context context-type="linenumber">1</context> 5519 <context context-type="linenumber">1</context>
5520 </context-group> 5520 </context-group>
5521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5522 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84"> 5522 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
5523 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 5523 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
5524 <target>&lt;x id="INTERPOLATION" equiv-text="{{host}}"/> n'est pas valide</target> 5524 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> n'est pas valide</target>
5525 <context-group name="null"> 5525 <context-group name="null">
5526 <context context-type="linenumber">1</context> 5526 <context context-type="linenumber">1</context>
5527 </context-group> 5527 </context-group>
@@ -5542,7 +5542,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5543 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 5543 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
5544 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source> 5544 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
5545 <target>Si vous confirmez, le système enverra une requête à : &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> pour le suivre - </target> 5545 <target>Si vous confirmez, le système enverra une requête à : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> pour le suivre - </target>
5546 <context-group name="null"> 5546 <context-group name="null">
5547 <context context-type="linenumber">1</context> 5547 <context context-type="linenumber">1</context>
5548 </context-group> 5548 </context-group>
@@ -5563,7 +5563,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5564 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 5564 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
5565 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 5565 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
5566 <target>Voulez-vous vraiment vous désabonner de &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target> 5566 <target>Voulez-vous vraiment vous désabonner de <x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target>
5567 <context-group name="null"> 5567 <context-group name="null">
5568 <context context-type="linenumber">1</context> 5568 <context context-type="linenumber">1</context>
5569 </context-group> 5569 </context-group>
@@ -5577,7 +5577,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5578 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0"> 5578 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
5579 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source> 5579 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
5580 <target>Vous n'êtes plus abonné à &lt;x id="INTERPOLATION" equiv-text="{{host}}"/>.</target> 5580 <target>Vous n'êtes plus abonné à <x id="INTERPOLATION" equiv-text="{{host}}"/>.</target>
5581 <context-group name="null"> 5581 <context-group name="null">
5582 <context context-type="linenumber">1</context> 5582 <context context-type="linenumber">1</context>
5583 </context-group> 5583 </context-group>
@@ -5598,21 +5598,21 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5599 <trans-unit id="1123807fc813c816404598147173403d00117557"> 5599 <trans-unit id="1123807fc813c816404598147173403d00117557">
5600 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source> 5600 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
5601 <target>La redondance pour &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> est &lt;x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target> 5601 <target>La redondance pour <x id="INTERPOLATION" equiv-text="{{host}}"/> est <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
5602 <context-group name="null"> 5602 <context-group name="null">
5603 <context context-type="linenumber">1</context> 5603 <context context-type="linenumber">1</context>
5604 </context-group> 5604 </context-group>
5605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5606 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da"> 5606 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
5607 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source> 5607 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
5608 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target> 5608 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target>
5609 <context-group name="null"> 5609 <context-group name="null">
5610 <context context-type="linenumber">1</context> 5610 <context context-type="linenumber">1</context>
5611 </context-group> 5611 </context-group>
5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5613 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330"> 5613 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
5614 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source> 5614 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
5615 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> réactivé par votre instance.</target> 5615 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> réactivé par votre instance.</target>
5616 <context-group name="null"> 5616 <context-group name="null">
5617 <context context-type="linenumber">1</context> 5617 <context context-type="linenumber">1</context>
5618 </context-group> 5618 </context-group>
@@ -5668,14 +5668,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5669 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611"> 5669 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
5670 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source> 5670 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
5671 <target>Vidéo &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target> 5671 <target>Vidéo <x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target>
5672 <context-group name="null"> 5672 <context-group name="null">
5673 <context context-type="linenumber">1</context> 5673 <context context-type="linenumber">1</context>
5674 </context-group> 5674 </context-group>
5675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5676 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5"> 5676 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
5677 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source> 5677 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
5678 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> vidéos retirées de la liste noire.</target> 5678 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> vidéos retirées de la liste noire.</target>
5679 <context-group name="null"> 5679 <context-group name="null">
5680 <context context-type="linenumber">1</context> 5680 <context context-type="linenumber">1</context>
5681 </context-group> 5681 </context-group>
@@ -5703,7 +5703,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5704 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f"> 5704 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
5705 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source> 5705 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
5706 <target>Vidéo &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target> 5706 <target>Vidéo <x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target>
5707 <context-group name="null"> 5707 <context-group name="null">
5708 <context context-type="linenumber">1</context> 5708 <context context-type="linenumber">1</context>
5709 </context-group> 5709 </context-group>
@@ -5724,28 +5724,28 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5725 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9"> 5725 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9">
5726 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source> 5726 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source>
5727 <target>Mettre à jour vers &lt;x id="INTERPOLATION" equiv-text="{{version}}"/></target> 5727 <target>Mettre à jour vers <x id="INTERPOLATION" equiv-text="{{version}}"/></target>
5728 <context-group name="null"> 5728 <context-group name="null">
5729 <context context-type="linenumber">1</context> 5729 <context context-type="linenumber">1</context>
5730 </context-group> 5730 </context-group>
5731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5732 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702"> 5732 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702">
5733 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source> 5733 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
5734 <target>Voulez-vous vraiment désinstaller &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 5734 <target>Voulez-vous vraiment désinstaller <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
5735 <context-group name="null"> 5735 <context-group name="null">
5736 <context context-type="linenumber">1</context> 5736 <context context-type="linenumber">1</context>
5737 </context-group> 5737 </context-group>
5738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5739 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144"> 5739 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144">
5740 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source> 5740 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source>
5741 <target>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> désinstallé.</target> 5741 <target><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> désinstallé.</target>
5742 <context-group name="null"> 5742 <context-group name="null">
5743 <context context-type="linenumber">1</context> 5743 <context context-type="linenumber">1</context>
5744 </context-group> 5744 </context-group>
5745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5746 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b"> 5746 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b">
5747 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source> 5747 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source>
5748 <target>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> mis à jour.</target> 5748 <target><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> mis à jour.</target>
5749 <context-group name="null"> 5749 <context-group name="null">
5750 <context context-type="linenumber">1</context> 5750 <context context-type="linenumber">1</context>
5751 </context-group> 5751 </context-group>
@@ -5766,14 +5766,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5767 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b"> 5767 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b">
5768 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source> 5768 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
5769 <target>Installer &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 5769 <target>Installer <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
5770 <context-group name="null"> 5770 <context-group name="null">
5771 <context context-type="linenumber">1</context> 5771 <context context-type="linenumber">1</context>
5772 </context-group> 5772 </context-group>
5773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5774 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b"> 5774 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b">
5775 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source> 5775 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source>
5776 <target>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installé.</target> 5776 <target><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installé.</target>
5777 <context-group name="null"> 5777 <context-group name="null">
5778 <context context-type="linenumber">1</context> 5778 <context context-type="linenumber">1</context>
5779 </context-group> 5779 </context-group>
@@ -5857,14 +5857,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5858 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 5858 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
5859 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 5859 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
5860 <target>Utilisateur·rice &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target> 5860 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target>
5861 <context-group name="null"> 5861 <context-group name="null">
5862 <context context-type="linenumber">1</context> 5862 <context context-type="linenumber">1</context>
5863 </context-group> 5863 </context-group>
5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5865 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842"> 5865 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
5866 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source> 5866 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
5867 <target>Mot de passe changé pour l'utilisateur·rice &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 5867 <target>Mot de passe changé pour l'utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
5868 <context-group name="null"> 5868 <context-group name="null">
5869 <context context-type="linenumber">1</context> 5869 <context context-type="linenumber">1</context>
5870 </context-group> 5870 </context-group>
@@ -5878,7 +5878,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5879 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 5879 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
5880 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 5880 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
5881 <target>Utilisateur·rice &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target> 5881 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target>
5882 <context-group name="null"> 5882 <context-group name="null">
5883 <context context-type="linenumber">1</context> 5883 <context context-type="linenumber">1</context>
5884 </context-group> 5884 </context-group>
@@ -5892,7 +5892,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5893 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548"> 5893 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
5894 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source> 5894 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
5895 <target>Un mail demandant la réinitialisation du mot de passe a été envoyé à &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 5895 <target>Un mail demandant la réinitialisation du mot de passe a été envoyé à <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
5896 <context-group name="null"> 5896 <context-group name="null">
5897 <context context-type="linenumber">1</context> 5897 <context context-type="linenumber">1</context>
5898 </context-group> 5898 </context-group>
@@ -5920,14 +5920,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5921 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e"> 5921 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
5922 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source> 5922 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
5923 <target>Voulez-vous vraiment rétablir &lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices ?</target> 5923 <target>Voulez-vous vraiment rétablir <x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices ?</target>
5924 <context-group name="null"> 5924 <context-group name="null">
5925 <context context-type="linenumber">1</context> 5925 <context context-type="linenumber">1</context>
5926 </context-group> 5926 </context-group>
5927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5928 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd"> 5928 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
5929 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source> 5929 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
5930 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·rices rétablis.</target> 5930 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·rices rétablis.</target>
5931 <context-group name="null"> 5931 <context-group name="null">
5932 <context context-type="linenumber">1</context> 5932 <context context-type="linenumber">1</context>
5933 </context-group> 5933 </context-group>
@@ -5948,28 +5948,28 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5949 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329"> 5949 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
5950 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source> 5950 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
5951 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices supprimé·e·s.</target> 5951 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices supprimé·e·s.</target>
5952 <context-group name="null"> 5952 <context-group name="null">
5953 <context context-type="linenumber">1</context> 5953 <context context-type="linenumber">1</context>
5954 </context-group> 5954 </context-group>
5955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5956 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650"> 5956 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
5957 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source> 5957 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
5958 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> adresses mail d'utilisateurs ont été vérifiées.</target> 5958 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> adresses mail d'utilisateurs ont été vérifiées.</target>
5959 <context-group name="null"> 5959 <context-group name="null">
5960 <context context-type="linenumber">1</context> 5960 <context context-type="linenumber">1</context>
5961 </context-group> 5961 </context-group>
5962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5963 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de"> 5963 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
5964 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source> 5964 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
5965 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé.</target> 5965 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé.</target>
5966 <context-group name="null"> 5966 <context-group name="null">
5967 <context context-type="linenumber">1</context> 5967 <context context-type="linenumber">1</context>
5968 </context-group> 5968 </context-group>
5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5970 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c"> 5970 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
5971 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source> 5971 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
5972 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée.</target> 5972 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée.</target>
5973 <context-group name="null"> 5973 <context-group name="null">
5974 <context context-type="linenumber">1</context> 5974 <context context-type="linenumber">1</context>
5975 </context-group> 5975 </context-group>
@@ -6207,7 +6207,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6207 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6207 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6208 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645"> 6208 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
6209 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source> 6209 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
6210 <target>Chaîne vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> créée.</target> 6210 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> créée.</target>
6211 <context-group name="null"> 6211 <context-group name="null">
6212 <context context-type="linenumber">1</context> 6212 <context context-type="linenumber">1</context>
6213 </context-group> 6213 </context-group>
@@ -6221,56 +6221,56 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6222 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 6222 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
6223 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 6223 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
6224 <target>Chaîne vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target> 6224 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target>
6225 <context-group name="null"> 6225 <context-group name="null">
6226 <context context-type="linenumber">1</context> 6226 <context context-type="linenumber">1</context>
6227 </context-group> 6227 </context-group>
6228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6229 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791"> 6229 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
6230 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source> 6230 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
6231 <target>Voulez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> ? Cela supprimera toutes les vidéos de cette chaîne, et vous ne pourrez plus créer de nouvelles chaînes avec le même nom (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) !</target> 6231 <target>Voulez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> ? Cela supprimera toutes les vidéos de cette chaîne, et vous ne pourrez plus créer de nouvelles chaînes avec le même nom (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) !</target>
6232 <context-group name="null"> 6232 <context-group name="null">
6233 <context context-type="linenumber">1</context> 6233 <context context-type="linenumber">1</context>
6234 </context-group> 6234 </context-group>
6235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6236 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99"> 6236 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
6237 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source> 6237 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
6238 <target>Merci de saisir le nom de la chaîne vidéos (&lt;x id="INTERPOLATION" equiv-text="{{displayName}}"/>) pour confirmer</target> 6238 <target>Merci de saisir le nom de la chaîne vidéos (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) pour confirmer</target>
6239 <context-group name="null"> 6239 <context-group name="null">
6240 <context context-type="linenumber">1</context> 6240 <context context-type="linenumber">1</context>
6241 </context-group> 6241 </context-group>
6242 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6242 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6243 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 6243 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
6244 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 6244 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
6245 <target>Chaîne vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> supprimée.</target> 6245 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> supprimée.</target>
6246 <context-group name="null"> 6246 <context-group name="null">
6247 <context context-type="linenumber">1</context> 6247 <context context-type="linenumber">1</context>
6248 </context-group> 6248 </context-group>
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6250 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d"> 6250 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
6251 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source> 6251 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
6252 <target>Liste de lecture &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/> créée.</target> 6252 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> créée.</target>
6253 <context-group name="null"> 6253 <context-group name="null">
6254 <context context-type="linenumber">1</context> 6254 <context context-type="linenumber">1</context>
6255 </context-group> 6255 </context-group>
6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6257 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d"> 6257 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
6258 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source> 6258 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
6259 <target>Liste de lecture &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> mise à jour.</target> 6259 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> mise à jour.</target>
6260 <context-group name="null"> 6260 <context-group name="null">
6261 <context context-type="linenumber">1</context> 6261 <context context-type="linenumber">1</context>
6262 </context-group> 6262 </context-group>
6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6264 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783"> 6264 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
6265 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source> 6265 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
6266 <target>Souhaitez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> ?</target> 6266 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> ?</target>
6267 <context-group name="null"> 6267 <context-group name="null">
6268 <context context-type="linenumber">1</context> 6268 <context context-type="linenumber">1</context>
6269 </context-group> 6269 </context-group>
6270 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6270 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6271 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86"> 6271 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
6272 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source> 6272 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
6273 <target>Liste de lecture &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> supprimée.</target> 6273 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> supprimée.</target>
6274 <context-group name="null"> 6274 <context-group name="null">
6275 <context context-type="linenumber">1</context> 6275 <context context-type="linenumber">1</context>
6276 </context-group> 6276 </context-group>
@@ -6284,28 +6284,28 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6284 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6284 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6285 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 6285 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
6286 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 6286 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
6287 <target>Souhaitez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos ?</target> 6287 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos ?</target>
6288 <context-group name="null"> 6288 <context-group name="null">
6289 <context context-type="linenumber">1</context> 6289 <context context-type="linenumber">1</context>
6290 </context-group> 6290 </context-group>
6291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6292 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 6292 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
6293 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 6293 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
6294 <target>&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos supprimées.</target> 6294 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos supprimées.</target>
6295 <context-group name="null"> 6295 <context-group name="null">
6296 <context context-type="linenumber">1</context> 6296 <context context-type="linenumber">1</context>
6297 </context-group> 6297 </context-group>
6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6299 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 6299 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
6300 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 6300 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
6301 <target>Souhaitez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target> 6301 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
6302 <context-group name="null"> 6302 <context-group name="null">
6303 <context context-type="linenumber">1</context> 6303 <context context-type="linenumber">1</context>
6304 </context-group> 6304 </context-group>
6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6306 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 6306 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
6307 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 6307 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
6308 <target>La vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/> a été supprimée.</target> 6308 <target>La vidéo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> a été supprimée.</target>
6309 <context-group name="null"> 6309 <context-group name="null">
6310 <context context-type="linenumber">1</context> 6310 <context context-type="linenumber">1</context>
6311 </context-group> 6311 </context-group>
@@ -6382,14 +6382,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6382 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6382 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6383 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6"> 6383 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6384 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source> 6384 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6385 <target>Vous êtes maintenant connecté en tant que &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> !</target> 6385 <target>Vous êtes maintenant connecté en tant que <x id="INTERPOLATION" equiv-text="{{username}}"/> !</target>
6386 <context-group name="null"> 6386 <context-group name="null">
6387 <context context-type="linenumber">1</context> 6387 <context context-type="linenumber">1</context>
6388 </context-group> 6388 </context-group>
6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6390 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 6390 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
6391 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 6391 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
6392 <target>Un courriel contenant un lien de vérification sera envoyé à &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6392 <target>Un courriel contenant un lien de vérification sera envoyé à <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6393 <context-group name="null"> 6393 <context-group name="null">
6394 <context context-type="linenumber">1</context> 6394 <context context-type="linenumber">1</context>
6395 </context-group> 6395 </context-group>
@@ -6495,7 +6495,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6495 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7"> 6495 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
6496 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6496 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6497</source> 6497</source>
6498 <target>Impossible de retrouver les identifiants client OAuth : &lt;x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6498 <target>Impossible de retrouver les identifiants client OAuth : <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6499</target> 6499</target>
6500 <context-group name="null"> 6500 <context-group name="null">
6501 <context context-type="linenumber">1</context> 6501 <context context-type="linenumber">1</context>
@@ -6545,7 +6545,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6545 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6545 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6546 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1"> 6546 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
6547 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 6547 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
6548 <target>Un email avec les instructions de changement de mot de passe a été envoyé à &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6548 <target>Un email avec les instructions de changement de mot de passe a été envoyé à <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6549 <context-group name="null"> 6549 <context-group name="null">
6550 <context context-type="linenumber">1</context> 6550 <context context-type="linenumber">1</context>
6551 </context-group> 6551 </context-group>
@@ -6629,77 +6629,77 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6629 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6629 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6630 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 6630 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
6631 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 6631 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
6632 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target> 6632 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target>
6633 <context-group name="null"> 6633 <context-group name="null">
6634 <context context-type="linenumber">1</context> 6634 <context context-type="linenumber">1</context>
6635 </context-group> 6635 </context-group>
6636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6637 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 6637 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
6638 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 6638 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
6639 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 6639 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
6640 <context-group name="null"> 6640 <context-group name="null">
6641 <context context-type="linenumber">1</context> 6641 <context context-type="linenumber">1</context>
6642 </context-group> 6642 </context-group>
6643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6644 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 6644 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
6645 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 6645 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
6646 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 6646 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
6647 <context-group name="null"> 6647 <context-group name="null">
6648 <context context-type="linenumber">1</context> 6648 <context context-type="linenumber">1</context>
6649 </context-group> 6649 </context-group>
6650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6651 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 6651 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
6652 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 6652 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
6653 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target> 6653 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target>
6654 <context-group name="null"> 6654 <context-group name="null">
6655 <context context-type="linenumber">1</context> 6655 <context context-type="linenumber">1</context>
6656 </context-group> 6656 </context-group>
6657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6658 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 6658 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
6659 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 6659 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
6660 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target> 6660 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target>
6661 <context-group name="null"> 6661 <context-group name="null">
6662 <context context-type="linenumber">1</context> 6662 <context context-type="linenumber">1</context>
6663 </context-group> 6663 </context-group>
6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6665 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 6665 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
6666 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 6666 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
6667 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target> 6667 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target>
6668 <context-group name="null"> 6668 <context-group name="null">
6669 <context context-type="linenumber">1</context> 6669 <context context-type="linenumber">1</context>
6670 </context-group> 6670 </context-group>
6671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6672 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 6672 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
6673 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 6673 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
6674 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target> 6674 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target>
6675 <context-group name="null"> 6675 <context-group name="null">
6676 <context context-type="linenumber">1</context> 6676 <context context-type="linenumber">1</context>
6677 </context-group> 6677 </context-group>
6678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6679 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 6679 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
6680 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 6680 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
6681 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target> 6681 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target>
6682 <context-group name="null"> 6682 <context-group name="null">
6683 <context context-type="linenumber">1</context> 6683 <context context-type="linenumber">1</context>
6684 </context-group> 6684 </context-group>
6685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6686 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 6686 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
6687 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 6687 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
6688 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target> 6688 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target>
6689 <context-group name="null"> 6689 <context-group name="null">
6690 <context context-type="linenumber">1</context> 6690 <context context-type="linenumber">1</context>
6691 </context-group> 6691 </context-group>
6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6693 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 6693 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
6694 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 6694 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
6695 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target> 6695 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target>
6696 <context-group name="null"> 6696 <context-group name="null">
6697 <context context-type="linenumber">1</context> 6697 <context context-type="linenumber">1</context>
6698 </context-group> 6698 </context-group>
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6700 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 6700 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
6701 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 6701 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
6702 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target> 6702 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target>
6703 <context-group name="null"> 6703 <context-group name="null">
6704 <context context-type="linenumber">1</context> 6704 <context context-type="linenumber">1</context>
6705 </context-group> 6705 </context-group>
@@ -7336,7 +7336,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7337 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9"> 7337 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
7338 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source> 7338 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
7339 <target>PeerTube ne peut pas gérer ce type de fichier. Les extensions acceptées sont &lt;x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target> 7339 <target>PeerTube ne peut pas gérer ce type de fichier. Les extensions acceptées sont <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
7340 <context-group name="null"> 7340 <context-group name="null">
7341 <context context-type="linenumber">1</context> 7341 <context context-type="linenumber">1</context>
7342 </context-group> 7342 </context-group>
@@ -7693,7 +7693,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7693 <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></trans-unit> 7693 <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></trans-unit>
7694 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 7694 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
7695 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 7695 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
7696 <target>~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/> &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 7696 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
7697 <context-group name="null"> 7697 <context-group name="null">
7698 <context context-type="linenumber">1</context> 7698 <context context-type="linenumber">1</context>
7699 </context-group> 7699 </context-group>
@@ -7707,28 +7707,28 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7707 <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></trans-unit> 7707 <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></trans-unit>
7708 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 7708 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
7709 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source> 7709 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
7710 <target>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos full HD</target> 7710 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos full HD</target>
7711 <context-group name="null"> 7711 <context-group name="null">
7712 <context context-type="linenumber">1</context> 7712 <context context-type="linenumber">1</context>
7713 </context-group> 7713 </context-group>
7714 <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></trans-unit> 7714 <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></trans-unit>
7715 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 7715 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
7716 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source> 7716 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
7717 <target>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos HD</target> 7717 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos HD</target>
7718 <context-group name="null"> 7718 <context-group name="null">
7719 <context context-type="linenumber">1</context> 7719 <context context-type="linenumber">1</context>
7720 </context-group> 7720 </context-group>
7721 <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></trans-unit> 7721 <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></trans-unit>
7722 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5"> 7722 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
7723 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source> 7723 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
7724 <target>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos de qualité moyenne</target> 7724 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos de qualité moyenne</target>
7725 <context-group name="null"> 7725 <context-group name="null">
7726 <context context-type="linenumber">1</context> 7726 <context context-type="linenumber">1</context>
7727 </context-group> 7727 </context-group>
7728 <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></trans-unit> 7728 <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></trans-unit>
7729 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 7729 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
7730 <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> 7730 <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>
7731 <target>Compatible &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> supportant :</target> 7731 <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>
7732 <context-group name="null"> 7732 <context-group name="null">
7733 <context context-type="linenumber">1</context> 7733 <context context-type="linenumber">1</context>
7734 </context-group> 7734 </context-group>
@@ -7770,28 +7770,28 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7771 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681"> 7771 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
7772 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source> 7772 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
7773 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices banni·e·s.</target> 7773 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices banni·e·s.</target>
7774 <context-group name="null"> 7774 <context-group name="null">
7775 <context context-type="linenumber">1</context> 7775 <context context-type="linenumber">1</context>
7776 </context-group> 7776 </context-group>
7777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7778 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd"> 7778 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
7779 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source> 7779 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
7780 <target>Utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> banni.</target> 7780 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> banni.</target>
7781 <context-group name="null"> 7781 <context-group name="null">
7782 <context context-type="linenumber">1</context> 7782 <context context-type="linenumber">1</context>
7783 </context-group> 7783 </context-group>
7784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7785 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734"> 7785 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
7786 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source> 7786 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
7787 <target>Voulez-vous réellement rétablir &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>?</target> 7787 <target>Voulez-vous réellement rétablir <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
7788 <context-group name="null"> 7788 <context-group name="null">
7789 <context context-type="linenumber">1</context> 7789 <context context-type="linenumber">1</context>
7790 </context-group> 7790 </context-group>
7791 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7791 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7792 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd"> 7792 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
7793 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source> 7793 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
7794 <target>L'utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> est rétabli.</target> 7794 <target>L'utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> est rétabli.</target>
7795 <context-group name="null"> 7795 <context-group name="null">
7796 <context context-type="linenumber">1</context> 7796 <context context-type="linenumber">1</context>
7797 </context-group> 7797 </context-group>
@@ -7805,56 +7805,56 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7805 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7805 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7806 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 7806 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
7807 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source> 7807 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
7808 <target>Utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> supprimé.</target> 7808 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> supprimé.</target>
7809 <context-group name="null"> 7809 <context-group name="null">
7810 <context context-type="linenumber">1</context> 7810 <context context-type="linenumber">1</context>
7811 </context-group> 7811 </context-group>
7812 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7812 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7813 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096"> 7813 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
7814 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source> 7814 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
7815 <target>L'adresse mail de l'utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> a été vérifiée</target> 7815 <target>L'adresse mail de l'utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> a été vérifiée</target>
7816 <context-group name="null"> 7816 <context-group name="null">
7817 <context context-type="linenumber">1</context> 7817 <context context-type="linenumber">1</context>
7818 </context-group> 7818 </context-group>
7819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7820 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249"> 7820 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
7821 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source> 7821 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
7822 <target>Comptes &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muets.</target> 7822 <target>Comptes <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muets.</target>
7823 <context-group name="null"> 7823 <context-group name="null">
7824 <context context-type="linenumber">1</context> 7824 <context context-type="linenumber">1</context>
7825 </context-group> 7825 </context-group>
7826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7826 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7827 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6"> 7827 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
7828 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source> 7828 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
7829 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muette.</target> 7829 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muette.</target>
7830 <context-group name="null"> 7830 <context-group name="null">
7831 <context context-type="linenumber">1</context> 7831 <context context-type="linenumber">1</context>
7832 </context-group> 7832 </context-group>
7833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7833 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7834 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499"> 7834 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
7835 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 7835 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
7836 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> rendue muet par votre instance.</target> 7836 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> rendue muet par votre instance.</target>
7837 <context-group name="null"> 7837 <context-group name="null">
7838 <context context-type="linenumber">1</context> 7838 <context context-type="linenumber">1</context>
7839 </context-group> 7839 </context-group>
7840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7840 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7841 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 7841 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
7842 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 7842 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
7843 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target> 7843 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target>
7844 <context-group name="null"> 7844 <context-group name="null">
7845 <context context-type="linenumber">1</context> 7845 <context context-type="linenumber">1</context>
7846 </context-group> 7846 </context-group>
7847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7847 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7848 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830"> 7848 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
7849 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source> 7849 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
7850 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> rendue muette par votre instance.</target> 7850 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> rendue muette par votre instance.</target>
7851 <context-group name="null"> 7851 <context-group name="null">
7852 <context context-type="linenumber">1</context> 7852 <context context-type="linenumber">1</context>
7853 </context-group> 7853 </context-group>
7854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7855 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f"> 7855 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
7856 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source> 7856 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
7857 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée par votre instance.</target> 7857 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée par votre instance.</target>
7858 <context-group name="null"> 7858 <context-group name="null">
7859 <context context-type="linenumber">1</context> 7859 <context context-type="linenumber">1</context>
7860 </context-group> 7860 </context-group>
@@ -7924,7 +7924,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7925 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b"> 7925 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
7926 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source> 7926 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
7927 <target>Trop de tentatives, merci de réessayer dans &lt;x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target> 7927 <target>Trop de tentatives, merci de réessayer dans <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target>
7928 <context-group name="null"> 7928 <context-group name="null">
7929 <context context-type="linenumber">1</context> 7929 <context context-type="linenumber">1</context>
7930 </context-group> 7930 </context-group>
@@ -7945,7 +7945,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7946 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded"> 7946 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
7947 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source> 7947 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
7948 <target>Abonné à &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 7948 <target>Abonné à <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
7949 <context-group name="null"> 7949 <context-group name="null">
7950 <context context-type="linenumber">1</context> 7950 <context context-type="linenumber">1</context>
7951 </context-group> 7951 </context-group>
@@ -7959,7 +7959,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7960 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26"> 7960 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
7961 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source> 7961 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
7962 <target>Désabonné de &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 7962 <target>Désabonné de <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
7963 <context-group name="null"> 7963 <context-group name="null">
7964 <context context-type="linenumber">1</context> 7964 <context context-type="linenumber">1</context>
7965 </context-group> 7965 </context-group>
@@ -7980,21 +7980,21 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7980 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7981 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78"> 7981 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
7982 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source> 7982 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
7983 <target>Vidéo supprimé de &lt;x id="INTERPOLATION" equiv-text="{{name}}"/></target> 7983 <target>Vidéo supprimé de <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
7984 <context-group name="null"> 7984 <context-group name="null">
7985 <context context-type="linenumber">1</context> 7985 <context context-type="linenumber">1</context>
7986 </context-group> 7986 </context-group>
7987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7988 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de"> 7988 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
7989 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source> 7989 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
7990 <target>Vidéo ajouté dans &lt;x id="INTERPOLATION" equiv-text="{{n}}"/> à la seconde &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/></target> 7990 <target>Vidéo ajouté dans <x id="INTERPOLATION" equiv-text="{{n}}"/> à la seconde <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
7991 <context-group name="null"> 7991 <context-group name="null">
7992 <context context-type="linenumber">1</context> 7992 <context context-type="linenumber">1</context>
7993 </context-group> 7993 </context-group>
7994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7995 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f"> 7995 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
7996 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source> 7996 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
7997 <target>Vidéo ajouté dans &lt;x id="INTERPOLATION" equiv-text="{{n}}"/></target> 7997 <target>Vidéo ajouté dans <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
7998 <context-group name="null"> 7998 <context-group name="null">
7999 <context context-type="linenumber">1</context> 7999 <context context-type="linenumber">1</context>
8000 </context-group> 8000 </context-group>
@@ -8162,7 +8162,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8163 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71"> 8163 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71">
8164 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source> 8164 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source>
8165 <target>Téléverser &lt;x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target> 8165 <target>Téléverser <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target>
8166 <context-group name="null"> 8166 <context-group name="null">
8167 <context context-type="linenumber">1</context> 8167 <context context-type="linenumber">1</context>
8168 </context-group> 8168 </context-group>
@@ -8183,14 +8183,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8184 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee"> 8184 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
8185 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source> 8185 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
8186 <target>Votre quota est dépassé avec cette vidéo (taille de la vidéo : &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target> 8186 <target>Votre quota est dépassé avec cette vidéo (taille de la vidéo : <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
8187 <context-group name="null"> 8187 <context-group name="null">
8188 <context context-type="linenumber">1</context> 8188 <context context-type="linenumber">1</context>
8189 </context-group> 8189 </context-group>
8190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8191 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd"> 8191 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
8192 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source> 8192 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
8193 <target>Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target> 8193 <target>Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
8194 <context-group name="null"> 8194 <context-group name="null">
8195 <context context-type="linenumber">1</context> 8195 <context context-type="linenumber">1</context>
8196 </context-group> 8196 </context-group>
@@ -8211,7 +8211,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8211 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8211 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8212 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd"> 8212 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
8213 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source> 8213 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
8214 <target> &lt;x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> réponses seront aussi supprimées.</target> 8214 <target> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> réponses seront aussi supprimées.</target>
8215 <context-group name="null"> 8215 <context-group name="null">
8216 <context context-type="linenumber">1</context> 8216 <context context-type="linenumber">1</context>
8217 </context-group> 8217 </context-group>
@@ -8232,7 +8232,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8233 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 8233 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
8234 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 8234 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
8235 <target>&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> j'aime / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> je n'aime pas</target> 8235 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> j'aime / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> je n'aime pas</target>
8236 <context-group name="null"> 8236 <context-group name="null">
8237 <context context-type="linenumber">1</context> 8237 <context context-type="linenumber">1</context>
8238 </context-group> 8238 </context-group>
@@ -8288,14 +8288,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8289 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 8289 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
8290 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 8290 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
8291 <target>Tendances pour les &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target> 8291 <target>Tendances pour les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
8292 <context-group name="null"> 8292 <context-group name="null">
8293 <context context-type="linenumber">1</context> 8293 <context context-type="linenumber">1</context>
8294 </context-group> 8294 </context-group>
8295 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8296 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509"> 8296 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
8297 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 8297 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
8298 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target> 8298 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
8299 <context-group name="null"> 8299 <context-group name="null">
8300 <context context-type="linenumber">1</context> 8300 <context context-type="linenumber">1</context>
8301 </context-group> 8301 </context-group>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index ba9f7be25..702af6484 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -581,7 +583,8 @@
581 </context-group> 583 </context-group>
582 </trans-unit> 584 </trans-unit>
583 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 585 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
584 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target><context-group name="null"> 586 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
587 <context-group name="null">
585 <context context-type="linenumber">9</context> 588 <context context-type="linenumber">9</context>
586 </context-group> 589 </context-group>
587 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html"> 590 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
@@ -594,7 +597,8 @@
594 </context-group> 597 </context-group>
595 </trans-unit> 598 </trans-unit>
596 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4"> 599 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
597 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source><target>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target><context-group name="null"> 600 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
601 <context-group name="null">
598 <context context-type="linenumber">29</context> 602 <context context-type="linenumber">29</context>
599 </context-group> 603 </context-group>
600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html"> 604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit><trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html">
@@ -780,7 +784,8 @@
780 </context-group> 784 </context-group>
781 </trans-unit> 785 </trans-unit>
782 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c"> 786 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
783 <source>User registration allowed</source><target>User registration allowed</target><context-group name="null"> 787 <source>User registration allowed</source>
788 <context-group name="null">
784 <context context-type="linenumber">14</context> 789 <context context-type="linenumber">14</context>
785 </context-group> 790 </context-group>
786 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit><trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html"> 791 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit><trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html">
@@ -824,12 +829,14 @@
824 </context-group> 829 </context-group>
825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">60</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">286</context></context-group></trans-unit> 830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">60</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">40</context></context-group><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">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">286</context></context-group></trans-unit>
826 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1"> 831 <trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1">
827 <source>HTTP import (YouTube, Vimeo, direct URL...)</source><target>HTTP import (YouTube, Vimeo, direct URL...)</target><context-group name="null"> 832 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
833 <context-group name="null">
828 <context context-type="linenumber">64</context> 834 <context context-type="linenumber">64</context>
829 </context-group> 835 </context-group>
830 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit> 836 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">64</context></context-group></trans-unit>
831 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a"> 837 <trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a">
832 <source>Torrent import</source><target>Torrent import</target><context-group name="null"> 838 <source>Torrent import</source>
839 <context-group name="null">
833 <context context-type="linenumber">71</context> 840 <context context-type="linenumber">71</context>
834 </context-group> 841 </context-group>
835 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html"> 842 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html">
@@ -1110,7 +1117,8 @@
1110 </context-group> 1117 </context-group>
1111 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 1118 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
1112 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 1119 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
1113 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source><target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</target><context-group name="null"> 1120 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
1121 <context-group name="null">
1114 <context context-type="linenumber">5</context> 1122 <context context-type="linenumber">5</context>
1115 </context-group> 1123 </context-group>
1116 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 1124 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
@@ -1851,7 +1859,8 @@
1851 </context-group> 1859 </context-group>
1852 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">225</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit> 1860 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">225</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">78</context></context-group></trans-unit>
1853 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0"> 1861 <trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0">
1854 <source>Short text to tell people how they can support you (membership platform...).</source><target>Short text to tell people how they can support you (membership platform...).</target><context-group name="null"> 1862 <source>Short text to tell people how they can support you (membership platform...).</source>
1863 <context-group name="null">
1855 <context context-type="linenumber">226</context> 1864 <context context-type="linenumber">226</context>
1856 </context-group> 1865 </context-group>
1857 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group></trans-unit> 1866 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">226</context></context-group></trans-unit>
@@ -1926,7 +1935,8 @@
1926 </context-group> 1935 </context-group>
1927 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit> 1936 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
1928 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb"> 1937 <trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb">
1929 <source>Update</source><target>Update</target><context-group name="null"> 1938 <source>Update</source>
1939 <context-group name="null">
1930 <context context-type="linenumber">17</context> 1940 <context context-type="linenumber">17</context>
1931 </context-group> 1941 </context-group>
1932 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 1942 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">69</context></context-group><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">74</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
@@ -2973,7 +2983,8 @@
2973 </context-group> 2983 </context-group>
2974 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
2975 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 2985 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2976 <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><target>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><context-group name="null"> 2986 <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>
2987 <context-group name="null">
2977 <context context-type="linenumber">13</context> 2988 <context context-type="linenumber">13</context>
2978 </context-group> 2989 </context-group>
2979 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</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">9</context></context-group><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><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</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">9</context></context-group><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><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
@@ -3235,7 +3246,8 @@
3235 </context-group> 3246 </context-group>
3236 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">94</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">15</context></context-group></trans-unit> 3247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">94</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">15</context></context-group></trans-unit>
3237 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e"> 3248 <trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e">
3238 <source>Display</source><target>Display</target><context-group name="null"> 3249 <source>Display</source>
3250 <context-group name="null">
3239 <context context-type="linenumber">16</context> 3251 <context context-type="linenumber">16</context>
3240 </context-group> 3252 </context-group>
3241 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">95</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">16</context></context-group></trans-unit> 3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">95</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">16</context></context-group></trans-unit>
@@ -3940,7 +3952,8 @@
3940 </context-group> 3952 </context-group>
3941 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
3942 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740"> 3954 <trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740">
3943 <source>Initiator</source><target>Initiator</target><context-group name="null"> 3955 <source>Initiator</source>
3956 <context-group name="null">
3944 <context context-type="linenumber">13</context> 3957 <context context-type="linenumber">13</context>
3945 </context-group> 3958 </context-group>
3946 <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></trans-unit> 3959 <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></trans-unit>
@@ -4012,8 +4025,8 @@
4012 <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">15</context></context-group><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">15</context></context-group></trans-unit> 4025 <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">15</context></context-group><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">15</context></context-group></trans-unit>
4013 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a"> 4026 <trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a">
4014 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 4027 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
4015When you will upload a video in this channel, the video support field will be automatically filled by this text.</source><target>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br /> 4028When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
4016When you will upload a video in this channel, the video support field will be automatically filled by this text.</target><context-group name="null"> 4029 <context-group name="null">
4017 <context context-type="linenumber">52</context> 4030 <context context-type="linenumber">52</context>
4018 </context-group> 4031 </context-group>
4019 <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">52</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html"> 4032 <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">52</context></context-group><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">52</context></context-group></trans-unit><trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html">
@@ -4042,7 +4055,8 @@ When you will upload a video in this channel, the video support field will be au
4042 </context-group> 4055 </context-group>
4043 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
4044 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 4057 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
4045 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source><target>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target><context-group name="null"> 4058 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
4059 <context-group name="null">
4046 <context context-type="linenumber">18</context> 4060 <context context-type="linenumber">18</context>
4047 </context-group> 4061 </context-group>
4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit> 4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
@@ -4096,7 +4110,8 @@ When you will upload a video in this channel, the video support field will be au
4096 </context-group> 4110 </context-group>
4097 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 4111 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
4098 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530"> 4112 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
4099 <source>History enabled</source><target>History enabled</target><context-group name="null"> 4113 <source>History enabled</source>
4114 <context-group name="null">
4100 <context context-type="linenumber">4</context> 4115 <context context-type="linenumber">4</context>
4101 </context-group> 4116 </context-group>
4102 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 4117 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
@@ -4362,9 +4377,8 @@ When you will upload a video in this channel, the video support field will be au
4362 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e"> 4377 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
4363 <source> 4378 <source>
4364 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists 4379 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
4365</source><target> 4380</source>
4366 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists 4381 <context-group name="null">
4367</target><context-group name="null">
4368 <context context-type="linenumber">1</context> 4382 <context context-type="linenumber">1</context>
4369 </context-group> 4383 </context-group>
4370 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 4384 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -4562,7 +4576,8 @@ When you will upload a video in this channel, the video support field will be au
4562 </context-group> 4576 </context-group>
4563 </trans-unit> 4577 </trans-unit>
4564 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 4578 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
4565 <source>What are the consequences?</source><target>What are the consequences?</target><context-group name="null"> 4579 <source>What are the consequences?</source>
4580 <context-group name="null">
4566 <context context-type="linenumber">32</context> 4581 <context context-type="linenumber">32</context>
4567 </context-group> 4582 </context-group>
4568 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="3ead166df520afec765c75073edaf436125978bf" datatype="html"> 4583 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="3ead166df520afec765c75073edaf436125978bf" datatype="html">
@@ -4637,7 +4652,8 @@ When you will upload a video in this channel, the video support field will be au
4637 </context-group> 4652 </context-group>
4638 </trans-unit> 4653 </trans-unit>
4639 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf"> 4654 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
4640 <source>How does PeerTube compare with YouTube?</source><target>How does PeerTube compare with YouTube?</target><context-group name="null"> 4655 <source>How does PeerTube compare with YouTube?</source>
4656 <context-group name="null">
4641 <context context-type="linenumber">74</context> 4657 <context context-type="linenumber">74</context>
4642 </context-group> 4658 </context-group>
4643 <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></trans-unit><trans-unit id="c4b2dcdcd5cd74548af456fe698b82b2dcfa84de" datatype="html"> 4659 <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></trans-unit><trans-unit id="c4b2dcdcd5cd74548af456fe698b82b2dcfa84de" datatype="html">
@@ -4652,7 +4668,8 @@ When you will upload a video in this channel, the video support field will be au
4652 </context-group> 4668 </context-group>
4653 </trans-unit> 4669 </trans-unit>
4654 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99"> 4670 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
4655 <source>What can I do to limit the exposure of my IP address?</source><target>What can I do to limit the exposure of my IP address?</target><context-group name="null"> 4671 <source>What can I do to limit the exposure of my IP address?</source>
4672 <context-group name="null">
4656 <context context-type="linenumber">82</context> 4673 <context context-type="linenumber">82</context>
4657 </context-group> 4674 </context-group>
4658 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="c6f8d380fa51ec0b1d18303e96830ac8cee66e0d" datatype="html"> 4675 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="c6f8d380fa51ec0b1d18303e96830ac8cee66e0d" datatype="html">
@@ -4667,7 +4684,8 @@ When you will upload a video in this channel, the video support field will be au
4667 </context-group> 4684 </context-group>
4668 </trans-unit> 4685 </trans-unit>
4669 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41"> 4686 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
4670 <source>What will be done to mitigate this problem?</source><target>What will be done to mitigate this problem?</target><context-group name="null"> 4687 <source>What will be done to mitigate this problem?</source>
4688 <context-group name="null">
4671 <context context-type="linenumber">90</context> 4689 <context context-type="linenumber">90</context>
4672 </context-group> 4690 </context-group>
4673 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="d7272b440da883de318c19393f3063e63ab7e830" datatype="html"> 4691 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="d7272b440da883de318c19393f3063e63ab7e830" datatype="html">
@@ -4681,27 +4699,32 @@ When you will upload a video in this channel, the video support field will be au
4681 </context-group> 4699 </context-group>
4682 </trans-unit> 4700 </trans-unit>
4683 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 4701 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
4684 <source>Set a limit to the number of peers sent by the tracker</source><target>Set a limit to the number of peers sent by the tracker</target><context-group name="null"> 4702 <source>Set a limit to the number of peers sent by the tracker</source>
4703 <context-group name="null">
4685 <context context-type="linenumber">98</context> 4704 <context context-type="linenumber">98</context>
4686 </context-group> 4705 </context-group>
4687 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit> 4706 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit>
4688 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5"> 4707 <trans-unit id="a6d732b614143f862e69798046dc0868716547e5">
4689 <source>Set a limit on the request frequency received by the tracker (being tested)</source><target>Set a limit on the request frequency received by the tracker (being tested)</target><context-group name="null"> 4708 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
4709 <context-group name="null">
4690 <context context-type="linenumber">99</context> 4710 <context context-type="linenumber">99</context>
4691 </context-group> 4711 </context-group>
4692 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit> 4712 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
4693 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c"> 4713 <trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c">
4694 <source>Ring a bell if there are unusual requests (being tested)</source><target>Ring a bell if there are unusual requests (being tested)</target><context-group name="null"> 4714 <source>Ring a bell if there are unusual requests (being tested)</source>
4715 <context-group name="null">
4695 <context context-type="linenumber">100</context> 4716 <context context-type="linenumber">100</context>
4696 </context-group> 4717 </context-group>
4697 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 4718 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
4698 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18"> 4719 <trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18">
4699 <source>Disable P2P from the administration interface</source><target>Disable P2P from the administration interface</target><context-group name="null"> 4720 <source>Disable P2P from the administration interface</source>
4721 <context-group name="null">
4700 <context context-type="linenumber">101</context> 4722 <context context-type="linenumber">101</context>
4701 </context-group> 4723 </context-group>
4702 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit>
4703 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6"> 4725 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
4704 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source><target>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</target><context-group name="null"> 4726 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
4727 <context-group name="null">
4705 <context context-type="linenumber">102</context> 4728 <context context-type="linenumber">102</context>
4706 </context-group> 4729 </context-group>
4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">102</context></context-group></trans-unit><trans-unit id="4b819dec78ae793726f7da0568912b4ba777d929" datatype="html"> 4730 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">102</context></context-group></trans-unit><trans-unit id="4b819dec78ae793726f7da0568912b4ba777d929" datatype="html">
@@ -5190,7 +5213,8 @@ When you will upload a video in this channel, the video support field will be au
5190 </context-group> 5213 </context-group>
5191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5192 <trans-unit id="1123807fc813c816404598147173403d00117557"> 5215 <trans-unit id="1123807fc813c816404598147173403d00117557">
5193 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target><context-group name="null"> 5216 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
5217 <context-group name="null">
5194 <context context-type="linenumber">1</context> 5218 <context context-type="linenumber">1</context>
5195 </context-group> 5219 </context-group>
5196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5415,7 +5439,8 @@ When you will upload a video in this channel, the video support field will be au
5415 </context-group> 5439 </context-group>
5416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5417 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01"> 5441 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01">
5418 <source>Warning</source><target>Warning</target><context-group name="null"> 5442 <source>Warning</source>
5443 <context-group name="null">
5419 <context context-type="linenumber">1</context> 5444 <context context-type="linenumber">1</context>
5420 </context-group> 5445 </context-group>
5421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5943,7 +5968,8 @@ When you will upload a video in this channel, the video support field will be au
5943 </context-group> 5968 </context-group>
5944 </trans-unit> 5969 </trans-unit>
5945 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6"> 5970 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
5946 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target><context-group name="null"> 5971 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
5972 <context-group name="null">
5947 <context context-type="linenumber">1</context> 5973 <context context-type="linenumber">1</context>
5948 </context-group> 5974 </context-group>
5949 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5975 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6187,57 +6213,68 @@ When you will upload a video in this channel, the video support field will be au
6187 </context-group> 6213 </context-group>
6188 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6214 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6189 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 6215 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
6190 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target><context-group name="null"> 6216 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
6217 <context-group name="null">
6191 <context context-type="linenumber">1</context> 6218 <context context-type="linenumber">1</context>
6192 </context-group> 6219 </context-group>
6193 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6220 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6194 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 6221 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
6195 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target><context-group name="null"> 6222 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
6223 <context-group name="null">
6196 <context context-type="linenumber">1</context> 6224 <context context-type="linenumber">1</context>
6197 </context-group> 6225 </context-group>
6198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6199 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 6227 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
6200 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target><context-group name="null"> 6228 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
6229 <context-group name="null">
6201 <context context-type="linenumber">1</context> 6230 <context context-type="linenumber">1</context>
6202 </context-group> 6231 </context-group>
6203 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6232 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6204 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 6233 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
6205 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target><context-group name="null"> 6234 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
6235 <context-group name="null">
6206 <context context-type="linenumber">1</context> 6236 <context context-type="linenumber">1</context>
6207 </context-group> 6237 </context-group>
6208 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6238 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6209 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 6239 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
6210 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target><context-group name="null"> 6240 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
6241 <context-group name="null">
6211 <context context-type="linenumber">1</context> 6242 <context context-type="linenumber">1</context>
6212 </context-group> 6243 </context-group>
6213 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6244 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6214 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 6245 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
6215 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target><context-group name="null"> 6246 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
6247 <context-group name="null">
6216 <context context-type="linenumber">1</context> 6248 <context context-type="linenumber">1</context>
6217 </context-group> 6249 </context-group>
6218 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6250 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6219 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 6251 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
6220 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target><context-group name="null"> 6252 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
6253 <context-group name="null">
6221 <context context-type="linenumber">1</context> 6254 <context context-type="linenumber">1</context>
6222 </context-group> 6255 </context-group>
6223 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6256 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6224 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 6257 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
6225 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target><context-group name="null"> 6258 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
6259 <context-group name="null">
6226 <context context-type="linenumber">1</context> 6260 <context context-type="linenumber">1</context>
6227 </context-group> 6261 </context-group>
6228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6229 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 6263 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
6230 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target><context-group name="null"> 6264 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
6265 <context-group name="null">
6231 <context context-type="linenumber">1</context> 6266 <context context-type="linenumber">1</context>
6232 </context-group> 6267 </context-group>
6233 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6268 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6234 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 6269 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
6235 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target><context-group name="null"> 6270 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
6271 <context-group name="null">
6236 <context context-type="linenumber">1</context> 6272 <context context-type="linenumber">1</context>
6237 </context-group> 6273 </context-group>
6238 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6274 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6239 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 6275 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
6240 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target><context-group name="null"> 6276 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
6277 <context-group name="null">
6241 <context context-type="linenumber">1</context> 6278 <context context-type="linenumber">1</context>
6242 </context-group> 6279 </context-group>
6243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6280 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6482,57 +6519,68 @@ When you will upload a video in this channel, the video support field will be au
6482 </context-group> 6519 </context-group>
6483 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6484 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c"> 6521 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
6485 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Username should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null"> 6522 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
6523 <context-group name="null">
6486 <context context-type="linenumber">1</context> 6524 <context context-type="linenumber">1</context>
6487 </context-group> 6525 </context-group>
6488 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6526 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6489 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0"> 6527 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0">
6490 <source>Password must be at least 6 characters long.</source><target>Password must be at least 6 characters long.</target><context-group name="null"> 6528 <source>Password must be at least 6 characters long.</source>
6529 <context-group name="null">
6491 <context context-type="linenumber">1</context> 6530 <context context-type="linenumber">1</context>
6492 </context-group> 6531 </context-group>
6493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6494 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e"> 6533 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e">
6495 <source>Password cannot be more than 255 characters long.</source><target>Password cannot be more than 255 characters long.</target><context-group name="null"> 6534 <source>Password cannot be more than 255 characters long.</source>
6535 <context-group name="null">
6496 <context context-type="linenumber">1</context> 6536 <context context-type="linenumber">1</context>
6497 </context-group> 6537 </context-group>
6498 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6499 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732"> 6539 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732">
6500 <source>The new password and the confirmed password do not correspond.</source><target>The new password and the confirmed password do not correspond.</target><context-group name="null"> 6540 <source>The new password and the confirmed password do not correspond.</source>
6541 <context-group name="null">
6501 <context context-type="linenumber">1</context> 6542 <context context-type="linenumber">1</context>
6502 </context-group> 6543 </context-group>
6503 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6504 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf"> 6545 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf">
6505 <source>Video quota is required.</source><target>Video quota is required.</target><context-group name="null"> 6546 <source>Video quota is required.</source>
6547 <context-group name="null">
6506 <context context-type="linenumber">1</context> 6548 <context context-type="linenumber">1</context>
6507 </context-group> 6549 </context-group>
6508 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6509 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80"> 6551 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80">
6510 <source>Quota must be greater than -1.</source><target>Quota must be greater than -1.</target><context-group name="null"> 6552 <source>Quota must be greater than -1.</source>
6553 <context-group name="null">
6511 <context context-type="linenumber">1</context> 6554 <context context-type="linenumber">1</context>
6512 </context-group> 6555 </context-group>
6513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6556 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6514 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb"> 6557 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb">
6515 <source>Daily upload limit is required.</source><target>Daily upload limit is required.</target><context-group name="null"> 6558 <source>Daily upload limit is required.</source>
6559 <context-group name="null">
6516 <context context-type="linenumber">1</context> 6560 <context context-type="linenumber">1</context>
6517 </context-group> 6561 </context-group>
6518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6562 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6519 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e"> 6563 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e">
6520 <source>Daily upload limit must be greater than -1.</source><target>Daily upload limit must be greater than -1.</target><context-group name="null"> 6564 <source>Daily upload limit must be greater than -1.</source>
6565 <context-group name="null">
6521 <context context-type="linenumber">1</context> 6566 <context context-type="linenumber">1</context>
6522 </context-group> 6567 </context-group>
6523 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6568 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6524 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85"> 6569 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85">
6525 <source>User role is required.</source><target>User role is required.</target><context-group name="null"> 6570 <source>User role is required.</source>
6571 <context-group name="null">
6526 <context context-type="linenumber">1</context> 6572 <context context-type="linenumber">1</context>
6527 </context-group> 6573 </context-group>
6528 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6529 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae"> 6575 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae">
6530 <source>Description must be at least 3 characters long.</source><target>Description must be at least 3 characters long.</target><context-group name="null"> 6576 <source>Description must be at least 3 characters long.</source>
6577 <context-group name="null">
6531 <context context-type="linenumber">1</context> 6578 <context context-type="linenumber">1</context>
6532 </context-group> 6579 </context-group>
6533 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6580 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6534 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0"> 6581 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
6535 <source>Description cannot be more than 1000 characters long.</source><target>Description cannot be more than 1000 characters long.</target><context-group name="null"> 6582 <source>Description cannot be more than 1000 characters long.</source>
6583 <context-group name="null">
6536 <context context-type="linenumber">1</context> 6584 <context context-type="linenumber">1</context>
6537 </context-group> 6585 </context-group>
6538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html"> 6586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
@@ -6543,62 +6591,74 @@ When you will upload a video in this channel, the video support field will be au
6543 </context-group> 6591 </context-group>
6544 </trans-unit> 6592 </trans-unit>
6545 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00"> 6593 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
6546 <source>Ban reason must be at least 3 characters long.</source><target>Ban reason must be at least 3 characters long.</target><context-group name="null"> 6594 <source>Ban reason must be at least 3 characters long.</source>
6595 <context-group name="null">
6547 <context context-type="linenumber">1</context> 6596 <context context-type="linenumber">1</context>
6548 </context-group> 6597 </context-group>
6549 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6598 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6550 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd"> 6599 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd">
6551 <source>Ban reason cannot be more than 250 characters long.</source><target>Ban reason cannot be more than 250 characters long.</target><context-group name="null"> 6600 <source>Ban reason cannot be more than 250 characters long.</source>
6601 <context-group name="null">
6552 <context context-type="linenumber">1</context> 6602 <context context-type="linenumber">1</context>
6553 </context-group> 6603 </context-group>
6554 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6555 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4"> 6605 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4">
6556 <source>Display name is required.</source><target>Display name is required.</target><context-group name="null"> 6606 <source>Display name is required.</source>
6607 <context-group name="null">
6557 <context context-type="linenumber">1</context> 6608 <context context-type="linenumber">1</context>
6558 </context-group> 6609 </context-group>
6559 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6610 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6560 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c"> 6611 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
6561 <source>Display name must be at least 1 character long.</source><target>Display name must be at least 1 character long.</target><context-group name="null"> 6612 <source>Display name must be at least 1 character long.</source>
6613 <context-group name="null">
6562 <context context-type="linenumber">1</context> 6614 <context context-type="linenumber">1</context>
6563 </context-group> 6615 </context-group>
6564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6616 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6565 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1"> 6617 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
6566 <source>Display name cannot be more than 50 characters long.</source><target>Display name cannot be more than 50 characters long.</target><context-group name="null"> 6618 <source>Display name cannot be more than 50 characters long.</source>
6619 <context-group name="null">
6567 <context context-type="linenumber">1</context> 6620 <context context-type="linenumber">1</context>
6568 </context-group> 6621 </context-group>
6569 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6570 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6"> 6623 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6">
6571 <source>Report reason is required.</source><target>Report reason is required.</target><context-group name="null"> 6624 <source>Report reason is required.</source>
6625 <context-group name="null">
6572 <context context-type="linenumber">1</context> 6626 <context context-type="linenumber">1</context>
6573 </context-group> 6627 </context-group>
6574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6575 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e"> 6629 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e">
6576 <source>Report reason must be at least 2 characters long.</source><target>Report reason must be at least 2 characters long.</target><context-group name="null"> 6630 <source>Report reason must be at least 2 characters long.</source>
6631 <context-group name="null">
6577 <context context-type="linenumber">1</context> 6632 <context context-type="linenumber">1</context>
6578 </context-group> 6633 </context-group>
6579 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6580 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa"> 6635 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
6581 <source>Report reason cannot be more than 3000 characters long.</source><target>Report reason cannot be more than 3000 characters long.</target><context-group name="null"> 6636 <source>Report reason cannot be more than 3000 characters long.</source>
6637 <context-group name="null">
6582 <context context-type="linenumber">1</context> 6638 <context context-type="linenumber">1</context>
6583 </context-group> 6639 </context-group>
6584 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6585 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118"> 6641 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118">
6586 <source>Moderation comment is required.</source><target>Moderation comment is required.</target><context-group name="null"> 6642 <source>Moderation comment is required.</source>
6643 <context-group name="null">
6587 <context context-type="linenumber">1</context> 6644 <context context-type="linenumber">1</context>
6588 </context-group> 6645 </context-group>
6589 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6646 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6590 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2"> 6647 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2">
6591 <source>Moderation comment must be at least 2 characters long.</source><target>Moderation comment must be at least 2 characters long.</target><context-group name="null"> 6648 <source>Moderation comment must be at least 2 characters long.</source>
6649 <context-group name="null">
6592 <context context-type="linenumber">1</context> 6650 <context context-type="linenumber">1</context>
6593 </context-group> 6651 </context-group>
6594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6652 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6595 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c"> 6653 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
6596 <source>Moderation comment cannot be more than 3000 characters long.</source><target>Moderation comment cannot be more than 3000 characters long.</target><context-group name="null"> 6654 <source>Moderation comment cannot be more than 3000 characters long.</source>
6655 <context-group name="null">
6597 <context context-type="linenumber">1</context> 6656 <context context-type="linenumber">1</context>
6598 </context-group> 6657 </context-group>
6599 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6658 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6600 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6"> 6659 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6">
6601 <source>The channel is required.</source><target>The channel is required.</target><context-group name="null"> 6660 <source>The channel is required.</source>
6661 <context-group name="null">
6602 <context context-type="linenumber">1</context> 6662 <context context-type="linenumber">1</context>
6603 </context-group> 6663 </context-group>
6604 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6631,7 +6691,8 @@ When you will upload a video in this channel, the video support field will be au
6631 </context-group> 6691 </context-group>
6632 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6633 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294"> 6693 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294">
6634 <source>The username is required.</source><target>The username is required.</target><context-group name="null"> 6694 <source>The username is required.</source>
6695 <context-group name="null">
6635 <context context-type="linenumber">1</context> 6696 <context context-type="linenumber">1</context>
6636 </context-group> 6697 </context-group>
6637 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6698 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6643,362 +6704,434 @@ When you will upload a video in this channel, the video support field will be au
6643 </context-group> 6704 </context-group>
6644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6705 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6645 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33"> 6706 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33">
6646 <source>Name is required.</source><target>Name is required.</target><context-group name="null"> 6707 <source>Name is required.</source>
6708 <context-group name="null">
6647 <context context-type="linenumber">1</context> 6709 <context context-type="linenumber">1</context>
6648 </context-group> 6710 </context-group>
6649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6650 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76"> 6712 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
6651 <source>Name must be at least 1 character long.</source><target>Name must be at least 1 character long.</target><context-group name="null"> 6713 <source>Name must be at least 1 character long.</source>
6714 <context-group name="null">
6652 <context context-type="linenumber">1</context> 6715 <context context-type="linenumber">1</context>
6653 </context-group> 6716 </context-group>
6654 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6655 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d"> 6718 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
6656 <source>Name cannot be more than 50 characters long.</source><target>Name cannot be more than 50 characters long.</target><context-group name="null"> 6719 <source>Name cannot be more than 50 characters long.</source>
6720 <context-group name="null">
6657 <context context-type="linenumber">1</context> 6721 <context context-type="linenumber">1</context>
6658 </context-group> 6722 </context-group>
6659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6660 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18"> 6724 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
6661 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Name should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null"> 6725 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
6726 <context-group name="null">
6662 <context context-type="linenumber">1</context> 6727 <context context-type="linenumber">1</context>
6663 </context-group> 6728 </context-group>
6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6665 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b"> 6730 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b">
6666 <source>Support text must be at least 3 characters long.</source><target>Support text must be at least 3 characters long.</target><context-group name="null"> 6731 <source>Support text must be at least 3 characters long.</source>
6732 <context-group name="null">
6667 <context context-type="linenumber">1</context> 6733 <context context-type="linenumber">1</context>
6668 </context-group> 6734 </context-group>
6669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6670 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85"> 6736 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
6671 <source>Support text cannot be more than 1000 characters long.</source><target>Support text cannot be more than 1000 characters long.</target><context-group name="null"> 6737 <source>Support text cannot be more than 1000 characters long.</source>
6738 <context-group name="null">
6672 <context context-type="linenumber">1</context> 6739 <context context-type="linenumber">1</context>
6673 </context-group> 6740 </context-group>
6674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6675 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79"> 6742 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79">
6676 <source>Comment is required.</source><target>Comment is required.</target><context-group name="null"> 6743 <source>Comment is required.</source>
6744 <context-group name="null">
6677 <context context-type="linenumber">1</context> 6745 <context context-type="linenumber">1</context>
6678 </context-group> 6746 </context-group>
6679 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6747 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6680 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6"> 6748 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6">
6681 <source>Comment must be at least 2 characters long.</source><target>Comment must be at least 2 characters long.</target><context-group name="null"> 6749 <source>Comment must be at least 2 characters long.</source>
6750 <context-group name="null">
6682 <context context-type="linenumber">1</context> 6751 <context context-type="linenumber">1</context>
6683 </context-group> 6752 </context-group>
6684 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6685 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123"> 6754 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123">
6686 <source>Comment cannot be more than 3000 characters long.</source><target>Comment cannot be more than 3000 characters long.</target><context-group name="null"> 6755 <source>Comment cannot be more than 3000 characters long.</source>
6756 <context-group name="null">
6687 <context context-type="linenumber">1</context> 6757 <context context-type="linenumber">1</context>
6688 </context-group> 6758 </context-group>
6689 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6690 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9"> 6760 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9">
6691 <source>Display name cannot be more than 120 characters long.</source><target>Display name cannot be more than 120 characters long.</target><context-group name="null"> 6761 <source>Display name cannot be more than 120 characters long.</source>
6762 <context-group name="null">
6692 <context context-type="linenumber">1</context> 6763 <context context-type="linenumber">1</context>
6693 </context-group> 6764 </context-group>
6694 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6765 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6695 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c"> 6766 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c">
6696 <source>Privacy is required.</source><target>Privacy is required.</target><context-group name="null"> 6767 <source>Privacy is required.</source>
6768 <context-group name="null">
6697 <context context-type="linenumber">1</context> 6769 <context context-type="linenumber">1</context>
6698 </context-group> 6770 </context-group>
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6700 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c"> 6772 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c">
6701 <source>The channel is required when the playlist is public.</source><target>The channel is required when the playlist is public.</target><context-group name="null"> 6773 <source>The channel is required when the playlist is public.</source>
6774 <context-group name="null">
6702 <context context-type="linenumber">1</context> 6775 <context context-type="linenumber">1</context>
6703 </context-group> 6776 </context-group>
6704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6705 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1"> 6778 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1">
6706 <source>Video name is required.</source><target>Video name is required.</target><context-group name="null"> 6779 <source>Video name is required.</source>
6780 <context-group name="null">
6707 <context context-type="linenumber">1</context> 6781 <context context-type="linenumber">1</context>
6708 </context-group> 6782 </context-group>
6709 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6710 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c"> 6784 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c">
6711 <source>Video name must be at least 3 characters long.</source><target>Video name must be at least 3 characters long.</target><context-group name="null"> 6785 <source>Video name must be at least 3 characters long.</source>
6786 <context-group name="null">
6712 <context context-type="linenumber">1</context> 6787 <context context-type="linenumber">1</context>
6713 </context-group> 6788 </context-group>
6714 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6715 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695"> 6790 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695">
6716 <source>Video name cannot be more than 120 characters long.</source><target>Video name cannot be more than 120 characters long.</target><context-group name="null"> 6791 <source>Video name cannot be more than 120 characters long.</source>
6792 <context-group name="null">
6717 <context context-type="linenumber">1</context> 6793 <context context-type="linenumber">1</context>
6718 </context-group> 6794 </context-group>
6719 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6795 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6720 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4"> 6796 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4">
6721 <source>Video privacy is required.</source><target>Video privacy is required.</target><context-group name="null"> 6797 <source>Video privacy is required.</source>
6798 <context-group name="null">
6722 <context context-type="linenumber">1</context> 6799 <context context-type="linenumber">1</context>
6723 </context-group> 6800 </context-group>
6724 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6725 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16"> 6802 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16">
6726 <source>Video channel is required.</source><target>Video channel is required.</target><context-group name="null"> 6803 <source>Video channel is required.</source>
6804 <context-group name="null">
6727 <context context-type="linenumber">1</context> 6805 <context context-type="linenumber">1</context>
6728 </context-group> 6806 </context-group>
6729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6730 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef"> 6808 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef">
6731 <source>Video description must be at least 3 characters long.</source><target>Video description must be at least 3 characters long.</target><context-group name="null"> 6809 <source>Video description must be at least 3 characters long.</source>
6810 <context-group name="null">
6732 <context context-type="linenumber">1</context> 6811 <context context-type="linenumber">1</context>
6733 </context-group> 6812 </context-group>
6734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6735 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906"> 6814 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906">
6736 <source>Video description cannot be more than 10000 characters long.</source><target>Video description cannot be more than 10000 characters long.</target><context-group name="null"> 6815 <source>Video description cannot be more than 10000 characters long.</source>
6816 <context-group name="null">
6737 <context context-type="linenumber">1</context> 6817 <context context-type="linenumber">1</context>
6738 </context-group> 6818 </context-group>
6739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6740 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8"> 6820 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8">
6741 <source>A tag should be more than 2 characters long.</source><target>A tag should be more than 2 characters long.</target><context-group name="null"> 6821 <source>A tag should be more than 2 characters long.</source>
6822 <context-group name="null">
6742 <context context-type="linenumber">1</context> 6823 <context context-type="linenumber">1</context>
6743 </context-group> 6824 </context-group>
6744 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6825 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6745 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea"> 6826 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea">
6746 <source>A tag should be less than 30 characters long.</source><target>A tag should be less than 30 characters long.</target><context-group name="null"> 6827 <source>A tag should be less than 30 characters long.</source>
6828 <context-group name="null">
6747 <context context-type="linenumber">1</context> 6829 <context context-type="linenumber">1</context>
6748 </context-group> 6830 </context-group>
6749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6831 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6750 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6"> 6832 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
6751 <source>Video support must be at least 3 characters long.</source><target>Video support must be at least 3 characters long.</target><context-group name="null"> 6833 <source>Video support must be at least 3 characters long.</source>
6834 <context-group name="null">
6752 <context context-type="linenumber">1</context> 6835 <context context-type="linenumber">1</context>
6753 </context-group> 6836 </context-group>
6754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6837 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6755 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad"> 6838 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
6756 <source>Video support cannot be more than 1000 characters long.</source><target>Video support cannot be more than 1000 characters long.</target><context-group name="null"> 6839 <source>Video support cannot be more than 1000 characters long.</source>
6840 <context-group name="null">
6757 <context context-type="linenumber">1</context> 6841 <context context-type="linenumber">1</context>
6758 </context-group> 6842 </context-group>
6759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6843 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6760 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0"> 6844 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0">
6761 <source>A date is required to schedule video update.</source><target>A date is required to schedule video update.</target><context-group name="null"> 6845 <source>A date is required to schedule video update.</source>
6846 <context-group name="null">
6762 <context context-type="linenumber">1</context> 6847 <context context-type="linenumber">1</context>
6763 </context-group> 6848 </context-group>
6764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6765 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4"> 6850 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4">
6766 <source>This file is too large.</source><target>This file is too large.</target><context-group name="null"> 6851 <source>This file is too large.</source>
6852 <context-group name="null">
6767 <context context-type="linenumber">1</context> 6853 <context context-type="linenumber">1</context>
6768 </context-group> 6854 </context-group>
6769 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6855 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6770 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9"> 6856 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
6771 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target><context-group name="null"> 6857 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
6858 <context-group name="null">
6772 <context context-type="linenumber">1</context> 6859 <context context-type="linenumber">1</context>
6773 </context-group> 6860 </context-group>
6774 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6861 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6775 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4"> 6862 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4">
6776 <source>All unsaved data will be lost, are you sure you want to leave this page?</source><target>All unsaved data will be lost, are you sure you want to leave this page?</target><context-group name="null"> 6863 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
6864 <context-group name="null">
6777 <context context-type="linenumber">1</context> 6865 <context context-type="linenumber">1</context>
6778 </context-group> 6866 </context-group>
6779 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6867 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6780 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf"> 6868 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf">
6781 <source>Sunday</source><target>Sunday</target><context-group name="null"> 6869 <source>Sunday</source>
6870 <context-group name="null">
6782 <context context-type="linenumber">1</context> 6871 <context context-type="linenumber">1</context>
6783 </context-group> 6872 </context-group>
6784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6873 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6785 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596"> 6874 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596">
6786 <source>Monday</source><target>Monday</target><context-group name="null"> 6875 <source>Monday</source>
6876 <context-group name="null">
6787 <context context-type="linenumber">1</context> 6877 <context context-type="linenumber">1</context>
6788 </context-group> 6878 </context-group>
6789 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6790 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee"> 6880 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee">
6791 <source>Tuesday</source><target>Tuesday</target><context-group name="null"> 6881 <source>Tuesday</source>
6882 <context-group name="null">
6792 <context context-type="linenumber">1</context> 6883 <context context-type="linenumber">1</context>
6793 </context-group> 6884 </context-group>
6794 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6885 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6795 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9"> 6886 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9">
6796 <source>Wednesday</source><target>Wednesday</target><context-group name="null"> 6887 <source>Wednesday</source>
6888 <context-group name="null">
6797 <context context-type="linenumber">1</context> 6889 <context context-type="linenumber">1</context>
6798 </context-group> 6890 </context-group>
6799 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6800 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b"> 6892 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b">
6801 <source>Thursday</source><target>Thursday</target><context-group name="null"> 6893 <source>Thursday</source>
6894 <context-group name="null">
6802 <context context-type="linenumber">1</context> 6895 <context context-type="linenumber">1</context>
6803 </context-group> 6896 </context-group>
6804 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6897 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6805 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215"> 6898 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215">
6806 <source>Friday</source><target>Friday</target><context-group name="null"> 6899 <source>Friday</source>
6900 <context-group name="null">
6807 <context context-type="linenumber">1</context> 6901 <context context-type="linenumber">1</context>
6808 </context-group> 6902 </context-group>
6809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6903 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6810 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e"> 6904 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e">
6811 <source>Saturday</source><target>Saturday</target><context-group name="null"> 6905 <source>Saturday</source>
6906 <context-group name="null">
6812 <context context-type="linenumber">1</context> 6907 <context context-type="linenumber">1</context>
6813 </context-group> 6908 </context-group>
6814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6815 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef"> 6910 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef">
6816 <source>Sun</source><target>Sun</target><context-group name="null"> 6911 <source>Sun</source>
6912 <context-group name="null">
6817 <context context-type="linenumber">1</context> 6913 <context context-type="linenumber">1</context>
6818 </context-group> 6914 </context-group>
6819 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6915 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6820 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff"> 6916 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff">
6821 <source>Mon</source><target>Mon</target><context-group name="null"> 6917 <source>Mon</source>
6918 <context-group name="null">
6822 <context context-type="linenumber">1</context> 6919 <context context-type="linenumber">1</context>
6823 </context-group> 6920 </context-group>
6824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6921 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6825 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9"> 6922 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9">
6826 <source>Tue</source><target>Tue</target><context-group name="null"> 6923 <source>Tue</source>
6924 <context-group name="null">
6827 <context context-type="linenumber">1</context> 6925 <context context-type="linenumber">1</context>
6828 </context-group> 6926 </context-group>
6829 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6927 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6830 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d"> 6928 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d">
6831 <source>Wed</source><target>Wed</target><context-group name="null"> 6929 <source>Wed</source>
6930 <context-group name="null">
6832 <context context-type="linenumber">1</context> 6931 <context context-type="linenumber">1</context>
6833 </context-group> 6932 </context-group>
6834 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6933 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6835 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6"> 6934 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6">
6836 <source>Thu</source><target>Thu</target><context-group name="null"> 6935 <source>Thu</source>
6936 <context-group name="null">
6837 <context context-type="linenumber">1</context> 6937 <context context-type="linenumber">1</context>
6838 </context-group> 6938 </context-group>
6839 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6840 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c"> 6940 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c">
6841 <source>Fri</source><target>Fri</target><context-group name="null"> 6941 <source>Fri</source>
6942 <context-group name="null">
6842 <context context-type="linenumber">1</context> 6943 <context context-type="linenumber">1</context>
6843 </context-group> 6944 </context-group>
6844 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6845 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261"> 6946 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261">
6846 <source>Sat</source><target>Sat</target><context-group name="null"> 6947 <source>Sat</source>
6948 <context-group name="null">
6847 <context context-type="linenumber">1</context> 6949 <context context-type="linenumber">1</context>
6848 </context-group> 6950 </context-group>
6849 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit> 6951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name short</note></trans-unit>
6850 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd"> 6952 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd">
6851 <source>Su</source><target>Su</target><context-group name="null"> 6953 <source>Su</source>
6954 <context-group name="null">
6852 <context context-type="linenumber">1</context> 6955 <context context-type="linenumber">1</context>
6853 </context-group> 6956 </context-group>
6854 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6855 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3"> 6958 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3">
6856 <source>Mo</source><target>Mo</target><context-group name="null"> 6959 <source>Mo</source>
6960 <context-group name="null">
6857 <context context-type="linenumber">1</context> 6961 <context context-type="linenumber">1</context>
6858 </context-group> 6962 </context-group>
6859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6963 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6860 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462"> 6964 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462">
6861 <source>Tu</source><target>Tu</target><context-group name="null"> 6965 <source>Tu</source>
6966 <context-group name="null">
6862 <context context-type="linenumber">1</context> 6967 <context context-type="linenumber">1</context>
6863 </context-group> 6968 </context-group>
6864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6865 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef"> 6970 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef">
6866 <source>We</source><target>We</target><context-group name="null"> 6971 <source>We</source>
6972 <context-group name="null">
6867 <context context-type="linenumber">1</context> 6973 <context context-type="linenumber">1</context>
6868 </context-group> 6974 </context-group>
6869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6975 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6870 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd"> 6976 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd">
6871 <source>Th</source><target>Th</target><context-group name="null"> 6977 <source>Th</source>
6978 <context-group name="null">
6872 <context context-type="linenumber">1</context> 6979 <context context-type="linenumber">1</context>
6873 </context-group> 6980 </context-group>
6874 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6981 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6875 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5"> 6982 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5">
6876 <source>Fr</source><target>Fr</target><context-group name="null"> 6983 <source>Fr</source>
6984 <context-group name="null">
6877 <context context-type="linenumber">1</context> 6985 <context context-type="linenumber">1</context>
6878 </context-group> 6986 </context-group>
6879 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6880 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0"> 6988 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0">
6881 <source>Sa</source><target>Sa</target><context-group name="null"> 6989 <source>Sa</source>
6990 <context-group name="null">
6882 <context context-type="linenumber">1</context> 6991 <context context-type="linenumber">1</context>
6883 </context-group> 6992 </context-group>
6884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit> 6993 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Day name min</note></trans-unit>
6885 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0"> 6994 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0">
6886 <source>January</source><target>January</target><context-group name="null"> 6995 <source>January</source>
6996 <context-group name="null">
6887 <context context-type="linenumber">1</context> 6997 <context context-type="linenumber">1</context>
6888 </context-group> 6998 </context-group>
6889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6890 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036"> 7000 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036">
6891 <source>February</source><target>February</target><context-group name="null"> 7001 <source>February</source>
7002 <context-group name="null">
6892 <context context-type="linenumber">1</context> 7003 <context context-type="linenumber">1</context>
6893 </context-group> 7004 </context-group>
6894 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7005 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6895 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e"> 7006 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e">
6896 <source>March</source><target>March</target><context-group name="null"> 7007 <source>March</source>
7008 <context-group name="null">
6897 <context context-type="linenumber">1</context> 7009 <context context-type="linenumber">1</context>
6898 </context-group> 7010 </context-group>
6899 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6900 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a"> 7012 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a">
6901 <source>April</source><target>April</target><context-group name="null"> 7013 <source>April</source>
7014 <context-group name="null">
6902 <context context-type="linenumber">1</context> 7015 <context context-type="linenumber">1</context>
6903 </context-group> 7016 </context-group>
6904 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7017 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6905 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e"> 7018 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e">
6906 <source>May</source><target>May</target><context-group name="null"> 7019 <source>May</source>
7020 <context-group name="null">
6907 <context context-type="linenumber">1</context> 7021 <context context-type="linenumber">1</context>
6908 </context-group> 7022 </context-group>
6909 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7023 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6910 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2"> 7024 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2">
6911 <source>June</source><target>June</target><context-group name="null"> 7025 <source>June</source>
7026 <context-group name="null">
6912 <context context-type="linenumber">1</context> 7027 <context context-type="linenumber">1</context>
6913 </context-group> 7028 </context-group>
6914 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7029 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6915 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e"> 7030 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e">
6916 <source>July</source><target>July</target><context-group name="null"> 7031 <source>July</source>
7032 <context-group name="null">
6917 <context context-type="linenumber">1</context> 7033 <context context-type="linenumber">1</context>
6918 </context-group> 7034 </context-group>
6919 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7035 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6920 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829"> 7036 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829">
6921 <source>August</source><target>August</target><context-group name="null"> 7037 <source>August</source>
7038 <context-group name="null">
6922 <context context-type="linenumber">1</context> 7039 <context context-type="linenumber">1</context>
6923 </context-group> 7040 </context-group>
6924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7041 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6925 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938"> 7042 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938">
6926 <source>September</source><target>September</target><context-group name="null"> 7043 <source>September</source>
7044 <context-group name="null">
6927 <context context-type="linenumber">1</context> 7045 <context context-type="linenumber">1</context>
6928 </context-group> 7046 </context-group>
6929 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7047 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6930 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b"> 7048 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b">
6931 <source>October</source><target>October</target><context-group name="null"> 7049 <source>October</source>
7050 <context-group name="null">
6932 <context context-type="linenumber">1</context> 7051 <context context-type="linenumber">1</context>
6933 </context-group> 7052 </context-group>
6934 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7053 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6935 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52"> 7054 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52">
6936 <source>November</source><target>November</target><context-group name="null"> 7055 <source>November</source>
7056 <context-group name="null">
6937 <context context-type="linenumber">1</context> 7057 <context context-type="linenumber">1</context>
6938 </context-group> 7058 </context-group>
6939 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7059 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6940 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c"> 7060 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c">
6941 <source>December</source><target>December</target><context-group name="null"> 7061 <source>December</source>
7062 <context-group name="null">
6942 <context context-type="linenumber">1</context> 7063 <context context-type="linenumber">1</context>
6943 </context-group> 7064 </context-group>
6944 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7065 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6945 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7"> 7066 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7">
6946 <source>Jan</source><target>Jan</target><context-group name="null"> 7067 <source>Jan</source>
7068 <context-group name="null">
6947 <context context-type="linenumber">1</context> 7069 <context context-type="linenumber">1</context>
6948 </context-group> 7070 </context-group>
6949 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6950 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60"> 7072 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60">
6951 <source>Feb</source><target>Feb</target><context-group name="null"> 7073 <source>Feb</source>
7074 <context-group name="null">
6952 <context context-type="linenumber">1</context> 7075 <context context-type="linenumber">1</context>
6953 </context-group> 7076 </context-group>
6954 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7077 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6955 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7"> 7078 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7">
6956 <source>Mar</source><target>Mar</target><context-group name="null"> 7079 <source>Mar</source>
7080 <context-group name="null">
6957 <context context-type="linenumber">1</context> 7081 <context context-type="linenumber">1</context>
6958 </context-group> 7082 </context-group>
6959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7083 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6960 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463"> 7084 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463">
6961 <source>Apr</source><target>Apr</target><context-group name="null"> 7085 <source>Apr</source>
7086 <context-group name="null">
6962 <context context-type="linenumber">1</context> 7087 <context context-type="linenumber">1</context>
6963 </context-group> 7088 </context-group>
6964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7089 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6965 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f"> 7090 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f">
6966 <source>Jun</source><target>Jun</target><context-group name="null"> 7091 <source>Jun</source>
7092 <context-group name="null">
6967 <context context-type="linenumber">1</context> 7093 <context context-type="linenumber">1</context>
6968 </context-group> 7094 </context-group>
6969 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7095 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6970 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211"> 7096 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211">
6971 <source>Jul</source><target>Jul</target><context-group name="null"> 7097 <source>Jul</source>
7098 <context-group name="null">
6972 <context context-type="linenumber">1</context> 7099 <context context-type="linenumber">1</context>
6973 </context-group> 7100 </context-group>
6974 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6975 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212"> 7102 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212">
6976 <source>Aug</source><target>Aug</target><context-group name="null"> 7103 <source>Aug</source>
7104 <context-group name="null">
6977 <context context-type="linenumber">1</context> 7105 <context context-type="linenumber">1</context>
6978 </context-group> 7106 </context-group>
6979 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7107 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6980 <trans-unit id="4f739d03be1c936c58978739c317d91566348204"> 7108 <trans-unit id="4f739d03be1c936c58978739c317d91566348204">
6981 <source>Sep</source><target>Sep</target><context-group name="null"> 7109 <source>Sep</source>
7110 <context-group name="null">
6982 <context context-type="linenumber">1</context> 7111 <context context-type="linenumber">1</context>
6983 </context-group> 7112 </context-group>
6984 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7113 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6985 <trans-unit id="6607cacb987a588530a13de7018d959240d19153"> 7114 <trans-unit id="6607cacb987a588530a13de7018d959240d19153">
6986 <source>Oct</source><target>Oct</target><context-group name="null"> 7115 <source>Oct</source>
7116 <context-group name="null">
6987 <context context-type="linenumber">1</context> 7117 <context context-type="linenumber">1</context>
6988 </context-group> 7118 </context-group>
6989 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6990 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0"> 7120 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0">
6991 <source>Nov</source><target>Nov</target><context-group name="null"> 7121 <source>Nov</source>
7122 <context-group name="null">
6992 <context context-type="linenumber">1</context> 7123 <context context-type="linenumber">1</context>
6993 </context-group> 7124 </context-group>
6994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7125 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
6995 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e"> 7126 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e">
6996 <source>Dec</source><target>Dec</target><context-group name="null"> 7127 <source>Dec</source>
7128 <context-group name="null">
6997 <context context-type="linenumber">1</context> 7129 <context context-type="linenumber">1</context>
6998 </context-group> 7130 </context-group>
6999 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit> 7131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Month name short</note></trans-unit>
7000 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46"> 7132 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46">
7001 <source>Clear</source><target>Clear</target><context-group name="null"> 7133 <source>Clear</source>
7134 <context-group name="null">
7002 <context context-type="linenumber">1</context> 7135 <context context-type="linenumber">1</context>
7003 </context-group> 7136 </context-group>
7004 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7137 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7010,242 +7143,290 @@ When you will upload a video in this channel, the video support field will be au
7010 </context-group> 7143 </context-group>
7011 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Date format in this locale.</note></trans-unit> 7144 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context><context context-type="linenumber">1</context></context-group><note from="description" priority="1">Date format in this locale.</note></trans-unit>
7012 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24"> 7145 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24">
7013 <source>Hidden</source><target>Hidden</target><context-group name="null"> 7146 <source>Hidden</source>
7147 <context-group name="null">
7014 <context context-type="linenumber">1</context> 7148 <context context-type="linenumber">1</context>
7015 </context-group> 7149 </context-group>
7016 <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></trans-unit> 7150 <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></trans-unit>
7017 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654"> 7151 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654">
7018 <source>Blurred with confirmation request</source><target>Blurred with confirmation request</target><context-group name="null"> 7152 <source>Blurred with confirmation request</source>
7153 <context-group name="null">
7019 <context context-type="linenumber">1</context> 7154 <context context-type="linenumber">1</context>
7020 </context-group> 7155 </context-group>
7021 <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></trans-unit> 7156 <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></trans-unit>
7022 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105"> 7157 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105">
7023 <source>Displayed</source><target>Displayed</target><context-group name="null"> 7158 <source>Displayed</source>
7159 <context-group name="null">
7024 <context context-type="linenumber">1</context> 7160 <context context-type="linenumber">1</context>
7025 </context-group> 7161 </context-group>
7026 <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></trans-unit> 7162 <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></trans-unit>
7027 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 7163 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
7028 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target><context-group name="null"> 7164 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
7165 <context-group name="null">
7029 <context context-type="linenumber">1</context> 7166 <context context-type="linenumber">1</context>
7030 </context-group> 7167 </context-group>
7031 <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></trans-unit> 7168 <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></trans-unit>
7032 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24"> 7169 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24">
7033 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source><target>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</target><context-group name="null"> 7170 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
7171 <context-group name="null">
7034 <context context-type="linenumber">1</context> 7172 <context context-type="linenumber">1</context>
7035 </context-group> 7173 </context-group>
7036 <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></trans-unit> 7174 <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></trans-unit>
7037 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 7175 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
7038 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target><context-group name="null"> 7176 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
7177 <context-group name="null">
7039 <context context-type="linenumber">1</context> 7178 <context context-type="linenumber">1</context>
7040 </context-group> 7179 </context-group>
7041 <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></trans-unit> 7180 <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></trans-unit>
7042 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 7181 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
7043 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target><context-group name="null"> 7182 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
7183 <context-group name="null">
7044 <context context-type="linenumber">1</context> 7184 <context context-type="linenumber">1</context>
7045 </context-group> 7185 </context-group>
7046 <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></trans-unit> 7186 <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></trans-unit>
7047 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5"> 7187 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
7048 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target><context-group name="null"> 7188 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
7189 <context-group name="null">
7049 <context context-type="linenumber">1</context> 7190 <context context-type="linenumber">1</context>
7050 </context-group> 7191 </context-group>
7051 <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></trans-unit> 7192 <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></trans-unit>
7052 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 7193 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
7053 <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><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 that supports:</target><context-group name="null"> 7194 <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>
7195 <context-group name="null">
7054 <context context-type="linenumber">1</context> 7196 <context context-type="linenumber">1</context>
7055 </context-group> 7197 </context-group>
7056 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7198 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7057 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980"> 7199 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980">
7058 <source>Emphasis</source><target>Emphasis</target><context-group name="null"> 7200 <source>Emphasis</source>
7201 <context-group name="null">
7059 <context context-type="linenumber">1</context> 7202 <context context-type="linenumber">1</context>
7060 </context-group> 7203 </context-group>
7061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7204 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7062 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0"> 7205 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0">
7063 <source>Links</source><target>Links</target><context-group name="null"> 7206 <source>Links</source>
7207 <context-group name="null">
7064 <context context-type="linenumber">1</context> 7208 <context context-type="linenumber">1</context>
7065 </context-group> 7209 </context-group>
7066 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7210 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7067 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a"> 7211 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a">
7068 <source>New lines</source><target>New lines</target><context-group name="null"> 7212 <source>New lines</source>
7213 <context-group name="null">
7069 <context context-type="linenumber">1</context> 7214 <context context-type="linenumber">1</context>
7070 </context-group> 7215 </context-group>
7071 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7216 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7072 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1"> 7217 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1">
7073 <source>Lists</source><target>Lists</target><context-group name="null"> 7218 <source>Lists</source>
7219 <context-group name="null">
7074 <context context-type="linenumber">1</context> 7220 <context context-type="linenumber">1</context>
7075 </context-group> 7221 </context-group>
7076 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7222 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7077 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866"> 7223 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866">
7078 <source>Images</source><target>Images</target><context-group name="null"> 7224 <source>Images</source>
7225 <context-group name="null">
7079 <context context-type="linenumber">1</context> 7226 <context context-type="linenumber">1</context>
7080 </context-group> 7227 </context-group>
7081 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7082 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681"> 7229 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
7083 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target><context-group name="null"> 7230 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
7231 <context-group name="null">
7084 <context context-type="linenumber">1</context> 7232 <context context-type="linenumber">1</context>
7085 </context-group> 7233 </context-group>
7086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7234 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7087 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd"> 7235 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
7088 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target><context-group name="null"> 7236 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
7237 <context-group name="null">
7089 <context context-type="linenumber">1</context> 7238 <context context-type="linenumber">1</context>
7090 </context-group> 7239 </context-group>
7091 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7240 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7092 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734"> 7241 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
7093 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target><context-group name="null"> 7242 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
7243 <context-group name="null">
7094 <context context-type="linenumber">1</context> 7244 <context context-type="linenumber">1</context>
7095 </context-group> 7245 </context-group>
7096 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7097 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd"> 7247 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
7098 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target><context-group name="null"> 7248 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
7249 <context-group name="null">
7099 <context context-type="linenumber">1</context> 7250 <context context-type="linenumber">1</context>
7100 </context-group> 7251 </context-group>
7101 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7252 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7102 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603"> 7253 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
7103 <source>If you remove this user, you will not be able to create another with the same username!</source><target>If you remove this user, you will not be able to create another with the same username!</target><context-group name="null"> 7254 <source>If you remove this user, you will not be able to create another with the same username!</source>
7255 <context-group name="null">
7104 <context context-type="linenumber">1</context> 7256 <context context-type="linenumber">1</context>
7105 </context-group> 7257 </context-group>
7106 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7258 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7107 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 7259 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
7108 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target><context-group name="null"> 7260 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
7261 <context-group name="null">
7109 <context context-type="linenumber">1</context> 7262 <context context-type="linenumber">1</context>
7110 </context-group> 7263 </context-group>
7111 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7112 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096"> 7265 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
7113 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target><context-group name="null"> 7266 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
7267 <context-group name="null">
7114 <context context-type="linenumber">1</context> 7268 <context context-type="linenumber">1</context>
7115 </context-group> 7269 </context-group>
7116 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7117 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249"> 7271 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
7118 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target><context-group name="null"> 7272 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
7273 <context-group name="null">
7119 <context context-type="linenumber">1</context> 7274 <context context-type="linenumber">1</context>
7120 </context-group> 7275 </context-group>
7121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7276 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7122 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6"> 7277 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
7123 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target><context-group name="null"> 7278 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
7279 <context-group name="null">
7124 <context context-type="linenumber">1</context> 7280 <context context-type="linenumber">1</context>
7125 </context-group> 7281 </context-group>
7126 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7282 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7127 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499"> 7283 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
7128 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target><context-group name="null"> 7284 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
7285 <context-group name="null">
7129 <context context-type="linenumber">1</context> 7286 <context context-type="linenumber">1</context>
7130 </context-group> 7287 </context-group>
7131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7288 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7132 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 7289 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
7133 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target><context-group name="null"> 7290 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
7291 <context-group name="null">
7134 <context context-type="linenumber">1</context> 7292 <context context-type="linenumber">1</context>
7135 </context-group> 7293 </context-group>
7136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7294 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7137 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830"> 7295 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
7138 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target><context-group name="null"> 7296 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
7297 <context-group name="null">
7139 <context context-type="linenumber">1</context> 7298 <context context-type="linenumber">1</context>
7140 </context-group> 7299 </context-group>
7141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7142 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f"> 7301 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
7143 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target><context-group name="null"> 7302 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
7303 <context-group name="null">
7144 <context context-type="linenumber">1</context> 7304 <context context-type="linenumber">1</context>
7145 </context-group> 7305 </context-group>
7146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7306 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7147 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc"> 7307 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
7148 <source>Mute this account</source><target>Mute this account</target><context-group name="null"> 7308 <source>Mute this account</source>
7309 <context-group name="null">
7149 <context context-type="linenumber">1</context> 7310 <context context-type="linenumber">1</context>
7150 </context-group> 7311 </context-group>
7151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7152 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952"> 7313 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
7153 <source>Unmute this account</source><target>Unmute this account</target><context-group name="null"> 7314 <source>Unmute this account</source>
7315 <context-group name="null">
7154 <context context-type="linenumber">1</context> 7316 <context context-type="linenumber">1</context>
7155 </context-group> 7317 </context-group>
7156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7318 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7157 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d"> 7319 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
7158 <source>Mute the instance</source><target>Mute the instance</target><context-group name="null"> 7320 <source>Mute the instance</source>
7321 <context-group name="null">
7159 <context context-type="linenumber">1</context> 7322 <context context-type="linenumber">1</context>
7160 </context-group> 7323 </context-group>
7161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7162 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9"> 7325 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
7163 <source>Unmute the instance</source><target>Unmute the instance</target><context-group name="null"> 7326 <source>Unmute the instance</source>
7327 <context-group name="null">
7164 <context context-type="linenumber">1</context> 7328 <context context-type="linenumber">1</context>
7165 </context-group> 7329 </context-group>
7166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7330 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7167 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 7331 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
7168 <source>Mute this account by your instance</source><target>Mute this account by your instance</target><context-group name="null"> 7332 <source>Mute this account by your instance</source>
7333 <context-group name="null">
7169 <context context-type="linenumber">1</context> 7334 <context context-type="linenumber">1</context>
7170 </context-group> 7335 </context-group>
7171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7172 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957"> 7337 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
7173 <source>Unmute this account by your instance</source><target>Unmute this account by your instance</target><context-group name="null"> 7338 <source>Unmute this account by your instance</source>
7339 <context-group name="null">
7174 <context context-type="linenumber">1</context> 7340 <context context-type="linenumber">1</context>
7175 </context-group> 7341 </context-group>
7176 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7342 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7177 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178"> 7343 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
7178 <source>Mute the instance by your instance</source><target>Mute the instance by your instance</target><context-group name="null"> 7344 <source>Mute the instance by your instance</source>
7345 <context-group name="null">
7179 <context context-type="linenumber">1</context> 7346 <context context-type="linenumber">1</context>
7180 </context-group> 7347 </context-group>
7181 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7348 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7182 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a"> 7349 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
7183 <source>Unmute the instance by your instance</source><target>Unmute the instance by your instance</target><context-group name="null"> 7350 <source>Unmute the instance by your instance</source>
7351 <context-group name="null">
7184 <context context-type="linenumber">1</context> 7352 <context context-type="linenumber">1</context>
7185 </context-group> 7353 </context-group>
7186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7187 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 7355 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
7188 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target><context-group name="null"> 7356 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
7357 <context-group name="null">
7189 <context context-type="linenumber">1</context> 7358 <context context-type="linenumber">1</context>
7190 </context-group> 7359 </context-group>
7191 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7360 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7192 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b"> 7361 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
7193 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source><target>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target><context-group name="null"> 7362 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
7363 <context-group name="null">
7194 <context context-type="linenumber">1</context> 7364 <context context-type="linenumber">1</context>
7195 </context-group> 7365 </context-group>
7196 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7366 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7197 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d"> 7367 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d">
7198 <source>Too many attempts, please try again later.</source><target>Too many attempts, please try again later.</target><context-group name="null"> 7368 <source>Too many attempts, please try again later.</source>
7369 <context-group name="null">
7199 <context context-type="linenumber">1</context> 7370 <context context-type="linenumber">1</context>
7200 </context-group> 7371 </context-group>
7201 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7372 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7202 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc"> 7373 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc">
7203 <source>Server error. Please retry later.</source><target>Server error. Please retry later.</target><context-group name="null"> 7374 <source>Server error. Please retry later.</source>
7375 <context-group name="null">
7204 <context context-type="linenumber">1</context> 7376 <context context-type="linenumber">1</context>
7205 </context-group> 7377 </context-group>
7206 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7378 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7207 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded"> 7379 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
7208 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target><context-group name="null"> 7380 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
7381 <context-group name="null">
7209 <context context-type="linenumber">1</context> 7382 <context context-type="linenumber">1</context>
7210 </context-group> 7383 </context-group>
7211 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7384 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7212 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1"> 7385 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1">
7213 <source>Subscribed</source><target>Subscribed</target><context-group name="null"> 7386 <source>Subscribed</source>
7387 <context-group name="null">
7214 <context context-type="linenumber">1</context> 7388 <context context-type="linenumber">1</context>
7215 </context-group> 7389 </context-group>
7216 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7390 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7217 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26"> 7391 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
7218 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target><context-group name="null"> 7392 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
7393 <context-group name="null">
7219 <context context-type="linenumber">1</context> 7394 <context context-type="linenumber">1</context>
7220 </context-group> 7395 </context-group>
7221 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7222 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471"> 7397 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471">
7223 <source>Unsubscribed</source><target>Unsubscribed</target><context-group name="null"> 7398 <source>Unsubscribed</source>
7399 <context-group name="null">
7224 <context context-type="linenumber">1</context> 7400 <context context-type="linenumber">1</context>
7225 </context-group> 7401 </context-group>
7226 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7227 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf"> 7403 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
7228 <source>Moderator</source><target>Moderator</target><context-group name="null"> 7404 <source>Moderator</source>
7405 <context-group name="null">
7229 <context context-type="linenumber">1</context> 7406 <context context-type="linenumber">1</context>
7230 </context-group> 7407 </context-group>
7231 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7408 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7232 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78"> 7409 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
7233 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source><target>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></target><context-group name="null"> 7410 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
7411 <context-group name="null">
7234 <context context-type="linenumber">1</context> 7412 <context context-type="linenumber">1</context>
7235 </context-group> 7413 </context-group>
7236 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7414 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7237 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de"> 7415 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
7238 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target><context-group name="null"> 7416 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
7417 <context-group name="null">
7239 <context context-type="linenumber">1</context> 7418 <context context-type="linenumber">1</context>
7240 </context-group> 7419 </context-group>
7241 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7420 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7242 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f"> 7421 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
7243 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source><target>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></target><context-group name="null"> 7422 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
7423 <context-group name="null">
7244 <context context-type="linenumber">1</context> 7424 <context context-type="linenumber">1</context>
7245 </context-group> 7425 </context-group>
7246 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7247 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8"> 7427 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8">
7248 <source>Timestamps updated</source><target>Timestamps updated</target><context-group name="null"> 7428 <source>Timestamps updated</source>
7429 <context-group name="null">
7249 <context context-type="linenumber">1</context> 7430 <context context-type="linenumber">1</context>
7250 </context-group> 7431 </context-group>
7251 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7271,22 +7452,26 @@ When you will upload a video in this channel, the video support field will be au
7271 </context-group> 7452 </context-group>
7272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7453 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7273 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3"> 7454 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3">
7274 <source>Video blacklisted.</source><target>Video blacklisted.</target><context-group name="null"> 7455 <source>Video blacklisted.</source>
7456 <context-group name="null">
7275 <context context-type="linenumber">1</context> 7457 <context context-type="linenumber">1</context>
7276 </context-group> 7458 </context-group>
7277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7459 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7278 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5"> 7460 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5">
7279 <source>Copied</source><target>Copied</target><context-group name="null"> 7461 <source>Copied</source>
7462 <context-group name="null">
7280 <context context-type="linenumber">1</context> 7463 <context context-type="linenumber">1</context>
7281 </context-group> 7464 </context-group>
7282 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7283 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50"> 7466 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50">
7284 <source>Video reported.</source><target>Video reported.</target><context-group name="null"> 7467 <source>Video reported.</source>
7468 <context-group name="null">
7285 <context context-type="linenumber">1</context> 7469 <context context-type="linenumber">1</context>
7286 </context-group> 7470 </context-group>
7287 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7288 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95"> 7472 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95">
7289 <source>Do you really want to delete this video?</source><target>Do you really want to delete this video?</target><context-group name="null"> 7473 <source>Do you really want to delete this video?</source>
7474 <context-group name="null">
7290 <context context-type="linenumber">1</context> 7475 <context context-type="linenumber">1</context>
7291 </context-group> 7476 </context-group>
7292 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html"> 7477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
@@ -7346,37 +7531,44 @@ When you will upload a video in this channel, the video support field will be au
7346 </context-group> 7531 </context-group>
7347 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7532 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7348 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb"> 7533 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb">
7349 <source>Only I can see this video</source><target>Only I can see this video</target><context-group name="null"> 7534 <source>Only I can see this video</source>
7535 <context-group name="null">
7350 <context context-type="linenumber">1</context> 7536 <context context-type="linenumber">1</context>
7351 </context-group> 7537 </context-group>
7352 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7538 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7353 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70"> 7539 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70">
7354 <source>Only people with the private link can see this video</source><target>Only people with the private link can see this video</target><context-group name="null"> 7540 <source>Only people with the private link can see this video</source>
7541 <context-group name="null">
7355 <context context-type="linenumber">1</context> 7542 <context context-type="linenumber">1</context>
7356 </context-group> 7543 </context-group>
7357 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7358 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b"> 7545 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b">
7359 <source>Anyone can see this video</source><target>Anyone can see this video</target><context-group name="null"> 7546 <source>Anyone can see this video</source>
7547 <context-group name="null">
7360 <context context-type="linenumber">1</context> 7548 <context context-type="linenumber">1</context>
7361 </context-group> 7549 </context-group>
7362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7550 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7363 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb"> 7551 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb">
7364 <source>Video to import updated.</source><target>Video to import updated.</target><context-group name="null"> 7552 <source>Video to import updated.</source>
7553 <context-group name="null">
7365 <context context-type="linenumber">1</context> 7554 <context context-type="linenumber">1</context>
7366 </context-group> 7555 </context-group>
7367 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7368 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c"> 7557 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c">
7369 <source>Your video was uploaded to your account and is private.</source><target>Your video was uploaded to your account and is private.</target><context-group name="null"> 7558 <source>Your video was uploaded to your account and is private.</source>
7559 <context-group name="null">
7370 <context context-type="linenumber">1</context> 7560 <context context-type="linenumber">1</context>
7371 </context-group> 7561 </context-group>
7372 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7562 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7373 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264"> 7563 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264">
7374 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source><target>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</target><context-group name="null"> 7564 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
7565 <context-group name="null">
7375 <context context-type="linenumber">1</context> 7566 <context context-type="linenumber">1</context>
7376 </context-group> 7567 </context-group>
7377 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7568 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7378 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4"> 7569 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4">
7379 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source><target>Your video is not uploaded yet, are you sure you want to leave this page?</target><context-group name="null"> 7570 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
7571 <context-group name="null">
7380 <context context-type="linenumber">1</context> 7572 <context context-type="linenumber">1</context>
7381 </context-group> 7573 </context-group>
7382 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html"> 7574 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
@@ -7387,32 +7579,38 @@ When you will upload a video in this channel, the video support field will be au
7387 </context-group> 7579 </context-group>
7388 </trans-unit> 7580 </trans-unit>
7389 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9"> 7581 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9">
7390 <source>Upload cancelled</source><target>Upload cancelled</target><context-group name="null"> 7582 <source>Upload cancelled</source>
7583 <context-group name="null">
7391 <context context-type="linenumber">1</context> 7584 <context context-type="linenumber">1</context>
7392 </context-group> 7585 </context-group>
7393 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7586 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7394 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce"> 7587 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce">
7395 <source>Video published.</source><target>Video published.</target><context-group name="null"> 7588 <source>Video published.</source>
7589 <context-group name="null">
7396 <context context-type="linenumber">1</context> 7590 <context context-type="linenumber">1</context>
7397 </context-group> 7591 </context-group>
7398 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7592 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7399 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee"> 7593 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
7400 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source><target>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target><context-group name="null"> 7594 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
7595 <context-group name="null">
7401 <context context-type="linenumber">1</context> 7596 <context context-type="linenumber">1</context>
7402 </context-group> 7597 </context-group>
7403 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7598 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7404 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd"> 7599 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
7405 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source><target>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target><context-group name="null"> 7600 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
7601 <context-group name="null">
7406 <context context-type="linenumber">1</context> 7602 <context context-type="linenumber">1</context>
7407 </context-group> 7603 </context-group>
7408 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7604 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7409 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4"> 7605 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
7410 <source>You have unsaved changes! If you leave, your changes will be lost.</source><target>You have unsaved changes! If you leave, your changes will be lost.</target><context-group name="null"> 7606 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
7607 <context-group name="null">
7411 <context context-type="linenumber">1</context> 7608 <context context-type="linenumber">1</context>
7412 </context-group> 7609 </context-group>
7413 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7610 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7414 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187"> 7611 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187">
7415 <source>Video updated.</source><target>Video updated.</target><context-group name="null"> 7612 <source>Video updated.</source>
7613 <context-group name="null">
7416 <context context-type="linenumber">1</context> 7614 <context context-type="linenumber">1</context>
7417 </context-group> 7615 </context-group>
7418 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7616 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7437,27 +7635,32 @@ When you will upload a video in this channel, the video support field will be au
7437 </context-group> 7635 </context-group>
7438 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7636 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7439 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 7637 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
7440 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target><context-group name="null"> 7638 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
7639 <context-group name="null">
7441 <context context-type="linenumber">1</context> 7640 <context context-type="linenumber">1</context>
7442 </context-group> 7641 </context-group>
7443 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7642 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7444 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71"> 7643 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71">
7445 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source><target>This video contains mature or explicit content. Are you sure you want to watch it?</target><context-group name="null"> 7644 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
7645 <context-group name="null">
7446 <context context-type="linenumber">1</context> 7646 <context context-type="linenumber">1</context>
7447 </context-group> 7647 </context-group>
7448 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7648 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7449 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8"> 7649 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8">
7450 <source>Mature or explicit content</source><target>Mature or explicit content</target><context-group name="null"> 7650 <source>Mature or explicit content</source>
7651 <context-group name="null">
7451 <context context-type="linenumber">1</context> 7652 <context context-type="linenumber">1</context>
7452 </context-group> 7653 </context-group>
7453 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7654 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7454 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 7655 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
7455 <source>Like the video</source><target>Like the video</target><context-group name="null"> 7656 <source>Like the video</source>
7657 <context-group name="null">
7456 <context context-type="linenumber">1</context> 7658 <context context-type="linenumber">1</context>
7457 </context-group> 7659 </context-group>
7458 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7660 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7459 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8"> 7661 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
7460 <source>Dislike the video</source><target>Dislike the video</target><context-group name="null"> 7662 <source>Dislike the video</source>
7663 <context-group name="null">
7461 <context context-type="linenumber">1</context> 7664 <context context-type="linenumber">1</context>
7462 </context-group> 7665 </context-group>
7463 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html"> 7666 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
@@ -7468,27 +7671,32 @@ When you will upload a video in this channel, the video support field will be au
7468 </context-group> 7671 </context-group>
7469 </trans-unit> 7672 </trans-unit>
7470 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054"> 7673 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
7471 <source>Trending for the last 24 hours</source><target>Trending for the last 24 hours</target><context-group name="null"> 7674 <source>Trending for the last 24 hours</source>
7675 <context-group name="null">
7472 <context context-type="linenumber">1</context> 7676 <context context-type="linenumber">1</context>
7473 </context-group> 7677 </context-group>
7474 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7475 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e"> 7679 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e">
7476 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source><target>Trending videos are those totalizing the greatest number of views during the last 24 hours</target><context-group name="null"> 7680 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
7681 <context-group name="null">
7477 <context context-type="linenumber">1</context> 7682 <context context-type="linenumber">1</context>
7478 </context-group> 7683 </context-group>
7479 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7684 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7480 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 7685 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
7481 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null"> 7686 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
7687 <context-group name="null">
7482 <context context-type="linenumber">1</context> 7688 <context context-type="linenumber">1</context>
7483 </context-group> 7689 </context-group>
7484 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7690 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7485 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509"> 7691 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
7486 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null"> 7692 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
7693 <context-group name="null">
7487 <context context-type="linenumber">1</context> 7694 <context context-type="linenumber">1</context>
7488 </context-group> 7695 </context-group>
7489 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7696 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7490 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165"> 7697 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165">
7491 <source>Videos from your subscriptions</source><target>Videos from your subscriptions</target><context-group name="null"> 7698 <source>Videos from your subscriptions</source>
7699 <context-group name="null">
7492 <context context-type="linenumber">1</context> 7700 <context context-type="linenumber">1</context>
7493 </context-group> 7701 </context-group>
7494 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7702 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index eb608fab6..ae13d0669 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-ES.xlf
@@ -207,7 +207,8 @@
207 </context-group> 207 </context-group>
208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 210 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
211 <context-group name="null">
211 <context context-type="linenumber">72</context> 212 <context context-type="linenumber">72</context>
212 </context-group> 213 </context-group>
213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit> 214 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index b2529b4ec..531334a2d 100644
--- a/client/src/locale/angular.hu-HU.xlf
+++ b/client/src/locale/angular.hu-HU.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -811,10 +813,8 @@ Leiratkozás</target>
811 <source> 813 <source>
812 <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>"/> 814 <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>"/>
813 <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>"/> 815 <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>"/>
814 </source><target> 816 </source>
815 <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>"/> 817 <context-group name="null">
816 <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>"/>
817 </target><context-group name="null">
818 <context context-type="linenumber">10</context> 818 <context context-type="linenumber">10</context>
819 </context-group> 819 </context-group>
820 <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></trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 820 <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></trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
@@ -3204,12 +3204,14 @@ Leiratkozás</target>
3204 </context-group> 3204 </context-group>
3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 3205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
3206 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e"> 3206 <trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e">
3207 <source>Processed on</source><target>Processed on</target><context-group name="null"> 3207 <source>Processed on</source>
3208 <context-group name="null">
3208 <context context-type="linenumber">22</context> 3209 <context context-type="linenumber">22</context>
3209 </context-group> 3210 </context-group>
3210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 3211 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3211 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40"> 3212 <trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40">
3212 <source>Finished on</source><target>Finished on</target><context-group name="null"> 3213 <source>Finished on</source>
3214 <context-group name="null">
3213 <context context-type="linenumber">23</context> 3215 <context context-type="linenumber">23</context>
3214 </context-group> 3216 </context-group>
3215 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html"> 3217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 5a55296df..02b495da7 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index 9f8a7daef..1fa4b5eff 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -3551,7 +3553,8 @@
3551 </context-group> 3553 </context-group>
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">318</context></context-group></trans-unit> 3554 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">318</context></context-group></trans-unit>
3553 <trans-unit id="2c2af9710d6f6c3ab117c3a74f5aa9d40710f5b9"> 3555 <trans-unit id="2c2af9710d6f6c3ab117c3a74f5aa9d40710f5b9">
3554 <source>Instance followers</source><target>Instance followers</target><context-group name="null"> 3556 <source>Instance followers</source>
3557 <context-group name="null">
3555 <context context-type="linenumber">327</context> 3558 <context context-type="linenumber">327</context>
3556 </context-group> 3559 </context-group>
3557 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">327</context></context-group></trans-unit><trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8" datatype="html"> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">327</context></context-group></trans-unit><trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8" datatype="html">
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index 905cd10be..5f19ee7c7 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -109,7 +109,8 @@
109 </context-group> 109 </context-group>
110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target><context-group name="null"> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <context-group name="null">
113 <context context-type="linenumber">6</context> 114 <context context-type="linenumber">6</context>
114 </context-group> 115 </context-group>
115 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit> 116 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index cb62b064b..088b823b0 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -199,12 +199,14 @@
199 </context-group> 199 </context-group>
200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 200 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
201 <trans-unit id="ngb.timepicker.PM"> 201 <trans-unit id="ngb.timepicker.PM">
202 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 202 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
203 <context-group name="null">
203 <context context-type="linenumber">71</context> 204 <context context-type="linenumber">71</context>
204 </context-group> 205 </context-group>
205 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
206 <trans-unit id="ngb.timepicker.AM"> 207 <trans-unit id="ngb.timepicker.AM">
207 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
209 <context-group name="null">
208 <context context-type="linenumber">72</context> 210 <context context-type="linenumber">72</context>
209 </context-group> 211 </context-group>
210 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 212 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -917,7 +919,8 @@
917 </context-group> 919 </context-group>
918 </trans-unit> 920 </trans-unit>
919 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0"> 921 <trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0">
920 <source>Ban</source><target>Ban</target><context-group name="null"> 922 <source>Ban</source>
923 <context-group name="null">
921 <context context-type="linenumber">3</context> 924 <context context-type="linenumber">3</context>
922 </context-group> 925 </context-group>
923 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html"> 926 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html">
@@ -2221,7 +2224,8 @@
2221 </context-group> 2224 </context-group>
2222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 2225 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit>
2223 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509"> 2226 <trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509">
2224 <source>Dislike this video</source><target>Dislike this video</target><context-group name="null"> 2227 <source>Dislike this video</source>
2228 <context-group name="null">
2225 <context context-type="linenumber">71</context> 2229 <context context-type="linenumber">71</context>
2226 </context-group> 2230 </context-group>
2227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 2231 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
@@ -2552,7 +2556,8 @@
2552 </context-group> 2556 </context-group>
2553 </trans-unit> 2557 </trans-unit>
2554 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b"> 2558 <trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b">
2555 <source>State</source><target>State</target><context-group name="null"> 2559 <source>State</source>
2560 <context-group name="null">
2556 <context context-type="linenumber">10</context> 2561 <context context-type="linenumber">10</context>
2557 </context-group> 2562 </context-group>
2558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">18</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">20</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">10</context></context-group></trans-unit> 2563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">18</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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">20</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">10</context></context-group></trans-unit>
@@ -3351,7 +3356,8 @@
3351 </context-group> 3356 </context-group>
3352 </trans-unit> 3357 </trans-unit>
3353 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 3358 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
3354 <source>Default client route</source><target>Default client route</target><context-group name="null"> 3359 <source>Default client route</source>
3360 <context-group name="null">
3355 <context context-type="linenumber">216</context> 3361 <context context-type="linenumber">216</context>
3356 </context-group> 3362 </context-group>
3357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
@@ -4694,7 +4700,8 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
4694 </context-group> 4700 </context-group>
4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit> 4701 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">101</context></context-group></trans-unit>
4696 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6"> 4702 <trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6">
4697 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source><target>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</target><context-group name="null"> 4703 <source>An automatic video redundancy program: we wouldn't know if the IP downloaded the video on purpose or if it was the automatized program</source>
4704 <context-group name="null">
4698 <context context-type="linenumber">102</context> 4705 <context context-type="linenumber">102</context>
4699 </context-group> 4706 </context-group>
4700 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">102</context></context-group></trans-unit><trans-unit id="4b819dec78ae793726f7da0568912b4ba777d929" datatype="html"> 4707 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">102</context></context-group></trans-unit><trans-unit id="4b819dec78ae793726f7da0568912b4ba777d929" datatype="html">
@@ -6800,7 +6807,8 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
6800 </context-group> 6807 </context-group>
6801 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6808 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6802 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6"> 6809 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6">
6803 <source>Video support must be at least 3 characters long.</source><target>Video support must be at least 3 characters long.</target><context-group name="null"> 6810 <source>Video support must be at least 3 characters long.</source>
6811 <context-group name="null">
6804 <context context-type="linenumber">1</context> 6812 <context context-type="linenumber">1</context>
6805 </context-group> 6813 </context-group>
6806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html"> 6814 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html">
@@ -7688,7 +7696,8 @@ Jeżeli umieścisz film na ten kanał, pole informujące o możliwości wsparcia
7688 </context-group> 7696 </context-group>
7689 </trans-unit> 7697 </trans-unit>
7690 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 7698 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
7691 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target><context-group name="null"> 7699 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
7700 <context-group name="null">
7692 <context context-type="linenumber">1</context> 7701 <context context-type="linenumber">1</context>
7693 </context-group> 7702 </context-group>
7694 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7703 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index c3e9650e3..d30b59f75 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 032935471..c663e3c6f 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -468,12 +470,14 @@
468 </context-group> 470 </context-group>
469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
470 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 472 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
471 <source>Start at</source><target>Start at</target><context-group name="null"> 473 <source>Start at</source>
474 <context-group name="null">
472 <context context-type="linenumber">61</context> 475 <context context-type="linenumber">61</context>
473 </context-group> 476 </context-group>
474 <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">61</context></context-group></trans-unit> 477 <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">61</context></context-group></trans-unit>
475 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef"> 478 <trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef">
476 <source>Stop at</source><target>Stop at</target><context-group name="null"> 479 <source>Stop at</source>
480 <context-group name="null">
477 <context context-type="linenumber">112</context> 481 <context context-type="linenumber">112</context>
478 </context-group> 482 </context-group>
479 <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">112</context></context-group></trans-unit> 483 <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">112</context></context-group></trans-unit>
@@ -666,7 +670,8 @@
666 </context-group> 670 </context-group>
667 </trans-unit> 671 </trans-unit>
668 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 672 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
669 <source>Edit starts/stops at</source><target>Edit starts/stops at</target><context-group name="null"> 673 <source>Edit starts/stops at</source>
674 <context-group name="null">
670 <context context-type="linenumber">48</context> 675 <context context-type="linenumber">48</context>
671 </context-group> 676 </context-group>
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">48</context></context-group></trans-unit> 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">48</context></context-group></trans-unit>
@@ -737,9 +742,8 @@
737 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8"> 742 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
738 <source> 743 <source>
739 Unsubscribe 744 Unsubscribe
740 </source><target> 745 </source>
741 Unsubscribe 746 <context-group name="null">
742 </target><context-group name="null">
743 <context context-type="linenumber">18</context> 747 <context context-type="linenumber">18</context>
744 </context-group> 748 </context-group>
745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="2f3f48994ece05cebb717c75ee0c39e871e3df91" datatype="html"> 749 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="2f3f48994ece05cebb717c75ee0c39e871e3df91" datatype="html">
@@ -752,32 +756,38 @@
752 </context-group> 756 </context-group>
753 </trans-unit> 757 </trans-unit>
754 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66"> 758 <trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66">
755 <source>Using an ActivityPub account</source><target>Using an ActivityPub account</target><context-group name="null"> 759 <source>Using an ActivityPub account</source>
760 <context-group name="null">
756 <context context-type="linenumber">36</context> 761 <context context-type="linenumber">36</context>
757 </context-group> 762 </context-group>
758 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 763 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit>
759 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3"> 764 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
760 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source><target>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target><context-group name="null"> 765 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
766 <context-group name="null">
761 <context context-type="linenumber">39</context> 767 <context context-type="linenumber">39</context>
762 </context-group> 768 </context-group>
763 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 769 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
764 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0"> 770 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
765 <source>Subscribe with your local account</source><target>Subscribe with your local account</target><context-group name="null"> 771 <source>Subscribe with your local account</source>
772 <context-group name="null">
766 <context context-type="linenumber">40</context> 773 <context context-type="linenumber">40</context>
767 </context-group> 774 </context-group>
768 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 775 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit>
769 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed"> 776 <trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed">
770 <source>Subscribe with a Mastodon account:</source><target>Subscribe with a Mastodon account:</target><context-group name="null"> 777 <source>Subscribe with a Mastodon account:</source>
778 <context-group name="null">
771 <context context-type="linenumber">43</context> 779 <context context-type="linenumber">43</context>
772 </context-group> 780 </context-group>
773 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 781 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
774 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1"> 782 <trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1">
775 <source>Using a syndication feed</source><target>Using a syndication feed</target><context-group name="null"> 783 <source>Using a syndication feed</source>
784 <context-group name="null">
776 <context context-type="linenumber">48</context> 785 <context context-type="linenumber">48</context>
777 </context-group> 786 </context-group>
778 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit> 787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
779 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a"> 788 <trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a">
780 <source>Subscribe via RSS</source><target>Subscribe via RSS</target><context-group name="null"> 789 <source>Subscribe via RSS</source>
790 <context-group name="null">
781 <context context-type="linenumber">49</context> 791 <context context-type="linenumber">49</context>
782 </context-group> 792 </context-group>
783 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
@@ -785,10 +795,8 @@
785 <source> 795 <source>
786 <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>"/> 796 <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>"/>
787 <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>"/> 797 <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>"/>
788 </source><target> 798 </source>
789 <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>"/> 799 <context-group name="null">
790 <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>"/>
791 </target><context-group name="null">
792 <context context-type="linenumber">10</context> 800 <context context-type="linenumber">10</context>
793 </context-group> 801 </context-group>
794 <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></trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 802 <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></trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
@@ -994,7 +1002,8 @@
994 </context-group> 1002 </context-group>
995 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1003 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
996 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 1004 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
997 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target><context-group name="null"> 1005 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1006 <context-group name="null">
998 <context context-type="linenumber">11</context> 1007 <context context-type="linenumber">11</context>
999 </context-group> 1008 </context-group>
1000 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1009 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
@@ -1176,10 +1185,8 @@
1176 <source> 1185 <source>
1177 Filters 1186 Filters
1178 <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>"/> 1187 <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>"/>
1179 </source><target> 1188 </source>
1180 Filters 1189 <context-group name="null">
1181 <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>"/>
1182 </target><context-group name="null">
1183 <context context-type="linenumber">16</context> 1190 <context context-type="linenumber">16</context>
1184 </context-group> 1191 </context-group>
1185 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1192 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
@@ -1390,9 +1397,8 @@
1390 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28"> 1397 <trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28">
1391 <source> 1398 <source>
1392 Help to translate PeerTube! 1399 Help to translate PeerTube!
1393 </source><target> 1400 </source>
1394 Help to translate PeerTube! 1401 <context-group name="null">
1395 </target><context-group name="null">
1396 <context context-type="linenumber">8</context> 1402 <context context-type="linenumber">8</context>
1397 </context-group> 1403 </context-group>
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a" datatype="html"> 1404 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/language-chooser.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit><trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a" datatype="html">
@@ -1502,27 +1508,32 @@
1502 </context-group> 1508 </context-group>
1503 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1509 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">100</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
1504 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3"> 1510 <trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3">
1505 <source>Show keyboard shortcuts</source><target>Show keyboard shortcuts</target><context-group name="null"> 1511 <source>Show keyboard shortcuts</source>
1512 <context-group name="null">
1506 <context context-type="linenumber">111</context> 1513 <context context-type="linenumber">111</context>
1507 </context-group> 1514 </context-group>
1508 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit> 1515 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">111</context></context-group></trans-unit>
1509 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771"> 1516 <trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771">
1510 <source>View your notifications</source><target>View your notifications</target><context-group name="null"> 1517 <source>View your notifications</source>
1518 <context-group name="null">
1511 <context context-type="linenumber">3</context> 1519 <context context-type="linenumber">3</context>
1512 </context-group> 1520 </context-group>
1513 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 1521 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1514 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab"> 1522 <trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab">
1515 <source>Notifications</source><target>Notifications</target><context-group name="null"> 1523 <source>Notifications</source>
1524 <context-group name="null">
1516 <context context-type="linenumber">13</context> 1525 <context context-type="linenumber">13</context>
1517 </context-group> 1526 </context-group>
1518 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 1527 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1519 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81"> 1528 <trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81">
1520 <source>Update your notification preferences</source><target>Update your notification preferences</target><context-group name="null"> 1529 <source>Update your notification preferences</source>
1530 <context-group name="null">
1521 <context context-type="linenumber">16</context> 1531 <context context-type="linenumber">16</context>
1522 </context-group> 1532 </context-group>
1523 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 1533 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1524 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5"> 1534 <trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5">
1525 <source>See all your notifications</source><target>See all your notifications</target><context-group name="null"> 1535 <source>See all your notifications</source>
1536 <context-group name="null">
1526 <context context-type="linenumber">30</context> 1537 <context context-type="linenumber">30</context>
1527 </context-group> 1538 </context-group>
1528 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1539 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
@@ -1643,7 +1654,8 @@
1643 </context-group> 1654 </context-group>
1644 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">115</context></context-group></trans-unit> 1655 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.html</context><context context-type="linenumber">115</context></context-group></trans-unit>
1645 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6"> 1656 <trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6">
1646 <source>Display unlisted and private videos</source><target>Display unlisted and private videos</target><context-group name="null"> 1657 <source>Display unlisted and private videos</source>
1658 <context-group name="null">
1647 <context context-type="linenumber">14</context> 1659 <context context-type="linenumber">14</context>
1648 </context-group> 1660 </context-group>
1649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 1661 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context><context context-type="linenumber">14</context></context-group></trans-unit>
@@ -1714,12 +1726,14 @@
1714 </context-group> 1726 </context-group>
1715 </trans-unit> 1727 </trans-unit>
1716 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 1728 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
1717 <source>+ Tag</source><target>+ Tag</target><context-group name="null"> 1729 <source>+ Tag</source>
1730 <context-group name="null">
1718 <context context-type="linenumber">30</context> 1731 <context context-type="linenumber">30</context>
1719 </context-group> 1732 </context-group>
1720 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1733 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1721 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0"> 1734 <trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0">
1722 <source>Enter a new tag</source><target>Enter a new tag</target><context-group name="null"> 1735 <source>Enter a new tag</source>
1736 <context-group name="null">
1723 <context context-type="linenumber">30</context> 1737 <context context-type="linenumber">30</context>
1724 </context-group> 1738 </context-group>
1725 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit> 1739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
@@ -1809,12 +1823,14 @@
1809 </context-group> 1823 </context-group>
1810 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit> 1824 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">175</context></context-group></trans-unit>
1811 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 1825 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
1812 <source>Already uploaded ✔</source><target>Already uploaded ✔</target><context-group name="null"> 1826 <source>Already uploaded ✔</source>
1827 <context-group name="null">
1813 <context context-type="linenumber">179</context> 1828 <context context-type="linenumber">179</context>
1814 </context-group> 1829 </context-group>
1815 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit> 1830 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">179</context></context-group></trans-unit>
1816 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad"> 1831 <trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad">
1817 <source>Will be created on update</source><target>Will be created on update</target><context-group name="null"> 1832 <source>Will be created on update</source>
1833 <context-group name="null">
1818 <context context-type="linenumber">187</context> 1834 <context context-type="linenumber">187</context>
1819 </context-group> 1835 </context-group>
1820 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit> 1836 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">187</context></context-group></trans-unit>
@@ -1826,7 +1842,8 @@
1826 </context-group> 1842 </context-group>
1827 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit> 1843 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">189</context></context-group></trans-unit>
1828 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393"> 1844 <trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393">
1829 <source>Will be deleted on update</source><target>Will be deleted on update</target><context-group name="null"> 1845 <source>Will be deleted on update</source>
1846 <context-group name="null">
1830 <context context-type="linenumber">195</context> 1847 <context context-type="linenumber">195</context>
1831 </context-group> 1848 </context-group>
1832 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit> 1849 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">195</context></context-group></trans-unit>
@@ -1840,9 +1857,8 @@
1840 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0"> 1857 <trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0">
1841 <source> 1858 <source>
1842 No captions for now. 1859 No captions for now.
1843 </source><target> 1860 </source>
1844 No captions for now. 1861 <context-group name="null">
1845 </target><context-group name="null">
1846 <context context-type="linenumber">202</context> 1862 <context context-type="linenumber">202</context>
1847 </context-group> 1863 </context-group>
1848 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit> 1864 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">202</context></context-group></trans-unit>
@@ -1923,7 +1939,8 @@
1923 </context-group> 1939 </context-group>
1924 </trans-unit> 1940 </trans-unit>
1925 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 1941 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
1926 <source>Sorry, but something went wrong</source><target>Sorry, but something went wrong</target><context-group name="null"> 1942 <source>Sorry, but something went wrong</source>
1943 <context-group name="null">
1927 <context context-type="linenumber">53</context> 1944 <context context-type="linenumber">53</context>
1928 </context-group> 1945 </context-group>
1929 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">62</context></context-group><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">53</context></context-group></trans-unit> 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><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">62</context></context-group><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">53</context></context-group></trans-unit>
@@ -1953,7 +1970,8 @@
1953 </context-group> 1970 </context-group>
1954 <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">6</context></context-group></trans-unit> 1971 <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">6</context></context-group></trans-unit>
1955 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb"> 1972 <trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb">
1956 <source>Scheduled</source><target>Scheduled</target><context-group name="null"> 1973 <source>Scheduled</source>
1974 <context-group name="null">
1957 <context context-type="linenumber">25</context> 1975 <context context-type="linenumber">25</context>
1958 </context-group> 1976 </context-group>
1959 <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">25</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html"> 1977 <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">25</context></context-group></trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
@@ -1976,9 +1994,8 @@
1976 <trans-unit id="6357683911e256c566259880de43ea9403de00d3"> 1994 <trans-unit id="6357683911e256c566259880de43ea9403de00d3">
1977 <source> 1995 <source>
1978 Congratulations! Your video is now available in your private library. 1996 Congratulations! Your video is now available in your private library.
1979</source><target> 1997</source>
1980 Congratulations! Your video is now available in your private library. 1998 <context-group name="null">
1981</target><context-group name="null">
1982 <context context-type="linenumber">66</context> 1999 <context context-type="linenumber">66</context>
1983 </context-group> 2000 </context-group>
1984 <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">66</context></context-group></trans-unit> 2001 <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">66</context></context-group></trans-unit>
@@ -2004,7 +2021,8 @@
2004 </context-group> 2021 </context-group>
2005 <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">6</context></context-group></trans-unit> 2022 <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">6</context></context-group></trans-unit>
2006 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc"> 2023 <trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc">
2007 <source>Or</source><target>Or</target><context-group name="null"> 2024 <source>Or</source>
2025 <context-group name="null">
2008 <context context-type="linenumber">11</context> 2026 <context context-type="linenumber">11</context>
2009 </context-group> 2027 </context-group>
2010 <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">11</context></context-group></trans-unit> 2028 <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">11</context></context-group></trans-unit>
@@ -2147,7 +2165,8 @@
2147 </context-group> 2165 </context-group>
2148 </trans-unit> 2166 </trans-unit>
2149 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809"> 2167 <trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809">
2150 <source>Muted</source><target>Muted</target><context-group name="null"> 2168 <source>Muted</source>
2169 <context-group name="null">
2151 <context context-type="linenumber">20</context> 2170 <context context-type="linenumber">20</context>
2152 </context-group> 2171 </context-group>
2153 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html"> 2172 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">134</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html">
@@ -2381,21 +2400,22 @@
2381 </context-group> 2400 </context-group>
2382 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 2401 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
2383 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135"> 2402 <trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135">
2384 <source>You are one step away from commenting</source><target>You are one step away from commenting</target><context-group name="null"> 2403 <source>You are one step away from commenting</source>
2404 <context-group name="null">
2385 <context context-type="linenumber">28</context> 2405 <context context-type="linenumber">28</context>
2386 </context-group> 2406 </context-group>
2387 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 2407 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
2388 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225"> 2408 <trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225">
2389 <source> 2409 <source>
2390 If you have an account on this instance, you can login: 2410 If you have an account on this instance, you can login:
2391 </source><target> 2411 </source>
2392 If you have an account on this instance, you can login: 2412 <context-group name="null">
2393 </target><context-group name="null">
2394 <context context-type="linenumber">32</context> 2413 <context context-type="linenumber">32</context>
2395 </context-group> 2414 </context-group>
2396 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit> 2415 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
2397 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228"> 2416 <trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228">
2398 <source>login to comment</source><target>login to comment</target><context-group name="null"> 2417 <source>login to comment</source>
2418 <context-group name="null">
2399 <context context-type="linenumber">35</context> 2419 <context context-type="linenumber">35</context>
2400 </context-group> 2420 </context-group>
2401 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html"> 2421 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html">
@@ -2412,9 +2432,8 @@
2412 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb"> 2432 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
2413 <source> 2433 <source>
2414 If you have an account on Mastodon or Pleroma, you can open it directly in their interface: 2434 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
2415 </source><target> 2435 </source>
2416 If you have an account on Mastodon or Pleroma, you can open it directly in their interface: 2436 <context-group name="null">
2417 </target><context-group name="null">
2418 <context context-type="linenumber">41</context> 2437 <context context-type="linenumber">41</context>
2419 </context-group> 2438 </context-group>
2420 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 2439 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
@@ -2546,7 +2565,8 @@
2546 </context-group> 2565 </context-group>
2547 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 2566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
2548 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954"> 2567 <trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954">
2549 <source>Filter...</source><target>Filter...</target><context-group name="null"> 2568 <source>Filter...</source>
2569 <context-group name="null">
2550 <context context-type="linenumber">27</context> 2570 <context context-type="linenumber">27</context>
2551 </context-group> 2571 </context-group>
2552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">27</context></context-group></trans-unit> 2572 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">8</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">9</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">27</context></context-group></trans-unit>
@@ -2585,12 +2605,14 @@
2585 </context-group> 2605 </context-group>
2586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">20</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">21</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">44</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">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">21</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">11</context></context-group></trans-unit> 2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">20</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">21</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">44</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">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context><context context-type="linenumber">21</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">11</context></context-group></trans-unit>
2587 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1"> 2607 <trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1">
2588 <source>Accepted</source><target>Accepted</target><context-group name="null"> 2608 <source>Accepted</source>
2609 <context-group name="null">
2589 <context context-type="linenumber">32</context> 2610 <context context-type="linenumber">32</context>
2590 </context-group> 2611 </context-group>
2591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">30</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">32</context></context-group></trans-unit> 2612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">30</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">32</context></context-group></trans-unit>
2592 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506"> 2613 <trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506">
2593 <source>Pending</source><target>Pending</target><context-group name="null"> 2614 <source>Pending</source>
2615 <context-group name="null">
2594 <context context-type="linenumber">33</context> 2616 <context context-type="linenumber">33</context>
2595 </context-group> 2617 </context-group>
2596 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">31</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">33</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html"> 2618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">31</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">33</context></context-group></trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
@@ -2619,7 +2641,8 @@
2619 </context-group> 2641 </context-group>
2620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
2621 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8"> 2643 <trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8">
2622 <source>Redundancy allowed</source><target>Redundancy allowed</target><context-group name="null"> 2644 <source>Redundancy allowed</source>
2645 <context-group name="null">
2623 <context context-type="linenumber">22</context> 2646 <context context-type="linenumber">22</context>
2624 </context-group> 2647 </context-group>
2625 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 2648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
@@ -2755,7 +2778,8 @@
2755 </context-group> 2778 </context-group>
2756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 2779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
2757 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4"> 2780 <trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4">
2758 <source>Batch actions</source><target>Batch actions</target><context-group name="null"> 2781 <source>Batch actions</source>
2782 <context-group name="null">
2759 <context context-type="linenumber">19</context> 2783 <context context-type="linenumber">19</context>
2760 </context-group> 2784 </context-group>
2761 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
@@ -2773,17 +2797,20 @@
2773 </context-group> 2797 </context-group>
2774 </trans-unit> 2798 </trans-unit>
2775 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b"> 2799 <trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b">
2776 <source>(banned)</source><target>(banned)</target><context-group name="null"> 2800 <source>(banned)</source>
2801 <context-group name="null">
2777 <context context-type="linenumber">65</context> 2802 <context context-type="linenumber">65</context>
2778 </context-group> 2803 </context-group>
2779 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit> 2804 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
2780 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5"> 2805 <trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5">
2781 <source>User's email must be verified to login</source><target>User's email must be verified to login</target><context-group name="null"> 2806 <source>User's email must be verified to login</source>
2807 <context-group name="null">
2782 <context context-type="linenumber">72</context> 2808 <context context-type="linenumber">72</context>
2783 </context-group> 2809 </context-group>
2784 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit> 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
2785 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b"> 2811 <trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b">
2786 <source>User's email is verified / User can login without email verification</source><target>User's email is verified / User can login without email verification</target><context-group name="null"> 2812 <source>User's email is verified / User can login without email verification</source>
2813 <context-group name="null">
2787 <context context-type="linenumber">76</context> 2814 <context context-type="linenumber">76</context>
2788 </context-group> 2815 </context-group>
2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit> 2816 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
@@ -2821,12 +2848,14 @@
2821 </context-group> 2848 </context-group>
2822 </trans-unit> 2849 </trans-unit>
2823 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c"> 2850 <trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c">
2824 <source>Muted accounts</source><target>Muted accounts</target><context-group name="null"> 2851 <source>Muted accounts</source>
2852 <context-group name="null">
2825 <context context-type="linenumber">2</context> 2853 <context context-type="linenumber">2</context>
2826 </context-group> 2854 </context-group>
2827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">11</context></context-group><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">2</context></context-group></trans-unit> 2855 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">11</context></context-group><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">2</context></context-group></trans-unit>
2828 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2"> 2856 <trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2">
2829 <source>Muted servers</source><target>Muted servers</target><context-group name="null"> 2857 <source>Muted servers</source>
2858 <context-group name="null">
2830 <context context-type="linenumber">13</context> 2859 <context context-type="linenumber">13</context>
2831 </context-group> 2860 </context-group>
2832 <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> 2861 <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>
@@ -2845,7 +2874,8 @@
2845 </context-group> 2874 </context-group>
2846 <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">9</context></context-group></trans-unit> 2875 <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">9</context></context-group></trans-unit>
2847 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b"> 2876 <trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b">
2848 <source>Unfederated</source><target>Unfederated</target><context-group name="null"> 2877 <source>Unfederated</source>
2878 <context-group name="null">
2849 <context context-type="linenumber">10</context> 2879 <context context-type="linenumber">10</context>
2850 </context-group> 2880 </context-group>
2851 <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">10</context></context-group></trans-unit> 2881 <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">10</context></context-group></trans-unit>
@@ -2959,17 +2989,20 @@
2959 </context-group> 2989 </context-group>
2960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 2990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
2961 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 2991 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
2962 <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><target>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><context-group name="null"> 2992 <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>
2993 <context-group name="null">
2963 <context context-type="linenumber">13</context> 2994 <context context-type="linenumber">13</context>
2964 </context-group> 2995 </context-group>
2965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</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">9</context></context-group><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><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 2996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">9</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">9</context></context-group><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><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
2966 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8"> 2997 <trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8">
2967 <source>Unmute</source><target>Unmute</target><context-group name="null"> 2998 <source>Unmute</source>
2999 <context-group name="null">
2968 <context context-type="linenumber">23</context> 3000 <context context-type="linenumber">23</context>
2969 </context-group> 3001 </context-group>
2970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</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">18</context></context-group><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">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 3002 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">19</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">18</context></context-group><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">22</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2971 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92"> 3003 <trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92">
2972 <source>Account</source><target>Account</target><context-group name="null"> 3004 <source>Account</source>
3005 <context-group name="null">
2973 <context context-type="linenumber">12</context> 3006 <context context-type="linenumber">12</context>
2974 </context-group> 3007 </context-group>
2975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><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">12</context></context-group></trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html"> 3008 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><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">12</context></context-group></trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
@@ -3410,7 +3443,8 @@
3410 </context-group> 3443 </context-group>
3411 </trans-unit> 3444 </trans-unit>
3412 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e"> 3445 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
3413 <source>Video import with HTTP URL (i.e. YouTube) enabled</source><target>Video import with HTTP URL (i.e. YouTube) enabled</target><context-group name="null"> 3446 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
3447 <context-group name="null">
3414 <context context-type="linenumber">294</context> 3448 <context context-type="linenumber">294</context>
3415 </context-group> 3449 </context-group>
3416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">294</context></context-group></trans-unit> 3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">294</context></context-group></trans-unit>
@@ -3490,7 +3524,8 @@
3490 </context-group> 3524 </context-group>
3491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">387</context></context-group></trans-unit> 3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">387</context></context-group></trans-unit>
3492 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 3526 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
3493 <source>Enable contact form</source><target>Enable contact form</target><context-group name="null"> 3527 <source>Enable contact form</source>
3528 <context-group name="null">
3494 <context context-type="linenumber">398</context> 3529 <context context-type="linenumber">398</context>
3495 </context-group> 3530 </context-group>
3496 <context-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></trans-unit> 3531 <context-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></trans-unit>
@@ -3576,7 +3611,8 @@
3576 </context-group> 3611 </context-group>
3577 </trans-unit> 3612 </trans-unit>
3578 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 3613 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
3579 <source>Allow additional extensions</source><target>Allow additional extensions</target><context-group name="null"> 3614 <source>Allow additional extensions</source>
3615 <context-group name="null">
3580 <context context-type="linenumber">475</context> 3616 <context context-type="linenumber">475</context>
3581 </context-group> 3617 </context-group>
3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">475</context></context-group></trans-unit><trans-unit id="850dc37b31a1b3e8c8ea55d55570f93d39818e33" datatype="html"> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">475</context></context-group></trans-unit><trans-unit id="850dc37b31a1b3e8c8ea55d55570f93d39818e33" datatype="html">
@@ -3803,7 +3839,8 @@
3803 </context-group> 3839 </context-group>
3804 </trans-unit> 3840 </trans-unit>
3805 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b"> 3841 <trans-unit id="d044c51156e295824813a866dba9545bdb59466b">
3806 <source>Use WebTorrent to exchange parts of the video with others</source><target>Use WebTorrent to exchange parts of the video with others</target><context-group name="null"> 3842 <source>Use WebTorrent to exchange parts of the video with others</source>
3843 <context-group name="null">
3807 <context context-type="linenumber">41</context> 3844 <context context-type="linenumber">41</context>
3808 </context-group> 3845 </context-group>
3809 <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">41</context></context-group></trans-unit> 3846 <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">41</context></context-group></trans-unit>
@@ -4036,7 +4073,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4036 </context-group> 4073 </context-group>
4037 <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">8</context></context-group></trans-unit> 4074 <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">8</context></context-group></trans-unit>
4038 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d"> 4075 <trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d">
4039 <source>Once you delete your account, there is no going back. Please be certain.</source><target>Once you delete your account, there is no going back. Please be certain.</target><context-group name="null"> 4076 <source>Once you delete your account, there is no going back. Please be certain.</source>
4077 <context-group name="null">
4040 <context context-type="linenumber">2</context> 4078 <context context-type="linenumber">2</context>
4041 </context-group> 4079 </context-group>
4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
@@ -4048,7 +4086,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4048 </context-group> 4086 </context-group>
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 4087 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
4050 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a"> 4088 <trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a">
4051 <source>You don't have any subscriptions yet.</source><target>You don't have any subscriptions yet.</target><context-group name="null"> 4089 <source>You don't have any subscriptions yet.</source>
4090 <context-group name="null">
4052 <context context-type="linenumber">1</context> 4091 <context context-type="linenumber">1</context>
4053 </context-group> 4092 </context-group>
4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 4093 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -4067,12 +4106,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4067 </context-group> 4106 </context-group>
4068 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
4069 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e"> 4108 <trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e">
4070 <source>Muted instances</source><target>Muted instances</target><context-group name="null"> 4109 <source>Muted instances</source>
4110 <context-group name="null">
4071 <context context-type="linenumber">2</context> 4111 <context context-type="linenumber">2</context>
4072 </context-group> 4112 </context-group>
4073 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
4074 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530"> 4114 <trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530">
4075 <source>History enabled</source><target>History enabled</target><context-group name="null"> 4115 <source>History enabled</source>
4116 <context-group name="null">
4076 <context context-type="linenumber">4</context> 4117 <context context-type="linenumber">4</context>
4077 </context-group> 4118 </context-group>
4078 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 4119 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
@@ -4086,7 +4127,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4086 </context-group> 4127 </context-group>
4087 </trans-unit> 4128 </trans-unit>
4088 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af"> 4129 <trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af">
4089 <source>You don't have videos history yet.</source><target>You don't have videos history yet.</target><context-group name="null"> 4130 <source>You don't have videos history yet.</source>
4131 <context-group name="null">
4090 <context context-type="linenumber">14</context> 4132 <context context-type="linenumber">14</context>
4091 </context-group> 4133 </context-group>
4092 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit><trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 4134 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit><trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
@@ -4109,12 +4151,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4109 </context-group> 4151 </context-group>
4110 </trans-unit> 4152 </trans-unit>
4111 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136"> 4153 <trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136">
4112 <source>Activities</source><target>Activities</target><context-group name="null"> 4154 <source>Activities</source>
4155 <context-group name="null">
4113 <context context-type="linenumber">2</context> 4156 <context context-type="linenumber">2</context>
4114 </context-group> 4157 </context-group>
4115 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 4158 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
4116 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355"> 4159 <trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355">
4117 <source>Web</source><target>Web</target><context-group name="null"> 4160 <source>Web</source>
4161 <context-group name="null">
4118 <context context-type="linenumber">3</context> 4162 <context context-type="linenumber">3</context>
4119 </context-group> 4163 </context-group>
4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2" datatype="html"> 4164 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2" datatype="html">
@@ -4220,22 +4264,26 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4220 </context-group> 4264 </context-group>
4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 4265 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
4222 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605"> 4266 <trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605">
4223 <source>Banned</source><target>Banned</target><context-group name="null"> 4267 <source>Banned</source>
4268 <context-group name="null">
4224 <context context-type="linenumber">19</context> 4269 <context context-type="linenumber">19</context>
4225 </context-group> 4270 </context-group>
4226 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 4271 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
4227 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a"> 4272 <trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a">
4228 <source>Instance muted</source><target>Instance muted</target><context-group name="null"> 4273 <source>Instance muted</source>
4274 <context-group name="null">
4229 <context context-type="linenumber">21</context> 4275 <context context-type="linenumber">21</context>
4230 </context-group> 4276 </context-group>
4231 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 4277 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
4232 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89"> 4278 <trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89">
4233 <source>Muted by your instance</source><target>Muted by your instance</target><context-group name="null"> 4279 <source>Muted by your instance</source>
4280 <context-group name="null">
4234 <context context-type="linenumber">22</context> 4281 <context context-type="linenumber">22</context>
4235 </context-group> 4282 </context-group>
4236 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 4283 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4237 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1"> 4284 <trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1">
4238 <source>Instance muted by your instance</source><target>Instance muted by your instance</target><context-group name="null"> 4285 <source>Instance muted by your instance</source>
4286 <context-group name="null">
4239 <context context-type="linenumber">23</context> 4287 <context context-type="linenumber">23</context>
4240 </context-group> 4288 </context-group>
4241 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 4289 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
@@ -4342,17 +4390,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4342 </context-group> 4390 </context-group>
4343 </trans-unit> 4391 </trans-unit>
4344 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473"> 4392 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
4345 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source><target>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</target><context-group name="null"> 4393 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
4394 <context-group name="null">
4346 <context context-type="linenumber">3</context> 4395 <context context-type="linenumber">3</context>
4347 </context-group> 4396 </context-group>
4348 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 4397 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
4349 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0"> 4398 <trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0">
4350 <source>Your name</source><target>Your name</target><context-group name="null"> 4399 <source>Your name</source>
4400 <context-group name="null">
4351 <context context-type="linenumber">11</context> 4401 <context context-type="linenumber">11</context>
4352 </context-group> 4402 </context-group>
4353 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4403 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
4354 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d"> 4404 <trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d">
4355 <source>Your email</source><target>Your email</target><context-group name="null"> 4405 <source>Your email</source>
4406 <context-group name="null">
4356 <context context-type="linenumber">20</context> 4407 <context context-type="linenumber">20</context>
4357 </context-group> 4408 </context-group>
4358 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de" datatype="html"> 4409 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de" datatype="html">
@@ -4363,17 +4414,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4363 </context-group> 4414 </context-group>
4364 </trans-unit> 4415 </trans-unit>
4365 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df"> 4416 <trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df">
4366 <source>Your message</source><target>Your message</target><context-group name="null"> 4417 <source>Your message</source>
4418 <context-group name="null">
4367 <context context-type="linenumber">38</context> 4419 <context context-type="linenumber">38</context>
4368 </context-group> 4420 </context-group>
4369 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit>
4370 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07"> 4422 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
4371 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source><target>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</target><context-group name="null"> 4423 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
4424 <context-group name="null">
4372 <context context-type="linenumber">5</context> 4425 <context context-type="linenumber">5</context>
4373 </context-group> 4426 </context-group>
4374 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
4375 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c"> 4428 <trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c">
4376 <source>Contact administrator</source><target>Contact administrator</target><context-group name="null"> 4429 <source>Contact administrator</source>
4430 <context-group name="null">
4377 <context context-type="linenumber">7</context> 4431 <context context-type="linenumber">7</context>
4378 </context-group> 4432 </context-group>
4379 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea" datatype="html"> 4433 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea" datatype="html">
@@ -4839,17 +4893,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4839 </context-group> 4893 </context-group>
4840 </trans-unit> 4894 </trans-unit>
4841 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331"> 4895 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
4842 <source>Cannot get about information from server</source><target>Cannot get about information from server</target><context-group name="null"> 4896 <source>Cannot get about information from server</source>
4897 <context-group name="null">
4843 <context context-type="linenumber">1</context> 4898 <context context-type="linenumber">1</context>
4844 </context-group> 4899 </context-group>
4845 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4900 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4846 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10"> 4901 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10">
4847 <source>Your message has been sent.</source><target>Your message has been sent.</target><context-group name="null"> 4902 <source>Your message has been sent.</source>
4903 <context-group name="null">
4848 <context context-type="linenumber">1</context> 4904 <context context-type="linenumber">1</context>
4849 </context-group> 4905 </context-group>
4850 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4906 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4851 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c"> 4907 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c">
4852 <source>You already sent this form recently</source><target>You already sent this form recently</target><context-group name="null"> 4908 <source>You already sent this form recently</source>
4909 <context-group name="null">
4853 <context context-type="linenumber">1</context> 4910 <context context-type="linenumber">1</context>
4854 </context-group> 4911 </context-group>
4855 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4912 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -4877,27 +4934,32 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4877 </context-group> 4934 </context-group>
4878 </trans-unit> 4935 </trans-unit>
4879 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6"> 4936 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6">
4880 <source>240p</source><target>240p</target><context-group name="null"> 4937 <source>240p</source>
4938 <context-group name="null">
4881 <context context-type="linenumber">1</context> 4939 <context context-type="linenumber">1</context>
4882 </context-group> 4940 </context-group>
4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4884 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e"> 4942 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e">
4885 <source>360p</source><target>360p</target><context-group name="null"> 4943 <source>360p</source>
4944 <context-group name="null">
4886 <context context-type="linenumber">1</context> 4945 <context context-type="linenumber">1</context>
4887 </context-group> 4946 </context-group>
4888 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4889 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5"> 4948 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5">
4890 <source>480p</source><target>480p</target><context-group name="null"> 4949 <source>480p</source>
4950 <context-group name="null">
4891 <context context-type="linenumber">1</context> 4951 <context context-type="linenumber">1</context>
4892 </context-group> 4952 </context-group>
4893 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4894 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2"> 4954 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2">
4895 <source>720p</source><target>720p</target><context-group name="null"> 4955 <source>720p</source>
4956 <context-group name="null">
4896 <context context-type="linenumber">1</context> 4957 <context context-type="linenumber">1</context>
4897 </context-group> 4958 </context-group>
4898 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4959 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4899 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9"> 4960 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9">
4900 <source>1080p</source><target>1080p</target><context-group name="null"> 4961 <source>1080p</source>
4962 <context-group name="null">
4901 <context context-type="linenumber">1</context> 4963 <context context-type="linenumber">1</context>
4902 </context-group> 4964 </context-group>
4903 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html"> 4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html">
@@ -4908,7 +4970,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4908 </context-group> 4970 </context-group>
4909 </trans-unit> 4971 </trans-unit>
4910 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111"> 4972 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111">
4911 <source>Auto (via ffmpeg)</source><target>Auto (via ffmpeg)</target><context-group name="null"> 4973 <source>Auto (via ffmpeg)</source>
4974 <context-group name="null">
4912 <context context-type="linenumber">1</context> 4975 <context context-type="linenumber">1</context>
4913 </context-group> 4976 </context-group>
4914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 4977 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -4959,47 +5022,56 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
4959 </context-group> 5022 </context-group>
4960 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4961 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a"> 5024 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a">
4962 <source>100MB</source><target>100MB</target><context-group name="null"> 5025 <source>100MB</source>
5026 <context-group name="null">
4963 <context context-type="linenumber">1</context> 5027 <context context-type="linenumber">1</context>
4964 </context-group> 5028 </context-group>
4965 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5029 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4966 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174"> 5030 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174">
4967 <source>500MB</source><target>500MB</target><context-group name="null"> 5031 <source>500MB</source>
5032 <context-group name="null">
4968 <context context-type="linenumber">1</context> 5033 <context context-type="linenumber">1</context>
4969 </context-group> 5034 </context-group>
4970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5035 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4971 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b"> 5036 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b">
4972 <source>1GB</source><target>1GB</target><context-group name="null"> 5037 <source>1GB</source>
5038 <context-group name="null">
4973 <context context-type="linenumber">1</context> 5039 <context context-type="linenumber">1</context>
4974 </context-group> 5040 </context-group>
4975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5041 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4976 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8"> 5042 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8">
4977 <source>5GB</source><target>5GB</target><context-group name="null"> 5043 <source>5GB</source>
5044 <context-group name="null">
4978 <context context-type="linenumber">1</context> 5045 <context context-type="linenumber">1</context>
4979 </context-group> 5046 </context-group>
4980 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4981 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae"> 5048 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae">
4982 <source>20GB</source><target>20GB</target><context-group name="null"> 5049 <source>20GB</source>
5050 <context-group name="null">
4983 <context context-type="linenumber">1</context> 5051 <context context-type="linenumber">1</context>
4984 </context-group> 5052 </context-group>
4985 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5053 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4986 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e"> 5054 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e">
4987 <source>50GB</source><target>50GB</target><context-group name="null"> 5055 <source>50GB</source>
5056 <context-group name="null">
4988 <context context-type="linenumber">1</context> 5057 <context context-type="linenumber">1</context>
4989 </context-group> 5058 </context-group>
4990 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4991 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d"> 5060 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d">
4992 <source>10MB</source><target>10MB</target><context-group name="null"> 5061 <source>10MB</source>
5062 <context-group name="null">
4993 <context context-type="linenumber">1</context> 5063 <context context-type="linenumber">1</context>
4994 </context-group> 5064 </context-group>
4995 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5065 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
4996 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af"> 5066 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af">
4997 <source>50MB</source><target>50MB</target><context-group name="null"> 5067 <source>50MB</source>
5068 <context-group name="null">
4998 <context context-type="linenumber">1</context> 5069 <context context-type="linenumber">1</context>
4999 </context-group> 5070 </context-group>
5000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5071 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5001 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a"> 5072 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a">
5002 <source>2GB</source><target>2GB</target><context-group name="null"> 5073 <source>2GB</source>
5074 <context-group name="null">
5003 <context context-type="linenumber">1</context> 5075 <context context-type="linenumber">1</context>
5004 </context-group> 5076 </context-group>
5005 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html"> 5077 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
@@ -5103,27 +5175,32 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5103 </context-group> 5175 </context-group>
5104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5176 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5105 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246"> 5177 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246">
5106 <source>enabled</source><target>enabled</target><context-group name="null"> 5178 <source>enabled</source>
5179 <context-group name="null">
5107 <context context-type="linenumber">1</context> 5180 <context context-type="linenumber">1</context>
5108 </context-group> 5181 </context-group>
5109 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5182 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5110 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad"> 5183 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad">
5111 <source>disabled</source><target>disabled</target><context-group name="null"> 5184 <source>disabled</source>
5185 <context-group name="null">
5112 <context context-type="linenumber">1</context> 5186 <context context-type="linenumber">1</context>
5113 </context-group> 5187 </context-group>
5114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5115 <trans-unit id="1123807fc813c816404598147173403d00117557"> 5189 <trans-unit id="1123807fc813c816404598147173403d00117557">
5116 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target><context-group name="null"> 5190 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
5191 <context-group name="null">
5117 <context context-type="linenumber">1</context> 5192 <context context-type="linenumber">1</context>
5118 </context-group> 5193 </context-group>
5119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5194 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5120 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da"> 5195 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
5121 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target><context-group name="null"> 5196 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
5197 <context-group name="null">
5122 <context context-type="linenumber">1</context> 5198 <context context-type="linenumber">1</context>
5123 </context-group> 5199 </context-group>
5124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5125 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330"> 5201 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
5126 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target><context-group name="null"> 5202 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
5203 <context-group name="null">
5127 <context context-type="linenumber">1</context> 5204 <context context-type="linenumber">1</context>
5128 </context-group> 5205 </context-group>
5129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5206 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5135,7 +5212,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5135 </context-group> 5212 </context-group>
5136 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5137 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978"> 5214 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978">
5138 <source>Delete this report</source><target>Delete this report</target><context-group name="null"> 5215 <source>Delete this report</source>
5216 <context-group name="null">
5139 <context context-type="linenumber">1</context> 5217 <context context-type="linenumber">1</context>
5140 </context-group> 5218 </context-group>
5141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5161,7 +5239,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5161 </context-group> 5239 </context-group>
5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5163 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599"> 5241 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599">
5164 <source>Do you really want to delete this abuse report?</source><target>Do you really want to delete this abuse report?</target><context-group name="null"> 5242 <source>Do you really want to delete this abuse report?</source>
5243 <context-group name="null">
5165 <context context-type="linenumber">1</context> 5244 <context context-type="linenumber">1</context>
5166 </context-group> 5245 </context-group>
5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5185,12 +5264,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5185 </context-group> 5264 </context-group>
5186 </trans-unit> 5265 </trans-unit>
5187 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32"> 5266 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32">
5188 <source>yes</source><target>yes</target><context-group name="null"> 5267 <source>yes</source>
5268 <context-group name="null">
5189 <context context-type="linenumber">1</context> 5269 <context context-type="linenumber">1</context>
5190 </context-group> 5270 </context-group>
5191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5271 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5192 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b"> 5272 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b">
5193 <source>no</source><target>no</target><context-group name="null"> 5273 <source>no</source>
5274 <context-group name="null">
5194 <context context-type="linenumber">1</context> 5275 <context context-type="linenumber">1</context>
5195 </context-group> 5276 </context-group>
5196 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5277 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5384,7 +5465,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5384 </context-group> 5465 </context-group>
5385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5386 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f"> 5467 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f">
5387 <source>Set Email as Verified</source><target>Set Email as Verified</target><context-group name="null"> 5468 <source>Set Email as Verified</source>
5469 <context-group name="null">
5388 <context context-type="linenumber">1</context> 5470 <context context-type="linenumber">1</context>
5389 </context-group> 5471 </context-group>
5390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5396,12 +5478,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5396 </context-group> 5478 </context-group>
5397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5398 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e"> 5480 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
5399 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target><context-group name="null"> 5481 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
5482 <context-group name="null">
5400 <context context-type="linenumber">1</context> 5483 <context context-type="linenumber">1</context>
5401 </context-group> 5484 </context-group>
5402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5403 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd"> 5486 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
5404 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target><context-group name="null"> 5487 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
5488 <context-group name="null">
5405 <context context-type="linenumber">1</context> 5489 <context context-type="linenumber">1</context>
5406 </context-group> 5490 </context-group>
5407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5491 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5413,57 +5497,68 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5413 </context-group> 5497 </context-group>
5414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5415 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51"> 5499 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51">
5416 <source>If you remove these users, you will not be able to create others with the same username!</source><target>If you remove these users, you will not be able to create others with the same username!</target><context-group name="null"> 5500 <source>If you remove these users, you will not be able to create others with the same username!</source>
5501 <context-group name="null">
5417 <context context-type="linenumber">1</context> 5502 <context context-type="linenumber">1</context>
5418 </context-group> 5503 </context-group>
5419 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5420 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329"> 5505 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
5421 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target><context-group name="null"> 5506 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
5507 <context-group name="null">
5422 <context context-type="linenumber">1</context> 5508 <context context-type="linenumber">1</context>
5423 </context-group> 5509 </context-group>
5424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5425 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650"> 5511 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
5426 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target><context-group name="null"> 5512 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
5513 <context-group name="null">
5427 <context context-type="linenumber">1</context> 5514 <context context-type="linenumber">1</context>
5428 </context-group> 5515 </context-group>
5429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5516 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5430 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de"> 5517 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
5431 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target><context-group name="null"> 5518 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
5519 <context-group name="null">
5432 <context context-type="linenumber">1</context> 5520 <context context-type="linenumber">1</context>
5433 </context-group> 5521 </context-group>
5434 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5522 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5435 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c"> 5523 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
5436 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target><context-group name="null"> 5524 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
5525 <context-group name="null">
5437 <context context-type="linenumber">1</context> 5526 <context context-type="linenumber">1</context>
5438 </context-group> 5527 </context-group>
5439 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5528 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5440 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f"> 5529 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f">
5441 <source>My videos history</source><target>My videos history</target><context-group name="null"> 5530 <source>My videos history</source>
5531 <context-group name="null">
5442 <context context-type="linenumber">1</context> 5532 <context context-type="linenumber">1</context>
5443 </context-group> 5533 </context-group>
5444 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5534 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5445 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95"> 5535 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95">
5446 <source>Videos history is enabled</source><target>Videos history is enabled</target><context-group name="null"> 5536 <source>Videos history is enabled</source>
5537 <context-group name="null">
5447 <context context-type="linenumber">1</context> 5538 <context context-type="linenumber">1</context>
5448 </context-group> 5539 </context-group>
5449 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5540 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5450 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013"> 5541 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013">
5451 <source>Videos history is disabled</source><target>Videos history is disabled</target><context-group name="null"> 5542 <source>Videos history is disabled</source>
5543 <context-group name="null">
5452 <context context-type="linenumber">1</context> 5544 <context context-type="linenumber">1</context>
5453 </context-group> 5545 </context-group>
5454 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5546 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5455 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8"> 5547 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8">
5456 <source>Delete videos history</source><target>Delete videos history</target><context-group name="null"> 5548 <source>Delete videos history</source>
5549 <context-group name="null">
5457 <context context-type="linenumber">1</context> 5550 <context context-type="linenumber">1</context>
5458 </context-group> 5551 </context-group>
5459 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5552 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5460 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4"> 5553 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4">
5461 <source>Are you sure you want to delete all your videos history?</source><target>Are you sure you want to delete all your videos history?</target><context-group name="null"> 5554 <source>Are you sure you want to delete all your videos history?</source>
5555 <context-group name="null">
5462 <context context-type="linenumber">1</context> 5556 <context context-type="linenumber">1</context>
5463 </context-group> 5557 </context-group>
5464 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5558 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5465 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164"> 5559 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164">
5466 <source>Videos history deleted</source><target>Videos history deleted</target><context-group name="null"> 5560 <source>Videos history deleted</source>
5561 <context-group name="null">
5467 <context context-type="linenumber">1</context> 5562 <context context-type="linenumber">1</context>
5468 </context-group> 5563 </context-group>
5469 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5564 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5487,7 +5582,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5487 </context-group> 5582 </context-group>
5488 </trans-unit> 5583 </trans-unit>
5489 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c"> 5584 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c">
5490 <source>You current password is invalid.</source><target>You current password is invalid.</target><context-group name="null"> 5585 <source>You current password is invalid.</source>
5586 <context-group name="null">
5491 <context context-type="linenumber">1</context> 5587 <context context-type="linenumber">1</context>
5492 </context-group> 5588 </context-group>
5493 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5589 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5532,12 +5628,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5532 </context-group> 5628 </context-group>
5533 </trans-unit> 5629 </trans-unit>
5534 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585"> 5630 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585">
5535 <source>New video from your subscriptions</source><target>New video from your subscriptions</target><context-group name="null"> 5631 <source>New video from your subscriptions</source>
5632 <context-group name="null">
5536 <context context-type="linenumber">1</context> 5633 <context context-type="linenumber">1</context>
5537 </context-group> 5634 </context-group>
5538 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5539 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5"> 5636 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5">
5540 <source>New comment on your video</source><target>New comment on your video</target><context-group name="null"> 5637 <source>New comment on your video</source>
5638 <context-group name="null">
5541 <context context-type="linenumber">1</context> 5639 <context context-type="linenumber">1</context>
5542 </context-group> 5640 </context-group>
5543 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html"> 5641 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
@@ -5554,32 +5652,38 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5554 </context-group> 5652 </context-group>
5555 </trans-unit> 5653 </trans-unit>
5556 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996"> 5654 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996">
5557 <source>One of your video is blacklisted/unblacklisted</source><target>One of your video is blacklisted/unblacklisted</target><context-group name="null"> 5655 <source>One of your video is blacklisted/unblacklisted</source>
5656 <context-group name="null">
5558 <context context-type="linenumber">1</context> 5657 <context context-type="linenumber">1</context>
5559 </context-group> 5658 </context-group>
5560 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5659 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5561 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc"> 5660 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc">
5562 <source>Video published (after transcoding/scheduled update)</source><target>Video published (after transcoding/scheduled update)</target><context-group name="null"> 5661 <source>Video published (after transcoding/scheduled update)</source>
5662 <context-group name="null">
5563 <context context-type="linenumber">1</context> 5663 <context context-type="linenumber">1</context>
5564 </context-group> 5664 </context-group>
5565 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5665 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5566 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4"> 5666 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4">
5567 <source>Video import finished</source><target>Video import finished</target><context-group name="null"> 5667 <source>Video import finished</source>
5668 <context-group name="null">
5568 <context context-type="linenumber">1</context> 5669 <context context-type="linenumber">1</context>
5569 </context-group> 5670 </context-group>
5570 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5671 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5571 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034"> 5672 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034">
5572 <source>A new user registered on your instance</source><target>A new user registered on your instance</target><context-group name="null"> 5673 <source>A new user registered on your instance</source>
5674 <context-group name="null">
5573 <context context-type="linenumber">1</context> 5675 <context context-type="linenumber">1</context>
5574 </context-group> 5676 </context-group>
5575 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5677 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5576 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2"> 5678 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2">
5577 <source>You or your channel(s) has a new follower</source><target>You or your channel(s) has a new follower</target><context-group name="null"> 5679 <source>You or your channel(s) has a new follower</source>
5680 <context-group name="null">
5578 <context context-type="linenumber">1</context> 5681 <context context-type="linenumber">1</context>
5579 </context-group> 5682 </context-group>
5580 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5683 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5581 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b"> 5684 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b">
5582 <source>Someone mentioned you in video comments</source><target>Someone mentioned you in video comments</target><context-group name="null"> 5685 <source>Someone mentioned you in video comments</source>
5686 <context-group name="null">
5583 <context context-type="linenumber">1</context> 5687 <context context-type="linenumber">1</context>
5584 </context-group> 5688 </context-group>
5585 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html"> 5689 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
@@ -5596,7 +5700,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5596 </context-group> 5700 </context-group>
5597 </trans-unit> 5701 </trans-unit>
5598 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401"> 5702 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
5599 <source>Preferences saved</source><target>Preferences saved</target><context-group name="null"> 5703 <source>Preferences saved</source>
5704 <context-group name="null">
5600 <context context-type="linenumber">1</context> 5705 <context context-type="linenumber">1</context>
5601 </context-group> 5706 </context-group>
5602 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5707 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5634,7 +5739,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5634 </context-group> 5739 </context-group>
5635 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5740 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5636 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47"> 5741 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47">
5637 <source>This name already exists on this instance.</source><target>This name already exists on this instance.</target><context-group name="null"> 5742 <source>This name already exists on this instance.</source>
5743 <context-group name="null">
5638 <context context-type="linenumber">1</context> 5744 <context context-type="linenumber">1</context>
5639 </context-group> 5745 </context-group>
5640 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5746 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5652,7 +5758,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5652 </context-group> 5758 </context-group>
5653 </trans-unit> 5759 </trans-unit>
5654 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99"> 5760 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
5655 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target><context-group name="null"> 5761 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
5762 <context-group name="null">
5656 <context context-type="linenumber">1</context> 5763 <context context-type="linenumber">1</context>
5657 </context-group> 5764 </context-group>
5658 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5765 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5750,12 +5857,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5750 </context-group> 5857 </context-group>
5751 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5858 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5752 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79"> 5859 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79">
5753 <source>My history</source><target>My history</target><context-group name="null"> 5860 <source>My history</source>
5861 <context-group name="null">
5754 <context context-type="linenumber">1</context> 5862 <context context-type="linenumber">1</context>
5755 </context-group> 5863 </context-group>
5756 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5757 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029"> 5865 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029">
5758 <source>Misc</source><target>Misc</target><context-group name="null"> 5866 <source>Misc</source>
5867 <context-group name="null">
5759 <context context-type="linenumber">1</context> 5868 <context context-type="linenumber">1</context>
5760 </context-group> 5869 </context-group>
5761 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5870 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5774,7 +5883,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5774 </context-group> 5883 </context-group>
5775 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5884 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5776 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d"> 5885 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d">
5777 <source>My notifications</source><target>My notifications</target><context-group name="null"> 5886 <source>My notifications</source>
5887 <context-group name="null">
5778 <context context-type="linenumber">1</context> 5888 <context context-type="linenumber">1</context>
5779 </context-group> 5889 </context-group>
5780 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html"> 5890 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
@@ -5785,7 +5895,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5785 </context-group> 5895 </context-group>
5786 </trans-unit> 5896 </trans-unit>
5787 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6"> 5897 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
5788 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target><context-group name="null"> 5898 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
5899 <context-group name="null">
5789 <context context-type="linenumber">1</context> 5900 <context context-type="linenumber">1</context>
5790 </context-group> 5901 </context-group>
5791 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5902 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5811,17 +5922,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5811 </context-group> 5922 </context-group>
5812 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5923 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5813 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598"> 5924 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598">
5814 <source>Subscribe to the account</source><target>Subscribe to the account</target><context-group name="null"> 5925 <source>Subscribe to the account</source>
5926 <context-group name="null">
5815 <context context-type="linenumber">1</context> 5927 <context context-type="linenumber">1</context>
5816 </context-group> 5928 </context-group>
5817 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5929 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5818 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013"> 5930 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
5819 <source>Focus the search bar</source><target>Focus the search bar</target><context-group name="null"> 5931 <source>Focus the search bar</source>
5932 <context-group name="null">
5820 <context context-type="linenumber">1</context> 5933 <context context-type="linenumber">1</context>
5821 </context-group> 5934 </context-group>
5822 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5935 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5823 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099"> 5936 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
5824 <source>Toggle the left menu</source><target>Toggle the left menu</target><context-group name="null"> 5937 <source>Toggle the left menu</source>
5938 <context-group name="null">
5825 <context context-type="linenumber">1</context> 5939 <context context-type="linenumber">1</context>
5826 </context-group> 5940 </context-group>
5827 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html"> 5941 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
@@ -5832,42 +5946,50 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5832 </context-group> 5946 </context-group>
5833 </trans-unit> 5947 </trans-unit>
5834 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0"> 5948 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0">
5835 <source>Go to the trending videos page</source><target>Go to the trending videos page</target><context-group name="null"> 5949 <source>Go to the trending videos page</source>
5950 <context-group name="null">
5836 <context context-type="linenumber">1</context> 5951 <context context-type="linenumber">1</context>
5837 </context-group> 5952 </context-group>
5838 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5953 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5839 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d"> 5954 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d">
5840 <source>Go to the recently added videos page</source><target>Go to the recently added videos page</target><context-group name="null"> 5955 <source>Go to the recently added videos page</source>
5956 <context-group name="null">
5841 <context context-type="linenumber">1</context> 5957 <context context-type="linenumber">1</context>
5842 </context-group> 5958 </context-group>
5843 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5959 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5844 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5"> 5960 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5">
5845 <source>Go to the local videos page</source><target>Go to the local videos page</target><context-group name="null"> 5961 <source>Go to the local videos page</source>
5962 <context-group name="null">
5846 <context context-type="linenumber">1</context> 5963 <context context-type="linenumber">1</context>
5847 </context-group> 5964 </context-group>
5848 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5965 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5849 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba"> 5966 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba">
5850 <source>Go to the videos upload page</source><target>Go to the videos upload page</target><context-group name="null"> 5967 <source>Go to the videos upload page</source>
5968 <context-group name="null">
5851 <context context-type="linenumber">1</context> 5969 <context context-type="linenumber">1</context>
5852 </context-group> 5970 </context-group>
5853 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5971 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5854 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2"> 5972 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2">
5855 <source>Go to my subscriptions</source><target>Go to my subscriptions</target><context-group name="null"> 5973 <source>Go to my subscriptions</source>
5974 <context-group name="null">
5856 <context context-type="linenumber">1</context> 5975 <context context-type="linenumber">1</context>
5857 </context-group> 5976 </context-group>
5858 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5977 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5859 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1"> 5978 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1">
5860 <source>Go to my videos</source><target>Go to my videos</target><context-group name="null"> 5979 <source>Go to my videos</source>
5980 <context-group name="null">
5861 <context context-type="linenumber">1</context> 5981 <context context-type="linenumber">1</context>
5862 </context-group> 5982 </context-group>
5863 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5983 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5864 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7"> 5984 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7">
5865 <source>Go to my imports</source><target>Go to my imports</target><context-group name="null"> 5985 <source>Go to my imports</source>
5986 <context-group name="null">
5866 <context context-type="linenumber">1</context> 5987 <context context-type="linenumber">1</context>
5867 </context-group> 5988 </context-group>
5868 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5989 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5869 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390"> 5990 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390">
5870 <source>Go to my channels</source><target>Go to my channels</target><context-group name="null"> 5991 <source>Go to my channels</source>
5992 <context-group name="null">
5871 <context context-type="linenumber">1</context> 5993 <context context-type="linenumber">1</context>
5872 </context-group> 5994 </context-group>
5873 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5995 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5895,7 +6017,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
5895 </context-group> 6017 </context-group>
5896 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6018 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5897 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452"> 6019 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452">
5898 <source>Keyboard Shortcuts:</source><target>Keyboard Shortcuts:</target><context-group name="null"> 6020 <source>Keyboard Shortcuts:</source>
6021 <context-group name="null">
5899 <context context-type="linenumber">1</context> 6022 <context context-type="linenumber">1</context>
5900 </context-group> 6023 </context-group>
5901 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6024 <context-group purpose="location"><context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6227,17 +6350,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6227 </context-group> 6350 </context-group>
6228 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6229 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33"> 6352 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33">
6230 <source>Your name is required.</source><target>Your name is required.</target><context-group name="null"> 6353 <source>Your name is required.</source>
6354 <context-group name="null">
6231 <context context-type="linenumber">1</context> 6355 <context context-type="linenumber">1</context>
6232 </context-group> 6356 </context-group>
6233 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6357 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6234 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a"> 6358 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a">
6235 <source>Your name must be at least 1 character long.</source><target>Your name must be at least 1 character long.</target><context-group name="null"> 6359 <source>Your name must be at least 1 character long.</source>
6360 <context-group name="null">
6236 <context context-type="linenumber">1</context> 6361 <context context-type="linenumber">1</context>
6237 </context-group> 6362 </context-group>
6238 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6363 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6239 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b"> 6364 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b">
6240 <source>Your name cannot be more than 120 characters long.</source><target>Your name cannot be more than 120 characters long.</target><context-group name="null"> 6365 <source>Your name cannot be more than 120 characters long.</source>
6366 <context-group name="null">
6241 <context context-type="linenumber">1</context> 6367 <context context-type="linenumber">1</context>
6242 </context-group> 6368 </context-group>
6243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html"> 6369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html">
@@ -6260,17 +6386,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6260 </context-group> 6386 </context-group>
6261 </trans-unit> 6387 </trans-unit>
6262 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2"> 6388 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2">
6263 <source>A message is required.</source><target>A message is required.</target><context-group name="null"> 6389 <source>A message is required.</source>
6390 <context-group name="null">
6264 <context context-type="linenumber">1</context> 6391 <context context-type="linenumber">1</context>
6265 </context-group> 6392 </context-group>
6266 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6267 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64"> 6394 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64">
6268 <source>The message must be at least 3 characters long.</source><target>The message must be at least 3 characters long.</target><context-group name="null"> 6395 <source>The message must be at least 3 characters long.</source>
6396 <context-group name="null">
6269 <context context-type="linenumber">1</context> 6397 <context context-type="linenumber">1</context>
6270 </context-group> 6398 </context-group>
6271 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6272 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60"> 6400 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60">
6273 <source>The message cannot be more than 5000 characters long.</source><target>The message cannot be more than 5000 characters long.</target><context-group name="null"> 6401 <source>The message cannot be more than 5000 characters long.</source>
6402 <context-group name="null">
6274 <context context-type="linenumber">1</context> 6403 <context context-type="linenumber">1</context>
6275 </context-group> 6404 </context-group>
6276 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6405 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6296,17 +6425,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6296 </context-group> 6425 </context-group>
6297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6426 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6298 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a"> 6427 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a">
6299 <source>Username must be at least 1 character long.</source><target>Username must be at least 1 character long.</target><context-group name="null"> 6428 <source>Username must be at least 1 character long.</source>
6429 <context-group name="null">
6300 <context context-type="linenumber">1</context> 6430 <context context-type="linenumber">1</context>
6301 </context-group> 6431 </context-group>
6302 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6432 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6303 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a"> 6433 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a">
6304 <source>Username cannot be more than 50 characters long.</source><target>Username cannot be more than 50 characters long.</target><context-group name="null"> 6434 <source>Username cannot be more than 50 characters long.</source>
6435 <context-group name="null">
6305 <context context-type="linenumber">1</context> 6436 <context context-type="linenumber">1</context>
6306 </context-group> 6437 </context-group>
6307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6438 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6308 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c"> 6439 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c">
6309 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Username should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null"> 6440 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
6441 <context-group name="null">
6310 <context context-type="linenumber">1</context> 6442 <context context-type="linenumber">1</context>
6311 </context-group> 6443 </context-group>
6312 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6374,7 +6506,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6374 </context-group> 6506 </context-group>
6375 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6507 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6376 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0"> 6508 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0">
6377 <source>Description cannot be more than 1000 characters long.</source><target>Description cannot be more than 1000 characters long.</target><context-group name="null"> 6509 <source>Description cannot be more than 1000 characters long.</source>
6510 <context-group name="null">
6378 <context context-type="linenumber">1</context> 6511 <context context-type="linenumber">1</context>
6379 </context-group> 6512 </context-group>
6380 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html"> 6513 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
@@ -6406,12 +6539,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6406 </context-group> 6539 </context-group>
6407 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6540 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6408 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c"> 6541 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c">
6409 <source>Display name must be at least 1 character long.</source><target>Display name must be at least 1 character long.</target><context-group name="null"> 6542 <source>Display name must be at least 1 character long.</source>
6543 <context-group name="null">
6410 <context context-type="linenumber">1</context> 6544 <context context-type="linenumber">1</context>
6411 </context-group> 6545 </context-group>
6412 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6546 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6413 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1"> 6547 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1">
6414 <source>Display name cannot be more than 50 characters long.</source><target>Display name cannot be more than 50 characters long.</target><context-group name="null"> 6548 <source>Display name cannot be more than 50 characters long.</source>
6549 <context-group name="null">
6415 <context context-type="linenumber">1</context> 6550 <context context-type="linenumber">1</context>
6416 </context-group> 6551 </context-group>
6417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6552 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6430,7 +6565,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6430 </context-group> 6565 </context-group>
6431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6566 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6432 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa"> 6567 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa">
6433 <source>Report reason cannot be more than 3000 characters long.</source><target>Report reason cannot be more than 3000 characters long.</target><context-group name="null"> 6568 <source>Report reason cannot be more than 3000 characters long.</source>
6569 <context-group name="null">
6434 <context context-type="linenumber">1</context> 6570 <context context-type="linenumber">1</context>
6435 </context-group> 6571 </context-group>
6436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6572 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6449,7 +6585,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6449 </context-group> 6585 </context-group>
6450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6586 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6451 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c"> 6587 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c">
6452 <source>Moderation comment cannot be more than 3000 characters long.</source><target>Moderation comment cannot be more than 3000 characters long.</target><context-group name="null"> 6588 <source>Moderation comment cannot be more than 3000 characters long.</source>
6589 <context-group name="null">
6453 <context context-type="linenumber">1</context> 6590 <context context-type="linenumber">1</context>
6454 </context-group> 6591 </context-group>
6455 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6592 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6496,7 +6633,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6496 </context-group> 6633 </context-group>
6497 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6634 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6498 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803"> 6635 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803">
6499 <source>You can only transfer ownership to a local account</source><target>You can only transfer ownership to a local account</target><context-group name="null"> 6636 <source>You can only transfer ownership to a local account</source>
6637 <context-group name="null">
6500 <context context-type="linenumber">1</context> 6638 <context context-type="linenumber">1</context>
6501 </context-group> 6639 </context-group>
6502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6640 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6508,17 +6646,20 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6508 </context-group> 6646 </context-group>
6509 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6647 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6510 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76"> 6648 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76">
6511 <source>Name must be at least 1 character long.</source><target>Name must be at least 1 character long.</target><context-group name="null"> 6649 <source>Name must be at least 1 character long.</source>
6650 <context-group name="null">
6512 <context context-type="linenumber">1</context> 6651 <context context-type="linenumber">1</context>
6513 </context-group> 6652 </context-group>
6514 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6515 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d"> 6654 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d">
6516 <source>Name cannot be more than 50 characters long.</source><target>Name cannot be more than 50 characters long.</target><context-group name="null"> 6655 <source>Name cannot be more than 50 characters long.</source>
6656 <context-group name="null">
6517 <context context-type="linenumber">1</context> 6657 <context context-type="linenumber">1</context>
6518 </context-group> 6658 </context-group>
6519 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6659 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6520 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18"> 6660 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18">
6521 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source><target>Name should be lowercase alphanumeric; dots and underscores are allowed.</target><context-group name="null"> 6661 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
6662 <context-group name="null">
6522 <context context-type="linenumber">1</context> 6663 <context context-type="linenumber">1</context>
6523 </context-group> 6664 </context-group>
6524 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6665 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6530,7 +6671,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6530 </context-group> 6671 </context-group>
6531 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6532 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85"> 6673 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85">
6533 <source>Support text cannot be more than 1000 characters long.</source><target>Support text cannot be more than 1000 characters long.</target><context-group name="null"> 6674 <source>Support text cannot be more than 1000 characters long.</source>
6675 <context-group name="null">
6534 <context context-type="linenumber">1</context> 6676 <context context-type="linenumber">1</context>
6535 </context-group> 6677 </context-group>
6536 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6644,7 +6786,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6644 </context-group> 6786 </context-group>
6645 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6787 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6646 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad"> 6788 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad">
6647 <source>Video support cannot be more than 1000 characters long.</source><target>Video support cannot be more than 1000 characters long.</target><context-group name="null"> 6789 <source>Video support cannot be more than 1000 characters long.</source>
6790 <context-group name="null">
6648 <context context-type="linenumber">1</context> 6791 <context context-type="linenumber">1</context>
6649 </context-group> 6792 </context-group>
6650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6793 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6663,7 +6806,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
6663 </context-group> 6806 </context-group>
6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6807 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6665 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9"> 6808 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
6666 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target><context-group name="null"> 6809 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
6810 <context-group name="null">
6667 <context context-type="linenumber">1</context> 6811 <context context-type="linenumber">1</context>
6668 </context-group> 6812 </context-group>
6669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6813 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7092,7 +7236,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7092 </context-group> 7236 </context-group>
7093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7237 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7094 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681"> 7238 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
7095 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target><context-group name="null"> 7239 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
7240 <context-group name="null">
7096 <context context-type="linenumber">1</context> 7241 <context context-type="linenumber">1</context>
7097 </context-group> 7242 </context-group>
7098 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7243 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7118,7 +7263,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7118 </context-group> 7263 </context-group>
7119 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7120 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603"> 7265 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603">
7121 <source>If you remove this user, you will not be able to create another with the same username!</source><target>If you remove this user, you will not be able to create another with the same username!</target><context-group name="null"> 7266 <source>If you remove this user, you will not be able to create another with the same username!</source>
7267 <context-group name="null">
7122 <context context-type="linenumber">1</context> 7268 <context context-type="linenumber">1</context>
7123 </context-group> 7269 </context-group>
7124 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7270 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7130,77 +7276,92 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7130 </context-group> 7276 </context-group>
7131 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7277 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7132 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096"> 7278 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
7133 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target><context-group name="null"> 7279 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
7280 <context-group name="null">
7134 <context context-type="linenumber">1</context> 7281 <context context-type="linenumber">1</context>
7135 </context-group> 7282 </context-group>
7136 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7283 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7137 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249"> 7284 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
7138 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target><context-group name="null"> 7285 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
7286 <context-group name="null">
7139 <context context-type="linenumber">1</context> 7287 <context context-type="linenumber">1</context>
7140 </context-group> 7288 </context-group>
7141 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7289 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7142 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6"> 7290 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
7143 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target><context-group name="null"> 7291 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
7292 <context-group name="null">
7144 <context context-type="linenumber">1</context> 7293 <context context-type="linenumber">1</context>
7145 </context-group> 7294 </context-group>
7146 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7147 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499"> 7296 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
7148 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target><context-group name="null"> 7297 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
7298 <context-group name="null">
7149 <context context-type="linenumber">1</context> 7299 <context context-type="linenumber">1</context>
7150 </context-group> 7300 </context-group>
7151 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7301 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7152 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 7302 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
7153 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target><context-group name="null"> 7303 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
7304 <context-group name="null">
7154 <context context-type="linenumber">1</context> 7305 <context context-type="linenumber">1</context>
7155 </context-group> 7306 </context-group>
7156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7307 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7157 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830"> 7308 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
7158 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target><context-group name="null"> 7309 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
7310 <context-group name="null">
7159 <context context-type="linenumber">1</context> 7311 <context context-type="linenumber">1</context>
7160 </context-group> 7312 </context-group>
7161 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7162 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f"> 7314 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
7163 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target><context-group name="null"> 7315 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
7316 <context-group name="null">
7164 <context context-type="linenumber">1</context> 7317 <context context-type="linenumber">1</context>
7165 </context-group> 7318 </context-group>
7166 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7319 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7167 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc"> 7320 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc">
7168 <source>Mute this account</source><target>Mute this account</target><context-group name="null"> 7321 <source>Mute this account</source>
7322 <context-group name="null">
7169 <context context-type="linenumber">1</context> 7323 <context context-type="linenumber">1</context>
7170 </context-group> 7324 </context-group>
7171 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7325 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7172 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952"> 7326 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952">
7173 <source>Unmute this account</source><target>Unmute this account</target><context-group name="null"> 7327 <source>Unmute this account</source>
7328 <context-group name="null">
7174 <context context-type="linenumber">1</context> 7329 <context context-type="linenumber">1</context>
7175 </context-group> 7330 </context-group>
7176 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7177 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d"> 7332 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d">
7178 <source>Mute the instance</source><target>Mute the instance</target><context-group name="null"> 7333 <source>Mute the instance</source>
7334 <context-group name="null">
7179 <context context-type="linenumber">1</context> 7335 <context context-type="linenumber">1</context>
7180 </context-group> 7336 </context-group>
7181 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7337 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7182 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9"> 7338 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9">
7183 <source>Unmute the instance</source><target>Unmute the instance</target><context-group name="null"> 7339 <source>Unmute the instance</source>
7340 <context-group name="null">
7184 <context context-type="linenumber">1</context> 7341 <context context-type="linenumber">1</context>
7185 </context-group> 7342 </context-group>
7186 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7187 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 7344 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
7188 <source>Mute this account by your instance</source><target>Mute this account by your instance</target><context-group name="null"> 7345 <source>Mute this account by your instance</source>
7346 <context-group name="null">
7189 <context context-type="linenumber">1</context> 7347 <context context-type="linenumber">1</context>
7190 </context-group> 7348 </context-group>
7191 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7192 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957"> 7350 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957">
7193 <source>Unmute this account by your instance</source><target>Unmute this account by your instance</target><context-group name="null"> 7351 <source>Unmute this account by your instance</source>
7352 <context-group name="null">
7194 <context context-type="linenumber">1</context> 7353 <context context-type="linenumber">1</context>
7195 </context-group> 7354 </context-group>
7196 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7355 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7197 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178"> 7356 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178">
7198 <source>Mute the instance by your instance</source><target>Mute the instance by your instance</target><context-group name="null"> 7357 <source>Mute the instance by your instance</source>
7358 <context-group name="null">
7199 <context context-type="linenumber">1</context> 7359 <context context-type="linenumber">1</context>
7200 </context-group> 7360 </context-group>
7201 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7202 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a"> 7362 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a">
7203 <source>Unmute the instance by your instance</source><target>Unmute the instance by your instance</target><context-group name="null"> 7363 <source>Unmute the instance by your instance</source>
7364 <context-group name="null">
7204 <context context-type="linenumber">1</context> 7365 <context context-type="linenumber">1</context>
7205 </context-group> 7366 </context-group>
7206 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7261,7 +7422,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7261 </context-group> 7422 </context-group>
7262 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7423 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7263 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf"> 7424 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf">
7264 <source>Moderator</source><target>Moderator</target><context-group name="null"> 7425 <source>Moderator</source>
7426 <context-group name="null">
7265 <context context-type="linenumber">1</context> 7427 <context context-type="linenumber">1</context>
7266 </context-group> 7428 </context-group>
7267 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html"> 7429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
@@ -7482,7 +7644,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7482 </context-group> 7644 </context-group>
7483 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7645 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7484 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4"> 7646 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4">
7485 <source>You have unsaved changes! If you leave, your changes will be lost.</source><target>You have unsaved changes! If you leave, your changes will be lost.</target><context-group name="null"> 7647 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
7648 <context-group name="null">
7486 <context context-type="linenumber">1</context> 7649 <context context-type="linenumber">1</context>
7487 </context-group> 7650 </context-group>
7488 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7651 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -7534,12 +7697,14 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7534 </context-group> 7697 </context-group>
7535 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7698 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7536 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6"> 7699 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6">
7537 <source>Like the video</source><target>Like the video</target><context-group name="null"> 7700 <source>Like the video</source>
7701 <context-group name="null">
7538 <context context-type="linenumber">1</context> 7702 <context context-type="linenumber">1</context>
7539 </context-group> 7703 </context-group>
7540 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7704 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7541 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8"> 7705 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8">
7542 <source>Dislike the video</source><target>Dislike the video</target><context-group name="null"> 7706 <source>Dislike the video</source>
7707 <context-group name="null">
7543 <context context-type="linenumber">1</context> 7708 <context context-type="linenumber">1</context>
7544 </context-group> 7709 </context-group>
7545 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html"> 7710 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
@@ -7550,7 +7715,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7550 </context-group> 7715 </context-group>
7551 </trans-unit> 7716 </trans-unit>
7552 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054"> 7717 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
7553 <source>Trending for the last 24 hours</source><target>Trending for the last 24 hours</target><context-group name="null"> 7718 <source>Trending for the last 24 hours</source>
7719 <context-group name="null">
7554 <context context-type="linenumber">1</context> 7720 <context context-type="linenumber">1</context>
7555 </context-group> 7721 </context-group>
7556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html"> 7722 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
@@ -7561,7 +7727,8 @@ Quando você enviar um vídeo neste canal, o campo de apoio a vídeo será preen
7561 </context-group> 7727 </context-group>
7562 </trans-unit> 7728 </trans-unit>
7563 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 7729 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
7564 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target><context-group name="null"> 7730 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
7731 <context-group name="null">
7565 <context context-type="linenumber">1</context> 7732 <context context-type="linenumber">1</context>
7566 </context-group> 7733 </context-group>
7567 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html"> 7734 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 32a5d1ec5..31f5938f8 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -644,7 +646,8 @@
644 </context-group> 646 </context-group>
645 </trans-unit> 647 </trans-unit>
646 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 648 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
647 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target><context-group name="null"> 649 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
650 <context-group name="null">
648 <context context-type="linenumber">9</context> 651 <context context-type="linenumber">9</context>
649 </context-group> 652 </context-group>
650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html"> 653 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
@@ -3434,7 +3437,8 @@
3434 </context-group> 3437 </context-group>
3435 </trans-unit> 3438 </trans-unit>
3436 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003"> 3439 <trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003">
3437 <source>Default client route</source><target>Default client route</target><context-group name="null"> 3440 <source>Default client route</source>
3441 <context-group name="null">
3438 <context context-type="linenumber">216</context> 3442 <context context-type="linenumber">216</context>
3439 </context-group> 3443 </context-group>
3440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3444 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
@@ -5616,7 +5620,8 @@ When you will upload a video in this channel, the video support field will be au
5616 </context-group> 5620 </context-group>
5617 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5621 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5618 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf"> 5622 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf">
5619 <source>You cannot ban root.</source><target>You cannot ban root.</target><context-group name="null"> 5623 <source>You cannot ban root.</source>
5624 <context-group name="null">
5620 <context context-type="linenumber">1</context> 5625 <context context-type="linenumber">1</context>
5621 </context-group> 5626 </context-group>
5622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -5635,7 +5640,8 @@ When you will upload a video in this channel, the video support field will be au
5635 </context-group> 5640 </context-group>
5636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5637 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11"> 5642 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11">
5638 <source>You cannot delete root.</source><target>You cannot delete root.</target><context-group name="null"> 5643 <source>You cannot delete root.</source>
5644 <context-group name="null">
5639 <context context-type="linenumber">1</context> 5645 <context context-type="linenumber">1</context>
5640 </context-group> 5646 </context-group>
5641 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5647 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
@@ -6107,12 +6113,14 @@ When you will upload a video in this channel, the video support field will be au
6107 </context-group> 6113 </context-group>
6108 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6114 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6109 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013"> 6115 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013">
6110 <source>Focus the search bar</source><target>Focus the search bar</target><context-group name="null"> 6116 <source>Focus the search bar</source>
6117 <context-group name="null">
6111 <context context-type="linenumber">1</context> 6118 <context context-type="linenumber">1</context>
6112 </context-group> 6119 </context-group>
6113 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6120 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6114 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099"> 6121 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099">
6115 <source>Toggle the left menu</source><target>Toggle the left menu</target><context-group name="null"> 6122 <source>Toggle the left menu</source>
6123 <context-group name="null">
6116 <context context-type="linenumber">1</context> 6124 <context context-type="linenumber">1</context>
6117 </context-group> 6125 </context-group>
6118 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html"> 6126 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
@@ -7724,12 +7732,14 @@ When you will upload a video in this channel, the video support field will be au
7724 </context-group> 7732 </context-group>
7725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7726 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a"> 7734 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a">
7727 <source>To transcode</source><target>To transcode</target><context-group name="null"> 7735 <source>To transcode</source>
7736 <context-group name="null">
7728 <context context-type="linenumber">1</context> 7737 <context context-type="linenumber">1</context>
7729 </context-group> 7738 </context-group>
7730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7731 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 7740 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
7732 <source>To import</source><target>To import</target><context-group name="null"> 7741 <source>To import</source>
7742 <context-group name="null">
7733 <context context-type="linenumber">1</context> 7743 <context context-type="linenumber">1</context>
7734 </context-group> 7744 </context-group>
7735 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7745 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index 243d2418d..f3e8089d7 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index a936abd75..825d3d152 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -557,7 +557,8 @@
557 </context-group> 557 </context-group>
558 </trans-unit> 558 </trans-unit>
559 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081"> 559 <trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081">
560 <source>Unlisted</source><target>Unlisted</target><context-group name="null"> 560 <source>Unlisted</source>
561 <context-group name="null">
561 <context context-type="linenumber">6</context> 562 <context context-type="linenumber">6</context>
562 </context-group> 563 </context-group>
563 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index a495f0201..2953c9893 100644
--- a/client/src/locale/angular.sv-SE.xlf
+++ b/client/src/locale/angular.sv-SE.xlf
@@ -1303,40 +1303,46 @@
1303 <context-group name="null"> 1303 <context-group name="null">
1304 <context context-type="linenumber">3</context> 1304 <context context-type="linenumber">3</context>
1305 </context-group> 1305 </context-group>
1306 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1306 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1307 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1307 <source>CLI 1308 <source>CLI
1308 documentation</source><target state="new"/> 1309 documentation</source>
1309 <context-group purpose="location"> 1310 <target>Kommandotolk
1310 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1311 dokumentation</target>
1312 <context-group name="null">
1311 <context context-type="linenumber">12</context> 1313 <context context-type="linenumber">12</context>
1312 </context-group> 1314 </context-group>
1313 </trans-unit><trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html"> 1315 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit><trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html">
1314 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source><target state="new"/> 1316 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source><target state="new"/>
1315 <context-group purpose="location"> 1317 <context-group purpose="location">
1316 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1318 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1317 <context context-type="linenumber">15</context> 1319 <context context-type="linenumber">15</context>
1318 </context-group> 1320 </context-group>
1319 </trans-unit><trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1321 </trans-unit>
1322 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1320 <source>Administer 1323 <source>Administer
1321 documentation</source><target state="new"/> 1324 documentation</source>
1322 <context-group purpose="location"> 1325 <target>Administration
1323 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1326 dokumentation</target>
1327 <context-group name="null">
1324 <context context-type="linenumber">19</context> 1328 <context context-type="linenumber">19</context>
1325 </context-group> 1329 </context-group>
1326 </trans-unit><trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html"> 1330 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html">
1327 <source>Managing users, following other instances, dealing with spammers...</source><target state="new"/> 1331 <source>Managing users, following other instances, dealing with spammers...</source><target state="new"/>
1328 <context-group purpose="location"> 1332 <context-group purpose="location">
1329 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1333 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1330 <context context-type="linenumber">22</context> 1334 <context context-type="linenumber">22</context>
1331 </context-group> 1335 </context-group>
1332 </trans-unit><trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1336 </trans-unit>
1337 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1333 <source>Use 1338 <source>Use
1334 documentation</source><target state="new"/> 1339 documentation</source>
1335 <context-group purpose="location"> 1340 <target>Användning
1336 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1341 dokumentation</target>
1342 <context-group name="null">
1337 <context context-type="linenumber">26</context> 1343 <context context-type="linenumber">26</context>
1338 </context-group> 1344 </context-group>
1339 </trans-unit><trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html"> 1345 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit><trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html">
1340 <source>Setup your account, managing video playlists, discover third-party applications...</source><target state="new"/> 1346 <source>Setup your account, managing video playlists, discover third-party applications...</source><target state="new"/>
1341 <context-group purpose="location"> 1347 <context-group purpose="location">
1342 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1348 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1355,14 +1361,16 @@
1355 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1361 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1356 <context context-type="linenumber">44</context> 1362 <context context-type="linenumber">44</context>
1357 </context-group> 1363 </context-group>
1358 </trans-unit><trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1364 </trans-unit>
1365 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1359 <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>"/> 1366 <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>"/>
1360 </source><target state="new"/> 1367 </source>
1361 <context-group purpose="location"> 1368 <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>"/>
1362 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1369 </target>
1370 <context-group name="null">
1363 <context context-type="linenumber">47</context> 1371 <context context-type="linenumber">47</context>
1364 </context-group> 1372 </context-group>
1365 </trans-unit> 1373 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1366 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859"> 1374 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859">
1367 <source>It's time to configure your instance!</source> 1375 <source>It's time to configure your instance!</source>
1368 <target>Det är dags att konfigurera din instans!</target> 1376 <target>Det är dags att konfigurera din instans!</target>
@@ -3744,25 +3752,28 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3744 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3752 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3745 <context context-type="linenumber">348</context> 3753 <context context-type="linenumber">348</context>
3746 </context-group> 3754 </context-group>
3747 </trans-unit><trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf" datatype="html"> 3755 </trans-unit>
3748 <source>Automatically follow other instances that follow you</source><target state="new"/> 3756 <trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf">
3749 <context-group purpose="location"> 3757 <source>Automatically follow other instances that follow you</source>
3750 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3758 <target>Följ instanser som följer dig automatiskt</target>
3759 <context-group name="null">
3751 <context context-type="linenumber">357</context> 3760 <context context-type="linenumber">357</context>
3752 </context-group> 3761 </context-group>
3753 </trans-unit><trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847" datatype="html"> 3762 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
3754 <source>Automatically follow instance of the public index (below)</source><target state="new"/> 3763 <trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847">
3755 <context-group purpose="location"> 3764 <source>Automatically follow instance of the public index (below)</source>
3756 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3765 <target>Följ instanser i det publika indexet automatiskt (nedan)</target>
3766 <context-group name="null">
3757 <context context-type="linenumber">366</context> 3767 <context context-type="linenumber">366</context>
3758 </context-group> 3768 </context-group>
3759 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit>
3760 <source>Index URL</source><target state="new"/> 3770 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
3761 <context-group purpose="location"> 3771 <source>Index URL</source>
3762 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3772 <target>Index-URL</target>
3773 <context-group name="null">
3763 <context context-type="linenumber">371</context> 3774 <context context-type="linenumber">371</context>
3764 </context-group> 3775 </context-group>
3765 </trans-unit> 3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">371</context></context-group></trans-unit>
3766 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 3777 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
3767 <source>Administrator</source> 3778 <source>Administrator</source>
3768 <target>Administratör</target> 3779 <target>Administratör</target>
@@ -3893,7 +3904,8 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3893 <context-group name="null"> 3904 <context-group name="null">
3894 <context context-type="linenumber">486</context> 3905 <context context-type="linenumber">486</context>
3895 </context-group> 3906 </context-group>
3896 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html"> 3907 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit>
3908 <trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50">
3897 <source> 3909 <source>
3898 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3910 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3899 3911
@@ -3903,18 +3915,28 @@ Det verkar som du inte är på en HTTPS-server. Din webbserver behöver ha TLS a
3903 <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>"/> 3915 <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>"/>
3904 <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>"/> 3916 <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>"/>
3905 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 3917 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3906 </source><target state="new"/> 3918 </source>
3907 <context-group purpose="location"> 3919 <target>
3908 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3920 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kräver ffmpeg >= 4.1 och dubblerar lagringsmöjligheten för videor!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3921
3922 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Generera HLS-spellistor och fragmenterade MP4-filer för att få bättre uppspelning än med den nuvarande standardspelaren:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3923 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
3924 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Mjukare växling mellan upplösningar<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3925 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Snabbare uppspelning, särskilt för längre videor<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3926 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Stabilare uppspelning (färre buggar samt obegränsad buffring)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3927 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3928 </target>
3929 <context-group name="null">
3909 <context context-type="linenumber">501</context> 3930 <context context-type="linenumber">501</context>
3910 </context-group> 3931 </context-group>
3911 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 3932 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">501</context></context-group></trans-unit>
3912 <source>HLS support enabled</source><target state="new"/> 3933 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
3913 <context-group purpose="location"> 3934 <source>HLS support enabled</source>
3914 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3935 <target>HLS-stöd aktiverat</target>
3936 <context-group name="null">
3915 <context context-type="linenumber">498</context> 3937 <context context-type="linenumber">498</context>
3916 </context-group> 3938 </context-group>
3917 </trans-unit> 3939 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">498</context></context-group></trans-unit>
3918 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3940 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3919 <source>Transcoding threads</source> 3941 <source>Transcoding threads</source>
3920 <target>Omkodningstrådar</target> 3942 <target>Omkodningstrådar</target>
@@ -4869,23 +4891,29 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
4869 <context-group name="null"> 4891 <context-group name="null">
4870 <context context-type="linenumber">99</context> 4892 <context context-type="linenumber">99</context>
4871 </context-group> 4893 </context-group>
4872 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit><trans-unit id="5acca660f9a98180926e5d8ec36535bf91881667" datatype="html"> 4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
4895 <trans-unit id="5acca660f9a98180926e5d8ec36535bf91881667">
4873 <source> 4896 <source>
4874 What is PeerTube? 4897 What is PeerTube?
4875</source><target state="new"/> 4898</source>
4876 <context-group purpose="location"> 4899 <target>
4877 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4900 Vad är PeerTube?
4901</target>
4902 <context-group name="null">
4878 <context context-type="linenumber">1</context> 4903 <context context-type="linenumber">1</context>
4879 </context-group> 4904 </context-group>
4880 </trans-unit><trans-unit id="10b8a184a237225269db5a293abd64e1cbbd13a4" datatype="html"> 4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
4906 <trans-unit id="10b8a184a237225269db5a293abd64e1cbbd13a4">
4881 <source> 4907 <source>
4882 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4908 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.
4883 </source><target state="new"/> 4909 </source>
4884 <context-group purpose="location"> 4910 <target>
4885 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4911 PeerTube är en federerad (ActivityPub) videostreaming-plattform som använder P2P direkt i webbläsaren.
4912 </target>
4913 <context-group name="null">
4886 <context context-type="linenumber">8</context> 4914 <context context-type="linenumber">8</context>
4887 </context-group> 4915 </context-group>
4888 </trans-unit> 4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4889 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5"> 4917 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
4890 <source> 4918 <source>
4891 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4919 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
@@ -6886,19 +6914,21 @@ När du laddar upp en video i den här kanalen kommer supportfältet automatiskt
6886 <context-group name="null"> 6914 <context-group name="null">
6887 <context context-type="linenumber">1</context> 6915 <context context-type="linenumber">1</context>
6888 </context-group> 6916 </context-group>
6889 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html"> 6917 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6890 <source>Index URL is required.</source><target state="new"/> 6918 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111">
6891 <context-group purpose="location"> 6919 <source>Index URL is required.</source>
6892 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6920 <target>Index-URL måste anges.</target>
6921 <context-group name="null">
6893 <context context-type="linenumber">1</context> 6922 <context context-type="linenumber">1</context>
6894 </context-group> 6923 </context-group>
6895 </trans-unit><trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html"> 6924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6896 <source>Index URL should be a URL</source><target state="new"/> 6925 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36">
6897 <context-group purpose="location"> 6926 <source>Index URL should be a URL</source>
6898 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6927 <target>Index-URL måste vara en URL</target>
6928 <context-group name="null">
6899 <context context-type="linenumber">1</context> 6929 <context context-type="linenumber">1</context>
6900 </context-group> 6930 </context-group>
6901 </trans-unit> 6931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6902 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0"> 6932 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
6903 <source>Email is required.</source> 6933 <source>Email is required.</source>
6904 <target>E-postadress måste uppges.</target> 6934 <target>E-postadress måste uppges.</target>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index 74c418094..4596e2708 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -729,9 +729,8 @@
729 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8"> 729 <trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8">
730 <source> 730 <source>
731 Unsubscribe 731 Unsubscribe
732 </source><target> 732 </source>
733 Unsubscribe 733 <context-group name="null">
734 </target><context-group name="null">
735 <context context-type="linenumber">18</context> 734 <context context-type="linenumber">18</context>
736 </context-group> 735 </context-group>
737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="2f3f48994ece05cebb717c75ee0c39e871e3df91" datatype="html"> 736 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit><trans-unit id="2f3f48994ece05cebb717c75ee0c39e871e3df91" datatype="html">
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index 9cb1e08bb..6928fd9b6 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -200,12 +200,14 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <context-group name="null">
204 <context context-type="linenumber">71</context> 205 <context context-type="linenumber">71</context>
205 </context-group> 206 </context-group>
206 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 207 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
207 <trans-unit id="ngb.timepicker.AM"> 208 <trans-unit id="ngb.timepicker.AM">
208 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 209 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
210 <context-group name="null">
209 <context context-type="linenumber">72</context> 211 <context context-type="linenumber">72</context>
210 </context-group> 212 </context-group>
211 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 213 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 64464f44c..700043868 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -116,7 +116,8 @@
116 </context-group> 116 </context-group>
117 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit> 117 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context><context context-type="linenumber">6</context></context-group></trans-unit>
118 <trans-unit id="ngb.timepicker.increment-hours"> 118 <trans-unit id="ngb.timepicker.increment-hours">
119 <source>Increment hours</source><target>Increment hours</target><context-group name="null"> 119 <source>Increment hours</source>
120 <context-group name="null">
120 <context context-type="linenumber">9</context> 121 <context context-type="linenumber">9</context>
121 </context-group> 122 </context-group>
122 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="ngb.timepicker.HH" datatype="html"> 123 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">9</context></context-group></trans-unit><trans-unit id="ngb.timepicker.HH" datatype="html">
@@ -141,7 +142,8 @@
141 </context-group> 142 </context-group>
142 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">21</context></context-group></trans-unit> 143 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">21</context></context-group></trans-unit>
143 <trans-unit id="ngb.timepicker.increment-minutes"> 144 <trans-unit id="ngb.timepicker.increment-minutes">
144 <source>Increment minutes</source><target>Increment minutes</target><context-group name="null"> 145 <source>Increment minutes</source>
146 <context-group name="null">
145 <context context-type="linenumber">30</context> 147 <context context-type="linenumber">30</context>
146 </context-group> 148 </context-group>
147 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html"> 149 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html">
@@ -159,12 +161,14 @@
159 </context-group> 161 </context-group>
160 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group></trans-unit> 162 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">35</context></context-group></trans-unit>
161 <trans-unit id="ngb.timepicker.decrement-minutes"> 163 <trans-unit id="ngb.timepicker.decrement-minutes">
162 <source>Decrement minutes</source><target>Decrement minutes</target><context-group name="null"> 164 <source>Decrement minutes</source>
165 <context-group name="null">
163 <context context-type="linenumber">42</context> 166 <context context-type="linenumber">42</context>
164 </context-group> 167 </context-group>
165 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">42</context></context-group></trans-unit> 168 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">42</context></context-group></trans-unit>
166 <trans-unit id="ngb.timepicker.increment-seconds"> 169 <trans-unit id="ngb.timepicker.increment-seconds">
167 <source>Increment seconds</source><target>Increment seconds</target><context-group name="null"> 170 <source>Increment seconds</source>
171 <context-group name="null">
168 <context context-type="linenumber">51</context> 172 <context context-type="linenumber">51</context>
169 </context-group> 173 </context-group>
170 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html"> 174 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">51</context></context-group></trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html">
@@ -182,17 +186,20 @@
182 </context-group> 186 </context-group>
183 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">56</context></context-group></trans-unit> 187 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">56</context></context-group></trans-unit>
184 <trans-unit id="ngb.timepicker.decrement-seconds"> 188 <trans-unit id="ngb.timepicker.decrement-seconds">
185 <source>Decrement seconds</source><target>Decrement seconds</target><context-group name="null"> 189 <source>Decrement seconds</source>
190 <context-group name="null">
186 <context context-type="linenumber">63</context> 191 <context context-type="linenumber">63</context>
187 </context-group> 192 </context-group>
188 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 193 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
189 <trans-unit id="ngb.timepicker.PM"> 194 <trans-unit id="ngb.timepicker.PM">
190 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target><context-group name="null"> 195 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
196 <context-group name="null">
191 <context context-type="linenumber">71</context> 197 <context context-type="linenumber">71</context>
192 </context-group> 198 </context-group>
193 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 199 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
194 <trans-unit id="ngb.timepicker.AM"> 200 <trans-unit id="ngb.timepicker.AM">
195 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target><context-group name="null"> 201 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
202 <context-group name="null">
196 <context context-type="linenumber">72</context> 203 <context context-type="linenumber">72</context>
197 </context-group> 204 </context-group>
198 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html"> 205 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">72</context></context-group></trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
@@ -784,7 +791,8 @@
784 </context-group> 791 </context-group>
785 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">219</context></context-group><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">41</context></context-group><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">63</context></context-group><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">63</context></context-group></trans-unit> 792 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">5</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">219</context></context-group><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">41</context></context-group><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">63</context></context-group><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">63</context></context-group></trans-unit>
786 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d"> 793 <trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d">
787 <source>Truncated preview</source><target>Truncated preview</target><context-group name="null"> 794 <source>Truncated preview</source>
795 <context-group name="null">
788 <context context-type="linenumber">9</context> 796 <context context-type="linenumber">9</context>
789 </context-group> 797 </context-group>
790 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 798 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
@@ -844,7 +852,8 @@
844 </context-group> 852 </context-group>
845 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 853 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
846 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0"> 854 <trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0">
847 <source>Subscribe with your local account</source><target>Subscribe with your local account</target><context-group name="null"> 855 <source>Subscribe with your local account</source>
856 <context-group name="null">
848 <context context-type="linenumber">40</context> 857 <context context-type="linenumber">40</context>
849 </context-group> 858 </context-group>
850 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit><trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed" datatype="html"> 859 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit><trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed" datatype="html">
@@ -935,9 +944,8 @@
935 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 944 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
936 <source> 945 <source>
937 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>"/> 946 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>"/>
938 </source><target> 947 </source>
939 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>"/> 948 <context-group name="null">
940 </target><context-group name="null">
941 <context context-type="linenumber">53</context> 949 <context context-type="linenumber">53</context>
942 </context-group> 950 </context-group>
943 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html"> 951 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index ef24d5ed6..48204dbdf 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -7616,7 +7616,8 @@ When you will upload a video in this channel, the video support field will be au
7616 </context-group> 7616 </context-group>
7617 </trans-unit> 7617 </trans-unit>
7618 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392"> 7618 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392">
7619 <source>To import</source><target>To import</target><context-group name="null"> 7619 <source>To import</source>
7620 <context-group name="null">
7620 <context context-type="linenumber">1</context> 7621 <context context-type="linenumber">1</context>
7621 </context-group> 7622 </context-group>
7622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7623 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index b52e942d3..d77c83307 100644
--- a/client/src/locale/angular.zh-Hant-TW.xlf
+++ b/client/src/locale/angular.zh-Hant-TW.xlf
@@ -1301,66 +1301,78 @@
1301 <context-group name="null"> 1301 <context-group name="null">
1302 <context context-type="linenumber">3</context> 1302 <context context-type="linenumber">3</context>
1303 </context-group> 1303 </context-group>
1304 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1304 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1305 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1305 <source>CLI 1306 <source>CLI
1306 documentation</source><target state="new"/> 1307 documentation</source>
1307 <context-group purpose="location"> 1308 <target>CLI
1308 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1309 文件</target>
1310 <context-group name="null">
1309 <context context-type="linenumber">12</context> 1311 <context context-type="linenumber">12</context>
1310 </context-group> 1312 </context-group>
1311 </trans-unit><trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html"> 1313 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
1312 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source><target state="new"/> 1314 <trans-unit id="65462878ca6d04c826906432816a3df3e048ac87">
1313 <context-group purpose="location"> 1315 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source>
1314 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1316 <target>上傳或匯入影片、解析紀錄檔、修整儲存目錄、重設使用者密碼……</target>
1317 <context-group name="null">
1315 <context context-type="linenumber">15</context> 1318 <context context-type="linenumber">15</context>
1316 </context-group> 1319 </context-group>
1317 </trans-unit><trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1320 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
1321 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1318 <source>Administer 1322 <source>Administer
1319 documentation</source><target state="new"/> 1323 documentation</source>
1320 <context-group purpose="location"> 1324 <target>管理員
1321 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1325 文件</target>
1326 <context-group name="null">
1322 <context context-type="linenumber">19</context> 1327 <context context-type="linenumber">19</context>
1323 </context-group> 1328 </context-group>
1324 </trans-unit><trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html"> 1329 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1325 <source>Managing users, following other instances, dealing with spammers...</source><target state="new"/> 1330 <trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e">
1326 <context-group purpose="location"> 1331 <source>Managing users, following other instances, dealing with spammers...</source>
1327 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1332 <target>管理使用者、追蹤其他站臺、處理垃圾訊息……</target>
1333 <context-group name="null">
1328 <context context-type="linenumber">22</context> 1334 <context context-type="linenumber">22</context>
1329 </context-group> 1335 </context-group>
1330 </trans-unit><trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1336 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
1337 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1331 <source>Use 1338 <source>Use
1332 documentation</source><target state="new"/> 1339 documentation</source>
1333 <context-group purpose="location"> 1340 <target>使用
1334 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1341 文件</target>
1342 <context-group name="null">
1335 <context context-type="linenumber">26</context> 1343 <context context-type="linenumber">26</context>
1336 </context-group> 1344 </context-group>
1337 </trans-unit><trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html"> 1345 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
1338 <source>Setup your account, managing video playlists, discover third-party applications...</source><target state="new"/> 1346 <trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444">
1339 <context-group purpose="location"> 1347 <source>Setup your account, managing video playlists, discover third-party applications...</source>
1340 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1348 <target>設定您的帳號、管理影片播放清單、探索第三方應用程式……</target>
1349 <context-group name="null">
1341 <context context-type="linenumber">29</context> 1350 <context context-type="linenumber">29</context>
1342 </context-group> 1351 </context-group>
1343 </trans-unit> 1352 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
1344 <trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e"> 1353 <trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e">
1345 <source>Useful links</source> 1354 <source>Useful links</source>
1346 <target>實用連結</target> 1355 <target>實用連結</target>
1347 <context-group name="null"> 1356 <context-group name="null">
1348 <context context-type="linenumber">41</context> 1357 <context context-type="linenumber">41</context>
1349 </context-group> 1358 </context-group>
1350 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit><trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1359 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
1351 <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><target state="new"/> 1360 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1352 <context-group purpose="location"> 1361 <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>
1353 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1362 <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>
1363 <context-group name="null">
1354 <context context-type="linenumber">44</context> 1364 <context context-type="linenumber">44</context>
1355 </context-group> 1365 </context-group>
1356 </trans-unit><trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1366 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1367 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1357 <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>"/> 1368 <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>"/>
1358 </source><target state="new"/> 1369 </source>
1359 <context-group purpose="location"> 1370 <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>"/>
1360 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1371 </target>
1372 <context-group name="null">
1361 <context context-type="linenumber">47</context> 1373 <context context-type="linenumber">47</context>
1362 </context-group> 1374 </context-group>
1363 </trans-unit> 1375 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
1364 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859"> 1376 <trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859">
1365 <source>It's time to configure your instance!</source> 1377 <source>It's time to configure your instance!</source>
1366 <target>是時候設定您的站臺了!</target> 1378 <target>是時候設定您的站臺了!</target>
@@ -1401,87 +1413,102 @@
1401 <context-group name="null"> 1413 <context-group name="null">
1402 <context context-type="linenumber">67</context> 1414 <context context-type="linenumber">67</context>
1403 </context-group> 1415 </context-group>
1404 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit><trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html"> 1416 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit>
1405 <source>Remind me later</source><target state="new"/> 1417 <trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd">
1406 <context-group purpose="location"> 1418 <source>Remind me later</source>
1407 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1419 <target>稍後提醒我</target>
1420 <context-group name="null">
1408 <context context-type="linenumber">79</context> 1421 <context context-type="linenumber">79</context>
1409 </context-group> 1422 </context-group>
1410 </trans-unit><trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html"> 1423 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
1424 <trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c">
1411 <source> 1425 <source>
1412 Configure my instance 1426 Configure my instance
1413 </source><target state="new"/> 1427 </source>
1414 <context-group purpose="location"> 1428 <target>
1415 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1429 設定我的站臺
1430 </target>
1431 <context-group name="null">
1416 <context context-type="linenumber">82</context> 1432 <context context-type="linenumber">82</context>
1417 </context-group> 1433 </context-group>
1418 </trans-unit><trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html"> 1434 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
1419 <source>Configuration warning!</source><target state="new"/> 1435 <trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98">
1420 <context-group purpose="location"> 1436 <source>Configuration warning!</source>
1421 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1437 <target>設定警告!</target>
1438 <context-group name="null">
1422 <context context-type="linenumber">3</context> 1439 <context context-type="linenumber">3</context>
1423 </context-group> 1440 </context-group>
1424 </trans-unit><trans-unit id="120796abeaabea4067c1cd739194cb6c86252155" datatype="html"> 1441 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
1425 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source><target state="new"/> 1442 <trans-unit id="120796abeaabea4067c1cd739194cb6c86252155">
1426 <context-group purpose="location"> 1443 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source>
1427 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1444 <target>親愛的管理員你好。你在您的站臺上啟用了使用者註冊但您並未設定以下欄位:</target>
1445 <context-group name="null">
1428 <context context-type="linenumber">10</context> 1446 <context context-type="linenumber">10</context>
1429 </context-group> 1447 </context-group>
1430 </trans-unit><trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936" datatype="html"> 1448 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
1431 <source>Instance name</source><target state="new"/> 1449 <trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936">
1432 <context-group purpose="location"> 1450 <source>Instance name</source>
1433 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1451 <target>站臺名稱</target>
1452 <context-group name="null">
1434 <context context-type="linenumber">13</context> 1453 <context context-type="linenumber">13</context>
1435 </context-group> 1454 </context-group>
1436 </trans-unit><trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a" datatype="html"> 1455 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
1437 <source>Instance short description</source><target state="new"/> 1456 <trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a">
1438 <context-group purpose="location"> 1457 <source>Instance short description</source>
1439 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1458 <target>站臺簡短描述</target>
1459 <context-group name="null">
1440 <context context-type="linenumber">14</context> 1460 <context context-type="linenumber">14</context>
1441 </context-group> 1461 </context-group>
1442 </trans-unit><trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5" datatype="html"> 1462 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit>
1443 <source>Who you are</source><target state="new"/> 1463 <trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5">
1444 <context-group purpose="location"> 1464 <source>Who you are</source>
1445 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1465 <target>你是誰</target>
1466 <context-group name="null">
1446 <context context-type="linenumber">16</context> 1467 <context context-type="linenumber">16</context>
1447 </context-group> 1468 </context-group>
1448 </trans-unit><trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a" datatype="html"> 1469 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
1449 <source>How long you plan to maintain your instance</source><target state="new"/> 1470 <trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a">
1450 <context-group purpose="location"> 1471 <source>How long you plan to maintain your instance</source>
1451 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1472 <target>你計畫維護此站臺多久</target>
1473 <context-group name="null">
1452 <context context-type="linenumber">17</context> 1474 <context context-type="linenumber">17</context>
1453 </context-group> 1475 </context-group>
1454 </trans-unit><trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a" datatype="html"> 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1455 <source>How you plan to pay your instance</source><target state="new"/> 1477 <trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a">
1456 <context-group purpose="location"> 1478 <source>How you plan to pay your instance</source>
1457 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1479 <target>你計畫如何支付站臺的費用</target>
1480 <context-group name="null">
1458 <context context-type="linenumber">18</context> 1481 <context context-type="linenumber">18</context>
1459 </context-group> 1482 </context-group>
1460 </trans-unit><trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473" datatype="html"> 1483 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">18</context></context-group></trans-unit>
1461 <source>How you will moderate your instance</source><target state="new"/> 1484 <trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473">
1462 <context-group purpose="location"> 1485 <source>How you will moderate your instance</source>
1463 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1486 <target>你會如何管理你的站臺</target>
1487 <context-group name="null">
1464 <context context-type="linenumber">20</context> 1488 <context context-type="linenumber">20</context>
1465 </context-group> 1489 </context-group>
1466 </trans-unit><trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c" datatype="html"> 1490 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
1467 <source>Instance terms</source><target state="new"/> 1491 <trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c">
1468 <context-group purpose="location"> 1492 <source>Instance terms</source>
1469 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1493 <target>站臺條款</target>
1494 <context-group name="null">
1470 <context context-type="linenumber">21</context> 1495 <context context-type="linenumber">21</context>
1471 </context-group> 1496 </context-group>
1472 </trans-unit><trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1497 <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></trans-unit>
1473 <source>Configure these fields</source><target state="new"/> 1498 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec">
1474 <context-group purpose="location"> 1499 <source>Configure these fields</source>
1475 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1500 <target>設定這些欄位</target>
1501 <context-group name="null">
1476 <context context-type="linenumber">30</context> 1502 <context context-type="linenumber">30</context>
1477 </context-group> 1503 </context-group>
1478 </trans-unit><trans-unit id="7d438f72f9985c4d06ed4fe80c90afc2e1df34d2" datatype="html"> 1504 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1479 <source>Don't show me this warning anymore</source><target state="new"/> 1505 <trans-unit id="7d438f72f9985c4d06ed4fe80c90afc2e1df34d2">
1480 <context-group purpose="location"> 1506 <source>Don't show me this warning anymore</source>
1481 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1507 <target>不要再對我顯示這些警告</target>
1508 <context-group name="null">
1482 <context context-type="linenumber">38</context> 1509 <context context-type="linenumber">38</context>
1483 </context-group> 1510 </context-group>
1484 </trans-unit> 1511 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit>
1485 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8"> 1512 <trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8">
1486 <source>Close</source> 1513 <source>Close</source>
1487 <target>關閉</target> 1514 <target>關閉</target>
@@ -1583,13 +1610,14 @@
1583 <context-group name="null"> 1610 <context-group name="null">
1584 <context context-type="linenumber">71</context> 1611 <context context-type="linenumber">71</context>
1585 </context-group> 1612 </context-group>
1586 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html"> 1613 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
1587 <source>Most liked</source><target state="new"/> 1614 <trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac">
1588 <context-group purpose="location"> 1615 <source>Most liked</source>
1589 <context context-type="sourcefile">src/app/menu/menu.component.html</context> 1616 <target>最喜歡的</target>
1617 <context-group name="null">
1590 <context context-type="linenumber">76</context> 1618 <context context-type="linenumber">76</context>
1591 </context-group> 1619 </context-group>
1592 </trans-unit> 1620 <context-group purpose="location"><context context-type="sourcefile">src/app/menu/menu.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
1593 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1"> 1621 <trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1">
1594 <source>Recently added</source> 1622 <source>Recently added</source>
1595 <target>最近新增</target> 1623 <target>最近新增</target>
@@ -1835,16 +1863,20 @@
1835 <context-group name="null"> 1863 <context-group name="null">
1836 <context context-type="linenumber">191</context> 1864 <context context-type="linenumber">191</context>
1837 </context-group> 1865 </context-group>
1838 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="e6c5724e60577560cba12daa669979fe820429c1" datatype="html"> 1866 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit>
1867 <trans-unit id="e6c5724e60577560cba12daa669979fe820429c1">
1839 <source> 1868 <source>
1840 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1869 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1841 Press Enter to add a new tag. 1870 Press Enter to add a new tag.
1842 </source><target state="new"/> 1871 </source>
1843 <context-group purpose="location"> 1872 <target>
1844 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 1873 標籤可用於建議相關影片。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1874 按下 Enter 以加入新的標籤。
1875 </target>
1876 <context-group name="null">
1845 <context context-type="linenumber">21</context> 1877 <context context-type="linenumber">21</context>
1846 </context-group> 1878 </context-group>
1847 </trans-unit> 1879 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
1848 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 1880 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
1849 <source>+ Tag</source> 1881 <source>+ Tag</source>
1850 <target>+ 標籤</target> 1882 <target>+ 標籤</target>
@@ -1865,15 +1897,18 @@
1865 <context-group name="null"> 1897 <context-group name="null">
1866 <context context-type="linenumber">55</context> 1898 <context context-type="linenumber">55</context>
1867 </context-group> 1899 </context-group>
1868 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.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-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group><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">39</context></context-group><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">39</context></context-group><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">20</context></context-group><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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html"> 1900 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">36</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.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-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">17</context></context-group><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">39</context></context-group><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">39</context></context-group><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">20</context></context-group><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">20</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">3</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">4</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit>
1901 <trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf">
1869 <source> 1902 <source>
1870 Video descriptions are truncated by default and require manual action to expand them. 1903 Video descriptions are truncated by default and require manual action to expand them.
1871 </source><target state="new"/> 1904 </source>
1872 <context-group purpose="location"> 1905 <target>
1873 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 1906 影片描述在預設情況下會被截斷,必須手動操作才能將其延展到原本的樣子。
1907 </target>
1908 <context-group name="null">
1874 <context context-type="linenumber">40</context> 1909 <context context-type="linenumber">40</context>
1875 </context-group> 1910 </context-group>
1876 </trans-unit> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit>
1877 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071"> 1912 <trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071">
1878 <source>Channel</source> 1913 <source>Channel</source>
1879 <target>頻道</target> 1914 <target>頻道</target>
@@ -2059,17 +2094,22 @@
2059 <context-group name="null"> 2094 <context-group name="null">
2060 <context context-type="linenumber">10</context> 2095 <context context-type="linenumber">10</context>
2061 </context-group> 2096 </context-group>
2062 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</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">10</context></context-group></trans-unit><trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2097 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</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">10</context></context-group></trans-unit>
2098 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2063 <source> 2099 <source>
2064 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>"/> 2100 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>"/>
2065 or URL that points to a raw MP4 file. 2101 or URL that points to a raw MP4 file.
2066 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. 2102 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.
2067 </source><target state="new"/> 2103 </source>
2068 <context-group purpose="location"> 2104 <target>
2069 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2105 您可以匯入任何 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>"/>
2106 或指向原始 MP4 檔案的 URL。
2107 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的站臺惹上法律問題。
2108 </target>
2109 <context-group name="null">
2070 <context context-type="linenumber">10</context> 2110 <context context-type="linenumber">10</context>
2071 </context-group> 2111 </context-group>
2072 </trans-unit> 2112 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
2073 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7"> 2113 <trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7">
2074 <source>Sorry, but something went wrong</source> 2114 <source>Sorry, but something went wrong</source>
2075 <target>抱歉,不過好像有什麼東西出錯了</target> 2115 <target>抱歉,不過好像有什麼東西出錯了</target>
@@ -2174,16 +2214,20 @@
2174 <context-group name="null"> 2214 <context-group name="null">
2175 <context context-type="linenumber">14</context> 2215 <context context-type="linenumber">14</context>
2176 </context-group> 2216 </context-group>
2177 <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">14</context></context-group></trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2217 <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">14</context></context-group></trans-unit>
2218 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2178 <source> 2219 <source>
2179 You can import any torrent file that points to a mp4 file. 2220 You can import any torrent file that points to a mp4 file.
2180 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. 2221 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.
2181 </source><target state="new"/> 2222 </source>
2182 <context-group purpose="location"> 2223 <target>
2183 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context> 2224 您可以匯入任何指向 mp4 檔案的 torrent 檔案。
2225 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的站臺惹上法慮問題。
2226 </target>
2227 <context-group name="null">
2184 <context context-type="linenumber">17</context> 2228 <context context-type="linenumber">17</context>
2185 </context-group> 2229 </context-group>
2186 </trans-unit> 2230 <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">17</context></context-group></trans-unit>
2187 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266"> 2231 <trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266">
2188 <source> 2232 <source>
2189 Congratulations, the video will be imported with BitTorrent! You can already add information about this video. 2233 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
@@ -2238,15 +2282,18 @@
2238 <context-group name="null"> 2282 <context-group name="null">
2239 <context context-type="linenumber">2</context> 2283 <context context-type="linenumber">2</context>
2240 </context-group> 2284 </context-group>
2241 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit><trans-unit id="7e933f8c4dce85002cbc0ce7ad804a32d83664da" datatype="html"> 2285 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
2286 <trans-unit id="7e933f8c4dce85002cbc0ce7ad804a32d83664da">
2242 <source> 2287 <source>
2243 Other videos 2288 Other videos
2244 </source><target state="new"/> 2289 </source>
2245 <context-group purpose="location"> 2290 <target>
2246 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context> 2291 其他影片
2292 </target>
2293 <context-group name="null">
2247 <context context-type="linenumber">3</context> 2294 <context context-type="linenumber">3</context>
2248 </context-group> 2295 </context-group>
2249 </trans-unit> 2296 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
2250 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9"> 2297 <trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9">
2251 <source>Share</source> 2298 <source>Share</source>
2252 <target>分享</target> 2299 <target>分享</target>
@@ -2396,23 +2443,29 @@
2396 <context-group name="null"> 2443 <context-group name="null">
2397 <context context-type="linenumber">32</context> 2444 <context context-type="linenumber">32</context>
2398 </context-group> 2445 </context-group>
2399 <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></trans-unit><trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26" datatype="html"> 2446 <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></trans-unit>
2447 <trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26">
2400 <source> 2448 <source>
2401 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>"/> 2449 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>"/>
2402 </source><target state="new"/> 2450 </source>
2403 <context-group purpose="location"> 2451 <target>
2404 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2452 已發佈 <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>"/>
2453 </target>
2454 <context-group name="null">
2405 <context context-type="linenumber">44</context> 2455 <context context-type="linenumber">44</context>
2406 </context-group> 2456 </context-group>
2407 </trans-unit><trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed" datatype="html"> 2457 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2458 <trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed">
2408 <source> 2459 <source>
2409 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>"/> 2460 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>"/>
2410 </source><target state="new"/> 2461 </source>
2411 <context-group purpose="location"> 2462 <target>
2412 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2463 已發佈 <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>"/>
2464 </target>
2465 <context-group name="null">
2413 <context context-type="linenumber">53</context> 2466 <context context-type="linenumber">53</context>
2414 </context-group> 2467 </context-group>
2415 </trans-unit> 2468 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit>
2416 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced"> 2469 <trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced">
2417 <source>Like this video</source> 2470 <source>Like this video</source>
2418 <target>喜歡此影片</target> 2471 <target>喜歡此影片</target>
@@ -2590,17 +2643,21 @@
2590 <context-group name="null"> 2643 <context-group name="null">
2591 <context context-type="linenumber">35</context> 2644 <context context-type="linenumber">35</context>
2592 </context-group> 2645 </context-group>
2593 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit><trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html"> 2646 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">35</context></context-group></trans-unit>
2647 <trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a">
2594 <source> 2648 <source>
2595 Otherwise, you can comment using an account on any ActivityPub-compatible instance. 2649 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2596 On most platforms, you can find the video by typing its URL in the search bar and then comment it 2650 On most platforms, you can find the video by typing its URL in the search bar and then comment it
2597 from within the software's interface. 2651 from within the software's interface.
2598 </source><target state="new"/> 2652 </source>
2599 <context-group purpose="location"> 2653 <target>
2600 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 2654 否則您可以使用任何相容於 ActivityPub 站臺的帳號留言。
2655 在大多數的平臺上,您可以在其軟體介面的搜尋列中輸入其 URL 來找到影片並留言。
2656 </target>
2657 <context-group name="null">
2601 <context context-type="linenumber">36</context> 2658 <context context-type="linenumber">36</context>
2602 </context-group> 2659 </context-group>
2603 </trans-unit> 2660 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit>
2604 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb"> 2661 <trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb">
2605 <source> 2662 <source>
2606 If you have an account on Mastodon or Pleroma, you can open it directly in their interface: 2663 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
@@ -3364,62 +3421,73 @@
3364 <context-group name="null"> 3421 <context-group name="null">
3365 <context context-type="linenumber">22</context> 3422 <context context-type="linenumber">22</context>
3366 </context-group> 3423 </context-group>
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit><trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html"> 3424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
3368 <source>Main instance categories</source><target state="new"/> 3425 <trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92">
3369 <context-group purpose="location"> 3426 <source>Main instance categories</source>
3370 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3427 <target>主要站臺分類</target>
3428 <context-group name="null">
3371 <context context-type="linenumber">40</context> 3429 <context context-type="linenumber">40</context>
3372 </context-group> 3430 </context-group>
3373 </trans-unit> 3431 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit>
3374 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03"> 3432 <trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03">
3375 <source>No results found</source> 3433 <source>No results found</source>
3376 <target>找不到結果</target> 3434 <target>找不到結果</target>
3377 <context-group name="null"> 3435 <context-group name="null">
3378 <context context-type="linenumber">33</context> 3436 <context context-type="linenumber">33</context>
3379 </context-group> 3437 </context-group>
3380 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">58</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">33</context></context-group></trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html"> 3438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">46</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">58</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">33</context></context-group></trans-unit>
3381 <source>Main languages you/your moderators speak</source><target state="new"/> 3439 <trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629">
3382 <context-group purpose="location"> 3440 <source>Main languages you/your moderators speak</source>
3383 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3441 <target>您/您的管理員主要說的語言</target>
3442 <context-group name="null">
3384 <context context-type="linenumber">52</context> 3443 <context context-type="linenumber">52</context>
3385 </context-group> 3444 </context-group>
3386 </trans-unit><trans-unit id="cfcb1f4a6a536c158bfea40f6714618c8504ecb7" datatype="html"> 3445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">52</context></context-group></trans-unit>
3387 <source>Moderation &amp; NSFW</source><target state="new"/> 3446 <trans-unit id="cfcb1f4a6a536c158bfea40f6714618c8504ecb7">
3388 <context-group purpose="location"> 3447 <source>Moderation &amp; NSFW</source>
3389 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3448 <target>審核與 NSFW</target>
3449 <context-group name="null">
3390 <context context-type="linenumber">63</context> 3450 <context context-type="linenumber">63</context>
3391 </context-group> 3451 </context-group>
3392 </trans-unit><trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 3452 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit>
3393 <source>This instance is dedicated to sensitive or NSFW content</source><target state="new"/> 3453 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
3394 <context-group purpose="location"> 3454 <source>This instance is dedicated to sensitive or NSFW content</source>
3395 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3455 <target>本站臺為敏感與 NSFW 內容專用</target>
3456 <context-group name="null">
3396 <context context-type="linenumber">68</context> 3457 <context context-type="linenumber">68</context>
3397 </context-group> 3458 </context-group>
3398 </trans-unit><trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 3459 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">68</context></context-group></trans-unit>
3460 <trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c">
3399 <source> 3461 <source>
3400 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/>"/> 3462 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/>"/>
3401 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 3463 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3402 </source><target state="new"/> 3464 </source>
3403 <context-group purpose="location"> 3465 <target>
3404 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3466 啟用它會讓其他管理員知道您的站臺主要是託管敏感內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3467 此外,預設將會勾選影片上傳過程中的 NSFW 勾選框。
3468 </target>
3469 <context-group name="null">
3405 <context context-type="linenumber">72</context> 3470 <context context-type="linenumber">72</context>
3406 </context-group> 3471 </context-group>
3407 </trans-unit> 3472 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">72</context></context-group></trans-unit>
3408 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 3473 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
3409 <source>Policy on videos containing sensitive content</source> 3474 <source>Policy on videos containing sensitive content</source>
3410 <target>包含敏感內容的影片政策</target> 3475 <target>包含敏感內容的影片政策</target>
3411 <context-group name="null"> 3476 <context-group name="null">
3412 <context context-type="linenumber">81</context> 3477 <context context-type="linenumber">81</context>
3413 </context-group> 3478 </context-group>
3414 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 3479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">81</context></context-group></trans-unit>
3480 <trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc">
3415 <source> 3481 <source>
3416 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. 3482 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.
3417 </source><target state="new"/> 3483 </source>
3418 <context-group purpose="location"> 3484 <target>
3419 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3485 帶有<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>"/>,觀看影片時必須經過確認。
3486 </target>
3487 <context-group name="null">
3420 <context context-type="linenumber">85</context> 3488 <context context-type="linenumber">85</context>
3421 </context-group> 3489 </context-group>
3422 </trans-unit> 3490 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">85</context></context-group></trans-unit>
3423 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 3491 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
3424 <source>Do not list</source> 3492 <source>Do not list</source>
3425 <target>不要置於清單中</target> 3493 <target>不要置於清單中</target>
@@ -3447,89 +3515,84 @@
3447 <context-group name="null"> 3515 <context-group name="null">
3448 <context context-type="linenumber">88</context> 3516 <context context-type="linenumber">88</context>
3449 </context-group> 3517 </context-group>
3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html"> 3518 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">102</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">77</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">88</context></context-group></trans-unit>
3451 <source>Code of conduct</source><target state="new"/> 3519 <trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b">
3452 <context-group purpose="location"> 3520 <source>Code of conduct</source>
3453 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3521 <target>行為守則</target>
3454 <context context-type="linenumber">111</context> 3522 <context-group name="null">
3455 </context-group>
3456 <context-group purpose="location">
3457 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3458 <context context-type="linenumber">71</context>
3459 </context-group>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3462 <context context-type="linenumber">82</context> 3523 <context context-type="linenumber">82</context>
3463 </context-group> 3524 </context-group>
3464 </trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html"> 3525 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">111</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">71</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
3465 <source>Moderation information</source><target state="new"/> 3526 <trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878">
3466 <context-group purpose="location"> 3527 <source>Moderation information</source>
3467 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3528 <target>管理資訊</target>
3468 <context context-type="linenumber">120</context> 3529 <context-group name="null">
3469 </context-group>
3470 <context-group purpose="location">
3471 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3472 <context context-type="linenumber">65</context>
3473 </context-group>
3474 <context-group purpose="location">
3475 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3476 <context context-type="linenumber">76</context> 3530 <context context-type="linenumber">76</context>
3477 </context-group> 3531 </context-group>
3478 </trans-unit><trans-unit id="d678ce061bead229fd9526bae0029b6567f2a279" datatype="html"> 3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">120</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">65</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
3479 <source>You and your instance</source><target state="new"/> 3533 <trans-unit id="d678ce061bead229fd9526bae0029b6567f2a279">
3480 <context-group purpose="location"> 3534 <source>You and your instance</source>
3481 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3535 <target>您與您的站臺</target>
3536 <context-group name="null">
3482 <context context-type="linenumber">130</context> 3537 <context context-type="linenumber">130</context>
3483 </context-group> 3538 </context-group>
3484 </trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html"> 3539 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">130</context></context-group></trans-unit>
3485 <source>Who is behind the instance?</source><target state="new"/> 3540 <trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063">
3486 <context-group purpose="location"> 3541 <source>Who is behind the instance?</source>
3487 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3542 <target>誰在管理站臺</target>
3543 <context-group name="null">
3488 <context context-type="linenumber">133</context> 3544 <context context-type="linenumber">133</context>
3489 </context-group> 3545 </context-group>
3490 </trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html"> 3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">133</context></context-group></trans-unit>
3491 <source>Why did you create this instance?</source><target state="new"/> 3547 <trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5">
3492 <context-group purpose="location"> 3548 <source>Why did you create this instance?</source>
3493 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3549 <target>為什麼您要建立此站臺?</target>
3550 <context-group name="null">
3494 <context context-type="linenumber">145</context> 3551 <context context-type="linenumber">145</context>
3495 </context-group> 3552 </context-group>
3496 </trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html"> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">145</context></context-group></trans-unit>
3497 <source>How long do you plan to maintain this instance?</source><target state="new"/> 3554 <trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6">
3498 <context-group purpose="location"> 3555 <source>How long do you plan to maintain this instance?</source>
3499 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3556 <target>您打算維護此站臺多久?</target>
3557 <context-group name="null">
3500 <context context-type="linenumber">156</context> 3558 <context context-type="linenumber">156</context>
3501 </context-group> 3559 </context-group>
3502 </trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html"> 3560 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">156</context></context-group></trans-unit>
3503 <source>How will you finance the PeerTube server?</source><target state="new"/> 3561 <trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d">
3504 <context-group purpose="location"> 3562 <source>How will you finance the PeerTube server?</source>
3505 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3563 <target>您對 PeerTube 伺服器有何財務規劃?</target>
3564 <context-group name="null">
3506 <context context-type="linenumber">167</context> 3565 <context context-type="linenumber">167</context>
3507 </context-group> 3566 </context-group>
3508 </trans-unit><trans-unit id="34c4e700f4ef721fe991fc4f383bc75fa9b77885" datatype="html"> 3567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">167</context></context-group></trans-unit>
3509 <source>Other information</source><target state="new"/> 3568 <trans-unit id="34c4e700f4ef721fe991fc4f383bc75fa9b77885">
3510 <context-group purpose="location"> 3569 <source>Other information</source>
3511 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3570 <target>其他資訊</target>
3571 <context-group name="null">
3512 <context context-type="linenumber">177</context> 3572 <context context-type="linenumber">177</context>
3513 </context-group> 3573 </context-group>
3514 </trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html"> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">177</context></context-group></trans-unit>
3515 <source>What server/hardware does the instance run on?</source><target state="new"/> 3575 <trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d">
3516 <context-group purpose="location"> 3576 <source>What server/hardware does the instance run on?</source>
3517 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3577 <target>站臺在何種伺服器/硬體上執行?</target>
3578 <context-group name="null">
3518 <context context-type="linenumber">180</context> 3579 <context context-type="linenumber">180</context>
3519 </context-group> 3580 </context-group>
3520 </trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html"> 3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">180</context></context-group></trans-unit>
3521 <source>Instance information</source><target state="new"/> 3582 <trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a">
3522 <context-group purpose="location"> 3583 <source>Instance information</source>
3523 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3584 <target>站臺資訊</target>
3585 <context-group name="null">
3524 <context context-type="linenumber">5</context> 3586 <context context-type="linenumber">5</context>
3525 </context-group> 3587 </context-group>
3526 </trans-unit><trans-unit id="400509157ba944e81f5fbfcce2f43d11a297ae22" datatype="html"> 3588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3527 <source>Theme &amp; Default route</source><target state="new"/> 3589 <trans-unit id="400509157ba944e81f5fbfcce2f43d11a297ae22">
3528 <context-group purpose="location"> 3590 <source>Theme &amp; Default route</source>
3529 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3591 <target>佈景主題與預設路徑</target>
3592 <context-group name="null">
3530 <context context-type="linenumber">198</context> 3593 <context context-type="linenumber">198</context>
3531 </context-group> 3594 </context-group>
3532 </trans-unit> 3595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">198</context></context-group></trans-unit>
3533 <trans-unit id="7bb52a3e9e31d9dec02faeadb44935de49e3a33d"> 3596 <trans-unit id="7bb52a3e9e31d9dec02faeadb44935de49e3a33d">
3534 <source>Global theme</source> 3597 <source>Global theme</source>
3535 <target>全域佈景主題</target> 3598 <target>全域佈景主題</target>
@@ -3550,31 +3613,35 @@
3550 <context-group name="null"> 3613 <context-group name="null">
3551 <context context-type="linenumber">216</context> 3614 <context context-type="linenumber">216</context>
3552 </context-group> 3615 </context-group>
3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html"> 3616 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">216</context></context-group></trans-unit>
3554 <source>Discover videos</source><target state="new"/> 3617 <trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9">
3555 <context-group purpose="location"> 3618 <source>Discover videos</source>
3556 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3619 <target>探索影片</target>
3620 <context-group name="null">
3557 <context context-type="linenumber">219</context> 3621 <context context-type="linenumber">219</context>
3558 </context-group> 3622 </context-group>
3559 </trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html"> 3623 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">219</context></context-group></trans-unit>
3560 <source>Trending videos</source><target state="new"/> 3624 <trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d">
3561 <context-group purpose="location"> 3625 <source>Trending videos</source>
3562 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3626 <target>趨勢影片</target>
3627 <context-group name="null">
3563 <context context-type="linenumber">220</context> 3628 <context context-type="linenumber">220</context>
3564 </context-group> 3629 </context-group>
3565 </trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html"> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">220</context></context-group></trans-unit>
3566 <source>Most liked videos</source><target state="new"/> 3631 <trans-unit id="4c65fb9a424be158237157c16778273550a38c70">
3567 <context-group purpose="location"> 3632 <source>Most liked videos</source>
3568 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3633 <target>最喜歡的影片</target>
3634 <context-group name="null">
3569 <context context-type="linenumber">221</context> 3635 <context context-type="linenumber">221</context>
3570 </context-group> 3636 </context-group>
3571 </trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html"> 3637 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">221</context></context-group></trans-unit>
3572 <source>Recently added videos</source><target state="new"/> 3638 <trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8">
3573 <context-group purpose="location"> 3639 <source>Recently added videos</source>
3574 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3640 <target>最近新增的影片</target>
3641 <context-group name="null">
3575 <context context-type="linenumber">222</context> 3642 <context context-type="linenumber">222</context>
3576 </context-group> 3643 </context-group>
3577 </trans-unit> 3644 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">222</context></context-group></trans-unit>
3578 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f"> 3645 <trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f">
3579 <source>Local videos</source> 3646 <source>Local videos</source>
3580 <target>本地影片</target> 3647 <target>本地影片</target>
@@ -3616,19 +3683,21 @@
3616 <context-group name="null"> 3683 <context-group name="null">
3617 <context context-type="linenumber">257</context> 3684 <context context-type="linenumber">257</context>
3618 </context-group> 3685 </context-group>
3619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">257</context></context-group></trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">257</context></context-group></trans-unit>
3620 <source>Default video quota per user</source><target state="new"/> 3687 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20">
3621 <context-group purpose="location"> 3688 <source>Default video quota per user</source>
3622 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3689 <target>每個使用者預設的影片配額</target>
3690 <context-group name="null">
3623 <context context-type="linenumber">261</context> 3691 <context context-type="linenumber">261</context>
3624 </context-group> 3692 </context-group>
3625 </trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">261</context></context-group></trans-unit>
3626 <source>Default daily upload limit per user</source><target state="new"/> 3694 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
3627 <context-group purpose="location"> 3695 <source>Default daily upload limit per user</source>
3628 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3696 <target>每個使用者預設的每日上傳限制</target>
3697 <context-group name="null">
3629 <context context-type="linenumber">273</context> 3698 <context context-type="linenumber">273</context>
3630 </context-group> 3699 </context-group>
3631 </trans-unit> 3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">273</context></context-group></trans-unit>
3632 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e"> 3701 <trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e">
3633 <source>Video import with HTTP URL (i.e. YouTube) enabled</source> 3702 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
3634 <target>以 HTTP URL 匯入影片(如 YouTube)已啟用</target> 3703 <target>以 HTTP URL 匯入影片(如 YouTube)已啟用</target>
@@ -3677,31 +3746,35 @@
3677 <context-group name="null"> 3746 <context-group name="null">
3678 <context context-type="linenumber">342</context> 3747 <context context-type="linenumber">342</context>
3679 </context-group> 3748 </context-group>
3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">342</context></context-group></trans-unit><trans-unit id="5360e0c21d65618c91b61573693dc01cf4e3f3ed" datatype="html"> 3749 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">342</context></context-group></trans-unit>
3681 <source>Instance followings</source><target state="new"/> 3750 <trans-unit id="5360e0c21d65618c91b61573693dc01cf4e3f3ed">
3682 <context-group purpose="location"> 3751 <source>Instance followings</source>
3683 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3752 <target>站臺追蹤</target>
3753 <context-group name="null">
3684 <context context-type="linenumber">348</context> 3754 <context context-type="linenumber">348</context>
3685 </context-group> 3755 </context-group>
3686 </trans-unit><trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf" datatype="html"> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group></trans-unit>
3687 <source>Automatically follow other instances that follow you</source><target state="new"/> 3757 <trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf">
3688 <context-group purpose="location"> 3758 <source>Automatically follow other instances that follow you</source>
3689 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3759 <target>自動追蹤其他追蹤您的站臺</target>
3760 <context-group name="null">
3690 <context context-type="linenumber">357</context> 3761 <context context-type="linenumber">357</context>
3691 </context-group> 3762 </context-group>
3692 </trans-unit><trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847" datatype="html"> 3763 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
3693 <source>Automatically follow instance of the public index (below)</source><target state="new"/> 3764 <trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847">
3694 <context-group purpose="location"> 3765 <source>Automatically follow instance of the public index (below)</source>
3695 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3766 <target>自動追蹤公開索引中的站臺(下方)</target>
3767 <context-group name="null">
3696 <context context-type="linenumber">366</context> 3768 <context context-type="linenumber">366</context>
3697 </context-group> 3769 </context-group>
3698 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">366</context></context-group></trans-unit>
3699 <source>Index URL</source><target state="new"/> 3771 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
3700 <context-group purpose="location"> 3772 <source>Index URL</source>
3701 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3773 <target>索引 URL</target>
3774 <context-group name="null">
3702 <context context-type="linenumber">371</context> 3775 <context context-type="linenumber">371</context>
3703 </context-group> 3776 </context-group>
3704 </trans-unit> 3777 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">371</context></context-group></trans-unit>
3705 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 3778 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
3706 <source>Administrator</source> 3779 <source>Administrator</source>
3707 <target>管理員</target> 3780 <target>管理員</target>
@@ -3757,19 +3830,26 @@
3757 <context-group name="null"> 3830 <context-group name="null">
3758 <context context-type="linenumber">431</context> 3831 <context context-type="linenumber">431</context>
3759 </context-group> 3832 </context-group>
3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group></trans-unit><trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group></trans-unit>
3834 <trans-unit id="019148902261d0a0e08affa57dc1517be23858e6">
3761 <source> 3835 <source>
3762 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/>"/> 3836 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/>"/>
3763 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/>"/> 3837 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/>"/>
3764 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 3838 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
3765 <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>"/> 3839 <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>"/>
3766 to see if you instance is whitelisted. 3840 to see if you instance is whitelisted.
3767 </source><target state="new"/> 3841 </source>
3768 <context-group purpose="location"> 3842 <target>
3769 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3843 如果您的站臺被 Twitter 列入白名單,推文中將會出現 PeerTube 影片分享的影片播放器。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3844 如果站臺並未在白名單中,我們會使用圖片連結卡片來重新導向到您的 PeerTube 站臺。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3845 勾選此勾選框,儲存設定並使用您站臺的影片 URL 測試 (https://example.com/videos/watch/blabla) 測試位置位於
3846 <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>"/>
3847 來檢視您的站臺是否在白名單中。
3848 </target>
3849 <context-group name="null">
3770 <context context-type="linenumber">435</context> 3850 <context context-type="linenumber">435</context>
3771 </context-group> 3851 </context-group>
3772 </trans-unit> 3852 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">435</context></context-group></trans-unit>
3773 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 3853 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
3774 <source>Services</source> 3854 <source>Services</source>
3775 <target>服務</target> 3855 <target>服務</target>
@@ -3797,13 +3877,14 @@
3797 <context-group name="null"> 3877 <context-group name="null">
3798 <context context-type="linenumber">465</context> 3878 <context context-type="linenumber">465</context>
3799 </context-group> 3879 </context-group>
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">465</context></context-group></trans-unit><trans-unit id="84d88c8cf2d2a477c407f3f71c10925730ba6397" datatype="html"> 3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">465</context></context-group></trans-unit>
3801 <source>Allow your users to upload .mkv, .mov, .avi and .flv videos</source><target state="new"/> 3881 <trans-unit id="84d88c8cf2d2a477c407f3f71c10925730ba6397">
3802 <context-group purpose="location"> 3882 <source>Allow your users to upload .mkv, .mov, .avi and .flv videos</source>
3803 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3883 <target>允許您的使用者上傳 .mkv、.mov、.avi 與 .flv 影片</target>
3884 <context-group name="null">
3804 <context context-type="linenumber">478</context> 3885 <context context-type="linenumber">478</context>
3805 </context-group> 3886 </context-group>
3806 </trans-unit> 3887 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">478</context></context-group></trans-unit>
3807 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 3888 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
3808 <source>Allow additional extensions</source> 3889 <source>Allow additional extensions</source>
3809 <target>允許額外的副檔名</target> 3890 <target>允許額外的副檔名</target>
@@ -3824,7 +3905,8 @@
3824 <context-group name="null"> 3905 <context-group name="null">
3825 <context context-type="linenumber">486</context> 3906 <context context-type="linenumber">486</context>
3826 </context-group> 3907 </context-group>
3827 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html"> 3908 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit>
3909 <trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50">
3828 <source> 3910 <source>
3829 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3911 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3830 3912
@@ -3834,18 +3916,28 @@
3834 <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>"/> 3916 <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>"/>
3835 <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>"/> 3917 <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>"/>
3836 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 3918 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3837 </source><target state="new"/> 3919 </source>
3838 <context-group purpose="location"> 3920 <target>
3839 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3921 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>需要 ffmpeg >= 4.1 且影片儲存量並須乘以 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3922
3923 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>生成 HLS 播放清單與碎片化的 MP4 檔案會比目前的預設播放器有更好的效果:<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
3924 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
3925 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>變更解析度更滑順<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3926 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>播放更快速,對長影片來說尤其明顯<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3927 <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>更穩定的播放(較少錯誤/無限載入)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/>
3928 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3929 </target>
3930 <context-group name="null">
3840 <context context-type="linenumber">501</context> 3931 <context context-type="linenumber">501</context>
3841 </context-group> 3932 </context-group>
3842 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 3933 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">501</context></context-group></trans-unit>
3843 <source>HLS support enabled</source><target state="new"/> 3934 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
3844 <context-group purpose="location"> 3935 <source>HLS support enabled</source>
3845 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3936 <target>已啟用 HLS 支援</target>
3937 <context-group name="null">
3846 <context context-type="linenumber">498</context> 3938 <context context-type="linenumber">498</context>
3847 </context-group> 3939 </context-group>
3848 </trans-unit> 3940 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">498</context></context-group></trans-unit>
3849 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 3941 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
3850 <source>Transcoding threads</source> 3942 <source>Transcoding threads</source>
3851 <target>轉換編碼執行緒</target> 3943 <target>轉換編碼執行緒</target>
@@ -3901,15 +3993,19 @@
3901 <context-group name="null"> 3993 <context-group name="null">
3902 <context context-type="linenumber">575</context> 3994 <context context-type="linenumber">575</context>
3903 </context-group> 3995 </context-group>
3904 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3996 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
3997 <trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c">
3905 <source> 3998 <source>
3906 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>"/> 3999 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>"/>
3907 </source><target state="new"/> 4000 </source>
3908 <context-group purpose="location"> 4001 <target>
3909 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4002 直接編寫 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>"/>
4003 </target>
4004 <context-group name="null">
3910 <context context-type="linenumber">578</context> 4005 <context context-type="linenumber">578</context>
3911 </context-group> 4006 </context-group>
3912 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4007 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">578</context></context-group></trans-unit>
4008 <trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02">
3913 <source> 4009 <source>
3914 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/>"/> 4010 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/>"/>
3915<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4011<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3922,12 +4018,24 @@
3922 color: red; 4018 color: red;
3923<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4019<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
3924<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4020<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3925 </source><target state="new"/> 4021 </source>
3926 <context-group purpose="location"> 4022 <target>
3927 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4023 直接編寫 CSS 程式碼。範例:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4024<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4025 color: red;
4026<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4027<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4028
4029 加上前綴 <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/>"/>
4030<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4031 color: red;
4032<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4033<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4034 </target>
4035 <context-group name="null">
3928 <context context-type="linenumber">597</context> 4036 <context context-type="linenumber">597</context>
3929 </context-group> 4037 </context-group>
3930 </trans-unit> 4038 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">597</context></context-group></trans-unit>
3931 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4039 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3932 <source>Advanced configuration</source> 4040 <source>Advanced configuration</source>
3933 <target>進階設定</target> 4041 <target>進階設定</target>
@@ -3941,13 +4049,14 @@
3941 <context-group name="null"> 4049 <context-group name="null">
3942 <context context-type="linenumber">628</context> 4050 <context context-type="linenumber">628</context>
3943 </context-group> 4051 </context-group>
3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">628</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4052 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">628</context></context-group></trans-unit>
3945 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new"/> 4053 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
3946 <context-group purpose="location"> 4054 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
3947 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4055 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target>
4056 <context-group name="null">
3948 <context context-type="linenumber">629</context> 4057 <context context-type="linenumber">629</context>
3949 </context-group> 4058 </context-group>
3950 </trans-unit> 4059 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">629</context></context-group></trans-unit>
3951 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48"> 4060 <trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48">
3952 <source>Video quota:</source> 4061 <source>Video quota:</source>
3953 <target>影片配額:</target> 4062 <target>影片配額:</target>
@@ -4017,15 +4126,18 @@
4017 <context-group name="null"> 4126 <context-group name="null">
4018 <context context-type="linenumber">3</context> 4127 <context context-type="linenumber">3</context>
4019 </context-group> 4128 </context-group>
4020 <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></trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4129 <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></trans-unit>
4130 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
4021 <source> 4131 <source>
4022 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. 4132 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.
4023 </source><target state="new"/> 4133 </source>
4024 <context-group purpose="location"> 4134 <target>
4025 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4135 有了 <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>"/>,觀看影片時將會要求確認。
4136 </target>
4137 <context-group name="null">
4026 <context context-type="linenumber">6</context> 4138 <context context-type="linenumber">6</context>
4027 </context-group> 4139 </context-group>
4028 </trans-unit> 4140 <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">6</context></context-group></trans-unit>
4029 <trans-unit id="f4557d5ba869e938c5154660cd7f3a8c25b26a02"> 4141 <trans-unit id="f4557d5ba869e938c5154660cd7f3a8c25b26a02">
4030 <source>Only display videos in the following languages</source> 4142 <source>Only display videos in the following languages</source>
4031 <target>僅顯示以下語言的影片</target> 4143 <target>僅顯示以下語言的影片</target>
@@ -4053,13 +4165,14 @@
4053 <context-group name="null"> 4165 <context-group name="null">
4054 <context context-type="linenumber">48</context> 4166 <context context-type="linenumber">48</context>
4055 </context-group> 4167 </context-group>
4056 <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">48</context></context-group></trans-unit><trans-unit id="22eb7e4346828b1261a9f0164bf2a167f11a32ed" datatype="html"> 4168 <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">48</context></context-group></trans-unit>
4057 <source>Automatically starts playing next video</source><target state="new"/> 4169 <trans-unit id="22eb7e4346828b1261a9f0164bf2a167f11a32ed">
4058 <context-group purpose="location"> 4170 <source>Automatically starts playing next video</source>
4059 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4171 <target>自動開始播放下一部影片</target>
4172 <context-group name="null">
4060 <context context-type="linenumber">55</context> 4173 <context context-type="linenumber">55</context>
4061 </context-group> 4174 </context-group>
4062 </trans-unit> 4175 <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">55</context></context-group></trans-unit>
4063 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba"> 4176 <trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba">
4064 <source>Update my profile</source> 4177 <source>Update my profile</source>
4065 <target>更新我們簡介</target> 4178 <target>更新我們簡介</target>
@@ -4414,21 +4527,25 @@ When you will upload a video in this channel, the video support field will be au
4414 <context-group name="null"> 4527 <context-group name="null">
4415 <context context-type="linenumber">11</context> 4528 <context context-type="linenumber">11</context>
4416 </context-group> 4529 </context-group>
4417 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8" datatype="html"> 4530 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
4418 <source>Welcome to PeerTube!</source><target state="new"/> 4531 <trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8">
4419 <context-group purpose="location"> 4532 <source>Welcome to PeerTube!</source>
4420 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 4533 <target>歡迎來到 PeerTube!</target>
4534 <context-group name="null">
4421 <context context-type="linenumber">8</context> 4535 <context context-type="linenumber">8</context>
4422 </context-group> 4536 </context-group>
4423 </trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 4537 <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></trans-unit>
4538 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
4424 <source> 4539 <source>
4425 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>"/>. 4540 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>"/>.
4426 </source><target state="new"/> 4541 </source>
4427 <context-group purpose="location"> 4542 <target>
4428 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 4543 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。
4544 </target>
4545 <context-group name="null">
4429 <context context-type="linenumber">13</context> 4546 <context context-type="linenumber">13</context>
4430 </context-group> 4547 </context-group>
4431 </trans-unit> 4548 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
4432 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530"> 4549 <trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530">
4433 <source> 4550 <source>
4434 Verify account email confirmation 4551 Verify account email confirmation
@@ -4554,15 +4671,18 @@ When you will upload a video in this channel, the video support field will be au
4554 <context-group name="null"> 4671 <context-group name="null">
4555 <context context-type="linenumber">19</context> 4672 <context context-type="linenumber">19</context>
4556 </context-group> 4673 </context-group>
4557 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="163036c333f1c01161da476032ba41faaa8f0218" datatype="html"> 4674 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
4675 <trans-unit id="163036c333f1c01161da476032ba41faaa8f0218">
4558 <source> 4676 <source>
4559 Show this channel 4677 Show this channel
4560 </source><target state="new"/> 4678 </source>
4561 <context-group purpose="location"> 4679 <target>
4562 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context> 4680 顯示此頻道
4681 </target>
4682 <context-group name="null">
4563 <context context-type="linenumber">27</context> 4683 <context context-type="linenumber">27</context>
4564 </context-group> 4684 </context-group>
4565 </trans-unit> 4685 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
4566 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a"> 4686 <trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a">
4567 <source>Stats</source> 4687 <source>Stats</source>
4568 <target>統計</target> 4688 <target>統計</target>
@@ -4678,98 +4798,122 @@ When you will upload a video in this channel, the video support field will be au
4678 <context-group name="null"> 4798 <context-group name="null">
4679 <context context-type="linenumber">7</context> 4799 <context context-type="linenumber">7</context>
4680 </context-group> 4800 </context-group>
4681 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit><trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea" datatype="html"> 4801 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
4682 <source>This instance is dedicated to sensitive/NSFW content.</source><target state="new"/> 4802 <trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea">
4683 <context-group purpose="location"> 4803 <source>This instance is dedicated to sensitive/NSFW content.</source>
4684 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4804 <target>此站臺專門託管敏感/NSFW 內容。</target>
4805 <context-group name="null">
4685 <context context-type="linenumber">19</context> 4806 <context context-type="linenumber">19</context>
4686 </context-group> 4807 </context-group>
4687 </trans-unit><trans-unit id="e422f94f397804744ee985bbf153913188fa5614" datatype="html"> 4808 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
4809 <trans-unit id="e422f94f397804744ee985bbf153913188fa5614">
4688 <source> 4810 <source>
4689 Administrators &amp; sustainability 4811 Administrators &amp; sustainability
4690 </source><target state="new"/> 4812 </source>
4691 <context-group purpose="location"> 4813 <target>
4692 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4814 管理員與持續性
4815 </target>
4816 <context-group name="null">
4693 <context context-type="linenumber">22</context> 4817 <context context-type="linenumber">22</context>
4694 </context-group> 4818 </context-group>
4695 </trans-unit><trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html"> 4819 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
4696 <source>Who we are</source><target state="new"/> 4820 <trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5">
4697 <context-group purpose="location"> 4821 <source>Who we are</source>
4698 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4822 <target>我們是誰</target>
4823 <context-group name="null">
4699 <context context-type="linenumber">27</context> 4824 <context context-type="linenumber">27</context>
4700 </context-group> 4825 </context-group>
4701 </trans-unit><trans-unit id="911fb379526b62e9a62590722830c146ebd31be8" datatype="html"> 4826 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
4702 <source>Why we created this instance</source><target state="new"/> 4827 <trans-unit id="911fb379526b62e9a62590722830c146ebd31be8">
4703 <context-group purpose="location"> 4828 <source>Why we created this instance</source>
4704 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4829 <target>為什麼我們要建立此站臺</target>
4830 <context-group name="null">
4705 <context context-type="linenumber">33</context> 4831 <context context-type="linenumber">33</context>
4706 </context-group> 4832 </context-group>
4707 </trans-unit><trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154" datatype="html"> 4833 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
4708 <source>How long we plan to maintain this instance</source><target state="new"/> 4834 <trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154">
4709 <context-group purpose="location"> 4835 <source>How long we plan to maintain this instance</source>
4710 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4836 <target>我們打算維護此站臺多久</target>
4837 <context-group name="null">
4711 <context context-type="linenumber">39</context> 4838 <context context-type="linenumber">39</context>
4712 </context-group> 4839 </context-group>
4713 </trans-unit><trans-unit id="bbb1aa880e8001f4f249e424e4dea7e400b2ac01" datatype="html"> 4840 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
4714 <source>How we will pay this instance</source><target state="new"/> 4841 <trans-unit id="bbb1aa880e8001f4f249e424e4dea7e400b2ac01">
4715 <context-group purpose="location"> 4842 <source>How we will pay this instance</source>
4716 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4843 <target>我們會如何支付此站臺的費用</target>
4844 <context-group name="null">
4717 <context context-type="linenumber">45</context> 4845 <context context-type="linenumber">45</context>
4718 </context-group> 4846 </context-group>
4719 </trans-unit><trans-unit id="e2fc82c4d461726d7b2b0754e55441b9e30ebf80" datatype="html"> 4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
4848 <trans-unit id="e2fc82c4d461726d7b2b0754e55441b9e30ebf80">
4720 <source> 4849 <source>
4721 Information 4850 Information
4722 </source><target state="new"/> 4851 </source>
4723 <context-group purpose="location"> 4852 <target>
4724 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4853 資訊
4854 </target>
4855 <context-group name="null">
4725 <context context-type="linenumber">50</context> 4856 <context context-type="linenumber">50</context>
4726 </context-group> 4857 </context-group>
4727 </trans-unit><trans-unit id="e225eef43c0ea66a5ec06e67f553c6dd5f519823" datatype="html"> 4858 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
4859 <trans-unit id="e225eef43c0ea66a5ec06e67f553c6dd5f519823">
4728 <source> 4860 <source>
4729 Other information 4861 Other information
4730 </source><target state="new"/> 4862 </source>
4731 <context-group purpose="location"> 4863 <target>
4732 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4864 其他資訊
4865 </target>
4866 <context-group name="null">
4733 <context context-type="linenumber">82</context> 4867 <context context-type="linenumber">82</context>
4734 </context-group> 4868 </context-group>
4735 </trans-unit><trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html"> 4869 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
4736 <source>Hardware information</source><target state="new"/> 4870 <trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320">
4737 <context-group purpose="location"> 4871 <source>Hardware information</source>
4738 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4872 <target>硬體資訊</target>
4873 <context-group name="null">
4739 <context context-type="linenumber">87</context> 4874 <context context-type="linenumber">87</context>
4740 </context-group> 4875 </context-group>
4741 </trans-unit> 4876 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
4742 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1"> 4877 <trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1">
4743 <source>Features found on this instance</source> 4878 <source>Features found on this instance</source>
4744 <target>在此實體上找到的功能</target> 4879 <target>在此實體上找到的功能</target>
4745 <context-group name="null"> 4880 <context-group name="null">
4746 <context context-type="linenumber">47</context> 4881 <context context-type="linenumber">47</context>
4747 </context-group> 4882 </context-group>
4748 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="6463bc7218ccf3de40c1e34b10c8f94708a4000d" datatype="html"> 4883 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">94</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
4884 <trans-unit id="6463bc7218ccf3de40c1e34b10c8f94708a4000d">
4749 <source> 4885 <source>
4750 Statistics 4886 Statistics
4751 </source><target state="new"/> 4887 </source>
4752 <context-group purpose="location"> 4888 <target>
4753 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 4889 統計
4890 </target>
4891 <context-group name="null">
4754 <context context-type="linenumber">99</context> 4892 <context context-type="linenumber">99</context>
4755 </context-group> 4893 </context-group>
4756 </trans-unit><trans-unit id="5acca660f9a98180926e5d8ec36535bf91881667" datatype="html"> 4894 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context><context context-type="linenumber">99</context></context-group></trans-unit>
4895 <trans-unit id="5acca660f9a98180926e5d8ec36535bf91881667">
4757 <source> 4896 <source>
4758 What is PeerTube? 4897 What is PeerTube?
4759</source><target state="new"/> 4898</source>
4760 <context-group purpose="location"> 4899 <target>
4761 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4900 PeerTube 是什麼?
4901</target>
4902 <context-group name="null">
4762 <context context-type="linenumber">1</context> 4903 <context context-type="linenumber">1</context>
4763 </context-group> 4904 </context-group>
4764 </trans-unit><trans-unit id="10b8a184a237225269db5a293abd64e1cbbd13a4" datatype="html"> 4905 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
4906 <trans-unit id="10b8a184a237225269db5a293abd64e1cbbd13a4">
4765 <source> 4907 <source>
4766 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4908 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.
4767 </source><target state="new"/> 4909 </source>
4768 <context-group purpose="location"> 4910 <target>
4769 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4911 PeerTube 是一個可以自行託管的聯盟式 (ActivityPub) 影片串流平臺,直接在網路瀏覽器中使用 P2P。
4912 </target>
4913 <context-group name="null">
4770 <context context-type="linenumber">8</context> 4914 <context context-type="linenumber">8</context>
4771 </context-group> 4915 </context-group>
4772 </trans-unit> 4916 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">8</context></context-group></trans-unit>
4773 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5"> 4917 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
4774 <source> 4918 <source>
4775 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4919 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
@@ -4794,143 +4938,191 @@ When you will upload a video in this channel, the video support field will be au
4794 <context-group name="null"> 4938 <context-group name="null">
4795 <context context-type="linenumber">25</context> 4939 <context context-type="linenumber">25</context>
4796 </context-group> 4940 </context-group>
4797 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit><trans-unit id="dfce1cc7aa275eabfe9dfd39c8ffe73747d05640" datatype="html"> 4941 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">25</context></context-group></trans-unit>
4942 <trans-unit id="dfce1cc7aa275eabfe9dfd39c8ffe73747d05640">
4798 <source> 4943 <source>
4799 PeerTube uses the BitTorrent protocol to share bandwidth between users. 4944 PeerTube uses the BitTorrent protocol to share bandwidth between users.
4800 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video. 4945 This implies that your IP address is stored in the instance's BitTorrent tracker as long as you download or watch the video.
4801 </source><target state="new"/> 4946 </source>
4802 <context-group purpose="location"> 4947 <target>
4803 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4948 PeerTube 使用 BitTorrent 協定來在使用者間分享頻寬。
4949 這代表只要您下載或觀看影片,您的 IP 位置會被儲存在站臺的 BitTorrent 追蹤器。
4950 </target>
4951 <context-group name="null">
4804 <context context-type="linenumber">27</context> 4952 <context context-type="linenumber">27</context>
4805 </context-group> 4953 </context-group>
4806 </trans-unit> 4954 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
4807 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231"> 4955 <trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231">
4808 <source>What are the consequences?</source> 4956 <source>What are the consequences?</source>
4809 <target>有什麼後果?</target> 4957 <target>有什麼後果?</target>
4810 <context-group name="null"> 4958 <context-group name="null">
4811 <context context-type="linenumber">32</context> 4959 <context context-type="linenumber">32</context>
4812 </context-group> 4960 </context-group>
4813 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="3ead166df520afec765c75073edaf436125978bf" datatype="html"> 4961 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
4962 <trans-unit id="3ead166df520afec765c75073edaf436125978bf">
4814 <source> 4963 <source>
4815 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 4964 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
4816 In practice, this is much more difficult because: 4965 In practice, this is much more difficult because:
4817 </source><target state="new"/> 4966 </source>
4818 <context-group purpose="location"> 4967 <target>
4819 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4968 理論上,有足夠技術能力的人就能寫出追蹤哪個 IP 下載哪個影片的指令稿。
4969 實務上,這會更難,因為:
4970 </target>
4971 <context-group name="null">
4820 <context context-type="linenumber">34</context> 4972 <context context-type="linenumber">34</context>
4821 </context-group> 4973 </context-group>
4822 </trans-unit><trans-unit id="128a20094ecbc866905d651be2a93a11ea696928" datatype="html"> 4974 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
4975 <trans-unit id="128a20094ecbc866905d651be2a93a11ea696928">
4823 <source> 4976 <source>
4824 An HTTP request has to be sent on each tracker for each video to spy. 4977 An HTTP request has to be sent on each tracker for each video to spy.
4825 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 4978 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
4826 </source><target state="new"/> 4979 </source>
4827 <context-group purpose="location"> 4980 <target>
4828 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4981 每個影片的追蹤器上都必須發送 HTTP 請求才能監視。
4982 如果我們想監視所有的 PeerTube 影片,我們必須發送跟影片一樣多的請求(所以這可能非常多)
4983 </target>
4984 <context-group name="null">
4829 <context context-type="linenumber">40</context> 4985 <context context-type="linenumber">40</context>
4830 </context-group> 4986 </context-group>
4831 </trans-unit><trans-unit id="019330cbe479ee29766590957705bde0542a8337" datatype="html"> 4987 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit>
4988 <trans-unit id="019330cbe479ee29766590957705bde0542a8337">
4832 <source> 4989 <source>
4833 For each request sent, the tracker returns random peers at a limited number. 4990 For each request sent, the tracker returns random peers at a limited number.
4834 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm 4991 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
4835 </source><target state="new"/> 4992 </source>
4836 <context-group purpose="location"> 4993 <target>
4837 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4994 送出去的每個請求,追蹤器都會回覆隨機的有限數量的 peer。
4995 舉例來說,如果群體中有 1000 個 peer,而追蹤器針對每個請求都只會傳送 20 個 peer,那就必須至少發送 50 次請求才知道群體中的所有 peer
4996 </target>
4997 <context-group name="null">
4838 <context context-type="linenumber">45</context> 4998 <context context-type="linenumber">45</context>
4839 </context-group> 4999 </context-group>
4840 </trans-unit><trans-unit id="8d015dbb069f60289f593c0b2c3f94e36fdbaf9f" datatype="html"> 5000 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">45</context></context-group></trans-unit>
5001 <trans-unit id="8d015dbb069f60289f593c0b2c3f94e36fdbaf9f">
4841 <source> 5002 <source>
4842 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour 5003 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
4843 </source><target state="new"/> 5004 </source>
4844 <context-group purpose="location"> 5005 <target>
4845 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5006 那些請求必須定期傳送以得知誰開始/停止觀看影片。這種行為很容易被偵測到
5007 </target>
5008 <context-group name="null">
4846 <context context-type="linenumber">50</context> 5009 <context context-type="linenumber">50</context>
4847 </context-group> 5010 </context-group>
4848 </trans-unit><trans-unit id="559a3941c97c4b5fc4087bfc80ebdb0335fc12e3" datatype="html"> 5011 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
5012 <trans-unit id="559a3941c97c4b5fc4087bfc80ebdb0335fc12e3">
4849 <source> 5013 <source>
4850 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 5014 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
4851 </source><target state="new"/> 5015 </source>
4852 <context-group purpose="location"> 5016 <target>
4853 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5017 如果 IP 位置被儲存在追蹤器中,也不代表就有人在 IP 後面(如果有人的話)觀看影片
5018 </target>
5019 <context-group name="null">
4854 <context context-type="linenumber">54</context> 5020 <context context-type="linenumber">54</context>
4855 </context-group> 5021 </context-group>
4856 </trans-unit><trans-unit id="4ca71d83b4a8c78d3c1969f65ca1a136e4dd9236" datatype="html"> 5022 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">54</context></context-group></trans-unit>
5023 <trans-unit id="4ca71d83b4a8c78d3c1969f65ca1a136e4dd9236">
4857 <source> 5024 <source>
4858 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities 5025 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
4859 </source><target state="new"/> 5026 </source>
4860 <context-group purpose="location"> 5027 <target>
4861 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5028 IP 位置是一個模糊的資訊:通常來說,它會定期更改並可能代表許多人或群體
5029 </target>
5030 <context-group name="null">
4862 <context context-type="linenumber">58</context> 5031 <context context-type="linenumber">58</context>
4863 </context-group> 5032 </context-group>
4864 </trans-unit><trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87" datatype="html"> 5033 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">58</context></context-group></trans-unit>
5034 <trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87">
4865 <source> 5035 <source>
4866 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 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 5036 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 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
4867 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. 5037 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.
4868 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 5038 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
4869 </source><target state="new"/> 5039 </source>
4870 <context-group purpose="location"> 5040 <target>
4871 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5041 網路 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 不同的協定。
5042 當您在瀏覽器上時,您會傳送包含您的 IP 位置的訊號給追蹤器,而這將會隨機選擇其他 peer 來轉送。
5043 請見<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>以取得更多資訊
5044 </target>
5045 <context-group name="null">
4872 <context context-type="linenumber">62</context> 5046 <context context-type="linenumber">62</context>
4873 </context-group> 5047 </context-group>
4874 </trans-unit><trans-unit id="d7e6d63ef2785af5f41bdfa5d07815b475a3ec10" datatype="html"> 5048 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">62</context></context-group></trans-unit>
5049 <trans-unit id="d7e6d63ef2785af5f41bdfa5d07815b475a3ec10">
4875 <source> 5050 <source>
4876 The worst-case scenario of an average person spying on their friends is quite unlikely. 5051 The worst-case scenario of an average person spying on their friends is quite unlikely.
4877 There are much more effective ways to get that kind of information. 5052 There are much more effective ways to get that kind of information.
4878 </source><target state="new"/> 5053 </source>
4879 <context-group purpose="location"> 5054 <target>
4880 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5055 普通人監視他們的朋友的最壞狀況是不太可能發生的。
5056 要取得這種資訊有更多更有效的方法。
5057 </target>
5058 <context-group name="null">
4881 <context context-type="linenumber">69</context> 5059 <context context-type="linenumber">69</context>
4882 </context-group> 5060 </context-group>
4883 </trans-unit> 5061 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">69</context></context-group></trans-unit>
4884 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf"> 5062 <trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf">
4885 <source>How does PeerTube compare with YouTube?</source> 5063 <source>How does PeerTube compare with YouTube?</source>
4886 <target>PeerTube 與 YouTube 比起來如何?</target> 5064 <target>PeerTube 與 YouTube 比起來如何?</target>
4887 <context-group name="null"> 5065 <context-group name="null">
4888 <context context-type="linenumber">74</context> 5066 <context context-type="linenumber">74</context>
4889 </context-group> 5067 </context-group>
4890 <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></trans-unit><trans-unit id="c4b2dcdcd5cd74548af456fe698b82b2dcfa84de" datatype="html"> 5068 <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></trans-unit>
5069 <trans-unit id="c4b2dcdcd5cd74548af456fe698b82b2dcfa84de">
4891 <source> 5070 <source>
4892 The threats to privacy in YouTube are different from PeerTube's. 5071 The threats to privacy in YouTube are different from PeerTube's.
4893 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 5072 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
4894 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). 5073 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
4895 </source><target state="new"/> 5074 </source>
4896 <context-group purpose="location"> 5075 <target>
4897 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5076 YouTube 中的隱私威脅與 PeerTube 的不同。
5077 在 YouTube 的狀況中,平臺會收集您的大量個人資訊(不僅是您的 IP)以分析它們並追蹤您。
5078 此外,YouTube 是 Google/Alphabet 所有,該公司會透過多個網站(透過 AdSense 或 Google Analytics)追蹤您。
5079 </target>
5080 <context-group name="null">
4898 <context context-type="linenumber">76</context> 5081 <context context-type="linenumber">76</context>
4899 </context-group> 5082 </context-group>
4900 </trans-unit> 5083 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">76</context></context-group></trans-unit>
4901 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99"> 5084 <trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99">
4902 <source>What can I do to limit the exposure of my IP address?</source> 5085 <source>What can I do to limit the exposure of my IP address?</source>
4903 <target>我要如何限制才能讓我的 IP 位置不曝光?</target> 5086 <target>我要如何限制才能讓我的 IP 位置不曝光?</target>
4904 <context-group name="null"> 5087 <context-group name="null">
4905 <context context-type="linenumber">82</context> 5088 <context context-type="linenumber">82</context>
4906 </context-group> 5089 </context-group>
4907 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit><trans-unit id="c6f8d380fa51ec0b1d18303e96830ac8cee66e0d" datatype="html"> 5090 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">82</context></context-group></trans-unit>
5091 <trans-unit id="c6f8d380fa51ec0b1d18303e96830ac8cee66e0d">
4908 <source> 5092 <source>
4909 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. 5093 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.
4910 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. 5094 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.
4911 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. 5095 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
4912 </source><target state="new"/> 5096 </source>
4913 <context-group purpose="location"> 5097 <target>
4914 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5098 您的 IP 位置是公開的,因此在您每次連上一個網頁時,都會有許多參與者(除了最終的網站以外還有)可以在他們的連線紀錄中看到您的 IP:ISP/路由器/追蹤器/CDN 等等。
5099 PeerTube 對此則相當透明:我們警告您,如果您想要讓您的 IP 保持隱密的話,您就應該使用 VPN 或 Tor 瀏覽器。
5100 認為從 PeerTube 中移除 P2P 就能為您帶來匿名性是沒有道理的。
5101 </target>
5102 <context-group name="null">
4915 <context context-type="linenumber">84</context> 5103 <context context-type="linenumber">84</context>
4916 </context-group> 5104 </context-group>
4917 </trans-unit> 5105 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">84</context></context-group></trans-unit>
4918 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41"> 5106 <trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41">
4919 <source>What will be done to mitigate this problem?</source> 5107 <source>What will be done to mitigate this problem?</source>
4920 <target>可以做哪些事情來緩解此問題?</target> 5108 <target>可以做哪些事情來緩解此問題?</target>
4921 <context-group name="null"> 5109 <context-group name="null">
4922 <context context-type="linenumber">90</context> 5110 <context context-type="linenumber">90</context>
4923 </context-group> 5111 </context-group>
4924 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit><trans-unit id="d7272b440da883de318c19393f3063e63ab7e830" datatype="html"> 5112 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">90</context></context-group></trans-unit>
5113 <trans-unit id="d7272b440da883de318c19393f3063e63ab7e830">
4925 <source> 5114 <source>
4926 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released. 5115 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
4927 In the meantime, we want to test different ideas related to this issue: 5116 In the meantime, we want to test different ideas related to this issue:
4928 </source><target state="new"/> 5117 </source>
4929 <context-group purpose="location"> 5118 <target>
4930 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5119 PeerTube 仍處在很早期的階段,並希望在穩定版發佈時能提供最佳對策。
5120 與此同時,我們想測試與此問題相關的不同想法:
5121 </target>
5122 <context-group name="null">
4931 <context context-type="linenumber">92</context> 5123 <context context-type="linenumber">92</context>
4932 </context-group> 5124 </context-group>
4933 </trans-unit> 5125 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">92</context></context-group></trans-unit>
4934 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19"> 5126 <trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19">
4935 <source>Set a limit to the number of peers sent by the tracker</source> 5127 <source>Set a limit to the number of peers sent by the tracker</source>
4936 <target>設定透過 tracker 傳送的 peer 數量限制</target> 5128 <target>設定透過 tracker 傳送的 peer 數量限制</target>
@@ -4986,13 +5178,14 @@ When you will upload a video in this channel, the video support field will be au
4986 <context-group name="null"> 5178 <context-group name="null">
4987 <context context-type="linenumber">15</context> 5179 <context context-type="linenumber">15</context>
4988 </context-group> 5180 </context-group>
4989 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit><trans-unit id="b9aee5992687138838f47efa0d2f591d943bfd0d" datatype="html"> 5181 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
4990 <source>Who made this software?</source><target state="new"/> 5182 <trans-unit id="b9aee5992687138838f47efa0d2f591d943bfd0d">
4991 <context-group purpose="location"> 5183 <source>Who made this software?</source>
4992 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 5184 <target>誰做出了這套軟體?</target>
5185 <context-group name="null">
4993 <context context-type="linenumber">2</context> 5186 <context context-type="linenumber">2</context>
4994 </context-group> 5187 </context-group>
4995 </trans-unit> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
4996 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d"> 5189 <trans-unit id="4499806949402133d08a5029cb5462c5ea25336d">
4997 <source> 5190 <source>
4998 Create an account 5191 Create an account
@@ -5033,31 +5226,35 @@ When you will upload a video in this channel, the video support field will be au
5033 <context-group name="null"> 5226 <context-group name="null">
5034 <context context-type="linenumber">33</context> 5227 <context context-type="linenumber">33</context>
5035 </context-group> 5228 </context-group>
5036 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="88b19801d99f5dcc4043d6d30dfa32c3f68da5ea" datatype="html"> 5229 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
5037 <source>Who are we?</source><target state="new"/> 5230 <trans-unit id="88b19801d99f5dcc4043d6d30dfa32c3f68da5ea">
5038 <context-group purpose="location"> 5231 <source>Who are we?</source>
5039 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 5232 <target>我們是誰?</target>
5233 <context-group name="null">
5040 <context context-type="linenumber">60</context> 5234 <context context-type="linenumber">60</context>
5041 </context-group> 5235 </context-group>
5042 </trans-unit><trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0" datatype="html"> 5236 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">60</context></context-group></trans-unit>
5043 <source>How long do we plan to maintain this instance?</source><target state="new"/> 5237 <trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0">
5044 <context-group purpose="location"> 5238 <source>How long do we plan to maintain this instance?</source>
5045 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 5239 <target>我們計劃維護此站臺多久?</target>
5240 <context-group name="null">
5046 <context context-type="linenumber">65</context> 5241 <context context-type="linenumber">65</context>
5047 </context-group> 5242 </context-group>
5048 </trans-unit><trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089" datatype="html"> 5243 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
5049 <source>How will we finance this instance?</source><target state="new"/> 5244 <trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089">
5050 <context-group purpose="location"> 5245 <source>How will we finance this instance?</source>
5051 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 5246 <target>我們要如何支付此站臺的費用?</target>
5247 <context-group name="null">
5052 <context context-type="linenumber">70</context> 5248 <context context-type="linenumber">70</context>
5053 </context-group> 5249 </context-group>
5054 </trans-unit><trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355" datatype="html"> 5250 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">70</context></context-group></trans-unit>
5055 <source>Administrators &amp; Sustainability</source><target state="new"/> 5251 <trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355">
5056 <context-group purpose="location"> 5252 <source>Administrators &amp; Sustainability</source>
5057 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context> 5253 <target>管理員與持續性</target>
5254 <context-group name="null">
5058 <context context-type="linenumber">56</context> 5255 <context context-type="linenumber">56</context>
5059 </context-group> 5256 </context-group>
5060 </trans-unit> 5257 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit>
5061 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 5258 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
5062 <source> 5259 <source>
5063 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/>"/> 5260 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/>"/>
@@ -5070,15 +5267,18 @@ When you will upload a video in this channel, the video support field will be au
5070 <context-group name="null"> 5267 <context-group name="null">
5071 <context context-type="linenumber">4</context> 5268 <context context-type="linenumber">4</context>
5072 </context-group> 5269 </context-group>
5073 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit><trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da" datatype="html"> 5270 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
5271 <trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da">
5074 <source> 5272 <source>
5075 Other users can decide to subscribe any channel they want, to be notified when you publish a new video. 5273 Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
5076 </source><target state="new"/> 5274 </source>
5077 <context-group purpose="location"> 5275 <target>
5078 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 5276 其他使用者可以決定訂閱任何他們想要的頻道,並在您發佈新影片時收到通知。
5277 </target>
5278 <context-group name="null">
5079 <context context-type="linenumber">9</context> 5279 <context context-type="linenumber">9</context>
5080 </context-group> 5280 </context-group>
5081 </trans-unit> 5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
5082 <trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0"> 5282 <trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0">
5083 <source>Channel display name</source> 5283 <source>Channel display name</source>
5084 <target>頻道顯示名稱</target> 5284 <target>頻道顯示名稱</target>
@@ -5139,26 +5339,34 @@ When you will upload a video in this channel, the video support field will be au
5139 <context-group name="null"> 5339 <context-group name="null">
5140 <context context-type="linenumber">31</context> 5340 <context context-type="linenumber">31</context>
5141 </context-group> 5341 </context-group>
5142 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit><trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 5342 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
5343 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
5143 <source> 5344 <source>
5144 I am at least 16 years old and agree 5345 I am at least 16 years old and agree
5145 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>"/> 5346 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>"/>
5146 <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>"/> 5347 <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>"/>
5147 of this instance 5348 of this instance
5148 </source><target state="new"/> 5349 </source>
5149 <context-group purpose="location"> 5350 <target>
5150 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 5351 我至少 16 歲並同意此站臺的
5352 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5353 <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>"/>
5354 </target>
5355 <context-group name="null">
5151 <context context-type="linenumber">65</context> 5356 <context context-type="linenumber">65</context>
5152 </context-group> 5357 </context-group>
5153 </trans-unit><trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c" datatype="html"> 5358 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context><context context-type="linenumber">65</context></context-group></trans-unit>
5359 <trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c">
5154 <source> 5360 <source>
5155 Sorry, we couldn't find the page you were looking for. 5361 Sorry, we couldn't find the page you were looking for.
5156 </source><target state="new"/> 5362 </source>
5157 <context-group purpose="location"> 5363 <target>
5158 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context> 5364 抱歉,我們找不到您要找的頁面。
5365 </target>
5366 <context-group name="null">
5159 <context context-type="linenumber">4</context> 5367 <context context-type="linenumber">4</context>
5160 </context-group> 5368 </context-group>
5161 </trans-unit> 5369 <context-group purpose="location"><context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
5162 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331"> 5370 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331">
5163 <source>Cannot get about information from server</source> 5371 <source>Cannot get about information from server</source>
5164 <target>無法從伺服器取得關於資訊</target> 5372 <target>無法從伺服器取得關於資訊</target>
@@ -5270,19 +5478,21 @@ When you will upload a video in this channel, the video support field will be au
5270 <context-group name="null"> 5478 <context-group name="null">
5271 <context context-type="linenumber">1</context> 5479 <context context-type="linenumber">1</context>
5272 </context-group> 5480 </context-group>
5273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</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.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html"> 5481 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</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.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5274 <source>{{'{0} categories selected</source><target state="new"/> 5482 <trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0">
5275 <context-group purpose="location"> 5483 <source>{{'{0} categories selected</source>
5276 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5484 <target>{{'{0} 個分類已選取</target>
5485 <context-group name="null">
5277 <context context-type="linenumber">1</context> 5486 <context context-type="linenumber">1</context>
5278 </context-group> 5487 </context-group>
5279 </trans-unit><trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf" datatype="html"> 5488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5280 <source>No category</source><target state="new"/> 5489 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf">
5281 <context-group purpose="location"> 5490 <source>No category</source>
5282 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 5491 <target>沒有分類</target>
5492 <context-group name="null">
5283 <context context-type="linenumber">1</context> 5493 <context context-type="linenumber">1</context>
5284 </context-group> 5494 </context-group>
5285 </trans-unit> 5495 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5286 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf"> 5496 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf">
5287 <source>Unlimited</source> 5497 <source>Unlimited</source>
5288 <target>無限制</target> 5498 <target>無限制</target>
@@ -5926,13 +6136,14 @@ When you will upload a video in this channel, the video support field will be au
5926 <context-group name="null"> 6136 <context-group name="null">
5927 <context context-type="linenumber">1</context> 6137 <context context-type="linenumber">1</context>
5928 </context-group> 6138 </context-group>
5929 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d" datatype="html"> 6139 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5930 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source><target state="new"/> 6140 <trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d">
5931 <context-group purpose="location"> 6141 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source>
5932 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context> 6142 <target>您確定您要刪除您的帳號嗎?這將會刪除您所有的資料,包含頻道與影片等等。</target>
6143 <context-group name="null">
5933 <context context-type="linenumber">1</context> 6144 <context context-type="linenumber">1</context>
5934 </context-group> 6145 </context-group>
5935 </trans-unit> 6146 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5936 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311"> 6147 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311">
5937 <source>Type your username to confirm</source> 6148 <source>Type your username to confirm</source>
5938 <target>輸入您的使用者名稱以確認</target> 6149 <target>輸入您的使用者名稱以確認</target>
@@ -6037,13 +6248,14 @@ When you will upload a video in this channel, the video support field will be au
6037 <context-group name="null"> 6248 <context-group name="null">
6038 <context context-type="linenumber">1</context> 6249 <context context-type="linenumber">1</context>
6039 </context-group> 6250 </context-group>
6040 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869" datatype="html"> 6251 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6041 <source>Your instance auto followed another instance</source><target state="new"/> 6252 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869">
6042 <context-group purpose="location"> 6253 <source>Your instance auto followed another instance</source>
6043 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context> 6254 <target>您的站臺已自動追蹤其他站臺</target>
6255 <context-group name="null">
6044 <context context-type="linenumber">1</context> 6256 <context context-type="linenumber">1</context>
6045 </context-group> 6257 </context-group>
6046 </trans-unit> 6258 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6047 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401"> 6259 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401">
6048 <source>Preferences saved</source> 6260 <source>Preferences saved</source>
6049 <target>偏好設定已儲存</target> 6261 <target>偏好設定已儲存</target>
@@ -6696,19 +6908,21 @@ When you will upload a video in this channel, the video support field will be au
6696 <context-group name="null"> 6908 <context-group name="null">
6697 <context context-type="linenumber">1</context> 6909 <context context-type="linenumber">1</context>
6698 </context-group> 6910 </context-group>
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html"> 6911 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6700 <source>Index URL is required.</source><target state="new"/> 6912 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111">
6701 <context-group purpose="location"> 6913 <source>Index URL is required.</source>
6702 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6914 <target>索引 URL 為必填。</target>
6915 <context-group name="null">
6703 <context context-type="linenumber">1</context> 6916 <context context-type="linenumber">1</context>
6704 </context-group> 6917 </context-group>
6705 </trans-unit><trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html"> 6918 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6706 <source>Index URL should be a URL</source><target state="new"/> 6919 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36">
6707 <context-group purpose="location"> 6920 <source>Index URL should be a URL</source>
6708 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context> 6921 <target>索引 URL 必須為 URL</target>
6922 <context-group name="null">
6709 <context context-type="linenumber">1</context> 6923 <context context-type="linenumber">1</context>
6710 </context-group> 6924 </context-group>
6711 </trans-unit> 6925 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6712 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0"> 6926 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0">
6713 <source>Email is required.</source> 6927 <source>Email is required.</source>
6714 <target>電子郵件必填。</target> 6928 <target>電子郵件必填。</target>
@@ -6897,13 +7111,14 @@ When you will upload a video in this channel, the video support field will be au
6897 <context-group name="null"> 7111 <context-group name="null">
6898 <context context-type="linenumber">1</context> 7112 <context context-type="linenumber">1</context>
6899 </context-group> 7113 </context-group>
6900 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html"> 7114 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6901 <source>You must agree with the instance terms in order to register on it.</source><target state="new"/> 7115 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524">
6902 <context-group purpose="location"> 7116 <source>You must agree with the instance terms in order to register on it.</source>
6903 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context> 7117 <target>您必須同意站臺條款以在其上註冊。</target>
7118 <context-group name="null">
6904 <context context-type="linenumber">1</context> 7119 <context context-type="linenumber">1</context>
6905 </context-group> 7120 </context-group>
6906 </trans-unit> 7121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6907 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00"> 7122 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00">
6908 <source>Ban reason must be at least 3 characters long.</source> 7123 <source>Ban reason must be at least 3 characters long.</source>
6909 <target>阻擋理由必須至少 3 個字元。</target> 7124 <target>阻擋理由必須至少 3 個字元。</target>
@@ -8086,13 +8301,14 @@ When you will upload a video in this channel, the video support field will be au
8086 <context-group name="null"> 8301 <context-group name="null">
8087 <context context-type="linenumber">1</context> 8302 <context context-type="linenumber">1</context>
8088 </context-group> 8303 </context-group>
8089 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html"> 8304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8090 <source> The deletion will be sent to remote instances, so they remove the comment too.</source><target state="new"/> 8305 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d">
8091 <context-group purpose="location"> 8306 <source> The deletion will be sent to remote instances, so they remove the comment too.</source>
8092 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8307 <target>刪除將會傳送到遠端站臺,這樣他們也會移除留言。</target>
8308 <context-group name="null">
8093 <context context-type="linenumber">1</context> 8309 <context context-type="linenumber">1</context>
8094 </context-group> 8310 </context-group>
8095 </trans-unit> 8311 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8096 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d"> 8312 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d">
8097 <source> It is a remote comment, so the deletion will only be effective on your instance.</source> 8313 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
8098 <target>其為遠端留言,所以刪除只會在您的實體上生效。</target> 8314 <target>其為遠端留言,所以刪除只會在您的實體上生效。</target>
@@ -8134,13 +8350,14 @@ When you will upload a video in this channel, the video support field will be au
8134 <context-group name="null"> 8350 <context-group name="null">
8135 <context context-type="linenumber">1</context> 8351 <context context-type="linenumber">1</context>
8136 </context-group> 8352 </context-group>
8137 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html"> 8353 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8138 <source>Videos that have the higher number of likes.</source><target state="new"/> 8354 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8">
8139 <context-group purpose="location"> 8355 <source>Videos that have the higher number of likes.</source>
8140 <context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context> 8356 <target>喜愛數量更多的影片。</target>
8357 <context-group name="null">
8141 <context context-type="linenumber">1</context> 8358 <context context-type="linenumber">1</context>
8142 </context-group> 8359 </context-group>
8143 </trans-unit> 8360 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8144 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054"> 8361 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054">
8145 <source>Trending for the last 24 hours</source> 8362 <source>Trending for the last 24 hours</source>
8146 <target>過去24小時的趨勢</target> 8363 <target>過去24小時的趨勢</target>
diff --git a/scripts/i18n/pull-hook.sh b/scripts/i18n/pull-hook.sh
index 738469e38..66f3b4588 100755
--- a/scripts/i18n/pull-hook.sh
+++ b/scripts/i18n/pull-hook.sh
@@ -2,5 +2,11 @@
2 2
3set -eu 3set -eu
4 4
5for i in $(seq 1 10); do
6 # Zanata does not support inner elements in <source>, so we hack these special elements
7 # This regex translate the converted elements to initial Angular elements
8 perl -pi -e 's|&lt;x id=(.+?)/&gt;([^"])|<x id=\1/>\2|g' client/src/locale/target/*.xml
9done
10
5npm run i18n:xliff2json 11npm run i18n:xliff2json
6 12